You are here

block_content.schema.yml in Drupal 10

core/modules/block_content/config/schema/block_content.schema.yml

File

core/modules/block_content/config/schema/block_content.schema.yml
View source
  1. # Schema for the configuration files of the Custom Block module.
  2. block_content.type.*:
  3. type: config_entity
  4. label: 'Custom block type settings'
  5. mapping:
  6. id:
  7. type: string
  8. label: 'ID'
  9. label:
  10. type: label
  11. label: 'Label'
  12. revision:
  13. type: integer
  14. label: 'Create new revision'
  15. description:
  16. type: text
  17. label: 'Description'