completed programme layout page, installed drupal/toc_filter

This commit is contained in:
2021-06-28 12:30:42 +02:00
parent 8c311a5d44
commit 623803c11f
14 changed files with 504 additions and 54 deletions

109
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": "031fcb88faba70428c9f0ec049e89d3e",
"content-hash": "b76955c757957271a462d63d8790e146",
"packages": [
{
"name": "alchemy/zippy",
@@ -8882,6 +8882,111 @@
"source": "https://git.drupalcode.org/project/synonyms"
}
},
{
"name": "drupal/toc_api",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/toc_api.git",
"reference": "8.x-1.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/toc_api-8.x-1.0.zip",
"reference": "8.x-1.0",
"shasum": "7e4a667e6e36249e6f6d7114f72a84c8b7bf9782"
},
"require": {
"drupal/core": "^8.9 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0",
"datestamp": "1614301344",
"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": "Jacob Rockowitz (jrockowitz)",
"homepage": "https://www.drupal.org/u/jrockowitz",
"role": "Maintainer"
},
{
"name": "jrockowitz",
"homepage": "https://www.drupal.org/user/371407"
}
],
"description": "API for building a a hierarchical table of contents from header tags.",
"homepage": "https://drupal.org/project/toc_api",
"support": {
"source": "http://cgit.drupalcode.org/toc_api",
"issues": "https://drupal.org/project/issues/toc_api"
}
},
{
"name": "drupal/toc_filter",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/toc_filter.git",
"reference": "8.x-2.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/toc_filter-8.x-2.0.zip",
"reference": "8.x-2.0",
"shasum": "6121a04480675b980b3161a975bf313dd68fefa3"
},
"require": {
"drupal/core": "^8.9 || ^9",
"drupal/toc_api": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.0",
"datestamp": "1614304101",
"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": "Jacob Rockowitz (jrockowitz)",
"homepage": "https://www.drupal.org/u/jrockowitz",
"role": "Maintainer"
},
{
"name": "jrockowitz",
"homepage": "https://www.drupal.org/user/371407"
},
{
"name": "yukare",
"homepage": "https://www.drupal.org/user/889254"
}
],
"description": "Converts header tags into a hierarchical table of contents.",
"homepage": "https://drupal.org/project/toc_filter",
"support": {
"source": "http://cgit.drupalcode.org/toc_filter",
"issues": "https://drupal.org/project/issues/toc_filter"
}
},
{
"name": "drupal/token",
"version": "1.9.0",
@@ -15339,5 +15444,5 @@
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.1.0"
"plugin-api-version": "2.0.0"
}