DEV: Change settings root from plugins: to discourse_solved (#267)
This is so the plugins settings are better categorized in the site settings UI.
This commit is contained in:
parent
6239acdb95
commit
09c138014f
|
@ -1,4 +1,9 @@
|
||||||
en:
|
en:
|
||||||
|
admin_js:
|
||||||
|
admin:
|
||||||
|
site_settings:
|
||||||
|
categories:
|
||||||
|
discourse_solved: "Discourse Solved"
|
||||||
js:
|
js:
|
||||||
notifications:
|
notifications:
|
||||||
alt:
|
alt:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
plugins:
|
discourse_solved:
|
||||||
solved_enabled:
|
solved_enabled:
|
||||||
default: true
|
default: true
|
||||||
client: true
|
client: true
|
||||||
|
|
Loading…
Reference in New Issue