mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 13:51:18 +08:00
REFACTOR: Rename site settings to make them less confusing
This commit is contained in:
@ -11,7 +11,9 @@ module SiteSettings::DeprecatedSettings
|
||||
['apple_touch_icon_url', 'apple_touch_icon', false, '2.3'],
|
||||
['default_opengraph_image_url', 'opengraph_image', false, '2.3'],
|
||||
['twitter_summary_large_image_url', 'twitter_summary_large_image', false, '2.3'],
|
||||
['push_notifications_icon_url', 'push_notifications_icon', false, '2.3']
|
||||
['push_notifications_icon_url', 'push_notifications_icon', false, '2.3'],
|
||||
['show_email_on_profile', 'moderators_view_emails', true, '2.4'],
|
||||
['allow_moderators_to_create_categories', 'moderators_create_categories', true, '2.4']
|
||||
]
|
||||
|
||||
def setup_deprecated_methods
|
||||
|
Reference in New Issue
Block a user