eb1c5a089f08343de668ad896fd005a21a4a3e30
[yaffs-website] / web / modules / contrib / entity / tests / modules / entity_module_test / config / schema / entity_module_test.schema.yml
1 entity_module_test.entity_test_enhanced_bundle.*:
2   type: config_entity
3   label: 'Entity test with enhancements - Bundle'
4   mapping:
5     id:
6       type: string
7       label: 'Type'
8     label:
9       type: label
10       label: 'Label'
11     description:
12       type: text
13       label: 'Description'
14     new_revision:
15       type: boolean
16       label: 'New revision'