Add sitemap module
This commit is contained in:
parent
51c4bc2f85
commit
ab57b832bc
4 changed files with 105 additions and 1 deletions
|
@ -58,6 +58,7 @@ module:
|
|||
simple_sitemap: 0
|
||||
simple_sitemap_engines: 0
|
||||
simple_sitemap_views: 0
|
||||
sitemap: 0
|
||||
speakerdeck_field: 0
|
||||
stage_file_proxy: 0
|
||||
syslog: 0
|
||||
|
|
40
config/sitemap.settings.yml
Normal file
40
config/sitemap.settings.yml
Normal file
|
@ -0,0 +1,40 @@
|
|||
langcode: en
|
||||
page_title: Sitemap
|
||||
message:
|
||||
value: ''
|
||||
format: full_html
|
||||
show_front: true
|
||||
show_titles: true
|
||||
show_books: { }
|
||||
books_expanded: true
|
||||
show_menus:
|
||||
main: main
|
||||
account: '0'
|
||||
admin: '0'
|
||||
footer: '0'
|
||||
tools: '0'
|
||||
show_menus_hidden: false
|
||||
show_vocabularies:
|
||||
tags: tags
|
||||
blog_series: '0'
|
||||
show_description: true
|
||||
show_count: true
|
||||
vocabulary_show_links: false
|
||||
vocabulary_depth: -1
|
||||
term_threshold: 0
|
||||
forum_threshold: -1
|
||||
rss_front: rss.xml
|
||||
show_rss_links: 1
|
||||
rss_taxonomy: -1
|
||||
css: true
|
||||
order:
|
||||
front: -50
|
||||
menus_account: -50
|
||||
menus_admin: -50
|
||||
menus_footer: -50
|
||||
menus_main: -50
|
||||
menus_tools: -50
|
||||
vocabularies_blog_series: -50
|
||||
vocabularies_tags: -50
|
||||
_core:
|
||||
default_config_hash: f4sH8CGbEMFQXKFoGeaHbmIP_f6cOTi02EeFhHSbYyo
|
Loading…
Add table
Add a link
Reference in a new issue