block_content.schema.yml
Same filename in other branches
File
-
core/
modules/ block_content/ config/ schema/ block_content.schema.yml
View 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'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.