Security update for permissions_by_term
[yaffs-website] / vendor / drupal / drupal-extension / fixtures / drupal8 / modules / behat_test / config / schema / behat_test.schema.yml
1 # Schema for the configuration files of the Behat Test module.
2
3 field.value.behat_test_address_field:
4   type: mapping
5   label: 'Default value'
6   mapping:
7     country:
8       type: string
9       label: 'Country'
10     locality:
11       type: string
12       label: 'Locality'
13     thoroughfare:
14       type: string
15       label: 'Thoroughfare'
16     postal_code:
17       type: string
18       label: 'Postal code'