DEV: makes discourse-styleguide core (styleguide) (#10847)

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.
This commit is contained in:
Joffrey JAFFEUX
2020-10-07 14:48:38 +02:00
committed by GitHub
parent 9c0892c47c
commit 82031aaf16
71 changed files with 1921 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
en:
site_settings:
styleguide_enabled: "Enable a `/styleguide` path to aid in styling of Discourse"
styleguide_admin_only: "Limits visibility of the styleguide to admins"