f8e8c146388e4e196b8e909617390bdeac9bb64f
[yaffs-website] / web / modules / contrib / ctools / tests / modules / ctools_wizard_test / config / schema / ctools_wizard_test_config_entity.schema.yml
1 ctools_wizard_test.ctools_wizard_test_config_entity.*:
2   type: config_entity
3   label: 'Example config entity'
4   mapping:
5     id:
6       type: string
7       label: 'ID'
8     label:
9       type: label
10       label: 'Label'
11     uuid:
12       type: string
13     one:
14       type: string
15       label: 'The first piece of information'
16     two:
17       type: string
18       label: 'The second piece of information'