Security update for permissions_by_term
[yaffs-website] / vendor / drupal / drupal-extension / fixtures / drupal8 / modules / behat_test / config / schema / behat_test.schema.yml
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 (file)
index 0000000..9102c19
--- /dev/null
@@ -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'