Add sitemap module
This commit is contained in:
parent
51c4bc2f85
commit
ab57b832bc
4 changed files with 105 additions and 1 deletions
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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue