DEV: Change settings root from plugins: to discourse_assign (#523)

This is so the plugins settings are better categorized in the site settings UI.
This commit is contained in:
Martin Brennan 2023-11-13 10:24:09 +10:00 committed by GitHub
parent c234819131
commit bf6df7ccd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
en: en:
admin_js:
admin:
site_settings:
categories:
discourse_assign: "Discourse Assign"
js: js:
filters: filters:
unassigned: unassigned:

View File

@ -1,4 +1,4 @@
plugins: discourse_assign:
assign_enabled: assign_enabled:
default: false default: false
client: true client: true