Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit bf6df7c

Browse files
DEV: Change settings root from plugins: to discourse_assign (#523)
This is so the plugins settings are better categorized in the site settings UI.
1 parent c234819 commit bf6df7c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

config/locales/client.en.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
en:
2+
admin_js:
3+
admin:
4+
site_settings:
5+
categories:
6+
discourse_assign: "Discourse Assign"
27
js:
38
filters:
49
unassigned:

config/settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
plugins:
1+
discourse_assign:
22
assign_enabled:
33
default: false
44
client: true

0 commit comments

Comments
 (0)