Skip to content
Snippets Groups Projects

add 'replace_empty' to config schema

Merged Max Pogonowski requested to merge issue/token_filter-3456459:3456459-config-validation into 2.x
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
@@ -19,3 +19,11 @@ ckeditor5.plugin.token_filter_token_browser:
sequence:
type: string
label: 'Token'
filter_settings.token_filter:
type: mapping
label: 'Allows token values to be used as filters'
mapping:
replace_empty:
type: boolean
label: 'Replace empty values'
Loading