block_content.schema.yml in Zircon Profile 8.0
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'
-
- migrate.source.d6_box:
- type: migrate_source_sql
- label: 'Drupal 6 box'
- mapping:
- constants:
- type: mapping
- label: 'Constants'
- mapping:
- type:
- type: string
- label: 'Type'