diff --git a/core/modules/ckeditor/config/schema/ckeditor.schema.yml b/core/modules/ckeditor/config/schema/ckeditor.schema.yml index 1d69d3d..b201870 100644 --- a/core/modules/ckeditor/config/schema/ckeditor.schema.yml +++ b/core/modules/ckeditor/config/schema/ckeditor.schema.yml @@ -2,7 +2,7 @@ editor.settings.ckeditor: type: mapping - label: 'Settings' + label: 'CKEditor settings' mapping: toolbar: type: mapping @@ -10,7 +10,7 @@ editor.settings.ckeditor: mapping: buttons: type: sequence - label: 'Active toolbar' + label: 'Rows' sequence: - type: sequence label: 'Buttons' @@ -26,8 +26,8 @@ editor.settings.ckeditor: # Plugin \Drupal\ckeditor\Plugin\ckeditor\plugin\StylesCombo ckeditor.plugin.stylescombo: type: mapping - label: 'Styles combo' + label: 'Styles dropdown' mapping: styles: type: string - label: 'Style' + label: 'List of styles' diff --git a/core/modules/editor/config/schema/editor.schema.yml b/core/modules/editor/config/schema/editor.schema.yml index 0457a6b..6654b88 100644 --- a/core/modules/editor/config/schema/editor.schema.yml +++ b/core/modules/editor/config/schema/editor.schema.yml @@ -2,7 +2,7 @@ editor.editor.*: type: mapping - label: 'Contact category' + label: 'Text editor' mapping: format: type: string @@ -17,4 +17,4 @@ editor.editor.*: label: 'Status' langcode: type: string - label: 'Default language' + label: 'Language'