Add more contrib modules
This commit is contained in:
parent
f8e4057686
commit
1c9eb77604
|
@ -21,8 +21,11 @@
|
||||||
"drupal/core-composer-scaffold": "^8.8",
|
"drupal/core-composer-scaffold": "^8.8",
|
||||||
"drupal/core-recommended": "^8.8",
|
"drupal/core-recommended": "^8.8",
|
||||||
"drupal/markdown": "^1.3",
|
"drupal/markdown": "^1.3",
|
||||||
|
"drupal/metatag": "^1.11",
|
||||||
"drupal/paragraphs": "^1.10",
|
"drupal/paragraphs": "^1.10",
|
||||||
|
"drupal/redirect": "^1.5",
|
||||||
"drupal/speakerdeck_field": "^1.0",
|
"drupal/speakerdeck_field": "^1.0",
|
||||||
|
"drupal/xmlsitemap": "^1.0",
|
||||||
"drush/drush": "^10.2",
|
"drush/drush": "^10.2",
|
||||||
"tightenco/collect": "^6.15"
|
"tightenco/collect": "^6.15"
|
||||||
},
|
},
|
||||||
|
|
289
composer.lock
generated
289
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": "62e6320a4cda0cebc0ed9be529c173ca",
|
"content-hash": "31cc09e6d005852d1cdf8df6cbe0c1d5",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "asm89/stack-cors",
|
"name": "asm89/stack-cors",
|
||||||
|
@ -2242,6 +2242,74 @@
|
||||||
"issues": "https://www.drupal.org/project/markdown"
|
"issues": "https://www.drupal.org/project/markdown"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/metatag",
|
||||||
|
"version": "1.11.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/metatag.git",
|
||||||
|
"reference": "8.x-1.11"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.11.zip",
|
||||||
|
"reference": "8.x-1.11",
|
||||||
|
"shasum": "9acb04a741d80b4ab468d118a242271169d11f00"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "*",
|
||||||
|
"drupal/token": "^1.0"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"drupal/devel": "^2.0",
|
||||||
|
"drupal/metatag_dc": "*",
|
||||||
|
"drupal/metatag_open_graph": "*",
|
||||||
|
"drupal/page_manager": "^4.0",
|
||||||
|
"drupal/redirect": "^1.0",
|
||||||
|
"drupal/restui": "^1.0",
|
||||||
|
"drupal/schema_metatag": "^1.0",
|
||||||
|
"drupal/schema_web_page": "*"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-1.x": "1.x-dev"
|
||||||
|
},
|
||||||
|
"drupal": {
|
||||||
|
"version": "8.x-1.11",
|
||||||
|
"datestamp": "1576870683",
|
||||||
|
"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": "See contributors",
|
||||||
|
"homepage": "https://www.drupal.org/node/640498/committers",
|
||||||
|
"role": "Developer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Dave Reid",
|
||||||
|
"homepage": "https://www.drupal.org/user/53892"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Manage meta tags for all entities.",
|
||||||
|
"homepage": "https://www.drupal.org/project/metatag",
|
||||||
|
"keywords": [
|
||||||
|
"Drupal",
|
||||||
|
"seo"
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"source": "http://cgit.drupalcode.org/metatag",
|
||||||
|
"issues": "http://drupal.org/project/issues/metatag"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/paragraphs",
|
"name": "drupal/paragraphs",
|
||||||
"version": "1.10.0",
|
"version": "1.10.0",
|
||||||
|
@ -2326,6 +2394,61 @@
|
||||||
"source": "https://git.drupalcode.org/project/paragraphs"
|
"source": "https://git.drupalcode.org/project/paragraphs"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/redirect",
|
||||||
|
"version": "1.5.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/redirect.git",
|
||||||
|
"reference": "8.x-1.5"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.5.zip",
|
||||||
|
"reference": "8.x-1.5",
|
||||||
|
"shasum": "7940acfb28bd802235d159f1c7a9a58e89dd3d15"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "^8.7.7 || ^9"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-1.x": "1.x-dev"
|
||||||
|
},
|
||||||
|
"drupal": {
|
||||||
|
"version": "8.x-1.5",
|
||||||
|
"datestamp": "1576656784",
|
||||||
|
"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": "Berdir",
|
||||||
|
"homepage": "https://www.drupal.org/user/214652"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Dave Reid",
|
||||||
|
"homepage": "https://www.drupal.org/user/53892"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "pifagor",
|
||||||
|
"homepage": "https://www.drupal.org/user/2375692"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Allows users to redirect from old URLs to new URLs.",
|
||||||
|
"homepage": "https://www.drupal.org/project/redirect",
|
||||||
|
"support": {
|
||||||
|
"source": "https://git.drupalcode.org/project/redirect"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/speakerdeck_field",
|
"name": "drupal/speakerdeck_field",
|
||||||
"version": "1.0.0-rc1",
|
"version": "1.0.0-rc1",
|
||||||
|
@ -2373,6 +2496,170 @@
|
||||||
"source": "https://git.drupalcode.org/project/speakerdeck_field"
|
"source": "https://git.drupalcode.org/project/speakerdeck_field"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/token",
|
||||||
|
"version": "1.6.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/token.git",
|
||||||
|
"reference": "8.x-1.6"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/token-8.x-1.6.zip",
|
||||||
|
"reference": "8.x-1.6",
|
||||||
|
"shasum": "22039a3d927220609e708932ac5c501b90ca4925"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "^8.7.7 || ^9"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-1.x": "1.x-dev"
|
||||||
|
},
|
||||||
|
"drupal": {
|
||||||
|
"version": "8.x-1.6",
|
||||||
|
"datestamp": "1577708583",
|
||||||
|
"security-coverage": {
|
||||||
|
"status": "covered",
|
||||||
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"drush": {
|
||||||
|
"services": {
|
||||||
|
"drush.services.yml": "^9 || ^10"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||||
|
"license": [
|
||||||
|
"GPL-2.0+"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Berdir",
|
||||||
|
"homepage": "https://www.drupal.org/user/214652"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Dave Reid",
|
||||||
|
"homepage": "https://www.drupal.org/user/53892"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "eaton",
|
||||||
|
"homepage": "https://www.drupal.org/user/16496"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fago",
|
||||||
|
"homepage": "https://www.drupal.org/user/16747"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "greggles",
|
||||||
|
"homepage": "https://www.drupal.org/user/36762"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mikeryan",
|
||||||
|
"homepage": "https://www.drupal.org/user/4420"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Provides a user interface for the Token API, some missing core tokens.",
|
||||||
|
"homepage": "https://www.drupal.org/project/token",
|
||||||
|
"support": {
|
||||||
|
"source": "https://git.drupalcode.org/project/token"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/xmlsitemap",
|
||||||
|
"version": "1.0.0-rc1",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/xmlsitemap.git",
|
||||||
|
"reference": "8.x-1.0-rc1"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/xmlsitemap-8.x-1.0-rc1.zip",
|
||||||
|
"reference": "8.x-1.0-rc1",
|
||||||
|
"shasum": "9b88caa55f9a45b8c89a1284d2db739fbf0c830f"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "^8 || ^9",
|
||||||
|
"ext-xmlwriter": "*"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"drupal/robotstxt": "^1.0"
|
||||||
|
},
|
||||||
|
"suggest": {
|
||||||
|
"drush/drush": "Command-line regenerating and rebuilding sitemaps."
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-1.x": "1.x-dev"
|
||||||
|
},
|
||||||
|
"drupal": {
|
||||||
|
"version": "8.x-1.0-rc1",
|
||||||
|
"datestamp": "1576705928",
|
||||||
|
"security-coverage": {
|
||||||
|
"status": "not-covered",
|
||||||
|
"message": "RC releases are not covered by Drupal security advisories."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"drush": {
|
||||||
|
"services": {
|
||||||
|
"drush.services.yml": "^9 || ^10"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||||
|
"license": [
|
||||||
|
"GPL-2.0-or-later"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Dave Reid",
|
||||||
|
"homepage": "https://www.drupal.org/user/53892"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "RenatoG",
|
||||||
|
"homepage": "https://www.drupal.org/user/3326031"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "amateescu",
|
||||||
|
"homepage": "https://www.drupal.org/user/729614"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "andrei.dincu",
|
||||||
|
"homepage": "https://www.drupal.org/user/2628879"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "juampynr",
|
||||||
|
"homepage": "https://www.drupal.org/user/682736"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "paulmckibben",
|
||||||
|
"homepage": "https://www.drupal.org/user/279003"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "pifagor",
|
||||||
|
"homepage": "https://www.drupal.org/user/2375692"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tadityar",
|
||||||
|
"homepage": "https://www.drupal.org/user/3094465"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "th_tushar",
|
||||||
|
"homepage": "https://www.drupal.org/user/1835276"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Creates XML sitemaps for the site",
|
||||||
|
"homepage": "https://www.drupal.org/project/xmlsitemap",
|
||||||
|
"support": {
|
||||||
|
"source": "http://cgit.drupalcode.org/xmlsitemap",
|
||||||
|
"issues": "http://drupal.org/project/issues/xmlsitemap"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drush/drush",
|
"name": "drush/drush",
|
||||||
"version": "10.2.0",
|
"version": "10.2.0",
|
||||||
|
|
10
config/sync/core.entity_view_mode.block.token.yml
Normal file
10
config/sync/core.entity_view_mode.block.token.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
uuid: d61b443b-ebad-49a8-96f5-50bed4ac78ac
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- block
|
||||||
|
id: block.token
|
||||||
|
label: Token
|
||||||
|
targetEntityType: block
|
||||||
|
cache: true
|
10
config/sync/core.entity_view_mode.block_content.token.yml
Normal file
10
config/sync/core.entity_view_mode.block_content.token.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
uuid: e9af7c8e-dce0-41b0-867f-5dbf77045415
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- block_content
|
||||||
|
id: block_content.token
|
||||||
|
label: Token
|
||||||
|
targetEntityType: block_content
|
||||||
|
cache: true
|
10
config/sync/core.entity_view_mode.file.token.yml
Normal file
10
config/sync/core.entity_view_mode.file.token.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
uuid: daec9107-fa1a-4138-9f60-204abc947f54
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- file
|
||||||
|
id: file.token
|
||||||
|
label: Token
|
||||||
|
targetEntityType: file
|
||||||
|
cache: true
|
10
config/sync/core.entity_view_mode.media.token.yml
Normal file
10
config/sync/core.entity_view_mode.media.token.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
uuid: 11727f36-9866-4c62-a086-da66bebd64e7
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- media
|
||||||
|
id: media.token
|
||||||
|
label: Token
|
||||||
|
targetEntityType: media
|
||||||
|
cache: true
|
10
config/sync/core.entity_view_mode.node.token.yml
Normal file
10
config/sync/core.entity_view_mode.node.token.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
uuid: 87d62fe2-4da8-44fe-96a5-25d9b212bf02
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
id: node.token
|
||||||
|
label: Token
|
||||||
|
targetEntityType: node
|
||||||
|
cache: true
|
10
config/sync/core.entity_view_mode.paragraph.token.yml
Normal file
10
config/sync/core.entity_view_mode.paragraph.token.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
uuid: 884626ed-f364-4218-ae84-46f1afba37d8
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- paragraphs
|
||||||
|
id: paragraph.token
|
||||||
|
label: Token
|
||||||
|
targetEntityType: paragraph
|
||||||
|
cache: true
|
10
config/sync/core.entity_view_mode.path_alias.token.yml
Normal file
10
config/sync/core.entity_view_mode.path_alias.token.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
uuid: 286d1f86-f7b2-436a-9430-ed9cb950efe1
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- path_alias
|
||||||
|
id: path_alias.token
|
||||||
|
label: Token
|
||||||
|
targetEntityType: path_alias
|
||||||
|
cache: true
|
10
config/sync/core.entity_view_mode.taxonomy_term.token.yml
Normal file
10
config/sync/core.entity_view_mode.taxonomy_term.token.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
uuid: 4ee5f468-924e-4438-af27-ce8b21538495
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- taxonomy
|
||||||
|
id: taxonomy_term.token
|
||||||
|
label: Token
|
||||||
|
targetEntityType: taxonomy_term
|
||||||
|
cache: true
|
10
config/sync/core.entity_view_mode.user.token.yml
Normal file
10
config/sync/core.entity_view_mode.user.token.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
uuid: 7785f371-5011-428b-a0df-64e7da22a0ec
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- user
|
||||||
|
id: user.token
|
||||||
|
label: Token
|
||||||
|
targetEntityType: user
|
||||||
|
cache: true
|
|
@ -19,18 +19,22 @@ module:
|
||||||
link: 0
|
link: 0
|
||||||
markdown: 0
|
markdown: 0
|
||||||
media: 0
|
media: 0
|
||||||
|
metatag: 0
|
||||||
node: 0
|
node: 0
|
||||||
page_cache: 0
|
page_cache: 0
|
||||||
path: 0
|
path: 0
|
||||||
path_alias: 0
|
path_alias: 0
|
||||||
|
redirect: 0
|
||||||
speakerdeck_field: 0
|
speakerdeck_field: 0
|
||||||
system: 0
|
system: 0
|
||||||
taxonomy: 0
|
taxonomy: 0
|
||||||
text: 0
|
text: 0
|
||||||
|
token: 0
|
||||||
toolbar: 0
|
toolbar: 0
|
||||||
update: 0
|
update: 0
|
||||||
user: 0
|
user: 0
|
||||||
views_ui: 0
|
views_ui: 0
|
||||||
|
xmlsitemap: 1
|
||||||
views: 10
|
views: 10
|
||||||
paragraphs: 11
|
paragraphs: 11
|
||||||
minimal: 1000
|
minimal: 1000
|
||||||
|
|
11
config/sync/metatag.metatag_defaults.403.yml
Normal file
11
config/sync/metatag.metatag_defaults.403.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
uuid: cc00d29f-3aab-4c9c-916e-9294722e96aa
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
_core:
|
||||||
|
default_config_hash: Da5YWhJdKLxaJ9gDRI1u5oCbm5WBxiiDgA4M1QrOEPQ
|
||||||
|
id: '403'
|
||||||
|
label: '403 access denied'
|
||||||
|
tags:
|
||||||
|
canonical_url: '[site:url]'
|
||||||
|
shortlink: '[site:url]'
|
11
config/sync/metatag.metatag_defaults.404.yml
Normal file
11
config/sync/metatag.metatag_defaults.404.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
uuid: 9e9ff19e-795c-4e7d-9329-cde1f95074bf
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
_core:
|
||||||
|
default_config_hash: puBstSLDz8mbaWU357zaqQDBGMGsJzG0j-TQNQkjg20
|
||||||
|
id: '404'
|
||||||
|
label: '404 page not found'
|
||||||
|
tags:
|
||||||
|
canonical_url: '[site:url]'
|
||||||
|
shortlink: '[site:url]'
|
11
config/sync/metatag.metatag_defaults.front.yml
Normal file
11
config/sync/metatag.metatag_defaults.front.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
uuid: a49768f7-b2b9-4407-a4f0-0bac0cc6e300
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
_core:
|
||||||
|
default_config_hash: 1noCXlegCr5HFehQRF1ViXy1jhU1jZ_sNN99a8Sj5jo
|
||||||
|
id: front
|
||||||
|
label: 'Front page'
|
||||||
|
tags:
|
||||||
|
canonical_url: '[site:url]'
|
||||||
|
shortlink: '[site:url]'
|
11
config/sync/metatag.metatag_defaults.global.yml
Normal file
11
config/sync/metatag.metatag_defaults.global.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
uuid: 57766e89-10d4-42f0-bace-47836d10eba4
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
_core:
|
||||||
|
default_config_hash: sL588ui1E_8-2c_UupwyYxcqX2OVyMFp3HTLbbFqvPc
|
||||||
|
id: global
|
||||||
|
label: Global
|
||||||
|
tags:
|
||||||
|
canonical_url: '[current-page:url]'
|
||||||
|
title: '[current-page:title] | [site:name]'
|
12
config/sync/metatag.metatag_defaults.node.yml
Normal file
12
config/sync/metatag.metatag_defaults.node.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
uuid: befe4d22-bd9c-4cfa-87b0-30f32ec50441
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
_core:
|
||||||
|
default_config_hash: rpwvgyEURXLz_JjgMCrkS1rUv-0k3L79BpO-ReN7fDI
|
||||||
|
id: node
|
||||||
|
label: Content
|
||||||
|
tags:
|
||||||
|
title: '[node:title] | [site:name]'
|
||||||
|
description: '[node:summary]'
|
||||||
|
canonical_url: '[node:url]'
|
12
config/sync/metatag.metatag_defaults.taxonomy_term.yml
Normal file
12
config/sync/metatag.metatag_defaults.taxonomy_term.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
uuid: e4e529f7-7928-4f14-acb0-77cfcd5f8cc2
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
_core:
|
||||||
|
default_config_hash: 92bXZdyYJ5xqukdfmGRr_CYcwm1vfuS8b8aJ7X_G7E0
|
||||||
|
id: taxonomy_term
|
||||||
|
label: 'Taxonomy term'
|
||||||
|
tags:
|
||||||
|
canonical_url: '[term:url]'
|
||||||
|
description: '[term:description]'
|
||||||
|
title: '[term:name] | [site:name]'
|
12
config/sync/metatag.metatag_defaults.user.yml
Normal file
12
config/sync/metatag.metatag_defaults.user.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
uuid: 0cf59b68-4e62-43db-aa79-f45a2daa384e
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
_core:
|
||||||
|
default_config_hash: MvQPTbQx0Vxwy0ordSHyixdZmLCMpvMdLD69dlwkrKc
|
||||||
|
id: user
|
||||||
|
label: User
|
||||||
|
tags:
|
||||||
|
canonical_url: '[user:url]'
|
||||||
|
description: '[site:name]'
|
||||||
|
title: '[user:display-name] | [site:name]'
|
9
config/sync/redirect.settings.yml
Normal file
9
config/sync/redirect.settings.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
auto_redirect: true
|
||||||
|
default_status_code: 301
|
||||||
|
passthrough_querystring: true
|
||||||
|
warning: false
|
||||||
|
ignore_admin_path: false
|
||||||
|
access_check: false
|
||||||
|
route_normalizer_enabled: true
|
||||||
|
_core:
|
||||||
|
default_config_hash: FEwQLW1wXW7fiJdG1B2bxW1c_-k6w-r-3V3bSsW6PqM
|
16
config/sync/system.action.redirect_delete_action.yml
Normal file
16
config/sync/system.action.redirect_delete_action.yml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
uuid: c3a13665-2cc8-4c67-938b-f50f20d127f9
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- redirect
|
||||||
|
module:
|
||||||
|
- redirect
|
||||||
|
_core:
|
||||||
|
default_config_hash: vcnRZRvBqTbK3nZ2M4_lKPlEGc8GjPzgaqapYUfyX8M
|
||||||
|
id: redirect_delete_action
|
||||||
|
label: 'Delete redirect'
|
||||||
|
type: redirect
|
||||||
|
plugin: redirect_delete_action
|
||||||
|
configuration: { }
|
607
config/sync/views.view.redirect.yml
Normal file
607
config/sync/views.view.redirect.yml
Normal file
|
@ -0,0 +1,607 @@
|
||||||
|
uuid: 1166d329-5cfc-403b-8d5c-453ce24c7491
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- link
|
||||||
|
- redirect
|
||||||
|
- user
|
||||||
|
_core:
|
||||||
|
default_config_hash: szL-A_Er9yaiA51EXGl3yYAj1T_LnNrYdxxY6UwRisU
|
||||||
|
id: redirect
|
||||||
|
label: Redirect
|
||||||
|
module: views
|
||||||
|
description: 'List of redirects'
|
||||||
|
tag: ''
|
||||||
|
base_table: redirect
|
||||||
|
base_field: rid
|
||||||
|
display:
|
||||||
|
default:
|
||||||
|
display_plugin: default
|
||||||
|
id: default
|
||||||
|
display_title: Master
|
||||||
|
position: 0
|
||||||
|
display_options:
|
||||||
|
access:
|
||||||
|
type: perm
|
||||||
|
options:
|
||||||
|
perm: 'administer redirects'
|
||||||
|
cache:
|
||||||
|
type: tag
|
||||||
|
options: { }
|
||||||
|
query:
|
||||||
|
type: views_query
|
||||||
|
options:
|
||||||
|
disable_sql_rewrite: false
|
||||||
|
distinct: false
|
||||||
|
replica: false
|
||||||
|
query_comment: ''
|
||||||
|
query_tags: { }
|
||||||
|
exposed_form:
|
||||||
|
type: basic
|
||||||
|
options:
|
||||||
|
submit_button: Filter
|
||||||
|
reset_button: false
|
||||||
|
reset_button_label: Reset
|
||||||
|
exposed_sorts_label: 'Sort by'
|
||||||
|
expose_sort_order: true
|
||||||
|
sort_asc_label: Asc
|
||||||
|
sort_desc_label: Desc
|
||||||
|
pager:
|
||||||
|
type: full
|
||||||
|
options:
|
||||||
|
items_per_page: 50
|
||||||
|
offset: 0
|
||||||
|
id: 0
|
||||||
|
total_pages: null
|
||||||
|
tags:
|
||||||
|
previous: '‹ previous'
|
||||||
|
next: 'next ›'
|
||||||
|
first: '« first'
|
||||||
|
last: 'last »'
|
||||||
|
expose:
|
||||||
|
items_per_page: false
|
||||||
|
items_per_page_label: 'Items per page'
|
||||||
|
items_per_page_options: '5, 10, 25, 50'
|
||||||
|
items_per_page_options_all: false
|
||||||
|
items_per_page_options_all_label: '- All -'
|
||||||
|
offset: false
|
||||||
|
offset_label: Offset
|
||||||
|
quantity: 9
|
||||||
|
style:
|
||||||
|
type: table
|
||||||
|
options:
|
||||||
|
grouping: { }
|
||||||
|
row_class: ''
|
||||||
|
default_row_class: true
|
||||||
|
override: true
|
||||||
|
sticky: false
|
||||||
|
caption: ''
|
||||||
|
summary: ''
|
||||||
|
description: ''
|
||||||
|
columns:
|
||||||
|
redirect_source__path: redirect_source__path
|
||||||
|
redirect_redirect__uri: redirect_redirect__uri
|
||||||
|
status_code: status_code
|
||||||
|
language: language
|
||||||
|
created: created
|
||||||
|
operations: operations
|
||||||
|
info:
|
||||||
|
redirect_source__path:
|
||||||
|
sortable: true
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
redirect_redirect__uri:
|
||||||
|
sortable: true
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
status_code:
|
||||||
|
sortable: true
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
language:
|
||||||
|
sortable: true
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
created:
|
||||||
|
sortable: true
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
operations:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
default: created
|
||||||
|
empty_table: false
|
||||||
|
row:
|
||||||
|
type: fields
|
||||||
|
fields:
|
||||||
|
redirect_bulk_form:
|
||||||
|
id: redirect_bulk_form
|
||||||
|
table: redirect
|
||||||
|
field: redirect_bulk_form
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: ''
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: false
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
action_title: 'With selection'
|
||||||
|
include_exclude: exclude
|
||||||
|
selected_actions: { }
|
||||||
|
entity_type: redirect
|
||||||
|
plugin_id: redirect_bulk_form
|
||||||
|
redirect_source__path:
|
||||||
|
id: redirect_source__path
|
||||||
|
table: redirect
|
||||||
|
field: redirect_source__path
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: From
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: path
|
||||||
|
type: redirect_source
|
||||||
|
settings: { }
|
||||||
|
group_column: ''
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
entity_type: redirect
|
||||||
|
entity_field: redirect_source
|
||||||
|
plugin_id: field
|
||||||
|
redirect_redirect__uri:
|
||||||
|
id: redirect_redirect__uri
|
||||||
|
table: redirect
|
||||||
|
field: redirect_redirect__uri
|
||||||
|
entity_type: redirect
|
||||||
|
entity_field: redirect_redirect
|
||||||
|
plugin_id: field
|
||||||
|
status_code:
|
||||||
|
id: status_code
|
||||||
|
table: redirect
|
||||||
|
field: status_code
|
||||||
|
entity_type: redirect
|
||||||
|
entity_field: status_code
|
||||||
|
plugin_id: field
|
||||||
|
language:
|
||||||
|
id: language
|
||||||
|
table: redirect
|
||||||
|
field: language
|
||||||
|
entity_type: redirect
|
||||||
|
entity_field: language
|
||||||
|
plugin_id: field
|
||||||
|
created:
|
||||||
|
id: created
|
||||||
|
table: redirect
|
||||||
|
field: created
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: Created
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
date_format: fallback
|
||||||
|
custom_date_format: ''
|
||||||
|
timezone: ''
|
||||||
|
entity_type: redirect
|
||||||
|
entity_field: created
|
||||||
|
plugin_id: date
|
||||||
|
operations:
|
||||||
|
id: operations
|
||||||
|
table: redirect
|
||||||
|
field: operations
|
||||||
|
entity_type: redirect
|
||||||
|
plugin_id: entity_operations
|
||||||
|
filters:
|
||||||
|
redirect_source__path:
|
||||||
|
id: redirect_source__path
|
||||||
|
table: redirect
|
||||||
|
field: redirect_source__path
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
operator: contains
|
||||||
|
value: ''
|
||||||
|
group: 1
|
||||||
|
exposed: true
|
||||||
|
expose:
|
||||||
|
operator_id: redirect_source__path_op
|
||||||
|
label: From
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: redirect_source__path_op
|
||||||
|
identifier: redirect_source__path
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
anonymous: '0'
|
||||||
|
administrator: '0'
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
is_grouped: false
|
||||||
|
group_info:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
identifier: ''
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: false
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items: { }
|
||||||
|
entity_type: redirect
|
||||||
|
entity_field: redirect_source
|
||||||
|
plugin_id: string
|
||||||
|
redirect_redirect__uri:
|
||||||
|
id: redirect_redirect__uri
|
||||||
|
table: redirect
|
||||||
|
field: redirect_redirect__uri
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
operator: contains
|
||||||
|
value: ''
|
||||||
|
group: 1
|
||||||
|
exposed: true
|
||||||
|
expose:
|
||||||
|
operator_id: redirect_redirect__uri_op
|
||||||
|
label: To
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: redirect_redirect__uri_op
|
||||||
|
identifier: redirect_redirect__uri
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
anonymous: '0'
|
||||||
|
administrator: '0'
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
is_grouped: false
|
||||||
|
group_info:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
identifier: ''
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: false
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items: { }
|
||||||
|
entity_type: redirect
|
||||||
|
entity_field: redirect_redirect
|
||||||
|
plugin_id: string
|
||||||
|
status_code:
|
||||||
|
id: status_code
|
||||||
|
table: redirect
|
||||||
|
field: status_code
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
operator: '='
|
||||||
|
value:
|
||||||
|
min: ''
|
||||||
|
max: ''
|
||||||
|
value: ''
|
||||||
|
group: 1
|
||||||
|
exposed: true
|
||||||
|
expose:
|
||||||
|
operator_id: status_code_op
|
||||||
|
label: 'Status code'
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: status_code_op
|
||||||
|
identifier: status_code
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
anonymous: '0'
|
||||||
|
administrator: '0'
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
is_grouped: true
|
||||||
|
group_info:
|
||||||
|
label: 'Status code'
|
||||||
|
description: ''
|
||||||
|
identifier: status_code
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: false
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items:
|
||||||
|
1:
|
||||||
|
title: '300 Multiple Choices'
|
||||||
|
operator: '='
|
||||||
|
value:
|
||||||
|
value: '300'
|
||||||
|
min: ''
|
||||||
|
max: ''
|
||||||
|
2:
|
||||||
|
title: '301 Moved Permanently'
|
||||||
|
operator: '='
|
||||||
|
value:
|
||||||
|
value: '301'
|
||||||
|
min: ''
|
||||||
|
max: ''
|
||||||
|
3:
|
||||||
|
title: '302 Found'
|
||||||
|
operator: '='
|
||||||
|
value:
|
||||||
|
value: '302'
|
||||||
|
min: ''
|
||||||
|
max: ''
|
||||||
|
4:
|
||||||
|
title: '303 See Other'
|
||||||
|
operator: '='
|
||||||
|
value:
|
||||||
|
value: '303'
|
||||||
|
min: ''
|
||||||
|
max: ''
|
||||||
|
5:
|
||||||
|
title: '304 Not Modified'
|
||||||
|
operator: '='
|
||||||
|
value:
|
||||||
|
value: '304'
|
||||||
|
min: ''
|
||||||
|
max: ''
|
||||||
|
6:
|
||||||
|
title: '305 Use Proxy'
|
||||||
|
operator: '='
|
||||||
|
value:
|
||||||
|
value: '305'
|
||||||
|
min: ''
|
||||||
|
max: ''
|
||||||
|
7:
|
||||||
|
title: '307 Temporary Redirect'
|
||||||
|
operator: '='
|
||||||
|
value:
|
||||||
|
value: '307'
|
||||||
|
min: ''
|
||||||
|
max: ''
|
||||||
|
entity_type: redirect
|
||||||
|
entity_field: status_code
|
||||||
|
plugin_id: numeric
|
||||||
|
language:
|
||||||
|
id: language
|
||||||
|
table: redirect
|
||||||
|
field: language
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
operator: in
|
||||||
|
value: { }
|
||||||
|
group: 1
|
||||||
|
exposed: true
|
||||||
|
expose:
|
||||||
|
operator_id: language_op
|
||||||
|
label: 'Original language'
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: language_op
|
||||||
|
identifier: language
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
anonymous: '0'
|
||||||
|
administrator: '0'
|
||||||
|
reduce: false
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
is_grouped: false
|
||||||
|
group_info:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
identifier: ''
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: false
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items: { }
|
||||||
|
entity_type: redirect
|
||||||
|
entity_field: language
|
||||||
|
plugin_id: language
|
||||||
|
sorts: { }
|
||||||
|
title: Redirect
|
||||||
|
header: { }
|
||||||
|
footer: { }
|
||||||
|
empty:
|
||||||
|
area_text_custom:
|
||||||
|
id: area_text_custom
|
||||||
|
table: views
|
||||||
|
field: area_text_custom
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
empty: true
|
||||||
|
tokenize: false
|
||||||
|
content: 'There is no redirect yet.'
|
||||||
|
plugin_id: text_custom
|
||||||
|
relationships: { }
|
||||||
|
arguments: { }
|
||||||
|
display_extenders: { }
|
||||||
|
filter_groups:
|
||||||
|
operator: AND
|
||||||
|
groups:
|
||||||
|
1: AND
|
||||||
|
cache_metadata:
|
||||||
|
contexts:
|
||||||
|
- 'languages:language_content'
|
||||||
|
- 'languages:language_interface'
|
||||||
|
- url
|
||||||
|
- url.query_args
|
||||||
|
- user.permissions
|
||||||
|
cacheable: false
|
||||||
|
max-age: 0
|
||||||
|
tags: { }
|
||||||
|
page_1:
|
||||||
|
display_plugin: page
|
||||||
|
id: page_1
|
||||||
|
display_title: Page
|
||||||
|
position: 1
|
||||||
|
display_options:
|
||||||
|
display_extenders: { }
|
||||||
|
path: admin/config/search/redirect
|
||||||
|
cache_metadata:
|
||||||
|
contexts:
|
||||||
|
- 'languages:language_content'
|
||||||
|
- 'languages:language_interface'
|
||||||
|
- url
|
||||||
|
- url.query_args
|
||||||
|
- user.permissions
|
||||||
|
cacheable: false
|
||||||
|
max-age: 0
|
||||||
|
tags: { }
|
15
config/sync/xmlsitemap.settings.yml
Normal file
15
config/sync/xmlsitemap.settings.yml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
minimum_lifetime: 0
|
||||||
|
xsl: 1
|
||||||
|
prefetch_aliases: 1
|
||||||
|
chunk_size: auto
|
||||||
|
batch_limit: 100
|
||||||
|
path: xmlsitemap
|
||||||
|
frontpage_priority: !!float 1
|
||||||
|
frontpage_changefreq: 86400
|
||||||
|
lastmod_format: 'Y-m-d\TH:i\Z'
|
||||||
|
gz: false
|
||||||
|
clean_url: 0
|
||||||
|
disable_cron_regeneration: false
|
||||||
|
i18n_selection_mode: simple
|
||||||
|
_core:
|
||||||
|
default_config_hash: yDGr_IxRmvItJEr5-iuJQJdtcshhRXqlg--ljsFmQrA
|
Loading…
Reference in a new issue