fixed home metatags #1903

This commit is contained in:
2022-09-20 10:39:35 +02:00
parent 10c66385bd
commit eb48cfa2bf
16 changed files with 167 additions and 13 deletions

68
composer.lock generated
View File

@@ -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": "9d5df14ac7c6753819935b4de3da5b58",
"content-hash": "92b137f0174eb6369b1116a3fe8fa6e4",
"packages": [
{
"name": "ajgl/breakpoint-twig-extension",
@@ -7445,6 +7445,72 @@
"issues": "https://www.drupal.org/project/issues/menu_position"
}
},
{
"name": "drupal/metatag",
"version": "1.21.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/metatag.git",
"reference": "8.x-1.21"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.21.zip",
"reference": "8.x-1.21",
"shasum": "677ff7384b557390d4d1a36f335452e8172f741d"
},
"require": {
"drupal/core": "^9",
"drupal/token": "^1.0",
"php": ">=7.0"
},
"require-dev": {
"drupal/devel": "^4.0",
"drupal/metatag_dc": "*",
"drupal/metatag_open_graph": "*",
"drupal/page_manager": "4.x-dev",
"drupal/panelizer": "4.x-dev",
"drupal/redirect": "1.x-dev",
"mpyw/phpunit-patch-serializable-comparison": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.21",
"datestamp": "1657971667",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"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": "https://git.drupalcode.org/project/metatag",
"issues": "https://www.drupal.org/project/issues/metatag",
"docs": "https://www.drupal.org/docs/8/modules/metatag"
}
},
{
"name": "drupal/page_manager",
"version": "dev-4.x",