ckeditor.schema.yml

drupal/core/modules/ckeditor/config/schema/ckeditor.schema.yml

File

drupal/core/modules/ckeditor/config/schema/ckeditor.schema.yml
View source
  1. # Schema for the configuration files of the CKEditor module.
  2. editor.settings.ckeditor:
  3. type: mapping
  4. label: 'CKEditor settings'
  5. mapping:
  6. toolbar:
  7. type: mapping
  8. label: 'Toolbar configuration'
  9. mapping:
  10. buttons:
  11. type: sequence
  12. label: 'Rows'
  13. sequence:
  14. - type: sequence
  15. label: 'Buttons'
  16. sequence:
  17. - type: string
  18. label: 'Button'
  19. plugins:
  20. type: sequence
  21. label: 'Plugins'
  22. sequence:
  23. - type: ckeditor.plugin.[%key]
  24. # Plugin \Drupal\ckeditor\Plugin\ckeditor\plugin\StylesCombo
  25. ckeditor.plugin.stylescombo:
  26. type: mapping
  27. label: 'Styles dropdown'
  28. mapping:
  29. styles:
  30. type: string
  31. label: 'List of styles'