Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal_cms
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal_cms
Merge requests
!313
Enables Frontpage and Main menu Sitemap settings
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Enables Frontpage and Main menu Sitemap settings
issue/drupal_cms-3493905:3493905-sitemap
into
1.x
Overview
2
Commits
2
Pipelines
5
Changes
1
All threads resolved!
Hide all comments
Merged
Jim Birch
requested to merge
issue/drupal_cms-3493905:3493905-sitemap
into
1.x
5 months ago
Overview
2
Commits
2
Pipelines
5
Changes
1
All threads resolved!
Hide all comments
Expand
Closes
#3493905
0
0
Merge request reports
Compare
1.x
version 3
838de2ea
4 months ago
version 2
b1f47268
4 months ago
version 1
ac1f6e13
5 months ago
1.x (base)
and
latest version
latest version
0f20d6e5
2 commits,
4 months ago
version 3
838de2ea
2 commits,
4 months ago
version 2
b1f47268
2 commits,
4 months ago
version 1
ac1f6e13
1 commit,
5 months ago
1 file
+
20
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
recipes/drupal_cms_seo_tools/recipe.yml
+
20
−
0
Options
@@ -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