Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / simple_sitemap / config / schema / simple_sitemap.schema.yml
index 01b3b18b244537c3aafb9675aec870354c42fa09..4ec20d9eee3115a18eedb413d6f7d555ebbf15f1 100644 (file)
@@ -7,6 +7,9 @@ simple_sitemap.settings:
     cron_generate:
       label: 'Cron generate'
       type: boolean
+    cron_generate_interval:
+      label: 'Cron generate interval'
+      type: integer
     remove_duplicates:
       label: 'Remove duplicates'
       type: boolean
@@ -19,11 +22,19 @@ simple_sitemap.settings:
     base_url:
       label: 'Base URL'
       type: string
+    custom_links_include_images:
+      label: 'Include images of custom links'
+      type: boolean
     enabled_entity_types:
       label: 'Enabled entity types'
       type: sequence
       sequence:
         type: string
+    excluded_languages:
+      label: 'Excluded languages'
+      type: sequence
+      sequence:
+        type: string
 
 simple_sitemap.bundle_settings.*.*:
   label: 'Entity bundle settings'
@@ -35,6 +46,12 @@ simple_sitemap.bundle_settings.*.*:
     priority:
       label: 'Priority'
       type: string
+    changefreq:
+      label: 'Change frequency'
+      type: string
+    include_images:
+      label: 'Include images'
+      type: integer
 
 simple_sitemap.custom:
   label: 'Custom links'
@@ -52,3 +69,6 @@ simple_sitemap.custom:
           priority:
             label: 'Priority'
             type: string
+          changefreq:
+            label: 'Change frequency'
+            type: string