parent
d67c225ac4
commit
893474a90e
|
@ -39,6 +39,7 @@
|
||||||
"drupal/redis": "^1.5",
|
"drupal/redis": "^1.5",
|
||||||
"drupal/scheduler": "^1.3",
|
"drupal/scheduler": "^1.3",
|
||||||
"drupal/simple_sitemap": "^3.6",
|
"drupal/simple_sitemap": "^3.6",
|
||||||
|
"drupal/site_settings": "^1.19",
|
||||||
"drupal/sitemap": "^1.5",
|
"drupal/sitemap": "^1.5",
|
||||||
"drupal/speakerdeck_field": "^2.0",
|
"drupal/speakerdeck_field": "^2.0",
|
||||||
"drupal/stage_file_proxy": "^1.0",
|
"drupal/stage_file_proxy": "^1.0",
|
||||||
|
|
54
composer.lock
generated
54
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "d014d5811272bef8c06e71bd1083fe58",
|
"content-hash": "8c486be72d08bf61786de0b9cebbbef3",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "asm89/stack-cors",
|
"name": "asm89/stack-cors",
|
||||||
|
@ -3804,6 +3804,58 @@
|
||||||
"irc": "irc://irc.freenode.org/drupal-contribute"
|
"irc": "irc://irc.freenode.org/drupal-contribute"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/site_settings",
|
||||||
|
"version": "1.19.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/site_settings.git",
|
||||||
|
"reference": "8.x-1.19"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/site_settings-8.x-1.19.zip",
|
||||||
|
"reference": "8.x-1.19",
|
||||||
|
"shasum": "93977299549d33c4fbaad7a332fe7d3e1e2648b8"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "^8 || ^9"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"drupal": {
|
||||||
|
"version": "8.x-1.19",
|
||||||
|
"datestamp": "1590234916",
|
||||||
|
"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": "scott_euser",
|
||||||
|
"homepage": "https://www.drupal.org/user/3267594"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "stuart.wilkes@actionaid.org",
|
||||||
|
"homepage": "https://www.drupal.org/user/3584735"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Provides a site settings entity",
|
||||||
|
"homepage": "https://www.drupal.org/project/site_settings",
|
||||||
|
"keywords": [
|
||||||
|
"Drupal"
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"source": "http://cgit.drupalcode.org/site_settings",
|
||||||
|
"issues": "http://drupal.org/project/issues/site_settings"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/sitemap",
|
"name": "drupal/sitemap",
|
||||||
"version": "1.5.0",
|
"version": "1.5.0",
|
||||||
|
|
|
@ -60,6 +60,7 @@ module:
|
||||||
simple_sitemap: 0
|
simple_sitemap: 0
|
||||||
simple_sitemap_engines: 0
|
simple_sitemap_engines: 0
|
||||||
simple_sitemap_views: 0
|
simple_sitemap_views: 0
|
||||||
|
site_settings: 0
|
||||||
sitemap: 0
|
sitemap: 0
|
||||||
speakerdeck_field: 0
|
speakerdeck_field: 0
|
||||||
syslog: 0
|
syslog: 0
|
||||||
|
|
3
config/site_settings.config.yml
Normal file
3
config/site_settings.config.yml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
template_key: site_settings
|
||||||
|
_core:
|
||||||
|
default_config_hash: f22rLeNR8H3Q4ruLH001G7YolGDQZNONKnBXfTNEs78
|
Loading…
Reference in a new issue