Add and enable the drupal_cms_seo_tools recipe
```bash composer require drupal/drupal_cms_seo_tools drush recipe $(pwd)/recipes/drupal_cms_seo_tools ```
This commit is contained in:
parent
a4eacb5cf4
commit
bc2ab546d4
17 changed files with 2547 additions and 1 deletions
25
recipes/drupal_cms_seo_tools/composer.json
Normal file
25
recipes/drupal_cms_seo_tools/composer.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "drupal/drupal_cms_seo_tools",
|
||||
"description": "Adds common search engine optimisation tools such as meta tags, XML sitemap, robots.txt management and more.",
|
||||
"type": "drupal-recipe",
|
||||
"license": ["GPL-2.0-or-later"],
|
||||
"require": {
|
||||
"drupal/bpmn_io": "^2.0.6",
|
||||
"drupal/core": ">=10.4",
|
||||
"drupal/eca": "^2.1.4",
|
||||
"drupal/field_group": "^3.6",
|
||||
"drupal/focal_point": "^2.1",
|
||||
"drupal/metatag": "^2",
|
||||
"drupal/robotstxt": "^1.6",
|
||||
"drupal/seo_checklist": "^5.2.1",
|
||||
"drupal/simple_sitemap": "^4.2.2",
|
||||
"drupal/sitemap": "^2",
|
||||
"drupal/token_or": "^2.2",
|
||||
"drupal/yoast_seo": "^2.1"
|
||||
},
|
||||
"suggest": {
|
||||
"drupal/drupal_cms_analytics": "Adds recipes for tracking website traffic.",
|
||||
"drupal/drupal_cms_accessibility_tools": "Adds automated checks to help ensure content conforms to web accessibility guidelines."
|
||||
},
|
||||
"version": "1.1.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue