Add Pathauto for daily email nodes
This commit is contained in:
parent
ac1484b1e0
commit
f3c35423cf
7 changed files with 243 additions and 1 deletions
166
composer.lock
generated
166
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": "873bf2ba2f41413579faa35d19f84c93",
|
||||
"content-hash": "2fdd1fcf491505de043f0479bd8a12fa",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
|
@ -1671,6 +1671,99 @@
|
|||
"issues": "https://www.drupal.org/project/issues/crop"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/ctools",
|
||||
"version": "4.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/ctools.git",
|
||||
"reference": "4.1.0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/ctools-4.1.0.zip",
|
||||
"reference": "4.1.0",
|
||||
"shasum": "69f5889cf557df9e55519390e6a95cfa31b67874"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^9.5 || ^10 || ^11"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "4.1.0",
|
||||
"datestamp": "1718144949",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-8.x-3.x": "3.x-dev"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Kris Vanderwater (EclipseGc)",
|
||||
"homepage": "https://www.drupal.org/u/eclipsegc",
|
||||
"role": "Maintainer"
|
||||
},
|
||||
{
|
||||
"name": "Jakob Perry (japerry)",
|
||||
"homepage": "https://www.drupal.org/u/japerry",
|
||||
"role": "Maintainer"
|
||||
},
|
||||
{
|
||||
"name": "Tim Plunkett (tim.plunkett)",
|
||||
"homepage": "https://www.drupal.org/u/timplunkett",
|
||||
"role": "Maintainer"
|
||||
},
|
||||
{
|
||||
"name": "James Gilliland (neclimdul)",
|
||||
"homepage": "https://www.drupal.org/u/neclimdul",
|
||||
"role": "Maintainer"
|
||||
},
|
||||
{
|
||||
"name": "Daniel Wehner (dawehner)",
|
||||
"homepage": "https://www.drupal.org/u/dawehner",
|
||||
"role": "Maintainer"
|
||||
},
|
||||
{
|
||||
"name": "joelpittet",
|
||||
"homepage": "https://www.drupal.org/user/160302"
|
||||
},
|
||||
{
|
||||
"name": "merlinofchaos",
|
||||
"homepage": "https://www.drupal.org/user/26979"
|
||||
},
|
||||
{
|
||||
"name": "neclimdul",
|
||||
"homepage": "https://www.drupal.org/user/48673"
|
||||
},
|
||||
{
|
||||
"name": "sdboyer",
|
||||
"homepage": "https://www.drupal.org/user/146719"
|
||||
},
|
||||
{
|
||||
"name": "sun",
|
||||
"homepage": "https://www.drupal.org/user/54136"
|
||||
},
|
||||
{
|
||||
"name": "tim.plunkett",
|
||||
"homepage": "https://www.drupal.org/user/241634"
|
||||
}
|
||||
],
|
||||
"description": "Provides a number of utility and helper APIs for Drupal developers and site builders.",
|
||||
"homepage": "https://www.drupal.org/project/ctools",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/ctools",
|
||||
"issues": "https://www.drupal.org/project/issues/ctools"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/drupal_cms_seo_tools",
|
||||
"version": "1.1.0",
|
||||
|
@ -2323,6 +2416,77 @@
|
|||
"source": "https://git.drupalcode.org/project/paragraphs"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/pathauto",
|
||||
"version": "1.13.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/pathauto.git",
|
||||
"reference": "8.x-1.13"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.13.zip",
|
||||
"reference": "8.x-1.13",
|
||||
"shasum": "e64b5a82cf1b8ab48bce400b21ae6fc99c8078fd"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^9.4 || ^10 || ^11",
|
||||
"drupal/ctools": "*",
|
||||
"drupal/token": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"drupal/forum": "*"
|
||||
},
|
||||
"suggest": {
|
||||
"drupal/redirect": "When installed Pathauto will provide a new \"Update Action\" in case your URLs change. This is the recommended update action and is considered the best practice for SEO and usability."
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-1.13",
|
||||
"datestamp": "1739552840",
|
||||
"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-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "berdir",
|
||||
"homepage": "https://www.drupal.org/user/214652"
|
||||
},
|
||||
{
|
||||
"name": "dave reid",
|
||||
"homepage": "https://www.drupal.org/user/53892"
|
||||
},
|
||||
{
|
||||
"name": "Freso",
|
||||
"homepage": "https://www.drupal.org/user/27504"
|
||||
},
|
||||
{
|
||||
"name": "greggles",
|
||||
"homepage": "https://www.drupal.org/user/36762"
|
||||
}
|
||||
],
|
||||
"description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.",
|
||||
"homepage": "https://www.drupal.org/project/pathauto",
|
||||
"support": {
|
||||
"source": "https://cgit.drupalcode.org/pathauto",
|
||||
"issues": "https://www.drupal.org/project/issues/pathauto",
|
||||
"documentation": "https://www.drupal.org/docs/8/modules/pathauto"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/robotstxt",
|
||||
"version": "1.6.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue