Security update to Drupal 8.4.6
[yaffs-website] / web / modules / contrib / embed / tests / embed_test / config / schema / embed_test.schema.yml
1 # Schema for the configuration files of the Embed test module.
2
3 embed.embed_type_settings.embed_test_animal:
4   type: mapping
5   label: 'Schema for the animal embed type additions to an embed button entity'
6   mapping:
7     animal_type:
8       type: string
9       label: 'Animal type'
10     allowed_vertebrates:
11       type: sequence
12       label: 'Allowed vertebrates'
13       sequence:
14         type: string
15         label: 'Vertibrate type'
16
17 embed.embed_type_settings.embed_test_aircraft:
18   type: mapping
19   label: 'Schema for the embed_test_validation embed type additions to an embed button entity'
20   mapping:
21     aircraft_type:
22       type: string
23       label: 'Airplane type'
24
25 embed.embed_type_settings.embed_test_default:
26   type: mapping
27   label: 'Schema for the embed_test_default embed type additions to an embed button entity'