Skip to content
Snippets Groups Projects

Enables Frontpage and Main menu Sitemap settings

Merged Jim Birch requested to merge issue/drupal_cms-3493905:3493905-sitemap into 1.x
All threads resolved!
@@ -180,6 +180,26 @@ config:
@@ -180,6 +180,26 @@ config:
Disallow: /index.php/*/media/oembed
Disallow: /index.php/*/media/oembed
# XML sitemap
# XML sitemap
Sitemap: /sitemap.xml
Sitemap: /sitemap.xml
 
sitemap.settings:
 
simpleConfigUpdate:
 
plugins.frontpage:
 
base_plugin: frontpage
 
enabled: true
 
weight: 0
 
settings:
 
title: 'Front page'
 
rss: /rss.xml
 
id: frontpage
 
provider: sitemap
 
plugins.menu:main:
 
base_plugin: menu
 
enabled: true
 
weight: 0
 
settings:
 
title: ''
 
show_disabled: false
 
id: 'menu:main'
 
provider: sitemap
system.performance:
system.performance:
simpleConfigUpdate:
simpleConfigUpdate:
# Ensure caching is on and set to 15 minutes for Lighthouse.
# Ensure caching is on and set to 15 minutes for Lighthouse.
Loading