Version 1
[yaffs-website] / web / modules / contrib / simple_sitemap / config / schema / simple_sitemap.schema.yml
diff --git a/web/modules/contrib/simple_sitemap/config/schema/simple_sitemap.schema.yml b/web/modules/contrib/simple_sitemap/config/schema/simple_sitemap.schema.yml
new file mode 100644 (file)
index 0000000..01b3b18
--- /dev/null
@@ -0,0 +1,54 @@
+simple_sitemap.settings:
+  type: config_object
+  mapping:
+    max_links:
+      label: 'Max links'
+      type: integer
+    cron_generate:
+      label: 'Cron generate'
+      type: boolean
+    remove_duplicates:
+      label: 'Remove duplicates'
+      type: boolean
+    skip_untranslated:
+      label: 'Skip untranslated'
+      type: boolean
+    batch_process_limit:
+      label: 'Batch process limit'
+      type: integer
+    base_url:
+      label: 'Base URL'
+      type: string
+    enabled_entity_types:
+      label: 'Enabled entity types'
+      type: sequence
+      sequence:
+        type: string
+
+simple_sitemap.bundle_settings.*.*:
+  label: 'Entity bundle settings'
+  type: config_object
+  mapping:
+    index:
+      label: 'Index'
+      type: integer
+    priority:
+      label: 'Priority'
+      type: string
+
+simple_sitemap.custom:
+  label: 'Custom links'
+  type: config_object
+  mapping:
+    links:
+      type: sequence
+      label: 'Custom links'
+      sequence:
+        type: mapping
+        mapping:
+          path:
+            label: 'Path'
+            type: string
+          priority:
+            label: 'Priority'
+            type: string