editor.schema.yml

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

File

drupal/core/modules/editor/config/schema/editor.schema.yml
View source
  1. # Schema for the configuration files of the Editor module.
  2. editor.editor.*:
  3. type: mapping
  4. label: 'Text editor'
  5. mapping:
  6. format:
  7. type: string
  8. label: 'Name'
  9. editor:
  10. type: string
  11. label: 'Text editor'
  12. settings:
  13. type: editor.settings.[%parent.editor]
  14. status:
  15. type: boolean
  16. label: 'Status'
  17. langcode:
  18. type: string
  19. label: 'Language'