You are here

ckeditor_templates_ui.schema.yml in Ckeditor templates user interface 8

config/schema/ckeditor_templates_ui.schema.yml

File

config/schema/ckeditor_templates_ui.schema.yml
View source
  1. ckeditor_templates_ui.ckeditor_template.*:
  2. type: config_entity
  3. label: 'Ckeditor template'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Title'
  11. image:
  12. type: label
  13. label: 'Image'
  14. description:
  15. type: label
  16. label: 'Description'
  17. html:
  18. type: text_format
  19. label: 'HTML'
  20. weight:
  21. type: integer
  22. label: 'Weight'