added seo_checklist module
This commit is contained in:
parent
e6343f0092
commit
2c527fc578
@ -39,6 +39,7 @@
|
||||
"drupal/perimeter": "2.0.x-dev@dev",
|
||||
"drupal/role_delegation": "^1.1",
|
||||
"drupal/selective_better_exposed_filters": "2.x-dev@dev",
|
||||
"drupal/seo_checklist": "^5.1",
|
||||
"drupal/smart_date": "^3.1",
|
||||
"drupal/structure_sync": "^2.0",
|
||||
"drupal/twig_xdebug": "^1.2",
|
||||
|
114
composer.lock
generated
114
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": "5599994af496a19e5df162e8dfbed11c",
|
||||
"content-hash": "ea1dbde34526235dcac0bf3703c742c4",
|
||||
"packages": [
|
||||
{
|
||||
"name": "ajgl/breakpoint-twig-extension",
|
||||
@ -3117,6 +3117,65 @@
|
||||
"source": "https://git.drupalcode.org/project/bulkdelete"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/checklistapi",
|
||||
"version": "2.1.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/checklistapi.git",
|
||||
"reference": "2.1.1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/checklistapi-2.1.1.zip",
|
||||
"reference": "2.1.1",
|
||||
"shasum": "69acb461c13aa7d37a91da078c3ceb0818543b87"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^9.3 || ^10",
|
||||
"php": ">=5.6.0"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "2.1.1",
|
||||
"datestamp": "1659116985",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-master": "1.x-dev"
|
||||
},
|
||||
"drush": {
|
||||
"services": {
|
||||
"drush.services.yml": "^10"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Travis Carden",
|
||||
"homepage": "https://www.drupal.org/user/236758",
|
||||
"email": "travis.carden@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "VladimirAus",
|
||||
"homepage": "https://www.drupal.org/user/673120"
|
||||
}
|
||||
],
|
||||
"description": "Provides an API for creating fillable, persistent checklists.",
|
||||
"homepage": "http://drupal.org/project/checklistapi",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/checklistapi",
|
||||
"issues": "https://www.drupal.org/project/issues/checklistapi"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/config_devel",
|
||||
"version": "dev-1.x",
|
||||
@ -8604,6 +8663,59 @@
|
||||
"issues": "https://www.drupal.org/project/issues/selective_better_exposed_filters"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/seo_checklist",
|
||||
"version": "5.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/seo_checklist.git",
|
||||
"reference": "5.1.0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/seo_checklist-5.1.0.zip",
|
||||
"reference": "5.1.0",
|
||||
"shasum": "fed410fef98a748e4b0ed90142b4f6a8ae6e86b8"
|
||||
},
|
||||
"require": {
|
||||
"drupal/checklistapi": "^2.0",
|
||||
"drupal/core": "^8 || ^9"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "5.1.0",
|
||||
"datestamp": "1629912904",
|
||||
"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": "Ben Finklea",
|
||||
"homepage": "https://www.drupal.org/user/46676"
|
||||
},
|
||||
{
|
||||
"name": "TravisCarden",
|
||||
"homepage": "https://www.drupal.org/user/236758"
|
||||
}
|
||||
],
|
||||
"description": "Uses best practices to check for proper search engine optimization.",
|
||||
"homepage": "https://www.drupal.org/project/seo_checklist",
|
||||
"keywords": [
|
||||
"SEO"
|
||||
],
|
||||
"support": {
|
||||
"source": "http://drupalcode.org/seo_checklist",
|
||||
"issues": "https://www.drupal.org/project/issues/seo_checklist"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/smart_date",
|
||||
"version": "3.5.1",
|
||||
|
47
config/sync/checklistapi.progress.seo_checklist.yml
Normal file
47
config/sync/checklistapi.progress.seo_checklist.yml
Normal file
@ -0,0 +1,47 @@
|
||||
progress:
|
||||
'#changed': 1667315015
|
||||
'#changed_by': '1'
|
||||
'#completed_items': 14
|
||||
'#items':
|
||||
install_and_enable_seo_checklist_module:
|
||||
'#completed': 1667314961
|
||||
'#uid': '1'
|
||||
install_and_enable_admin_toolbar_module:
|
||||
'#completed': 1667314961
|
||||
'#uid': '1'
|
||||
install_composer_command_line_tool:
|
||||
'#completed': 1667314961
|
||||
'#uid': '1'
|
||||
install_drush_command_line_tool:
|
||||
'#completed': 1667314961
|
||||
'#uid': '1'
|
||||
show_cli_commands:
|
||||
'#completed': 1667314961
|
||||
'#uid': '1'
|
||||
enable_clean_urls:
|
||||
'#completed': 1667315015
|
||||
'#uid': '1'
|
||||
install_and_enable_redirect_module:
|
||||
'#completed': 1667314961
|
||||
'#uid': '1'
|
||||
configure_the_redirect_module:
|
||||
'#completed': 1667315015
|
||||
'#uid': '1'
|
||||
install_and_enable_pathauto_module:
|
||||
'#completed': 1667314961
|
||||
'#uid': '1'
|
||||
configure_pathauto_module:
|
||||
'#completed': 1667315015
|
||||
'#uid': '1'
|
||||
create_pathauto_patterns:
|
||||
'#completed': 1667315015
|
||||
'#uid': '1'
|
||||
install_and_enable_metatag_module:
|
||||
'#completed': 1667314961
|
||||
'#uid': '1'
|
||||
install_and_enable_xml_sitemap_module:
|
||||
'#completed': 1667314961
|
||||
'#uid': '1'
|
||||
install_and_enable_honeypot_module:
|
||||
'#completed': 1667314961
|
||||
'#uid': '1'
|
@ -19,6 +19,7 @@ module:
|
||||
block_content: 0
|
||||
breakpoint: 0
|
||||
bulkdelete: 0
|
||||
checklistapi: 0
|
||||
ckeditor: 0
|
||||
config: 0
|
||||
config_devel: 0
|
||||
@ -121,6 +122,7 @@ module:
|
||||
role_delegation: 0
|
||||
search_api: 0
|
||||
search_api_db: 0
|
||||
seo_checklist: 0
|
||||
smart_date: 0
|
||||
smart_trim: 0
|
||||
smtp: 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user