mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 04:24:35 +08:00
DEV: Move settings to linkify to the serializer code. (#14553)
We aren't translating these settings, so it makes more sense to move them into the code. I added an instance method so plugins can add mappings for custom reasons.
This commit is contained in:
@ -87,6 +87,7 @@ class DiscoursePluginRegistry
|
||||
|
||||
define_filtered_register :permitted_bulk_action_parameters
|
||||
define_filtered_register :reviewable_params
|
||||
define_filtered_register :reviewable_score_links
|
||||
|
||||
define_filtered_register :presence_channel_prefixes
|
||||
|
||||
|
Reference in New Issue
Block a user