I'm unable to update my ckeditor - full_html to activate a custom filter, via the recipes.
I've tried two ways:config: actions: filter.format.full_html: setFilterConfig: custom_filter - id: custom_filter provider: custom_module status: true weight: 11 settings: { }
and
config: actions: filter.format.full_html: setFilterConfig: instance_id: custom_filter configuration: - id: custom_filter provider: custom_module status: true weight: 0 settings: { }
But the filter is not activated (he is well visible in the BO). Does my recipe structure is wrong ?