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 Content Block module.
-
- block_content.type.*:
- type: config_entity
- label: 'Block type settings'
- mapping:
- id:
- type: machine_name
- label: 'ID'
- label:
- type: required_label
- label: 'Label'
- revision:
- type: boolean
- label: 'Whether a new revision should be created by default'
- description:
- type: text
- label: 'Description'
- nullable: true
- constraints:
- NotBlank:
- allowNull: true
- constraints:
- FullyValidatable: ~
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.