ckeditor5.data_types.yml

Same filename and directory in other branches
  1. 10 core/modules/ckeditor5/config/schema/ckeditor5.data_types.yml
  2. 11.x core/modules/ckeditor5/config/schema/ckeditor5.data_types.yml
core/modules/ckeditor5/config/schema/ckeditor5.data_types.yml

File

core/modules/ckeditor5/config/schema/ckeditor5.data_types.yml

View source
  1. # @see https://ckeditor.com/docs/ckeditor5/latest/features/toolbar/toolbar.html
  2. ckeditor5.toolbar_item:
  3. type: string
  4. label: 'Toolbar item'
  5. constraints:
  6. CKEditor5ToolbarItem: []
  7. ckeditor5.element:
  8. type: string
  9. label: 'Element'
  10. constraints:
  11. CKEditor5Element: []

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.