Version 1
[yaffs-website] / web / core / modules / image / tests / modules / image_module_test / config / schema / image_module_test.schema.yml
1 image.effect.image_module_test_ajax:
2   type: mapping
3   label: 'Ajax test'
4   mapping:
5     test_parameter:
6       type: integer
7       label: 'Test Parameter'
8
9 image.style.*.third_party.image_module_test:
10   type: mapping
11   label: 'Schema for image_module_test module additions to image_style entity'
12   mapping:
13     foo:
14       type: string
15       label: 'Label for foo'