You are here

fixed_block_content.schema.yml in Fixed Block Content 8

config/schema/fixed_block_content.schema.yml

File

config/schema/fixed_block_content.schema.yml
View source
  1. # Schema for fixed block content configuration entities.
  2. fixed_block_content.fixed_block_content.*:
  3. type: config_entity
  4. label: 'Fixed block content'
  5. mapping:
  6. id:
  7. type: string
  8. label: 'ID'
  9. title:
  10. type: label
  11. label: 'Title'
  12. block_content_bundle:
  13. type: string
  14. label: 'Target custom block type'
  15. default_content:
  16. type: string
  17. label: 'Serialized default block content'
  18. auto_export:
  19. type: integer
  20. label: 'Option for the automatic export of default content on config update'
  21. protected:
  22. type: boolean
  23. label: 'The protected option'