mirror of
https://github.com/discourse/discourse.git
synced 2025-08-20 18:52:44 +08:00
Add recently renamed category group moderation setting to DeprecatedSettings
This commit is contained in:
parent
bc63232d2e
commit
1399e87cdc
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ module SiteSettings::DeprecatedSettings
|
|||
['show_email_on_profile', 'moderators_view_emails', true, '2.4'],
|
||||
['allow_moderators_to_create_categories', 'moderators_create_categories', true, '2.4'],
|
||||
['disable_edit_notifications', 'disable_system_edit_notifications', true, '2.4'],
|
||||
['enable_category_group_review', 'enable_category_group_moderation', true, '2.7'],
|
||||
['newuser_max_images', 'newuser_max_embedded_media', true, '2.7'],
|
||||
['min_trust_to_post_images', 'min_trust_to_post_embedded_media', true, '2.7']
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue