DEV: allow the plugin to register valid site setting areas (#29432)

In this PR, we defined the ability to group site settings by area - https://github.com/discourse/discourse/pull/28570

Plugins should be able to register in their own areas.
This commit is contained in:
Krzysztof Kotlarek
2024-10-29 09:40:31 +11:00
committed by GitHub
parent 4529b0614c
commit 0839bce7b6
5 changed files with 27 additions and 3 deletions

View File

@ -72,6 +72,7 @@ class DiscoursePluginRegistry
define_register :demon_processes, Set
define_register :groups_callback_for_users_search_controller_action, Hash
define_register :mail_pollers, Set
define_register :site_setting_areas, Set
define_filtered_register :staff_user_custom_fields
define_filtered_register :public_user_custom_fields