X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fdrupal-extension%2Ffixtures%2Fdrupal8%2Fmodules%2Fbehat_test%2Fconfig%2Fschema%2Fbehat_test.schema.yml;fp=vendor%2Fdrupal%2Fdrupal-extension%2Ffixtures%2Fdrupal8%2Fmodules%2Fbehat_test%2Fconfig%2Fschema%2Fbehat_test.schema.yml;h=9102c19e784f59f79f3fcad98fec3c43dda167fd;hp=0000000000000000000000000000000000000000;hb=1270d9129ce8f27c9b28b10518e32132c58e0aca;hpb=c27c0f0cdaa3f354b1fe54a56ae7e854be6e3f68 diff --git a/vendor/drupal/drupal-extension/fixtures/drupal8/modules/behat_test/config/schema/behat_test.schema.yml b/vendor/drupal/drupal-extension/fixtures/drupal8/modules/behat_test/config/schema/behat_test.schema.yml new file mode 100644 index 000000000..9102c19e7 --- /dev/null +++ b/vendor/drupal/drupal-extension/fixtures/drupal8/modules/behat_test/config/schema/behat_test.schema.yml @@ -0,0 +1,18 @@ +# Schema for the configuration files of the Behat Test module. + +field.value.behat_test_address_field: + type: mapping + label: 'Default value' + mapping: + country: + type: string + label: 'Country' + locality: + type: string + label: 'Locality' + thoroughfare: + type: string + label: 'Thoroughfare' + postal_code: + type: string + label: 'Postal code'