X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fckeditor%2Fconfig%2Fschema%2Fckeditor.schema.yml;fp=web%2Fcore%2Fmodules%2Fckeditor%2Fconfig%2Fschema%2Fckeditor.schema.yml;h=6bafb0de0619bb8d84953a6f213d4b0a45f57b5e;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/web/core/modules/ckeditor/config/schema/ckeditor.schema.yml b/web/core/modules/ckeditor/config/schema/ckeditor.schema.yml new file mode 100644 index 000000000..6bafb0de0 --- /dev/null +++ b/web/core/modules/ckeditor/config/schema/ckeditor.schema.yml @@ -0,0 +1,52 @@ +# Schema for the configuration files of the CKEditor module. + +editor.settings.ckeditor: + type: mapping + label: 'CKEditor settings' + mapping: + toolbar: + type: mapping + label: 'Toolbar configuration' + mapping: + rows: + type: sequence + label: 'Rows' + sequence: + type: sequence + label: 'Button groups' + sequence: + type: mapping + label: 'Button group' + mapping: + name: + type: string + label: 'Button group name' + items: + type: sequence + label: 'Buttons' + sequence: + type: string + label: 'Button' + plugins: + type: sequence + label: 'Plugins' + sequence: + type: ckeditor.plugin.[%key] + +# Plugin \Drupal\ckeditor\Plugin\CKEditorPlugin\Language +ckeditor.plugin.language: + type: mapping + label: 'Language' + mapping: + language_list: + type: string + label: 'Language list ID' + +# Plugin \Drupal\ckeditor\Plugin\ckeditor\plugin\StylesCombo +ckeditor.plugin.stylescombo: + type: mapping + label: 'Styles dropdown' + mapping: + styles: + type: string + label: 'List of styles'