Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / web / modules / contrib / search_api_synonym / config / schema / search_api_synonym.schema.yml
diff --git a/web/modules/contrib/search_api_synonym/config/schema/search_api_synonym.schema.yml b/web/modules/contrib/search_api_synonym/config/schema/search_api_synonym.schema.yml
new file mode 100644 (file)
index 0000000..8ccb126
--- /dev/null
@@ -0,0 +1,28 @@
+# Schema for the configuration files of the Search API Synonym module.
+
+search_api_synonym.settings:
+  type: config_object
+  label: 'Search API Synonym settings'
+  mapping:
+    cron:
+      type: mapping
+      label: 'Cron'
+      mapping:
+        plugin:
+          type: string
+          label: 'Plugin'
+        interval:
+          type: integer
+          label: 'Interval'
+        type:
+          type: string
+          label: 'Type'
+        filter:
+          type: string
+          label: 'Filter'
+        separate_files:
+          type: bool
+          label: 'Separate files'
+        export_if_changed:
+          type: bool
+          label: 'Export if new added or changed since last export.'