Security update for permissions_by_term
[yaffs-website] / web / modules / contrib / permissions_by_term / config / schema / permissions_by_term.schema.yml
diff --git a/web/modules/contrib/permissions_by_term/config/schema/permissions_by_term.schema.yml b/web/modules/contrib/permissions_by_term/config/schema/permissions_by_term.schema.yml
new file mode 100644 (file)
index 0000000..b6613d0
--- /dev/null
@@ -0,0 +1,22 @@
+# Schema for the configuration files of the Config Entity Example module.
+
+# This schema tells the config system how to read our config YML files.
+# See for example the file config/config_entity_example.robot.marvin.yml, which
+# contains our default config entity.
+
+# Documentation for schema files like this one is located here:
+# https://drupal.org/node/1905070
+
+permissions_by_term.settings.*:
+  type: mapping
+  label: 'Settings'
+  mapping:
+    id:
+      type: string
+      label: 'Id'
+    value:
+      type: boolean
+      label: 'Value'
+    langcode:
+      type: string
+      label: 'Default language'
\ No newline at end of file