block_content.schema.yml in Drupal 8
Same filename and directory in other branches
core/modules/block_content/config/schema/block_content.schema.yml
File
core/modules/block_content/config/schema/block_content.schema.ymlView source
- # Schema for the configuration files of the Custom Block module.
-
- block_content.type.*:
- type: config_entity
- label: 'Custom block type settings'
- mapping:
- id:
- type: string
- label: 'ID'
- label:
- type: label
- label: 'Label'
- revision:
- type: integer
- label: 'Create new revision'
- description:
- type: text
- label: 'Description'