Pull merge.
[yaffs-website] / web / core / modules / block_content / config / schema / block_content.schema.yml
1 # Schema for the configuration files of the Custom Block module.
2
3 block_content.type.*:
4   type: config_entity
5   label: 'Custom block type settings'
6   mapping:
7     id:
8       type: string
9       label: 'ID'
10     label:
11       type: label
12       label: 'Label'
13     revision:
14       type: integer
15       label: 'Create new revision'
16     description:
17       type: text
18       label: 'Description'