block_content.schema.yml

Same filename and directory in other branches
  1. 8.9.x core/modules/block_content/config/schema/block_content.schema.yml
  2. 10 core/modules/block_content/config/schema/block_content.schema.yml
  3. 11.x core/modules/block_content/config/schema/block_content.schema.yml
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'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.