mirror of
https://github.com/discourse/discourse.git
synced 2025-09-08 12:06:51 +08:00
This plugin is only useful for developers, however, making it core allows us to centralize any component modification in one commit. This integration also adds a new site_setting: `styleguide_admin_only` which allows to enable a styleguide on a live site while restricting visibility to admins only. By default, styleguide is disabled.
3 lines
63 B
JavaScript
3 lines
63 B
JavaScript
export default Ember.Controller.extend({
|
|
sections: null,
|
|
});
|