You are here

ckeditor5.data_types.yml in Drupal 10

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: []