Add sitemap module
This commit is contained in:
parent
51c4bc2f85
commit
ab57b832bc
|
@ -39,6 +39,7 @@
|
|||
"drupal/redis": "^1.5",
|
||||
"drupal/scheduler": "^1.3",
|
||||
"drupal/simple_sitemap": "^3.6",
|
||||
"drupal/sitemap": "^1.5",
|
||||
"drupal/speakerdeck_field": "^2.0",
|
||||
"drupal/stage_file_proxy": "^1.0",
|
||||
"drush/drush": "^10",
|
||||
|
|
64
composer.lock
generated
64
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "b9de429f9c05ad6b795d0c991d47d9da",
|
||||
"content-hash": "7d5efbcb8b626fde56d467b4738f49a5",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
|
@ -3789,6 +3789,68 @@
|
|||
"irc": "irc://irc.freenode.org/drupal-contribute"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/sitemap",
|
||||
"version": "1.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/sitemap.git",
|
||||
"reference": "8.x-1.5"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/sitemap-8.x-1.5.zip",
|
||||
"reference": "8.x-1.5",
|
||||
"shasum": "aa6f0189eba189c9f6c1a1e24505f1ce802eeea1"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "~8.0"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-1.5",
|
||||
"datestamp": "1541693881",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0+"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Nik Alexandrov",
|
||||
"homepage": "https://www.drupal.org/u/nafes",
|
||||
"role": "Maintainer"
|
||||
},
|
||||
{
|
||||
"name": "Anna Kalata",
|
||||
"homepage": "https://www.drupal.org/u/akalata",
|
||||
"role": "Co-maintainer"
|
||||
},
|
||||
{
|
||||
"name": "killes@www.drop.org",
|
||||
"homepage": "https://www.drupal.org/u/killeswww.drop.org",
|
||||
"role": "Co-maintainer"
|
||||
},
|
||||
{
|
||||
"name": "See other contributors",
|
||||
"homepage": "https://www.drupal.org/node/3295/committers",
|
||||
"role": "contributor"
|
||||
}
|
||||
],
|
||||
"description": "Display a sitemap.",
|
||||
"homepage": "http://drupal.org/project/sitemap",
|
||||
"support": {
|
||||
"source": "http://cgit.drupalcode.org/sitemap",
|
||||
"issues": "http://drupal.org/project/issues/sitemap",
|
||||
"irc": "irc://irc.freenode.org/drupal-contribute"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/speakerdeck_field",
|
||||
"version": "2.0.0",
|
||||
|
|
|
@ -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…
Reference in a new issue