You are here

ckeditor.schema.yml in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/ckeditor/config/schema/ckeditor.schema.yml
core/modules/ckeditor/config/schema/ckeditor.schema.yml

File

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. rows:
  11. type: sequence
  12. label: 'Rows'
  13. sequence:
  14. type: sequence
  15. label: 'Button groups'
  16. sequence:
  17. type: mapping
  18. label: 'Button group'
  19. mapping:
  20. name:
  21. type: string
  22. label: 'Button group name'
  23. items:
  24. type: sequence
  25. label: 'Buttons'
  26. sequence:
  27. type: string
  28. label: 'Button'
  29. plugins:
  30. type: sequence
  31. label: 'Plugins'
  32. sequence:
  33. type: ckeditor.plugin.[%key]
  34. # Plugin \Drupal\ckeditor\Plugin\ckeditor\plugin\StylesCombo
  35. ckeditor.plugin.stylescombo:
  36. type: mapping
  37. label: 'Styles dropdown'
  38. mapping:
  39. styles:
  40. type: string
  41. label: 'List of styles'