You are here

simple_block.schema.yml in Simple Block 8

config/schema/simple_block.schema.yml

File

config/schema/simple_block.schema.yml
View source
  1. # Schema for the configuration files of the Simple Block module.
  2. simple_block.*:
  3. type: config_entity
  4. label: 'Simple block'
  5. mapping:
  6. id:
  7. type: string
  8. label: 'ID'
  9. title:
  10. type: label
  11. label: 'Title'
  12. content:
  13. type: text_format
  14. label: 'Content'