diff --git a/composer.json b/composer.json index 2177591e..0c65e864 100644 --- a/composer.json +++ b/composer.json @@ -18,12 +18,21 @@ "composer/installers": "^2.0", "drupal/core-composer-scaffold": "^10.3", "drupal/core-project-message": "^10.3", - "drupal/core-recommended": "^10.3" + "drupal/core-recommended": "^10.3", + "drupal/gin": "^3.0@RC", + "drupal/gin_toolbar": "^1.0@RC", + "drupal/graphql": "^4.9", + "drupal/graphql_compose": "^2.2", + "drupal/group": "^3.2", + "drupal/login_gov": "^1.1", + "drupal/next": "^1.6", + "drupal/type_tray": "^1.3", + "drupal/workflow": "^1.8" }, "conflict": { "drupal/drupal": "*" }, - "minimum-stability": "stable", + "minimum-stability": "dev", "prefer-stable": true, "config": { "allow-plugins": { @@ -33,7 +42,8 @@ "phpstan/extension-installer": true, "dealerdirect/phpcodesniffer-composer-installer": true, "php-http/discovery": true, - "tbachert/spi": true + "tbachert/spi": true, + "cweagans/composer-patches": true }, "sort-packages": true }, diff --git a/composer.lock b/composer.lock index 5c326198..02886105 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "132ce4b6102cb28501ed8eb151921a68", + "content-hash": "4181e10d33c3a7dd2a7d5bfd2811ff76", "packages": [ { "name": "asm89/stack-cors", @@ -289,6 +289,121 @@ ], "time": "2024-09-19T14:15:21+00:00" }, + { + "name": "cweagans/composer-patches", + "version": "1.7.3", + "source": { + "type": "git", + "url": "https://github.com/cweagans/composer-patches.git", + "reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/e190d4466fe2b103a55467dfa83fc2fecfcaf2db", + "reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0 || ^2.0", + "php": ">=5.3.0" + }, + "require-dev": { + "composer/composer": "~1.0 || ~2.0", + "phpunit/phpunit": "~4.6" + }, + "type": "composer-plugin", + "extra": { + "class": "cweagans\\Composer\\Patches" + }, + "autoload": { + "psr-4": { + "cweagans\\Composer\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Cameron Eagans", + "email": "me@cweagans.net" + } + ], + "description": "Provides a way to patch Composer packages.", + "support": { + "issues": "https://github.com/cweagans/composer-patches/issues", + "source": "https://github.com/cweagans/composer-patches/tree/1.7.3" + }, + "time": "2022-12-20T22:53:13+00:00" + }, + { + "name": "defuse/php-encryption", + "version": "v2.4.0", + "source": { + "type": "git", + "url": "https://github.com/defuse/php-encryption.git", + "reference": "f53396c2d34225064647a05ca76c1da9d99e5828" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/defuse/php-encryption/zipball/f53396c2d34225064647a05ca76c1da9d99e5828", + "reference": "f53396c2d34225064647a05ca76c1da9d99e5828", + "shasum": "" + }, + "require": { + "ext-openssl": "*", + "paragonie/random_compat": ">= 2", + "php": ">=5.6.0" + }, + "require-dev": { + "phpunit/phpunit": "^5|^6|^7|^8|^9|^10", + "yoast/phpunit-polyfills": "^2.0.0" + }, + "bin": [ + "bin/generate-defuse-key" + ], + "type": "library", + "autoload": { + "psr-4": { + "Defuse\\Crypto\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Hornby", + "email": "taylor@defuse.ca", + "homepage": "https://defuse.ca/" + }, + { + "name": "Scott Arciszewski", + "email": "info@paragonie.com", + "homepage": "https://paragonie.com" + } + ], + "description": "Secure PHP Encryption Library", + "keywords": [ + "aes", + "authenticated encryption", + "cipher", + "crypto", + "cryptography", + "encrypt", + "encryption", + "openssl", + "security", + "symmetric key cryptography" + ], + "support": { + "issues": "https://github.com/defuse/php-encryption/issues", + "source": "https://github.com/defuse/php-encryption/tree/v2.4.0" + }, + "time": "2023-06-19T06:10:36+00:00" + }, { "name": "doctrine/annotations", "version": "1.14.4", @@ -412,6 +527,97 @@ }, "time": "2024-01-30T19:34:25+00:00" }, + { + "name": "doctrine/inflector", + "version": "2.0.10", + "source": { + "type": "git", + "url": "https://github.com/doctrine/inflector.git", + "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc", + "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "require-dev": { + "doctrine/coding-standard": "^11.0", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-phpunit": "^1.1", + "phpstan/phpstan-strict-rules": "^1.3", + "phpunit/phpunit": "^8.5 || ^9.5", + "vimeo/psalm": "^4.25 || ^5.4" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Inflector\\": "lib/Doctrine/Inflector" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", + "homepage": "https://www.doctrine-project.org/projects/inflector.html", + "keywords": [ + "inflection", + "inflector", + "lowercase", + "manipulation", + "php", + "plural", + "singular", + "strings", + "uppercase", + "words" + ], + "support": { + "issues": "https://github.com/doctrine/inflector/issues", + "source": "https://github.com/doctrine/inflector/tree/2.0.10" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector", + "type": "tidelift" + } + ], + "time": "2024-02-18T20:23:39+00:00" + }, { "name": "doctrine/lexer", "version": "2.1.1", @@ -490,6 +696,54 @@ ], "time": "2024-02-05T11:35:39+00:00" }, + { + "name": "drupal/consumers", + "version": "1.19.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/consumers.git", + "reference": "8.x-1.19" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/consumers-8.x-1.19.zip", + "reference": "8.x-1.19", + "shasum": "3af0f9866524c40e78924343c319720e1d17c2ef" + }, + "require": { + "drupal/core": "^9.5 || ^10 || ^11" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.19", + "datestamp": "1721753030", + "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": "e0ipso", + "homepage": "https://www.drupal.org/user/550110" + }, + { + "name": "eojthebrave", + "homepage": "https://www.drupal.org/user/79230" + } + ], + "description": "Declare all the consumers of your API.", + "homepage": "https://www.drupal.org/project/consumers", + "support": { + "source": "https://git.drupalcode.org/project/consumers" + } + }, { "name": "drupal/core", "version": "10.3.6", @@ -816,396 +1070,2445 @@ "description": "Core and its dependencies with known-compatible minor versions. Require this project INSTEAD OF drupal/core." }, { - "name": "egulias/email-validator", - "version": "4.0.2", + "name": "drupal/ctools", + "version": "4.1.0", "source": { "type": "git", - "url": "https://github.com/egulias/EmailValidator.git", - "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e" + "url": "https://git.drupalcode.org/project/ctools.git", + "reference": "4.1.0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ebaaf5be6c0286928352e054f2d5125608e5405e", - "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/ctools-4.1.0.zip", + "reference": "4.1.0", + "shasum": "69f5889cf557df9e55519390e6a95cfa31b67874" }, "require": { - "doctrine/lexer": "^2.0 || ^3.0", - "php": ">=8.1", - "symfony/polyfill-intl-idn": "^1.26" - }, - "require-dev": { - "phpunit/phpunit": "^10.2", - "vimeo/psalm": "^5.12" - }, - "suggest": { - "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" + "drupal/core": "^9.5 || ^10 || ^11" }, - "type": "library", + "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-master": "4.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Egulias\\EmailValidator\\": "src" + "dev-8.x-3.x": "3.x-dev" } }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Eduardo Gulias Davis" - } - ], - "description": "A library for validating emails against several RFCs", - "homepage": "https://github.com/egulias/EmailValidator", - "keywords": [ - "email", - "emailvalidation", - "emailvalidator", - "validation", - "validator" - ], - "support": { - "issues": "https://github.com/egulias/EmailValidator/issues", - "source": "https://github.com/egulias/EmailValidator/tree/4.0.2" - }, - "funding": [ + "name": "Kris Vanderwater (EclipseGc)", + "homepage": "https://www.drupal.org/u/eclipsegc", + "role": "Maintainer" + }, { - "url": "https://github.com/egulias", - "type": "github" + "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" } ], - "time": "2023-10-06T06:47:41+00:00" + "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": "guzzlehttp/guzzle", - "version": "7.8.2", + "name": "drupal/decoupled_router", + "version": "2.0.5", "source": { "type": "git", - "url": "https://github.com/guzzle/guzzle.git", - "reference": "f4152d9eb85c445fe1f992001d1748e8bec070d2" + "url": "https://git.drupalcode.org/project/decoupled_router.git", + "reference": "2.0.5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4152d9eb85c445fe1f992001d1748e8bec070d2", - "reference": "f4152d9eb85c445fe1f992001d1748e8bec070d2", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/decoupled_router-2.0.5.zip", + "reference": "2.0.5", + "shasum": "0899f6331358aac1476e72fc60a8f03d5654c654" }, "require": { - "ext-json": "*", - "guzzlehttp/promises": "^1.5.3 || ^2.0.3", - "guzzlehttp/psr7": "^1.9.1 || ^2.6.3", - "php": "^7.2.5 || ^8.0", - "psr/http-client": "^1.0", - "symfony/deprecation-contracts": "^2.2 || ^3.0" - }, - "provide": { - "psr/http-client-implementation": "1.0" + "drupal/core": "^9.5 || ^10 || ^11", + "php": ">=8.1" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", - "ext-curl": "*", - "guzzle/client-integration-tests": "3.0.2", - "php-http/message-factory": "^1.1", - "phpunit/phpunit": "^8.5.39 || ^9.6.20", - "psr/log": "^1.1 || ^2.0 || ^3.0" - }, - "suggest": { - "ext-curl": "Required for CURL handler support", - "ext-intl": "Required for Internationalized Domain Name (IDN) support", - "psr/log": "Required for using the Log middleware" + "drupal/redirect": "dev-1.x" }, - "type": "library", + "type": "drupal-module", "extra": { - "bamarni-bin": { - "bin-links": true, - "forward-command": false + "drupal": { + "version": "2.0.5", + "datestamp": "1720638599", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } } }, - "autoload": { - "files": [ - "src/functions_include.php" - ], - "psr-4": { - "GuzzleHttp\\": "src/" + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Mateu Aguiló Bosch", + "homepage": "https://www.drupal.org/user/103796", + "email": "mateu.aguilo.bosch@gmail.com" + }, + { + "name": "e0ipso", + "homepage": "https://www.drupal.org/user/550110" + }, + { + "name": "mglaman", + "homepage": "https://www.drupal.org/user/2416470" } + ], + "description": "Provides an endpoint that will help you resolve path aliases and redirects for entity related routes.", + "homepage": "https://www.drupal.org/project/decoupled_router", + "support": { + "source": "https://git.drupalcode.org/project/decoupled_router" + } + }, + { + "name": "drupal/entity", + "version": "1.5.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/entity.git", + "reference": "8.x-1.5" }, - "notification-url": "https://packagist.org/downloads/", + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "86c0b75c173144aaedde3e3258dc0d3ce11d1a22" + }, + "require": { + "drupal/core": "^10.1 || ^11" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.5", + "datestamp": "1723380062", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" + "name": "berdir", + "homepage": "https://www.drupal.org/user/214652" }, { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" + "name": "bojanz", + "homepage": "https://www.drupal.org/user/86106" }, { - "name": "Jeremy Lindblom", - "email": "jeremeamia@gmail.com", - "homepage": "https://github.com/jeremeamia" + "name": "dawehner", + "homepage": "https://www.drupal.org/user/99340" }, { - "name": "George Mponos", - "email": "gmponos@gmail.com", - "homepage": "https://github.com/gmponos" + "name": "dixon_", + "homepage": "https://www.drupal.org/user/239911" }, { - "name": "Tobias Nyholm", - "email": "tobias.nyholm@gmail.com", - "homepage": "https://github.com/Nyholm" + "name": "fago", + "homepage": "https://www.drupal.org/user/16747" }, { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com", - "homepage": "https://github.com/sagikazarmark" + "name": "mglaman", + "homepage": "https://www.drupal.org/user/2416470" }, { - "name": "Tobias Schultze", - "email": "webmaster@tubo-world.de", - "homepage": "https://github.com/Tobion" + "name": "TR", + "homepage": "https://www.drupal.org/user/202830" } ], - "description": "Guzzle is a PHP HTTP client library", - "keywords": [ - "client", - "curl", - "framework", - "http", - "http client", - "psr-18", - "psr-7", - "rest", - "web service" - ], + "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.", + "homepage": "https://www.drupal.org/project/entity", "support": { - "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.8.2" + "source": "https://git.drupalcode.org/project/entity", + "issues": "https://www.drupal.org/project/issues/entity" + } + }, + { + "name": "drupal/externalauth", + "version": "2.0.6", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/externalauth.git", + "reference": "2.0.6" }, - "funding": [ + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/externalauth-2.0.6.zip", + "reference": "2.0.6", + "shasum": "0dbc9fbab0901e940d52b239e08f031797f6bd2a" + }, + "require": { + "drupal/core": "^9.5 || ^10 || ^11" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.0.6", + "datestamp": "1720689758", + "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": [ { - "url": "https://github.com/GrahamCampbell", - "type": "github" + "name": "Sven Decabooter", + "homepage": "https://www.drupal.org/u/svendecabooter", + "role": "Maintainer" }, { - "url": "https://github.com/Nyholm", - "type": "github" + "name": "snufkin", + "homepage": "https://www.drupal.org/user/58645" }, { - "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", - "type": "tidelift" + "name": "svendecabooter", + "homepage": "https://www.drupal.org/user/35369" } ], - "time": "2024-07-18T11:12:18+00:00" + "description": "Helper module to authenticate users using an external site / service and storing identification details", + "homepage": "https://drupal.org/project/externalauth", + "support": { + "source": "https://git.drupalcode.org/project/externalauth", + "issues": "https://www.drupal.org/project/issues/externalauth" + } }, { - "name": "guzzlehttp/promises", - "version": "2.0.3", + "name": "drupal/flexible_permissions", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/guzzle/promises.git", - "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8" + "url": "https://git.drupalcode.org/project/flexible_permissions.git", + "reference": "1.1.0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", - "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/flexible_permissions-1.1.0.zip", + "reference": "1.1.0", + "shasum": "cfda615388131e96a5cf3fce1f24b1c220f91fce" }, "require": { - "php": "^7.2.5 || ^8.0" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", - "phpunit/phpunit": "^8.5.39 || ^9.6.20" + "drupal/core": "^9.5 || ^10", + "drupal/variationcache": "^1.0" }, - "type": "library", + "type": "drupal-module", "extra": { - "bamarni-bin": { - "bin-links": true, - "forward-command": false + "drupal": { + "version": "1.1.0", + "datestamp": "1697027409", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } } }, - "autoload": { - "psr-4": { - "GuzzleHttp\\Promise\\": "src/" + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Kristiaan Van den Eynde", + "homepage": "https://www.drupal.org/u/kristiaanvandeneynde", + "role": "Maintainer" + }, + { + "name": "Mathias Wächter", + "homepage": "https://www.drupal.org/u/mef", + "role": "Maintainer" + } + ], + "description": "This module allows you to gather, calculate and cache permissions from a myriad of sources", + "homepage": "http://drupal.org/project/flexible_permissions", + "support": { + "source": "https://git.drupalcode.org/project/flexible_permissions", + "issues": "https://drupal.org/project/issues/flexible_permissions" + } + }, + { + "name": "drupal/gin", + "version": "3.0.0-rc13", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/gin.git", + "reference": "8.x-3.0-rc13" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc13.zip", + "reference": "8.x-3.0-rc13", + "shasum": "7b8e9d7ae6fe6de7de0bba930200fe80b437eefe" + }, + "require": { + "drupal/core": "^9 || ^10 || ^11", + "drupal/gin_toolbar": "^1.0@beta" + }, + "type": "drupal-theme", + "extra": { + "drupal": { + "version": "8.x-3.0-rc13", + "datestamp": "1720416342", + "security-coverage": { + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." + } } }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", + "scripts": { + "phpcs": [ + "phpcs -s --runtime-set ignore_warnings_on_exit 1 --runtime-set ignore_errors_on_exit 0 'web/modules/custom'" + ] + }, "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" + "name": "Sascha Eggenberger (saschaeggi)", + "homepage": "https://www.drupal.org/u/saschaeggi", + "role": "Maintainer" }, { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - }, + "name": "saschaeggi", + "homepage": "https://www.drupal.org/user/1999056" + } + ], + "description": "For a better Admin and Content Editor Experience.", + "homepage": "https://www.drupal.org/project/gin", + "support": { + "source": "https://git.drupalcode.org/project/gin", + "issues": "https://www.drupal.org/project/issues/gin" + }, + "funding": [ { - "name": "Tobias Nyholm", - "email": "tobias.nyholm@gmail.com", - "homepage": "https://github.com/Nyholm" + "type": "github", + "url": "https://github.com/sponsors/saschaeggi" }, { - "name": "Tobias Schultze", - "email": "webmaster@tubo-world.de", - "homepage": "https://github.com/Tobion" + "type": "other", + "url": "https://paypal.me/saschaeggi" + } + ] + }, + { + "name": "drupal/gin_toolbar", + "version": "1.0.0-rc6", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/gin_toolbar.git", + "reference": "8.x-1.0-rc6" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-rc6.zip", + "reference": "8.x-1.0-rc6", + "shasum": "542def14b9a5435efb4e021d384fa3f7b0fc6e78" + }, + "require": { + "drupal/core": "^9 || ^10 || ^11" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.0-rc6", + "datestamp": "1718368950", + "security-coverage": { + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." + } } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" ], - "description": "Guzzle promises library", + "authors": [ + { + "name": "Sascha Eggenberger (saschaeggi)", + "homepage": "https://www.drupal.org/u/saschaeggi", + "role": "Maintainer" + } + ], + "description": "Gin Toolbar for Frontend use", + "homepage": "https://www.drupal.org/project/gin_toolbar", "keywords": [ - "promise" + "Drupal" ], "support": { - "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/2.0.3" + "source": "http://cgit.drupalcode.org/gin_toolbar", + "issues": "https://www.drupal.org/project/issues/gin_toolbar" }, "funding": [ { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://github.com/Nyholm", - "type": "github" + "type": "github", + "url": "https://github.com/sponsors/saschaeggi" }, { - "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", - "type": "tidelift" + "type": "other", + "url": "https://paypal.me/saschaeggi" } - ], - "time": "2024-07-18T10:29:17+00:00" + ] }, { - "name": "guzzlehttp/psr7", - "version": "2.6.3", + "name": "drupal/graphql", + "version": "4.9.0", "source": { "type": "git", - "url": "https://github.com/guzzle/psr7.git", - "reference": "6de29867b18790c0d2c846af4c13a24cc3ad56f3" + "url": "https://git.drupalcode.org/project/graphql.git", + "reference": "8.x-4.9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/6de29867b18790c0d2c846af4c13a24cc3ad56f3", - "reference": "6de29867b18790c0d2c846af4c13a24cc3ad56f3", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/graphql-8.x-4.9.zip", + "reference": "8.x-4.9", + "shasum": "8045e8f07e82a55f229235bb614ba7df87e718ef" }, "require": { - "php": "^7.2.5 || ^8.0", - "psr/http-factory": "^1.0", - "psr/http-message": "^1.1 || ^2.0", - "ralouphie/getallheaders": "^3.0" - }, - "provide": { - "psr/http-factory-implementation": "1.0", - "psr/http-message-implementation": "1.0" + "drupal/core": "^10.2 || ^11", + "drupal/typed_data": "^1.0 || ^2.0", + "php": ">=8.1", + "webonyx/graphql-php": "^14.8.0" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", - "http-interop/http-factory-tests": "0.9.0", - "phpunit/phpunit": "^8.5.39 || ^9.6.20" - }, - "suggest": { - "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" + "drupal/node-node": "*", + "drupal/redirect": "^1.0", + "jangregor/phpstan-prophecy": "^1.0.0", + "mglaman/phpstan-drupal": "^1.1.2", + "phpstan/extension-installer": "^1.0", + "phpstan/phpstan": "^1.11.2", + "phpstan/phpstan-deprecation-rules": "^1.0.0", + "phpstan/phpstan-phpunit": "^1.0.0" }, - "type": "library", + "type": "drupal-module", "extra": { - "bamarni-bin": { - "bin-links": true, - "forward-command": false - } - }, - "autoload": { - "psr-4": { - "GuzzleHttp\\Psr7\\": "src/" + "drupal": { + "version": "8.x-4.9", + "datestamp": "1726057421", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } } }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "MIT" + "GPL-2.0+" ], "authors": [ { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" + "name": "fubhy", + "homepage": "https://www.drupal.org/user/761344" }, { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" + "name": "hideaway", + "homepage": "https://www.drupal.org/user/741876" }, { - "name": "George Mponos", - "email": "gmponos@gmail.com", - "homepage": "https://github.com/gmponos" + "name": "joaogarin", + "homepage": "https://www.drupal.org/user/612814" }, { - "name": "Tobias Nyholm", - "email": "tobias.nyholm@gmail.com", - "homepage": "https://github.com/Nyholm" + "name": "kingdutch", + "homepage": "https://www.drupal.org/user/1868952" }, { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com", - "homepage": "https://github.com/sagikazarmark" + "name": "klausi", + "homepage": "https://www.drupal.org/user/262198" }, { - "name": "Tobias Schultze", - "email": "webmaster@tubo-world.de", - "homepage": "https://github.com/Tobion" + "name": "luigisa", + "homepage": "https://www.drupal.org/user/1022312" }, { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com", - "homepage": "https://sagikazarmark.hu" + "name": "pmelab", + "homepage": "https://www.drupal.org/user/555322" + } + ], + "description": "Exposes your Drupal data model through a GraphQL schema.", + "homepage": "http://drupal.org/project/graphql", + "support": { + "source": "https://git.drupalcode.org/project/graphql" + } + }, + { + "name": "drupal/graphql_compose", + "version": "2.2.1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/graphql_compose.git", + "reference": "2.2.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/graphql_compose-2.2.1.zip", + "reference": "2.2.1", + "shasum": "2293a62f322a109f7d38d9549769bcaa65137d2e" + }, + "require": { + "doctrine/inflector": "^2", + "drupal/core": "^10.1 || ^11", + "drupal/graphql": "^4.8", + "php": "^8.1" + }, + "require-dev": { + "drupal/address": "^2", + "drupal/backward_compatibility": "^1", + "drupal/block_field": "^1", + "drupal/core-layout_builder": "*", + "drupal/double_field": "^4", + "drupal/dynamic_entity_reference": "^3", + "drupal/eck": "^2", + "drupal/geofield": "^1", + "drupal/graphql_compose_blocks": "*", + "drupal/graphql_compose_edges": "*", + "drupal/graphql_compose_layouts": "*", + "drupal/graphql_compose_routes": "*", + "drupal/layout_paragraphs": "2.0.x-dev@dev", + "drupal/menu_item_extras": "3.0.x-dev@dev", + "drupal/metatag": "^2", + "drupal/paragraphs": "1.x-dev@dev", + "drupal/redirect": "^1", + "drupal/schema_metatag": "^3", + "drupal/search_api": "^1", + "drupal/social_media_links": "2.x-dev@dev", + "drupal/svg_image": "^3", + "drupal/token": "^1", + "drupal/triples_field": "^1", + "drupal/viewfield": "^3" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.2.1", + "datestamp": "1726380157", + "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": "almunnings", + "homepage": "https://www.drupal.org/user/2251362" + }, + { + "name": "jmolivas", + "homepage": "https://www.drupal.org/user/678770" + } + ], + "description": "Toolkit for generating GraphQL schemas in Drupal.", + "homepage": "http://drupal.org/project/graphql_compose", + "support": { + "source": "http://cgit.drupalcode.org/graphql_compose", + "issues": "https://www.drupal.org/project/issues/graphql_compose" + } + }, + { + "name": "drupal/group", + "version": "3.2.2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/group.git", + "reference": "3.2.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/group-3.2.2.zip", + "reference": "3.2.2", + "shasum": "d44d51828ca6554c32aa2d27e3a898e1d38b9efa" + }, + "require": { + "drupal/core": "^9.5 || ^10", + "drupal/entity": "^1.2", + "drupal/flexible_permissions": "^1.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "3.2.2", + "datestamp": "1701886939", + "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": "Kristiaan Van den Eynde", + "homepage": "https://www.drupal.org/u/kristiaanvandeneynde", + "role": "Maintainer" + }, + { + "name": "kristiaanvandeneynde", + "homepage": "https://www.drupal.org/user/1345130" + } + ], + "description": "This module allows you to group users, content and other entities", + "homepage": "http://drupal.org/project/group", + "support": { + "source": "https://git.drupalcode.org/project/group", + "issues": "https://drupal.org/project/issues/group" + } + }, + { + "name": "drupal/key", + "version": "1.19.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/key.git", + "reference": "8.x-1.19" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/key-8.x-1.19.zip", + "reference": "8.x-1.19", + "shasum": "ee8f7b8f8babd381f1e4423dccede94b4eb5985c" + }, + "require": { + "drupal/core": ">=8.9 <12" + }, + "require-dev": { + "drush/drush": ">=9" + }, + "suggest": { + "drush/drush": ">=11" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.19", + "datestamp": "1720053341", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "drush": { + "services": { + "drush.services.yml": ">=9" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "cellar door", + "homepage": "https://www.drupal.org/user/658076" + }, + { + "name": "crashtest_", + "homepage": "https://www.drupal.org/user/261457" + }, + { + "name": "nerdstein", + "homepage": "https://www.drupal.org/user/1557710" + }, + { + "name": "rlhawk", + "homepage": "https://www.drupal.org/user/352283" + } + ], + "description": "Provides the ability to manage site-wide keys", + "homepage": "http://drupal.org/project/key", + "keywords": [ + "Drupal" + ], + "support": { + "source": "https://git.drupalcode.org/project/key", + "issues": "http://drupal.org/project/key" + } + }, + { + "name": "drupal/key_asymmetric", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/key_asymmetric.git", + "reference": "1.1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/key_asymmetric-1.1.0.zip", + "reference": "1.1.0", + "shasum": "b1539ede037f34fff73192bdb708d60dc733e7ed" + }, + "require": { + "drupal/core": "^8 || ^9 || ^10", + "drupal/key": "^1.14", + "phpseclib/phpseclib": "~3.0.7" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.1.0", + "datestamp": "1678713563", + "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": "john franklin", + "homepage": "https://www.drupal.org/user/683430" + }, + { + "name": "roderik", + "homepage": "https://www.drupal.org/user/8841" + } + ], + "description": "Provides key types for private and public keys / X.509 certificates.", + "homepage": "https://www.drupal.org/project/key_asymmetric", + "support": { + "source": "https://git.drupalcode.org/project/key_asymmetric", + "issues": "https://www.drupal.org/project/issues/key_asymmetric" + } + }, + { + "name": "drupal/login_gov", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/login_gov.git", + "reference": "1.1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/login_gov-1.1.0.zip", + "reference": "1.1.0", + "shasum": "1408aeeb79dbe590eeb054359f13b3bcd5fc9df6" + }, + "require": { + "drupal/core": "^8.8 || ^9 || ^10", + "drupal/key_asymmetric": "^1.1", + "drupal/openid_connect": "^3.0", + "firebase/php-jwt": "^6.3" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.1.0", + "datestamp": "1705004694", + "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": "john franklin", + "homepage": "https://www.drupal.org/user/683430" + }, + { + "name": "johnshortess", + "homepage": "https://www.drupal.org/user/1022888" + } + ], + "description": "A plugin for the OpenID Connect module to support Login.gov.", + "homepage": "https://www.drupal.org/project/login_gov", + "keywords": [ + "Drupal" + ], + "support": { + "source": "https://git.drupalcode.org/project/login_gov", + "issues": "https://www.drupal.org/project/issues/login_gov" + } + }, + { + "name": "drupal/next", + "version": "1.6.3", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/next.git", + "reference": "1.6.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/next-1.6.3.zip", + "reference": "1.6.3", + "shasum": "e5ce08189ae47ceb6933407f53bfd43a24a9b05c" + }, + "require": { + "cweagans/composer-patches": "~1.0", + "drupal/core": "^9 || ^10", + "drupal/decoupled_router": "^2.0", + "drupal/pathauto": "^1.11", + "drupal/simple_oauth": "^5.0 || ^6.0", + "drupal/subrequests": "^3.0" + }, + "require-dev": { + "drupal/decoupled_router": "*", + "drupal/graphql": "*", + "drupal/graphql_compose": "*", + "drupal/jwt": "*", + "drupal/jwt_auth_consumer": "*", + "drupal/subrequests": "*", + "phpunit/phpunit": "^6.0 || ^7.0 || ^8.0 || ^9.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.6.3", + "datestamp": "1681969041", + "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": "shadcn", + "homepage": "https://shadcn.com" + }, + { + "name": "johnalbin", + "homepage": "https://www.drupal.org/user/32095" + }, + { + "name": "minnur", + "homepage": "https://www.drupal.org/user/702026" + }, + { + "name": "rrrob", + "homepage": "https://www.drupal.org/user/273533" + }, + { + "name": "shadcn", + "homepage": "https://www.drupal.org/user/571032" + } + ], + "description": "Next.js + Drupal for Incremental Static Regeneration and Preview mode.", + "homepage": "http://drupal.org/project/next", + "support": { + "source": "https://git.drupalcode.org/project/next" + } + }, + { + "name": "drupal/openid_connect", + "version": "3.0.0-alpha3", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/openid_connect.git", + "reference": "3.0.0-alpha3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/openid_connect-3.0.0-alpha3.zip", + "reference": "3.0.0-alpha3", + "shasum": "002616dc2bfeb6b23204297e77d1f7a5369e69b3" + }, + "require": { + "drupal/core": "^9.3 || ^10", + "drupal/externalauth": "^2.0", + "ext-json": "*", + "php": ">=7.1.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "3.0.0-alpha3", + "datestamp": "1710708951", + "security-coverage": { + "status": "not-covered", + "message": "Alpha releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "bojanz", + "homepage": "https://www.drupal.org/user/86106" + }, + { + "name": "jcnventura", + "homepage": "https://www.drupal.org/user/122464" + }, + { + "name": "pfrilling", + "homepage": "https://www.drupal.org/user/169695" + }, + { + "name": "pjcdawkins", + "homepage": "https://www.drupal.org/user/1025236" + }, + { + "name": "sanduhrs", + "homepage": "https://www.drupal.org/user/28074" + } + ], + "description": "A pluggable client implementation for the OpenID Connect protocol.", + "homepage": "https://www.drupal.org/project/openid_connect", + "keywords": [ + "Drupal" + ], + "support": { + "source": "https://git.drupalcode.org/project/openid_connect", + "issues": "https://www.drupal.org/project/issues/openid_connect" + } + }, + { + "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": "1722507672", + "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/simple_oauth", + "version": "5.2.5", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/simple_oauth.git", + "reference": "5.2.5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/simple_oauth-5.2.5.zip", + "reference": "5.2.5", + "shasum": "3517d07e4896a32eddda7446b85a2afa945321a2" + }, + "require": { + "drupal/consumers": "^1.14", + "drupal/core": "^9 || ^10", + "lcobucci/jwt": "^4", + "league/oauth2-server": "^8.3", + "php": ">=7.4", + "steverhoades/oauth2-openid-connect-server": "^2.4" + }, + "require-dev": { + "phpspec/prophecy-phpunit": "^2" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "5.2.5", + "datestamp": "1700206902", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "drush": { + "services": { + "drush.services.yml": "^9 || ^10 || ^11" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "bojan_dev", + "homepage": "https://www.drupal.org/user/2801849" + }, + { + "name": "bradjones1", + "homepage": "https://www.drupal.org/user/405824" + }, + { + "name": "e0ipso", + "homepage": "https://www.drupal.org/user/550110" + }, + { + "name": "pcambra", + "homepage": "https://www.drupal.org/user/122101" + } + ], + "description": "The Simple OAuth module for Drupal", + "homepage": "https://www.drupal.org/project/simple_oauth", + "support": { + "source": "https://git.drupalcode.org/project/simple_oauth" + } + }, + { + "name": "drupal/subrequests", + "version": "3.0.12", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/subrequests.git", + "reference": "3.0.12" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/subrequests-3.0.12.zip", + "reference": "3.0.12", + "shasum": "b3081a064a0a2275c400cf871bc56aeeb1fe812c" + }, + "require": { + "drupal/core": "^10 || ^11", + "galbar/jsonpath": "^1.0" + }, + "require-dev": { + "justinrainbow/json-schema": "^5.2" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "3.0.12", + "datestamp": "1722952638", + "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": "Mateu Aguiló Bosch", + "homepage": "https://www.drupal.org/user/550110", + "email": "mateu.aguilo.bosch@gmail.com" + }, + { + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" + } + ], + "description": "Add a front controller that you can use to make subrequests.", + "homepage": "https://www.drupal.org/project/subrequests", + "support": { + "source": "https://git.drupalcode.org/project/subrequests" + } + }, + { + "name": "drupal/token", + "version": "1.15.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/token.git", + "reference": "8.x-1.15" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/token-8.x-1.15.zip", + "reference": "8.x-1.15", + "shasum": "5916fbccc86458a5f51e71f832ac70ff4c84ebdf" + }, + "require": { + "drupal/core": "^9.2 || ^10 || ^11" + }, + "require-dev": { + "drupal/book": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.15", + "datestamp": "1722206211", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "drush": { + "services": { + "drush.services.yml": ">=9" + } + } + }, + "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": "eaton", + "homepage": "https://www.drupal.org/user/16496" + }, + { + "name": "fago", + "homepage": "https://www.drupal.org/user/16747" + }, + { + "name": "greggles", + "homepage": "https://www.drupal.org/user/36762" + }, + { + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" + } + ], + "description": "Provides a user interface for the Token API, some missing core tokens.", + "homepage": "https://www.drupal.org/project/token", + "support": { + "source": "https://git.drupalcode.org/project/token" + } + }, + { + "name": "drupal/type_tray", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/type_tray.git", + "reference": "1.3.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/type_tray-1.3.0.zip", + "reference": "1.3.0", + "shasum": "ecaf3668ce79d8a6126fa45c7e02dc5d47e2c1ca" + }, + "require": { + "drupal/core": "^9.2 || ^10 || ^11" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.3.0", + "datestamp": "1721133758", + "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": "deviantintegral", + "homepage": "https://www.drupal.org/user/71291" + }, + { + "name": "e0ipso", + "homepage": "https://www.drupal.org/user/550110" + }, + { + "name": "Lullabot", + "homepage": "https://www.drupal.org/user/3815489" + }, + { + "name": "marcoscano", + "homepage": "https://www.drupal.org/user/1288796" + } + ], + "description": "Improve usability of the 'Node Add' page with more help text, functional grouping and iconography.", + "homepage": "https://www.drupal.org/project/type_tray", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/type_tray", + "issues": "http://drupal.org/project/issues/type_tray" + } + }, + { + "name": "drupal/typed_data", + "version": "2.1.1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/typed_data.git", + "reference": "2.1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/typed_data-2.1.1.zip", + "reference": "2.1.1", + "shasum": "600cb9527dd93b200355f57ad4da71172ee5f6dc" + }, + "require": { + "drupal/core": "^10.3 | ^11" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.1.1", + "datestamp": "1728332112", + "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": "fago", + "homepage": "https://www.drupal.org/user/16747" + }, + { + "name": "tr", + "homepage": "https://www.drupal.org/user/202830" + } + ], + "description": "Extends the core Typed Data API with new APIs and features.", + "homepage": "https://www.drupal.org/project/typed_data", + "support": { + "source": "https://git.drupalcode.org/project/typed_data", + "issues": "https://www.drupal.org/project/issues/typed_data" + } + }, + { + "name": "drupal/variationcache", + "version": "1.5.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/variationcache.git", + "reference": "8.x-1.5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/variationcache-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "6165baee8c6fe5a7773f3499896e8fb464607a32" + }, + "require": { + "drupal/core": "^9.5 || ^10" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.5", + "datestamp": "1705485386", + "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": "Kristiaan Van den Eynde", + "homepage": "https://www.drupal.org/u/kristiaanvandeneynde", + "role": "Maintainer" + }, + { + "name": "Brad Jones", + "homepage": "https://www.drupal.org/u/bradjones1", + "role": "Maintainer" + } + ], + "description": "This project provides VariationCache, a redirect-aware caching implementation.", + "homepage": "http://drupal.org/project/variationcache", + "support": { + "source": "https://git.drupalcode.org/project/variationcache", + "issues": "https://drupal.org/project/issues/variationcache" + } + }, + { + "name": "drupal/workflow", + "version": "1.8.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/workflow.git", + "reference": "8.x-1.8" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/workflow-8.x-1.8.zip", + "reference": "8.x-1.8", + "shasum": "29ae25889eba4920a7e44df8b882a0a1f2e2b172" + }, + "require": { + "drupal/core": ">=8.8" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.8", + "datestamp": "1717579628", + "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": "Bastlynn", + "homepage": "https://www.drupal.org/user/275249" + }, + { + "name": "eaton", + "homepage": "https://www.drupal.org/user/16496" + }, + { + "name": "Heine", + "homepage": "https://www.drupal.org/user/17943" + }, + { + "name": "JacobSingh", + "homepage": "https://www.drupal.org/user/68912" + }, + { + "name": "johnv", + "homepage": "https://www.drupal.org/user/591042" + }, + { + "name": "jvandyk", + "homepage": "https://www.drupal.org/user/2375" + }, + { + "name": "mfredrickson", + "homepage": "https://www.drupal.org/user/31994" + }, + { + "name": "NancyDru", + "homepage": "https://www.drupal.org/user/101412" + }, + { + "name": "q0rban", + "homepage": "https://www.drupal.org/user/31022" + } + ], + "description": "Defines a field type with Workflows, containing customizable state transitions.", + "homepage": "https://www.drupal.org/project/workflow", + "support": { + "source": "https://git.drupalcode.org/project/workflow" + } + }, + { + "name": "egulias/email-validator", + "version": "4.0.2", + "source": { + "type": "git", + "url": "https://github.com/egulias/EmailValidator.git", + "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ebaaf5be6c0286928352e054f2d5125608e5405e", + "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e", + "shasum": "" + }, + "require": { + "doctrine/lexer": "^2.0 || ^3.0", + "php": ">=8.1", + "symfony/polyfill-intl-idn": "^1.26" + }, + "require-dev": { + "phpunit/phpunit": "^10.2", + "vimeo/psalm": "^5.12" + }, + "suggest": { + "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Egulias\\EmailValidator\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Eduardo Gulias Davis" + } + ], + "description": "A library for validating emails against several RFCs", + "homepage": "https://github.com/egulias/EmailValidator", + "keywords": [ + "email", + "emailvalidation", + "emailvalidator", + "validation", + "validator" + ], + "support": { + "issues": "https://github.com/egulias/EmailValidator/issues", + "source": "https://github.com/egulias/EmailValidator/tree/4.0.2" + }, + "funding": [ + { + "url": "https://github.com/egulias", + "type": "github" + } + ], + "time": "2023-10-06T06:47:41+00:00" + }, + { + "name": "firebase/php-jwt", + "version": "v6.10.1", + "source": { + "type": "git", + "url": "https://github.com/firebase/php-jwt.git", + "reference": "500501c2ce893c824c801da135d02661199f60c5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/500501c2ce893c824c801da135d02661199f60c5", + "reference": "500501c2ce893c824c801da135d02661199f60c5", + "shasum": "" + }, + "require": { + "php": "^8.0" + }, + "require-dev": { + "guzzlehttp/guzzle": "^7.4", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9.5", + "psr/cache": "^2.0||^3.0", + "psr/http-client": "^1.0", + "psr/http-factory": "^1.0" + }, + "suggest": { + "ext-sodium": "Support EdDSA (Ed25519) signatures", + "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present" + }, + "type": "library", + "autoload": { + "psr-4": { + "Firebase\\JWT\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Neuman Vong", + "email": "neuman+pear@twilio.com", + "role": "Developer" + }, + { + "name": "Anant Narayanan", + "email": "anant@php.net", + "role": "Developer" + } + ], + "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", + "homepage": "https://github.com/firebase/php-jwt", + "keywords": [ + "jwt", + "php" + ], + "support": { + "issues": "https://github.com/firebase/php-jwt/issues", + "source": "https://github.com/firebase/php-jwt/tree/v6.10.1" + }, + "time": "2024-05-18T18:05:11+00:00" + }, + { + "name": "galbar/jsonpath", + "version": "1.3.1", + "source": { + "type": "git", + "url": "https://github.com/Galbar/JsonPath-PHP.git", + "reference": "38fdd37420626671394bb7e258d3b1be3724537b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Galbar/JsonPath-PHP/zipball/38fdd37420626671394bb7e258d3b1be3724537b", + "reference": "38fdd37420626671394bb7e258d3b1be3724537b", + "shasum": "" + }, + "require": { + "php": ">=5.4" + }, + "require-dev": { + "phpunit/phpunit": "~4.0", + "sami/sami": ">=3.3.0", + "satooshi/php-coveralls": ">=1.0.1" + }, + "type": "library", + "autoload": { + "psr-4": { + "JsonPath\\": "src/Galbar/JsonPath", + "Utilities\\": "src/Galbar/Utilities" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Alessio Linares", + "email": "alessio@alessio.cc", + "role": "Software Engineer" + } + ], + "description": "JSONPath implementation for querying and updating JSON objects", + "keywords": [ + "json", + "jsonpath", + "path" + ], + "support": { + "issues": "https://github.com/Galbar/JsonPath-PHP/issues", + "source": "https://github.com/Galbar/JsonPath-PHP/tree/1.3.1" + }, + "time": "2021-08-19T20:18:48+00:00" + }, + { + "name": "guzzlehttp/guzzle", + "version": "7.8.2", + "source": { + "type": "git", + "url": "https://github.com/guzzle/guzzle.git", + "reference": "f4152d9eb85c445fe1f992001d1748e8bec070d2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4152d9eb85c445fe1f992001d1748e8bec070d2", + "reference": "f4152d9eb85c445fe1f992001d1748e8bec070d2", + "shasum": "" + }, + "require": { + "ext-json": "*", + "guzzlehttp/promises": "^1.5.3 || ^2.0.3", + "guzzlehttp/psr7": "^1.9.1 || ^2.6.3", + "php": "^7.2.5 || ^8.0", + "psr/http-client": "^1.0", + "symfony/deprecation-contracts": "^2.2 || ^3.0" + }, + "provide": { + "psr/http-client-implementation": "1.0" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.8.2", + "ext-curl": "*", + "guzzle/client-integration-tests": "3.0.2", + "php-http/message-factory": "^1.1", + "phpunit/phpunit": "^8.5.39 || ^9.6.20", + "psr/log": "^1.1 || ^2.0 || ^3.0" + }, + "suggest": { + "ext-curl": "Required for CURL handler support", + "ext-intl": "Required for Internationalized Domain Name (IDN) support", + "psr/log": "Required for using the Log middleware" + }, + "type": "library", + "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": false + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Jeremy Lindblom", + "email": "jeremeamia@gmail.com", + "homepage": "https://github.com/jeremeamia" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "Guzzle is a PHP HTTP client library", + "keywords": [ + "client", + "curl", + "framework", + "http", + "http client", + "psr-18", + "psr-7", + "rest", + "web service" + ], + "support": { + "issues": "https://github.com/guzzle/guzzle/issues", + "source": "https://github.com/guzzle/guzzle/tree/7.8.2" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", + "type": "tidelift" + } + ], + "time": "2024-07-18T11:12:18+00:00" + }, + { + "name": "guzzlehttp/promises", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/guzzle/promises.git", + "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/promises/zipball/6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", + "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", + "shasum": "" + }, + "require": { + "php": "^7.2.5 || ^8.0" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.8.2", + "phpunit/phpunit": "^8.5.39 || ^9.6.20" + }, + "type": "library", + "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": false + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "Guzzle promises library", + "keywords": [ + "promise" + ], + "support": { + "issues": "https://github.com/guzzle/promises/issues", + "source": "https://github.com/guzzle/promises/tree/2.0.3" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", + "type": "tidelift" + } + ], + "time": "2024-07-18T10:29:17+00:00" + }, + { + "name": "guzzlehttp/psr7", + "version": "2.6.3", + "source": { + "type": "git", + "url": "https://github.com/guzzle/psr7.git", + "reference": "6de29867b18790c0d2c846af4c13a24cc3ad56f3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/6de29867b18790c0d2c846af4c13a24cc3ad56f3", + "reference": "6de29867b18790c0d2c846af4c13a24cc3ad56f3", + "shasum": "" + }, + "require": { + "php": "^7.2.5 || ^8.0", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.1 || ^2.0", + "ralouphie/getallheaders": "^3.0" + }, + "provide": { + "psr/http-factory-implementation": "1.0", + "psr/http-message-implementation": "1.0" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.8.2", + "http-interop/http-factory-tests": "0.9.0", + "phpunit/phpunit": "^8.5.39 || ^9.6.20" + }, + "suggest": { + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" + }, + "type": "library", + "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": false + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://sagikazarmark.hu" + } + ], + "description": "PSR-7 message implementation that also provides common utility methods", + "keywords": [ + "http", + "message", + "psr-7", + "request", + "response", + "stream", + "uri", + "url" + ], + "support": { + "issues": "https://github.com/guzzle/psr7/issues", + "source": "https://github.com/guzzle/psr7/tree/2.6.3" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" + } + ], + "time": "2024-07-18T09:59:12+00:00" + }, + { + "name": "lcobucci/clock", + "version": "3.3.1", + "source": { + "type": "git", + "url": "https://github.com/lcobucci/clock.git", + "reference": "db3713a61addfffd615b79bf0bc22f0ccc61b86b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/lcobucci/clock/zipball/db3713a61addfffd615b79bf0bc22f0ccc61b86b", + "reference": "db3713a61addfffd615b79bf0bc22f0ccc61b86b", + "shasum": "" + }, + "require": { + "php": "~8.2.0 || ~8.3.0 || ~8.4.0", + "psr/clock": "^1.0" + }, + "provide": { + "psr/clock-implementation": "1.0" + }, + "require-dev": { + "infection/infection": "^0.29", + "lcobucci/coding-standard": "^11.1.0", + "phpstan/extension-installer": "^1.3.1", + "phpstan/phpstan": "^1.10.25", + "phpstan/phpstan-deprecation-rules": "^1.1.3", + "phpstan/phpstan-phpunit": "^1.3.13", + "phpstan/phpstan-strict-rules": "^1.5.1", + "phpunit/phpunit": "^11.3.6" + }, + "type": "library", + "autoload": { + "psr-4": { + "Lcobucci\\Clock\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Luís Cobucci", + "email": "lcobucci@gmail.com" + } + ], + "description": "Yet another clock abstraction", + "support": { + "issues": "https://github.com/lcobucci/clock/issues", + "source": "https://github.com/lcobucci/clock/tree/3.3.1" + }, + "funding": [ + { + "url": "https://github.com/lcobucci", + "type": "github" + }, + { + "url": "https://www.patreon.com/lcobucci", + "type": "patreon" + } + ], + "time": "2024-09-24T20:45:14+00:00" + }, + { + "name": "lcobucci/jwt", + "version": "4.3.0", + "source": { + "type": "git", + "url": "https://github.com/lcobucci/jwt.git", + "reference": "4d7de2fe0d51a96418c0d04004986e410e87f6b4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/lcobucci/jwt/zipball/4d7de2fe0d51a96418c0d04004986e410e87f6b4", + "reference": "4d7de2fe0d51a96418c0d04004986e410e87f6b4", + "shasum": "" + }, + "require": { + "ext-hash": "*", + "ext-json": "*", + "ext-mbstring": "*", + "ext-openssl": "*", + "ext-sodium": "*", + "lcobucci/clock": "^2.0 || ^3.0", + "php": "^7.4 || ^8.0" + }, + "require-dev": { + "infection/infection": "^0.21", + "lcobucci/coding-standard": "^6.0", + "mikey179/vfsstream": "^1.6.7", + "phpbench/phpbench": "^1.2", + "phpstan/extension-installer": "^1.0", + "phpstan/phpstan": "^1.4", + "phpstan/phpstan-deprecation-rules": "^1.0", + "phpstan/phpstan-phpunit": "^1.0", + "phpstan/phpstan-strict-rules": "^1.0", + "phpunit/php-invoker": "^3.1", + "phpunit/phpunit": "^9.5" + }, + "type": "library", + "autoload": { + "psr-4": { + "Lcobucci\\JWT\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Luís Cobucci", + "email": "lcobucci@gmail.com", + "role": "Developer" + } + ], + "description": "A simple library to work with JSON Web Token and JSON Web Signature", + "keywords": [ + "JWS", + "jwt" + ], + "support": { + "issues": "https://github.com/lcobucci/jwt/issues", + "source": "https://github.com/lcobucci/jwt/tree/4.3.0" + }, + "funding": [ + { + "url": "https://github.com/lcobucci", + "type": "github" + }, + { + "url": "https://www.patreon.com/lcobucci", + "type": "patreon" + } + ], + "time": "2023-01-02T13:28:00+00:00" + }, + { + "name": "league/event", + "version": "2.2.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/event.git", + "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/event/zipball/d2cc124cf9a3fab2bb4ff963307f60361ce4d119", + "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119", + "shasum": "" + }, + "require": { + "php": ">=5.4.0" + }, + "require-dev": { + "henrikbjorn/phpspec-code-coverage": "~1.0.1", + "phpspec/phpspec": "^2.2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev" + } + }, + "autoload": { + "psr-4": { + "League\\Event\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Frank de Jonge", + "email": "info@frenky.net" + } + ], + "description": "Event package", + "keywords": [ + "emitter", + "event", + "listener" + ], + "support": { + "issues": "https://github.com/thephpleague/event/issues", + "source": "https://github.com/thephpleague/event/tree/master" + }, + "time": "2018-11-26T11:52:41+00:00" + }, + { + "name": "league/oauth2-server", + "version": "8.5.4", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/oauth2-server.git", + "reference": "ab7714d073844497fd222d5d0a217629089936bc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/ab7714d073844497fd222d5d0a217629089936bc", + "reference": "ab7714d073844497fd222d5d0a217629089936bc", + "shasum": "" + }, + "require": { + "defuse/php-encryption": "^2.3", + "ext-openssl": "*", + "lcobucci/clock": "^2.2 || ^3.0", + "lcobucci/jwt": "^4.3 || ^5.0", + "league/event": "^2.2", + "league/uri": "^6.7 || ^7.0", + "php": "^8.0", + "psr/http-message": "^1.0.1 || ^2.0" + }, + "replace": { + "league/oauth2server": "*", + "lncd/oauth2": "*" + }, + "require-dev": { + "laminas/laminas-diactoros": "^3.0.0", + "phpstan/phpstan": "^0.12.57", + "phpstan/phpstan-phpunit": "^0.12.16", + "phpunit/phpunit": "^9.6.6", + "roave/security-advisories": "dev-master" + }, + "type": "library", + "autoload": { + "psr-4": { + "League\\OAuth2\\Server\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Alex Bilbie", + "email": "hello@alexbilbie.com", + "homepage": "http://www.alexbilbie.com", + "role": "Developer" + }, + { + "name": "Andy Millington", + "email": "andrew@noexceptions.io", + "homepage": "https://www.noexceptions.io", + "role": "Developer" + } + ], + "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.", + "homepage": "https://oauth2.thephpleague.com/", + "keywords": [ + "Authentication", + "api", + "auth", + "authorisation", + "authorization", + "oauth", + "oauth 2", + "oauth 2.0", + "oauth2", + "protect", + "resource", + "secure", + "server" + ], + "support": { + "issues": "https://github.com/thephpleague/oauth2-server/issues", + "source": "https://github.com/thephpleague/oauth2-server/tree/8.5.4" + }, + "funding": [ + { + "url": "https://github.com/sephster", + "type": "github" + } + ], + "time": "2023-08-25T22:35:12+00:00" + }, + { + "name": "league/uri", + "version": "7.4.1", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/uri.git", + "reference": "bedb6e55eff0c933668addaa7efa1e1f2c417cc4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/uri/zipball/bedb6e55eff0c933668addaa7efa1e1f2c417cc4", + "reference": "bedb6e55eff0c933668addaa7efa1e1f2c417cc4", + "shasum": "" + }, + "require": { + "league/uri-interfaces": "^7.3", + "php": "^8.1" + }, + "conflict": { + "league/uri-schemes": "^1.0" + }, + "suggest": { + "ext-bcmath": "to improve IPV4 host parsing", + "ext-fileinfo": "to create Data URI from file contennts", + "ext-gmp": "to improve IPV4 host parsing", + "ext-intl": "to handle IDN host with the best performance", + "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain", + "league/uri-components": "Needed to easily manipulate URI objects components", + "php-64bit": "to improve IPV4 host parsing", + "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "7.x-dev" + } + }, + "autoload": { + "psr-4": { + "League\\Uri\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ignace Nyamagana Butera", + "email": "nyamsprod@gmail.com", + "homepage": "https://nyamsprod.com" + } + ], + "description": "URI manipulation library", + "homepage": "https://uri.thephpleague.com", + "keywords": [ + "data-uri", + "file-uri", + "ftp", + "hostname", + "http", + "https", + "middleware", + "parse_str", + "parse_url", + "psr-7", + "query-string", + "querystring", + "rfc3986", + "rfc3987", + "rfc6570", + "uri", + "uri-template", + "url", + "ws" + ], + "support": { + "docs": "https://uri.thephpleague.com", + "forum": "https://thephpleague.slack.com", + "issues": "https://github.com/thephpleague/uri-src/issues", + "source": "https://github.com/thephpleague/uri/tree/7.4.1" + }, + "funding": [ + { + "url": "https://github.com/sponsors/nyamsprod", + "type": "github" + } + ], + "time": "2024-03-23T07:42:40+00:00" + }, + { + "name": "league/uri-interfaces", + "version": "7.4.1", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/uri-interfaces.git", + "reference": "8d43ef5c841032c87e2de015972c06f3865ef718" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/8d43ef5c841032c87e2de015972c06f3865ef718", + "reference": "8d43ef5c841032c87e2de015972c06f3865ef718", + "shasum": "" + }, + "require": { + "ext-filter": "*", + "php": "^8.1", + "psr/http-factory": "^1", + "psr/http-message": "^1.1 || ^2.0" + }, + "suggest": { + "ext-bcmath": "to improve IPV4 host parsing", + "ext-gmp": "to improve IPV4 host parsing", + "ext-intl": "to handle IDN host with the best performance", + "php-64bit": "to improve IPV4 host parsing", + "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "7.x-dev" + } + }, + "autoload": { + "psr-4": { + "League\\Uri\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ignace Nyamagana Butera", + "email": "nyamsprod@gmail.com", + "homepage": "https://nyamsprod.com" } ], - "description": "PSR-7 message implementation that also provides common utility methods", + "description": "Common interfaces and classes for URI representation and interaction", + "homepage": "https://uri.thephpleague.com", "keywords": [ + "data-uri", + "file-uri", + "ftp", + "hostname", "http", - "message", + "https", + "parse_str", + "parse_url", "psr-7", - "request", - "response", - "stream", + "query-string", + "querystring", + "rfc3986", + "rfc3987", + "rfc6570", "uri", - "url" + "url", + "ws" ], "support": { - "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.6.3" + "docs": "https://uri.thephpleague.com", + "forum": "https://thephpleague.slack.com", + "issues": "https://github.com/thephpleague/uri-src/issues", + "source": "https://github.com/thephpleague/uri-interfaces/tree/7.4.1" }, "funding": [ { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://github.com/Nyholm", + "url": "https://github.com/sponsors/nyamsprod", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", - "type": "tidelift" } ], - "time": "2024-07-18T09:59:12+00:00" + "time": "2024-03-23T07:42:40+00:00" }, { "name": "masterminds/html5", @@ -1323,6 +3626,123 @@ }, "time": "2024-07-23T14:00:32+00:00" }, + { + "name": "paragonie/constant_time_encoding", + "version": "v3.0.0", + "source": { + "type": "git", + "url": "https://github.com/paragonie/constant_time_encoding.git", + "reference": "df1e7fde177501eee2037dd159cf04f5f301a512" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/df1e7fde177501eee2037dd159cf04f5f301a512", + "reference": "df1e7fde177501eee2037dd159cf04f5f301a512", + "shasum": "" + }, + "require": { + "php": "^8" + }, + "require-dev": { + "phpunit/phpunit": "^9", + "vimeo/psalm": "^4|^5" + }, + "type": "library", + "autoload": { + "psr-4": { + "ParagonIE\\ConstantTime\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com", + "role": "Maintainer" + }, + { + "name": "Steve 'Sc00bz' Thomas", + "email": "steve@tobtu.com", + "homepage": "https://www.tobtu.com", + "role": "Original Developer" + } + ], + "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", + "keywords": [ + "base16", + "base32", + "base32_decode", + "base32_encode", + "base64", + "base64_decode", + "base64_encode", + "bin2hex", + "encoding", + "hex", + "hex2bin", + "rfc4648" + ], + "support": { + "email": "info@paragonie.com", + "issues": "https://github.com/paragonie/constant_time_encoding/issues", + "source": "https://github.com/paragonie/constant_time_encoding" + }, + "time": "2024-05-08T12:36:18+00:00" + }, + { + "name": "paragonie/random_compat", + "version": "v9.99.100", + "source": { + "type": "git", + "url": "https://github.com/paragonie/random_compat.git", + "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", + "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", + "shasum": "" + }, + "require": { + "php": ">= 7" + }, + "require-dev": { + "phpunit/phpunit": "4.*|5.*", + "vimeo/psalm": "^1" + }, + "suggest": { + "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." + }, + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com" + } + ], + "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", + "keywords": [ + "csprng", + "polyfill", + "pseudorandom", + "random" + ], + "support": { + "email": "info@paragonie.com", + "issues": "https://github.com/paragonie/random_compat/issues", + "source": "https://github.com/paragonie/random_compat" + }, + "time": "2020-10-15T08:29:30+00:00" + }, { "name": "pear/archive_tar", "version": "1.5.0", @@ -1552,6 +3972,116 @@ }, "time": "2021-03-21T15:43:46+00:00" }, + { + "name": "phpseclib/phpseclib", + "version": "3.0.42", + "source": { + "type": "git", + "url": "https://github.com/phpseclib/phpseclib.git", + "reference": "db92f1b1987b12b13f248fe76c3a52cadb67bb98" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/db92f1b1987b12b13f248fe76c3a52cadb67bb98", + "reference": "db92f1b1987b12b13f248fe76c3a52cadb67bb98", + "shasum": "" + }, + "require": { + "paragonie/constant_time_encoding": "^1|^2|^3", + "paragonie/random_compat": "^1.4|^2.0|^9.99.99", + "php": ">=5.6.1" + }, + "require-dev": { + "phpunit/phpunit": "*" + }, + "suggest": { + "ext-dom": "Install the DOM extension to load XML formatted public keys.", + "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", + "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", + "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", + "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." + }, + "type": "library", + "autoload": { + "files": [ + "phpseclib/bootstrap.php" + ], + "psr-4": { + "phpseclib3\\": "phpseclib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jim Wigginton", + "email": "terrafrost@php.net", + "role": "Lead Developer" + }, + { + "name": "Patrick Monnerat", + "email": "pm@datasphere.ch", + "role": "Developer" + }, + { + "name": "Andreas Fischer", + "email": "bantu@phpbb.com", + "role": "Developer" + }, + { + "name": "Hans-Jürgen Petrich", + "email": "petrich@tronic-media.com", + "role": "Developer" + }, + { + "name": "Graham Campbell", + "email": "graham@alt-three.com", + "role": "Developer" + } + ], + "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", + "homepage": "http://phpseclib.sourceforge.net", + "keywords": [ + "BigInteger", + "aes", + "asn.1", + "asn1", + "blowfish", + "crypto", + "cryptography", + "encryption", + "rsa", + "security", + "sftp", + "signature", + "signing", + "ssh", + "twofish", + "x.509", + "x509" + ], + "support": { + "issues": "https://github.com/phpseclib/phpseclib/issues", + "source": "https://github.com/phpseclib/phpseclib/tree/3.0.42" + }, + "funding": [ + { + "url": "https://github.com/terrafrost", + "type": "github" + }, + { + "url": "https://www.patreon.com/phpseclib", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib", + "type": "tidelift" + } + ], + "time": "2024-09-16T03:06:04+00:00" + }, { "name": "psr/cache", "version": "3.0.0", @@ -1601,6 +4131,54 @@ }, "time": "2021-02-03T23:26:27+00:00" }, + { + "name": "psr/clock", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/clock.git", + "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d", + "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d", + "shasum": "" + }, + "require": { + "php": "^7.0 || ^8.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Psr\\Clock\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for reading the clock.", + "homepage": "https://github.com/php-fig/clock", + "keywords": [ + "clock", + "now", + "psr", + "psr-20", + "time" + ], + "support": { + "issues": "https://github.com/php-fig/clock/issues", + "source": "https://github.com/php-fig/clock/tree/1.0.0" + }, + "time": "2022-11-25T14:36:26+00:00" + }, { "name": "psr/container", "version": "2.0.2", @@ -2024,6 +4602,51 @@ ], "time": "2024-03-02T06:30:58+00:00" }, + { + "name": "steverhoades/oauth2-openid-connect-server", + "version": "v2.6.1", + "source": { + "type": "git", + "url": "https://github.com/steverhoades/oauth2-openid-connect-server.git", + "reference": "269c4dc071519e8220e249cbdee9b0723e95215e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/steverhoades/oauth2-openid-connect-server/zipball/269c4dc071519e8220e249cbdee9b0723e95215e", + "reference": "269c4dc071519e8220e249cbdee9b0723e95215e", + "shasum": "" + }, + "require": { + "lcobucci/jwt": "4.1.5|^4.2|^4.3|^5.0", + "league/oauth2-server": "^5.1|^6.0|^7.0|^8.0" + }, + "require-dev": { + "laminas/laminas-diactoros": "^1.3.2", + "phpunit/phpunit": "^5.0|^9.5" + }, + "type": "library", + "autoload": { + "psr-4": { + "OpenIDConnectServer\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Steve Rhoades", + "email": "sedonami@gmail.com" + } + ], + "description": "An OpenID Connect Server that sites on The PHP League's OAuth2 Server", + "support": { + "issues": "https://github.com/steverhoades/oauth2-openid-connect-server/issues", + "source": "https://github.com/steverhoades/oauth2-openid-connect-server/tree/v2.6.1" + }, + "time": "2023-09-08T16:15:47+00:00" + }, { "name": "symfony/console", "version": "v6.4.12", @@ -4744,6 +7367,71 @@ } ], "time": "2024-09-09T17:55:12+00:00" + }, + { + "name": "webonyx/graphql-php", + "version": "v14.11.10", + "source": { + "type": "git", + "url": "https://github.com/webonyx/graphql-php.git", + "reference": "d9c2fdebc6aa01d831bc2969da00e8588cffef19" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/d9c2fdebc6aa01d831bc2969da00e8588cffef19", + "reference": "d9c2fdebc6aa01d831bc2969da00e8588cffef19", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ext-mbstring": "*", + "php": "^7.1 || ^8" + }, + "require-dev": { + "amphp/amp": "^2.3", + "doctrine/coding-standard": "^6.0", + "nyholm/psr7": "^1.2", + "phpbench/phpbench": "^1.2", + "phpstan/extension-installer": "^1.0", + "phpstan/phpstan": "0.12.82", + "phpstan/phpstan-phpunit": "0.12.18", + "phpstan/phpstan-strict-rules": "0.12.9", + "phpunit/phpunit": "^7.2 || ^8.5", + "psr/http-message": "^1.0", + "react/promise": "2.*", + "simpod/php-coveralls-mirror": "^3.0" + }, + "suggest": { + "psr/http-message": "To use standard GraphQL server", + "react/promise": "To leverage async resolving on React PHP platform" + }, + "type": "library", + "autoload": { + "psr-4": { + "GraphQL\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A PHP port of GraphQL reference implementation", + "homepage": "https://github.com/webonyx/graphql-php", + "keywords": [ + "api", + "graphql" + ], + "support": { + "issues": "https://github.com/webonyx/graphql-php/issues", + "source": "https://github.com/webonyx/graphql-php/tree/v14.11.10" + }, + "funding": [ + { + "url": "https://opencollective.com/webonyx-graphql-php", + "type": "open_collective" + } + ], + "time": "2023-07-05T14:23:37+00:00" } ], "packages-dev": [ @@ -11965,8 +14653,11 @@ } ], "aliases": [], - "minimum-stability": "stable", - "stability-flags": [], + "minimum-stability": "dev", + "stability-flags": { + "drupal/gin": 5, + "drupal/gin_toolbar": 5 + }, "prefer-stable": true, "prefer-lowest": false, "platform": [], diff --git a/web/config/announcements_feed.settings.yml b/web/config/announcements_feed.settings.yml new file mode 100644 index 00000000..2149bcce --- /dev/null +++ b/web/config/announcements_feed.settings.yml @@ -0,0 +1,5 @@ +_core: + default_config_hash: 0G5pZBcxbg8ONYzNLd1RJIsvuFFewm9htnS4I-ABKJ8 +max_age: 86400 +cron_interval: 21600 +limit: 10 diff --git a/web/config/automated_cron.settings.yml b/web/config/automated_cron.settings.yml new file mode 100644 index 00000000..3fc5821f --- /dev/null +++ b/web/config/automated_cron.settings.yml @@ -0,0 +1,3 @@ +_core: + default_config_hash: fUksROt4FfkAU9BV4hV2XvhTBSS2nTNrZS4U7S-tKrs +interval: 10800 diff --git a/web/config/block.block.claro_breadcrumbs.yml b/web/config/block.block.claro_breadcrumbs.yml new file mode 100644 index 00000000..eb4d45c2 --- /dev/null +++ b/web/config/block.block.claro_breadcrumbs.yml @@ -0,0 +1,22 @@ +uuid: 3e6aa18a-b25b-4bb4-b390-93a48f32c823 +langcode: en +status: true +dependencies: + module: + - system + theme: + - claro +_core: + default_config_hash: NjcxOBrPOiK5-38t56DwFBDVY4yer7YSlbRWXFuHe7A +id: claro_breadcrumbs +theme: claro +region: breadcrumb +weight: 0 +provider: null +plugin: system_breadcrumb_block +settings: + id: system_breadcrumb_block + label: Breadcrumbs + label_display: '0' + provider: system +visibility: { } diff --git a/web/config/block.block.claro_content.yml b/web/config/block.block.claro_content.yml new file mode 100644 index 00000000..49787e00 --- /dev/null +++ b/web/config/block.block.claro_content.yml @@ -0,0 +1,22 @@ +uuid: 33bec0c7-ccd9-49f2-9758-5aa6d58c1d03 +langcode: en +status: true +dependencies: + module: + - system + theme: + - claro +_core: + default_config_hash: a0Yyx1GeyKarZ4T_yXQBR_ZFKnXiFLtxAb6gWLd8nr0 +id: claro_content +theme: claro +region: content +weight: 0 +provider: null +plugin: system_main_block +settings: + id: system_main_block + label: 'Main page content' + label_display: '0' + provider: system +visibility: { } diff --git a/web/config/block.block.claro_help.yml b/web/config/block.block.claro_help.yml new file mode 100644 index 00000000..3e632072 --- /dev/null +++ b/web/config/block.block.claro_help.yml @@ -0,0 +1,22 @@ +uuid: 0a266615-e073-4348-bcd2-b06cb59363df +langcode: en +status: true +dependencies: + module: + - help + theme: + - claro +_core: + default_config_hash: jccFSSVqV0WCDb6NtML1VWAWTtDbZ-zn5YgTRMgMrIM +id: claro_help +theme: claro +region: help +weight: 0 +provider: null +plugin: help_block +settings: + id: help_block + label: Help + label_display: '0' + provider: help +visibility: { } diff --git a/web/config/block.block.claro_help_search.yml b/web/config/block.block.claro_help_search.yml new file mode 100644 index 00000000..9adecd96 --- /dev/null +++ b/web/config/block.block.claro_help_search.yml @@ -0,0 +1,32 @@ +uuid: 54fc95ca-37d7-4e53-b833-1c7b07e4f943 +langcode: en +status: true +dependencies: + module: + - search + - system + theme: + - claro + enforced: + config: + - search.page.help_search +_core: + default_config_hash: 2ToeZLvlHKTeFY74gpgu1PejLoFyCECLO_gw6rAZwqw +id: claro_help_search +theme: claro +region: help +weight: -4 +provider: null +plugin: search_form_block +settings: + id: search_form_block + label: 'Search help' + label_display: visible + provider: search + page_id: help_search +visibility: + request_path: + id: request_path + negate: false + context_mapping: { } + pages: /admin/help diff --git a/web/config/block.block.claro_local_actions.yml b/web/config/block.block.claro_local_actions.yml new file mode 100644 index 00000000..e10971f7 --- /dev/null +++ b/web/config/block.block.claro_local_actions.yml @@ -0,0 +1,20 @@ +uuid: 7c3290a2-82fa-43c3-8562-3de2e2ea2a67 +langcode: en +status: true +dependencies: + theme: + - claro +_core: + default_config_hash: CdXfDmRgAvms7EQovxxWPdYi0GitxeRbVtScYK16ZH0 +id: claro_local_actions +theme: claro +region: content +weight: -10 +provider: null +plugin: local_actions_block +settings: + id: local_actions_block + label: 'Primary admin actions' + label_display: '0' + provider: core +visibility: { } diff --git a/web/config/block.block.claro_messages.yml b/web/config/block.block.claro_messages.yml new file mode 100644 index 00000000..c404fe65 --- /dev/null +++ b/web/config/block.block.claro_messages.yml @@ -0,0 +1,22 @@ +uuid: e3cf1131-4baf-42b5-a42c-05ab86f3386d +langcode: en +status: true +dependencies: + module: + - system + theme: + - claro +_core: + default_config_hash: '-Ac3ISpIT0PQ-whzD7_dw0SdKi6dAbRFNWdSjOiVDqg' +id: claro_messages +theme: claro +region: highlighted +weight: 0 +provider: null +plugin: system_messages_block +settings: + id: system_messages_block + label: 'Status messages' + label_display: '0' + provider: system +visibility: { } diff --git a/web/config/block.block.claro_page_title.yml b/web/config/block.block.claro_page_title.yml new file mode 100644 index 00000000..1c9e5b54 --- /dev/null +++ b/web/config/block.block.claro_page_title.yml @@ -0,0 +1,20 @@ +uuid: 3680f16c-7c49-4480-b5cf-56f88c0df0ed +langcode: en +status: true +dependencies: + theme: + - claro +_core: + default_config_hash: fNwDdW063tk_ktzSWzZVeQS9wzvLooVO280BQ9WrsIs +id: claro_page_title +theme: claro +region: header +weight: -30 +provider: null +plugin: page_title_block +settings: + id: page_title_block + label: 'Page title' + label_display: '0' + provider: core +visibility: { } diff --git a/web/config/block.block.claro_primary_local_tasks.yml b/web/config/block.block.claro_primary_local_tasks.yml new file mode 100644 index 00000000..aa597182 --- /dev/null +++ b/web/config/block.block.claro_primary_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: ab474716-5aa0-4786-a75b-b873007a5193 +langcode: en +status: true +dependencies: + theme: + - claro +_core: + default_config_hash: ACjBZI5shAMiiUpsz-inLYVXDqNNXRnSzAWV3kV_8Hw +id: claro_primary_local_tasks +theme: claro +region: header +weight: 0 +provider: null +plugin: local_tasks_block +settings: + id: local_tasks_block + label: 'Primary tabs' + label_display: '0' + provider: core + primary: true + secondary: false +visibility: { } diff --git a/web/config/block.block.claro_secondary_local_tasks.yml b/web/config/block.block.claro_secondary_local_tasks.yml new file mode 100644 index 00000000..43f5832e --- /dev/null +++ b/web/config/block.block.claro_secondary_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: 2207e7fd-491f-45de-a9b0-f618ac0744a2 +langcode: en +status: true +dependencies: + theme: + - claro +_core: + default_config_hash: 2L0geP-ixCbCkEpW6BVF6H7vDUZN4ea07_Y9CociQm4 +id: claro_secondary_local_tasks +theme: claro +region: pre_content +weight: 0 +provider: null +plugin: local_tasks_block +settings: + id: local_tasks_block + label: 'Secondary tabs' + label_display: '0' + provider: core + primary: false + secondary: true +visibility: { } diff --git a/web/config/block.block.gin_breadcrumbs.yml b/web/config/block.block.gin_breadcrumbs.yml new file mode 100644 index 00000000..8dcdf0bc --- /dev/null +++ b/web/config/block.block.gin_breadcrumbs.yml @@ -0,0 +1,22 @@ +uuid: 691ffd68-4bcc-44d9-9911-c46d0a03e0e4 +langcode: en +status: true +dependencies: + module: + - system + theme: + - gin +_core: + default_config_hash: y9X3xgCsO59pQyzNLzY1D3SDJJxCHILLWkpPnmuTJ2E +id: gin_breadcrumbs +theme: gin +region: breadcrumb +weight: 0 +provider: null +plugin: system_breadcrumb_block +settings: + id: system_breadcrumb_block + label: Breadcrumbs + label_display: '0' + provider: system +visibility: { } diff --git a/web/config/block.block.gin_content.yml b/web/config/block.block.gin_content.yml new file mode 100644 index 00000000..216d97bd --- /dev/null +++ b/web/config/block.block.gin_content.yml @@ -0,0 +1,22 @@ +uuid: c2d32a79-d6d0-46f2-8cba-ef2e5e56626e +langcode: en +status: true +dependencies: + module: + - system + theme: + - gin +_core: + default_config_hash: hBHXB7hC05XU7pDYzETt-GUcpFlogK1gkjyAsg0Ym58 +id: gin_content +theme: gin +region: content +weight: 0 +provider: null +plugin: system_main_block +settings: + id: system_main_block + label: 'Main page content' + label_display: '0' + provider: system +visibility: { } diff --git a/web/config/block.block.gin_help.yml b/web/config/block.block.gin_help.yml new file mode 100644 index 00000000..ef57e7f1 --- /dev/null +++ b/web/config/block.block.gin_help.yml @@ -0,0 +1,22 @@ +uuid: f93ef6ab-6aa2-4ca5-ae33-930b3e60dfeb +langcode: en +status: true +dependencies: + module: + - help + theme: + - gin +_core: + default_config_hash: 8nOAry2oKqJOr0zbrlJ3sZHDFJLIO6j-0vT0K_TYca4 +id: gin_help +theme: gin +region: help +weight: 0 +provider: null +plugin: help_block +settings: + id: help_block + label: Help + label_display: '0' + provider: help +visibility: { } diff --git a/web/config/block.block.gin_local_actions.yml b/web/config/block.block.gin_local_actions.yml new file mode 100644 index 00000000..f0a25f3a --- /dev/null +++ b/web/config/block.block.gin_local_actions.yml @@ -0,0 +1,20 @@ +uuid: 239f77e4-2940-4be3-9acb-b476a1faba1e +langcode: en +status: true +dependencies: + theme: + - gin +_core: + default_config_hash: OQ9aJ-4qVwK1x00o9EOYK4eFDjQr_HLpbPiJaPSVZiQ +id: gin_local_actions +theme: gin +region: content +weight: -10 +provider: null +plugin: local_actions_block +settings: + id: local_actions_block + label: 'Primary admin actions' + label_display: '0' + provider: core +visibility: { } diff --git a/web/config/block.block.gin_messages.yml b/web/config/block.block.gin_messages.yml new file mode 100644 index 00000000..1d7f4280 --- /dev/null +++ b/web/config/block.block.gin_messages.yml @@ -0,0 +1,22 @@ +uuid: 9cc949d9-a436-4f4a-bd09-3bd0510b2aa5 +langcode: en +status: true +dependencies: + module: + - system + theme: + - gin +_core: + default_config_hash: WvPhI8OwllG0gE69-F8qL3ai3nd5SbYD6JpmEuZcyok +id: gin_messages +theme: gin +region: highlighted +weight: 0 +provider: null +plugin: system_messages_block +settings: + id: system_messages_block + label: 'Status messages' + label_display: '0' + provider: system +visibility: { } diff --git a/web/config/block.block.gin_page_title.yml b/web/config/block.block.gin_page_title.yml new file mode 100644 index 00000000..2aa84767 --- /dev/null +++ b/web/config/block.block.gin_page_title.yml @@ -0,0 +1,20 @@ +uuid: 962780cf-7665-44ef-9449-9bbd4544e98a +langcode: en +status: true +dependencies: + theme: + - gin +_core: + default_config_hash: HLQY2xgby8K3vN_98hiOSasOhm9pdCsH234-s0duJ8Q +id: gin_page_title +theme: gin +region: header +weight: -30 +provider: null +plugin: page_title_block +settings: + id: page_title_block + label: 'Page title' + label_display: '0' + provider: core +visibility: { } diff --git a/web/config/block.block.gin_primary_local_tasks.yml b/web/config/block.block.gin_primary_local_tasks.yml new file mode 100644 index 00000000..4c4c3f24 --- /dev/null +++ b/web/config/block.block.gin_primary_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: 029aa204-e264-4285-b925-2f4a4cdd33eb +langcode: en +status: true +dependencies: + theme: + - gin +_core: + default_config_hash: Hh01DLj9k7UnNdPpOQXHZHW7GHf2OPNDQyCJF7_R9ac +id: gin_primary_local_tasks +theme: gin +region: header +weight: 0 +provider: null +plugin: local_tasks_block +settings: + id: local_tasks_block + label: 'Primary tabs' + label_display: '0' + provider: core + primary: true + secondary: false +visibility: { } diff --git a/web/config/block.block.gin_secondary_local_tasks.yml b/web/config/block.block.gin_secondary_local_tasks.yml new file mode 100644 index 00000000..00e19e32 --- /dev/null +++ b/web/config/block.block.gin_secondary_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: dfe661f2-8496-4b0d-8afc-fe953487942b +langcode: en +status: true +dependencies: + theme: + - gin +_core: + default_config_hash: BCWhood0xXFQYqxFgL1spXdb9KeIuXH1YvTdjIEedDg +id: gin_secondary_local_tasks +theme: gin +region: pre_content +weight: 0 +provider: null +plugin: local_tasks_block +settings: + id: local_tasks_block + label: 'Secondary tabs' + label_display: '0' + provider: core + primary: false + secondary: true +visibility: { } diff --git a/web/config/block.block.olivero_account_menu.yml b/web/config/block.block.olivero_account_menu.yml new file mode 100644 index 00000000..d9daf40a --- /dev/null +++ b/web/config/block.block.olivero_account_menu.yml @@ -0,0 +1,27 @@ +uuid: fac76d40-98e2-4e08-a7fe-96f36cb03ff2 +langcode: en +status: true +dependencies: + config: + - system.menu.account + module: + - system + theme: + - olivero +_core: + default_config_hash: gmxYWWHmgbe0Pnv8y48ZLSLH5mEHejOjAP6RLxUfdzU +id: olivero_account_menu +theme: olivero +region: secondary_menu +weight: -4 +provider: null +plugin: 'system_menu_block:account' +settings: + id: 'system_menu_block:account' + label: 'User account menu' + label_display: '0' + provider: system + level: 1 + depth: 1 + expand_all_items: false +visibility: { } diff --git a/web/config/block.block.olivero_breadcrumbs.yml b/web/config/block.block.olivero_breadcrumbs.yml new file mode 100644 index 00000000..83d90102 --- /dev/null +++ b/web/config/block.block.olivero_breadcrumbs.yml @@ -0,0 +1,22 @@ +uuid: c89ca484-e4b8-4cad-ad01-04a464703a41 +langcode: en +status: true +dependencies: + module: + - system + theme: + - olivero +_core: + default_config_hash: VhBzWb7lMRtIOg9G7VSw_0uopi-7zXeHq4vXqqV1HFE +id: olivero_breadcrumbs +theme: olivero +region: breadcrumb +weight: 0 +provider: null +plugin: system_breadcrumb_block +settings: + id: system_breadcrumb_block + label: Breadcrumbs + label_display: '0' + provider: system +visibility: { } diff --git a/web/config/block.block.olivero_content.yml b/web/config/block.block.olivero_content.yml new file mode 100644 index 00000000..6cb13b48 --- /dev/null +++ b/web/config/block.block.olivero_content.yml @@ -0,0 +1,22 @@ +uuid: 19797c1b-be1d-4bb0-8b17-099be087aaf1 +langcode: en +status: true +dependencies: + module: + - system + theme: + - olivero +_core: + default_config_hash: erQSEZF2XUjNmgTl0uNRBzmg18ZGXwUcw2FhApoeuHk +id: olivero_content +theme: olivero +region: content +weight: 0 +provider: null +plugin: system_main_block +settings: + id: system_main_block + label: 'Main page content' + label_display: '0' + provider: system +visibility: { } diff --git a/web/config/block.block.olivero_help.yml b/web/config/block.block.olivero_help.yml new file mode 100644 index 00000000..86636748 --- /dev/null +++ b/web/config/block.block.olivero_help.yml @@ -0,0 +1,22 @@ +uuid: cc7a9b66-c153-4788-b4e2-d8f028514599 +langcode: en +status: true +dependencies: + module: + - help + theme: + - olivero +_core: + default_config_hash: VfPFqqxfkomud5CO8DUijw85QIl9GIxh_nIxLOYESxg +id: olivero_help +theme: olivero +region: content_above +weight: 0 +provider: null +plugin: help_block +settings: + id: help_block + label: Help + label_display: '0' + provider: help +visibility: { } diff --git a/web/config/block.block.olivero_main_menu.yml b/web/config/block.block.olivero_main_menu.yml new file mode 100644 index 00000000..b54322f3 --- /dev/null +++ b/web/config/block.block.olivero_main_menu.yml @@ -0,0 +1,27 @@ +uuid: 14aed944-f82a-4736-b5c5-572d2c981e39 +langcode: en +status: true +dependencies: + config: + - system.menu.main + module: + - system + theme: + - olivero +_core: + default_config_hash: KWAiziL39uEzmOJEql_wbUP2RtqGceL3WM2CfxhMelE +id: olivero_main_menu +theme: olivero +region: primary_menu +weight: 0 +provider: null +plugin: 'system_menu_block:main' +settings: + id: 'system_menu_block:main' + label: 'Main navigation' + label_display: '0' + provider: system + level: 1 + depth: 2 + expand_all_items: true +visibility: { } diff --git a/web/config/block.block.olivero_messages.yml b/web/config/block.block.olivero_messages.yml new file mode 100644 index 00000000..9f4b53cd --- /dev/null +++ b/web/config/block.block.olivero_messages.yml @@ -0,0 +1,22 @@ +uuid: 611d93d8-2841-4df0-9868-ef82a48da9ba +langcode: en +status: true +dependencies: + module: + - system + theme: + - olivero +_core: + default_config_hash: BZ5tpW7H8X4PVGRm3MImTIHd2tN0eF7zOtp4SpRYUA0 +id: olivero_messages +theme: olivero +region: highlighted +weight: -5 +provider: null +plugin: system_messages_block +settings: + id: system_messages_block + label: 'Status messages' + label_display: '0' + provider: system +visibility: { } diff --git a/web/config/block.block.olivero_page_title.yml b/web/config/block.block.olivero_page_title.yml new file mode 100644 index 00000000..5fff63ab --- /dev/null +++ b/web/config/block.block.olivero_page_title.yml @@ -0,0 +1,20 @@ +uuid: 9bd89f27-79bc-4504-b3c9-c0246d708fd0 +langcode: en +status: true +dependencies: + theme: + - olivero +_core: + default_config_hash: 6aOgWsNTXjqrDm98TXSAjP6qd2nCijD1xw45MrnbK-Y +id: olivero_page_title +theme: olivero +region: content_above +weight: -5 +provider: null +plugin: page_title_block +settings: + id: page_title_block + label: 'Page title' + label_display: '0' + provider: core +visibility: { } diff --git a/web/config/block.block.olivero_powered.yml b/web/config/block.block.olivero_powered.yml new file mode 100644 index 00000000..ed49cf67 --- /dev/null +++ b/web/config/block.block.olivero_powered.yml @@ -0,0 +1,22 @@ +uuid: fa21495a-4175-466b-9662-bf2ee041c063 +langcode: en +status: true +dependencies: + module: + - system + theme: + - olivero +_core: + default_config_hash: eYL19CLDyinGTWYQfBD1DswWzglEotE_kHnHx3AxTXM +id: olivero_powered +theme: olivero +region: footer_bottom +weight: 0 +provider: null +plugin: system_powered_by_block +settings: + id: system_powered_by_block + label: 'Powered by Drupal' + label_display: '0' + provider: system +visibility: { } diff --git a/web/config/block.block.olivero_primary_admin_actions.yml b/web/config/block.block.olivero_primary_admin_actions.yml new file mode 100644 index 00000000..b531607e --- /dev/null +++ b/web/config/block.block.olivero_primary_admin_actions.yml @@ -0,0 +1,20 @@ +uuid: 7a27bb1a-f975-4f70-9040-801fd1229383 +langcode: en +status: true +dependencies: + theme: + - olivero +_core: + default_config_hash: Q9_2whdOj1YIomfvsIfopROW4FT_X5pY0DjdOiOaQ5U +id: olivero_primary_admin_actions +theme: olivero +region: highlighted +weight: -5 +provider: null +plugin: local_actions_block +settings: + id: local_actions_block + label: 'Primary admin actions' + label_display: '0' + provider: core +visibility: { } diff --git a/web/config/block.block.olivero_primary_local_tasks.yml b/web/config/block.block.olivero_primary_local_tasks.yml new file mode 100644 index 00000000..fcdbcf90 --- /dev/null +++ b/web/config/block.block.olivero_primary_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: 869b9c1f-b174-4061-82c4-3b548661d781 +langcode: en +status: true +dependencies: + theme: + - olivero +_core: + default_config_hash: nGE3EoPQQaQCuqTUtZgw0-KIzmrqdKDzdNQf2JyPUt4 +id: olivero_primary_local_tasks +theme: olivero +region: highlighted +weight: -4 +provider: null +plugin: local_tasks_block +settings: + id: local_tasks_block + label: 'Primary tabs' + label_display: '0' + provider: core + primary: true + secondary: false +visibility: { } diff --git a/web/config/block.block.olivero_search_form_narrow.yml b/web/config/block.block.olivero_search_form_narrow.yml new file mode 100644 index 00000000..3aaff702 --- /dev/null +++ b/web/config/block.block.olivero_search_form_narrow.yml @@ -0,0 +1,23 @@ +uuid: 0791cbb3-a199-4628-9ae2-091e2ab19fa0 +langcode: en +status: true +dependencies: + module: + - search + theme: + - olivero +_core: + default_config_hash: yEBET0cqDbk8dkWzaJw-8CKft0961VBflsISoSR6Lj8 +id: olivero_search_form_narrow +theme: olivero +region: primary_menu +weight: -4 +provider: null +plugin: search_form_block +settings: + id: search_form_block + label: 'Search form (narrow)' + label_display: '0' + provider: search + page_id: '' +visibility: { } diff --git a/web/config/block.block.olivero_search_form_wide.yml b/web/config/block.block.olivero_search_form_wide.yml new file mode 100644 index 00000000..d1fc22bc --- /dev/null +++ b/web/config/block.block.olivero_search_form_wide.yml @@ -0,0 +1,23 @@ +uuid: 43108a24-1c0d-412f-addd-93afefe1c523 +langcode: en +status: true +dependencies: + module: + - search + theme: + - olivero +_core: + default_config_hash: imMyHD6LYci0gtXq56qr9ZKGHzbEG9uFydrN5EhKtSU +id: olivero_search_form_wide +theme: olivero +region: secondary_menu +weight: -5 +provider: null +plugin: search_form_block +settings: + id: search_form_block + label: 'Search form (wide)' + label_display: '0' + provider: search + page_id: '' +visibility: { } diff --git a/web/config/block.block.olivero_secondary_local_tasks.yml b/web/config/block.block.olivero_secondary_local_tasks.yml new file mode 100644 index 00000000..b0ee94c6 --- /dev/null +++ b/web/config/block.block.olivero_secondary_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: 71bffebe-d64b-4e36-a8ea-7ee409aadb84 +langcode: en +status: true +dependencies: + theme: + - olivero +_core: + default_config_hash: ydSxdq7R66I8UMC460rOzlfzvlUL4VRbdwc6z9DWaUI +id: olivero_secondary_local_tasks +theme: olivero +region: highlighted +weight: -2 +provider: null +plugin: local_tasks_block +settings: + id: local_tasks_block + label: 'Secondary tabs' + label_display: '0' + provider: core + primary: false + secondary: true +visibility: { } diff --git a/web/config/block.block.olivero_site_branding.yml b/web/config/block.block.olivero_site_branding.yml new file mode 100644 index 00000000..b431b18b --- /dev/null +++ b/web/config/block.block.olivero_site_branding.yml @@ -0,0 +1,25 @@ +uuid: 7ae917ea-ebc6-4f37-86d8-4e6900f03c67 +langcode: en +status: true +dependencies: + module: + - system + theme: + - olivero +_core: + default_config_hash: n_nlgjggHVfQt2H__zvLOKB2YtjPDbQ5tHijF9LE1aM +id: olivero_site_branding +theme: olivero +region: header +weight: 0 +provider: null +plugin: system_branding_block +settings: + id: system_branding_block + label: 'Site branding' + label_display: '0' + provider: system + use_site_logo: true + use_site_name: true + use_site_slogan: false +visibility: { } diff --git a/web/config/block.block.olivero_syndicate.yml b/web/config/block.block.olivero_syndicate.yml new file mode 100644 index 00000000..29427631 --- /dev/null +++ b/web/config/block.block.olivero_syndicate.yml @@ -0,0 +1,23 @@ +uuid: 69efd11f-0ea5-4af5-840c-8fc770ff96d1 +langcode: en +status: true +dependencies: + module: + - node + theme: + - olivero +_core: + default_config_hash: 0gq3VPg-_UM69FCCWurLFIrrnIjC2HLKhwo9iQNtcUo +id: olivero_syndicate +theme: olivero +region: social +weight: 0 +provider: null +plugin: node_syndicate_block +settings: + id: node_syndicate_block + label: 'RSS feed' + label_display: '0' + provider: node + block_count: 10 +visibility: { } diff --git a/web/config/block_content.type.basic.yml b/web/config/block_content.type.basic.yml new file mode 100644 index 00000000..4a1af5fd --- /dev/null +++ b/web/config/block_content.type.basic.yml @@ -0,0 +1,10 @@ +uuid: ab109109-cb2f-4a03-95b7-b21691b33e6f +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: pQP5iQy4SdhAMVcjDUncCfkJmTofnHVtXrsMzx4k6Yk +id: basic +label: 'Basic block' +revision: false +description: 'A basic block contains a title and a body.' diff --git a/web/config/claro.settings.yml b/web/config/claro.settings.yml new file mode 100644 index 00000000..6bba58bc --- /dev/null +++ b/web/config/claro.settings.yml @@ -0,0 +1,3 @@ +third_party_settings: + shortcut: + module_link: true diff --git a/web/config/comment.settings.yml b/web/config/comment.settings.yml new file mode 100644 index 00000000..5b7ad98a --- /dev/null +++ b/web/config/comment.settings.yml @@ -0,0 +1,3 @@ +_core: + default_config_hash: YNUW2Ij5uE7a4oaXp3i_2lvaFdYM1zNKPPfnEjB0jEc +log_ip_addresses: false diff --git a/web/config/comment.type.comment.yml b/web/config/comment.type.comment.yml new file mode 100644 index 00000000..546fb4b3 --- /dev/null +++ b/web/config/comment.type.comment.yml @@ -0,0 +1,10 @@ +uuid: ab98fe82-c69d-454c-8f3d-83af5d49049e +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: bqZsN31T2n0UjcbyCpOPi9D2iO0sAOHR7FnEs9qMvaA +id: comment +label: 'Default comments' +target_entity_type_id: node +description: 'Allows commenting on content' diff --git a/web/config/contact.form.feedback.yml b/web/config/contact.form.feedback.yml new file mode 100644 index 00000000..a1526aad --- /dev/null +++ b/web/config/contact.form.feedback.yml @@ -0,0 +1,14 @@ +uuid: dccd91fa-32a4-4b3c-9661-a1200572c50f +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: vymHlgJy26BuI5GGj9-IXjwR3dRC5C0tij4BpWJnoqw +id: feedback +label: 'Website feedback' +recipients: + - admin@example.com +reply: '' +weight: 0 +message: 'Your message has been sent.' +redirect: '' diff --git a/web/config/contact.form.personal.yml b/web/config/contact.form.personal.yml new file mode 100644 index 00000000..7aaa4aca --- /dev/null +++ b/web/config/contact.form.personal.yml @@ -0,0 +1,13 @@ +uuid: a64a0722-114f-447d-887f-989d24f2d3ea +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: jonvgt3CkUM2eMLTFwWfHileWWDC4YtXCuIlCahTk_I +id: personal +label: 'Personal contact form' +recipients: { } +reply: '' +weight: 0 +message: 'Your message has been sent.' +redirect: '' diff --git a/web/config/contact.settings.yml b/web/config/contact.settings.yml new file mode 100644 index 00000000..1c949a66 --- /dev/null +++ b/web/config/contact.settings.yml @@ -0,0 +1,7 @@ +_core: + default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8 +default_form: feedback +flood: + limit: 5 + interval: 3600 +user_default_enabled: true diff --git a/web/config/core.base_field_override.node.page.promote.yml b/web/config/core.base_field_override.node.page.promote.yml new file mode 100644 index 00000000..8601cbc6 --- /dev/null +++ b/web/config/core.base_field_override.node.page.promote.yml @@ -0,0 +1,24 @@ +uuid: f7504ae6-5638-49bc-b5a6-59201309aa82 +langcode: en +status: true +dependencies: + config: + - node.type.page +_core: + default_config_hash: fPUEnm4T5zfZRr3ttDUqq7yCDd2uW3clWD-pvos4tlQ +id: node.page.promote +field_name: promote +entity_type: node +bundle: page +label: 'Promoted to front page' +description: '' +required: false +translatable: false +default_value: + - + value: 0 +default_value_callback: '' +settings: + on_label: 'On' + off_label: 'Off' +field_type: boolean diff --git a/web/config/core.date_format.fallback.yml b/web/config/core.date_format.fallback.yml new file mode 100644 index 00000000..8366ed92 --- /dev/null +++ b/web/config/core.date_format.fallback.yml @@ -0,0 +1,10 @@ +uuid: 23bc38a3-4ad5-4133-9dcb-4b7426bb5b1d +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: 7klS5IWXrwzVaPpYZFAs6wcx8U2FF1X73OfrtTsvuvE +id: fallback +label: 'Fallback date format' +locked: true +pattern: 'D, m/d/Y - H:i' diff --git a/web/config/core.date_format.html_date.yml b/web/config/core.date_format.html_date.yml new file mode 100644 index 00000000..02d189fd --- /dev/null +++ b/web/config/core.date_format.html_date.yml @@ -0,0 +1,10 @@ +uuid: 190f9a65-dbe4-4031-83e6-4f43a7efc828 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: EOQltUQPmgc6UQ2rcJ4Xi_leCEJj5ui0TR-12duS-Tk +id: html_date +label: 'HTML Date' +locked: true +pattern: Y-m-d diff --git a/web/config/core.date_format.html_datetime.yml b/web/config/core.date_format.html_datetime.yml new file mode 100644 index 00000000..ab24ed01 --- /dev/null +++ b/web/config/core.date_format.html_datetime.yml @@ -0,0 +1,10 @@ +uuid: bafc4200-d156-4e61-92e0-d63111c877ad +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: jxfClwZIRXIdcvMrE--WkcZxDGUVoOIE3Sm2NRZlFuE +id: html_datetime +label: 'HTML Datetime' +locked: true +pattern: 'Y-m-d\TH:i:sO' diff --git a/web/config/core.date_format.html_month.yml b/web/config/core.date_format.html_month.yml new file mode 100644 index 00000000..32ef18ee --- /dev/null +++ b/web/config/core.date_format.html_month.yml @@ -0,0 +1,10 @@ +uuid: aeae7731-0975-40ad-a83e-40ec01bfb27a +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: Z7KuCUwM_WdTNvLcoltuX3_8d-s-8FZkTN6KgNwF0eM +id: html_month +label: 'HTML Month' +locked: true +pattern: Y-m diff --git a/web/config/core.date_format.html_time.yml b/web/config/core.date_format.html_time.yml new file mode 100644 index 00000000..ddd3ad0a --- /dev/null +++ b/web/config/core.date_format.html_time.yml @@ -0,0 +1,10 @@ +uuid: 2dd82d36-0ec1-4492-a3c2-e4a8525c0cd9 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: M7yqicYkU36hRy5p9drAaGBBihhUD1OyujFrAaQ93ZE +id: html_time +label: 'HTML Time' +locked: true +pattern: 'H:i:s' diff --git a/web/config/core.date_format.html_week.yml b/web/config/core.date_format.html_week.yml new file mode 100644 index 00000000..0bde7d77 --- /dev/null +++ b/web/config/core.date_format.html_week.yml @@ -0,0 +1,10 @@ +uuid: fde43e00-1821-4abd-922c-facd6a906495 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: wKD4WsoV_wFgv2vgI4mcAAFSIzrye17ykzdwrnApkfY +id: html_week +label: 'HTML Week' +locked: true +pattern: Y-\WW diff --git a/web/config/core.date_format.html_year.yml b/web/config/core.date_format.html_year.yml new file mode 100644 index 00000000..8ecfa4a2 --- /dev/null +++ b/web/config/core.date_format.html_year.yml @@ -0,0 +1,10 @@ +uuid: 5677d7c2-d517-4caa-b904-f117937b603b +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: OjekiQuX9RbVQ2_8jOHBL94RgYLePqX7wpfNGgcQzrk +id: html_year +label: 'HTML Year' +locked: true +pattern: 'Y' diff --git a/web/config/core.date_format.html_yearless_date.yml b/web/config/core.date_format.html_yearless_date.yml new file mode 100644 index 00000000..7d5fa960 --- /dev/null +++ b/web/config/core.date_format.html_yearless_date.yml @@ -0,0 +1,10 @@ +uuid: f9909751-decd-4763-beae-488e3231a69b +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: 5VpawMrKPEPCkoO4YpPa0TDFO2dgiIHfTziJtwlmUxc +id: html_yearless_date +label: 'HTML Yearless date' +locked: true +pattern: m-d diff --git a/web/config/core.date_format.long.yml b/web/config/core.date_format.long.yml new file mode 100644 index 00000000..4f8a3ff5 --- /dev/null +++ b/web/config/core.date_format.long.yml @@ -0,0 +1,10 @@ +uuid: 7b28657a-d8e8-4310-8604-bff57906eca0 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: og8sWXhBuHbLMw3CoiBEZjgqSyhFBFmcbUW_wLcfNbo +id: long +label: 'Default long date' +locked: false +pattern: 'l, F j, Y - H:i' diff --git a/web/config/core.date_format.medium.yml b/web/config/core.date_format.medium.yml new file mode 100644 index 00000000..6e49783d --- /dev/null +++ b/web/config/core.date_format.medium.yml @@ -0,0 +1,10 @@ +uuid: 8cf78647-43f9-4521-b13a-d309d316aa59 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: nzL5d024NjXIX_8TlT6uFAu973lmfkmHklJC-2i9rAE +id: medium +label: 'Default medium date' +locked: false +pattern: 'D, m/d/Y - H:i' diff --git a/web/config/core.date_format.olivero_medium.yml b/web/config/core.date_format.olivero_medium.yml new file mode 100644 index 00000000..bb95ae40 --- /dev/null +++ b/web/config/core.date_format.olivero_medium.yml @@ -0,0 +1,13 @@ +uuid: 4fda2a39-3559-411d-a58a-f4ffdd2fdbc5 +langcode: en +status: true +dependencies: + enforced: + theme: + - olivero +_core: + default_config_hash: Mt6cmxUbDZ9XxD6p25WQ8tj3_JcX8ylfcddwZc8gcAE +id: olivero_medium +label: 'Olivero Medium' +locked: false +pattern: 'j F, Y' diff --git a/web/config/core.date_format.short.yml b/web/config/core.date_format.short.yml new file mode 100644 index 00000000..529ababc --- /dev/null +++ b/web/config/core.date_format.short.yml @@ -0,0 +1,10 @@ +uuid: 9a3c1f40-8097-4cbb-9578-4672f49b3f54 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: AlzeyytA8InBgxIG9H2UDJYs3CG98Zj6yRsDKmlbZwA +id: short +label: 'Default short date' +locked: false +pattern: 'm/d/Y - H:i' diff --git a/web/config/core.entity_form_display.block_content.basic.default.yml b/web/config/core.entity_form_display.block_content.basic.default.yml new file mode 100644 index 00000000..fc504c19 --- /dev/null +++ b/web/config/core.entity_form_display.block_content.basic.default.yml @@ -0,0 +1,35 @@ +uuid: 36dade48-4f6f-4d08-a944-6dace3b5361c +langcode: en +status: true +dependencies: + config: + - block_content.type.basic + - field.field.block_content.basic.body + module: + - text +_core: + default_config_hash: jAps3FCxvKecABS_tgExbhCZrBLQB3bNPWw18WjE3ss +id: block_content.basic.default +targetEntityType: block_content +bundle: basic +mode: default +content: + body: + type: text_textarea_with_summary + weight: -4 + region: content + settings: + rows: 9 + summary_rows: 3 + placeholder: '' + show_summary: false + third_party_settings: { } + info: + type: string_textfield + weight: -5 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } +hidden: { } diff --git a/web/config/core.entity_form_display.comment.comment.default.yml b/web/config/core.entity_form_display.comment.comment.default.yml new file mode 100644 index 00000000..6befa8aa --- /dev/null +++ b/web/config/core.entity_form_display.comment.comment.default.yml @@ -0,0 +1,36 @@ +uuid: 26cb6800-4484-4599-919b-ada073714315 +langcode: en +status: true +dependencies: + config: + - comment.type.comment + - field.field.comment.comment.comment_body + module: + - text +_core: + default_config_hash: I0Pa0aQvT_jawlPo9oz4FE3h_ickc55dYKTPl6gILes +id: comment.comment.default +targetEntityType: comment +bundle: comment +mode: default +content: + author: + weight: -2 + region: content + comment_body: + type: text_textarea + weight: 11 + region: content + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + subject: + type: string_textfield + weight: 10 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } +hidden: { } diff --git a/web/config/core.entity_form_display.media.audio.default.yml b/web/config/core.entity_form_display.media.audio.default.yml new file mode 100644 index 00000000..d235ba58 --- /dev/null +++ b/web/config/core.entity_form_display.media.audio.default.yml @@ -0,0 +1,55 @@ +uuid: c030c2ae-c64b-4ffe-8d44-7d247805d97e +langcode: en +status: true +dependencies: + config: + - field.field.media.audio.field_media_audio_file + - media.type.audio + module: + - file + - path +_core: + default_config_hash: G2_SKH3jmI9FQeXSUxo3KgQqiyF1hPDEkc7-3-rCSbc +id: media.audio.default +targetEntityType: media +bundle: audio +mode: default +content: + created: + type: datetime_timestamp + weight: 10 + region: content + settings: { } + third_party_settings: { } + field_media_audio_file: + type: file_generic + weight: 0 + region: content + settings: + progress_indicator: throbber + third_party_settings: { } + path: + type: path + weight: 30 + region: content + settings: { } + third_party_settings: { } + status: + type: boolean_checkbox + weight: 100 + region: content + settings: + display_label: true + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 5 + region: content + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } +hidden: + name: true diff --git a/web/config/core.entity_form_display.media.audio.media_library.yml b/web/config/core.entity_form_display.media.audio.media_library.yml new file mode 100644 index 00000000..af3fd494 --- /dev/null +++ b/web/config/core.entity_form_display.media.audio.media_library.yml @@ -0,0 +1,22 @@ +uuid: b07810cd-6ba3-43df-9bb9-beb142cf5b19 +langcode: en +status: true +dependencies: + config: + - core.entity_form_mode.media.media_library + - field.field.media.audio.field_media_audio_file + - media.type.audio +_core: + default_config_hash: 28vwMIYtvyjPcD4RyciZXIztxtZgmuWRCNgYemr_SZE +id: media.audio.media_library +targetEntityType: media +bundle: audio +mode: media_library +content: { } +hidden: + created: true + field_media_audio_file: true + name: true + path: true + status: true + uid: true diff --git a/web/config/core.entity_form_display.media.document.default.yml b/web/config/core.entity_form_display.media.document.default.yml new file mode 100644 index 00000000..4f748fee --- /dev/null +++ b/web/config/core.entity_form_display.media.document.default.yml @@ -0,0 +1,55 @@ +uuid: 7cf94438-b9a3-45bf-883b-40d33cee01ed +langcode: en +status: true +dependencies: + config: + - field.field.media.document.field_media_document + - media.type.document + module: + - file + - path +_core: + default_config_hash: aewrRkePgJzdD5kPOq8JeMcKHs6yat49nE7ZeCQzQZg +id: media.document.default +targetEntityType: media +bundle: document +mode: default +content: + created: + type: datetime_timestamp + weight: 10 + region: content + settings: { } + third_party_settings: { } + field_media_document: + type: file_generic + weight: 0 + region: content + settings: + progress_indicator: throbber + third_party_settings: { } + path: + type: path + weight: 30 + region: content + settings: { } + third_party_settings: { } + status: + type: boolean_checkbox + weight: 100 + region: content + settings: + display_label: true + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 5 + region: content + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } +hidden: + name: true diff --git a/web/config/core.entity_form_display.media.document.media_library.yml b/web/config/core.entity_form_display.media.document.media_library.yml new file mode 100644 index 00000000..a468ed59 --- /dev/null +++ b/web/config/core.entity_form_display.media.document.media_library.yml @@ -0,0 +1,22 @@ +uuid: 2ba7e0aa-338b-4b6e-a7a7-3141732d11da +langcode: en +status: true +dependencies: + config: + - core.entity_form_mode.media.media_library + - field.field.media.document.field_media_document + - media.type.document +_core: + default_config_hash: dcpfpqyLXOSGpulacMAJW3H-G34_LeNsjdfxd1_oCfY +id: media.document.media_library +targetEntityType: media +bundle: document +mode: media_library +content: { } +hidden: + created: true + field_media_document: true + name: true + path: true + status: true + uid: true diff --git a/web/config/core.entity_form_display.media.image.default.yml b/web/config/core.entity_form_display.media.image.default.yml new file mode 100644 index 00000000..d6a18ab9 --- /dev/null +++ b/web/config/core.entity_form_display.media.image.default.yml @@ -0,0 +1,57 @@ +uuid: 9b2f0e80-ca83-4065-9143-2c0495109ecc +langcode: en +status: true +dependencies: + config: + - field.field.media.image.field_media_image + - image.style.thumbnail + - media.type.image + module: + - image + - path +_core: + default_config_hash: JSY4-JPyNZBiYYo6imdRYF6_SdtWQexPndrLvn3-vw4 +id: media.image.default +targetEntityType: media +bundle: image +mode: default +content: + created: + type: datetime_timestamp + weight: 10 + region: content + settings: { } + third_party_settings: { } + field_media_image: + type: image_image + weight: 0 + region: content + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } + path: + type: path + weight: 30 + region: content + settings: { } + third_party_settings: { } + status: + type: boolean_checkbox + weight: 100 + region: content + settings: + display_label: true + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 5 + region: content + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } +hidden: + name: true diff --git a/web/config/core.entity_form_display.media.image.media_library.yml b/web/config/core.entity_form_display.media.image.media_library.yml new file mode 100644 index 00000000..d536abd2 --- /dev/null +++ b/web/config/core.entity_form_display.media.image.media_library.yml @@ -0,0 +1,32 @@ +uuid: 0c24085f-37f3-4057-9fc6-decc04b73f33 +langcode: en +status: true +dependencies: + config: + - core.entity_form_mode.media.media_library + - field.field.media.image.field_media_image + - image.style.thumbnail + - media.type.image + module: + - image +_core: + default_config_hash: BMLrK4zKp8-FFnMseBdT_6h6YipUsKRfbDf_3WUB5HA +id: media.image.media_library +targetEntityType: media +bundle: image +mode: media_library +content: + field_media_image: + type: image_image + weight: 1 + region: content + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } +hidden: + created: true + name: true + path: true + status: true + uid: true diff --git a/web/config/core.entity_form_display.media.remote_video.default.yml b/web/config/core.entity_form_display.media.remote_video.default.yml new file mode 100644 index 00000000..dbac4366 --- /dev/null +++ b/web/config/core.entity_form_display.media.remote_video.default.yml @@ -0,0 +1,56 @@ +uuid: fecb29df-ac92-41e5-9e94-1ed2bc2c56a9 +langcode: en +status: true +dependencies: + config: + - field.field.media.remote_video.field_media_oembed_video + - media.type.remote_video + module: + - media + - path +_core: + default_config_hash: pM8mGlwfpvfG_y5tZn0lGAXFLXz2_yKkL7MvWZsRqdA +id: media.remote_video.default +targetEntityType: media +bundle: remote_video +mode: default +content: + created: + type: datetime_timestamp + weight: 10 + region: content + settings: { } + third_party_settings: { } + field_media_oembed_video: + type: oembed_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + path: + type: path + weight: 30 + region: content + settings: { } + third_party_settings: { } + status: + type: boolean_checkbox + weight: 100 + region: content + settings: + display_label: true + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 5 + region: content + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } +hidden: + name: true diff --git a/web/config/core.entity_form_display.media.remote_video.media_library.yml b/web/config/core.entity_form_display.media.remote_video.media_library.yml new file mode 100644 index 00000000..f8713827 --- /dev/null +++ b/web/config/core.entity_form_display.media.remote_video.media_library.yml @@ -0,0 +1,22 @@ +uuid: ddf85cd1-8806-4532-8699-568c3df1d1e0 +langcode: en +status: true +dependencies: + config: + - core.entity_form_mode.media.media_library + - field.field.media.remote_video.field_media_oembed_video + - media.type.remote_video +_core: + default_config_hash: TBgPW-uaXRaICBwLaVc16rXpRiLSknDIdF9q0XL7qso +id: media.remote_video.media_library +targetEntityType: media +bundle: remote_video +mode: media_library +content: { } +hidden: + created: true + field_media_oembed_video: true + name: true + path: true + status: true + uid: true diff --git a/web/config/core.entity_form_display.media.video.default.yml b/web/config/core.entity_form_display.media.video.default.yml new file mode 100644 index 00000000..d3ff64f5 --- /dev/null +++ b/web/config/core.entity_form_display.media.video.default.yml @@ -0,0 +1,55 @@ +uuid: 8f629186-d923-46d8-9cfe-1e32e89c1d6f +langcode: en +status: true +dependencies: + config: + - field.field.media.video.field_media_video_file + - media.type.video + module: + - file + - path +_core: + default_config_hash: 0kIIaDTt6dixXy8TZkat2MNGZJ6vkRG8TaBWTy3E1bM +id: media.video.default +targetEntityType: media +bundle: video +mode: default +content: + created: + type: datetime_timestamp + weight: 10 + region: content + settings: { } + third_party_settings: { } + field_media_video_file: + type: file_generic + weight: 0 + region: content + settings: + progress_indicator: throbber + third_party_settings: { } + path: + type: path + weight: 30 + region: content + settings: { } + third_party_settings: { } + status: + type: boolean_checkbox + weight: 100 + region: content + settings: + display_label: true + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 5 + region: content + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } +hidden: + name: true diff --git a/web/config/core.entity_form_display.media.video.media_library.yml b/web/config/core.entity_form_display.media.video.media_library.yml new file mode 100644 index 00000000..183beacd --- /dev/null +++ b/web/config/core.entity_form_display.media.video.media_library.yml @@ -0,0 +1,22 @@ +uuid: f2f31fd1-8dbe-4b3e-aba1-2acb9196efa5 +langcode: en +status: true +dependencies: + config: + - core.entity_form_mode.media.media_library + - field.field.media.video.field_media_video_file + - media.type.video +_core: + default_config_hash: kGv8YsopqHvzTzb7QTINWcv0fnNa5ZDQyZxpOQR2vro +id: media.video.media_library +targetEntityType: media +bundle: video +mode: media_library +content: { } +hidden: + created: true + field_media_video_file: true + name: true + path: true + status: true + uid: true diff --git a/web/config/core.entity_form_display.node.article.default.yml b/web/config/core.entity_form_display.node.article.default.yml new file mode 100644 index 00000000..22100991 --- /dev/null +++ b/web/config/core.entity_form_display.node.article.default.yml @@ -0,0 +1,109 @@ +uuid: f6e42c8a-4dc3-4f32-b5d6-f8f93d775cc5 +langcode: en +status: true +dependencies: + config: + - field.field.node.article.body + - field.field.node.article.comment + - field.field.node.article.field_image + - field.field.node.article.field_tags + - image.style.thumbnail + - node.type.article + module: + - comment + - image + - path + - text +_core: + default_config_hash: ewbd6G2uX456-bgwseM2Q-KQG3RkASoyHmTh-XR3oLU +id: node.article.default +targetEntityType: node +bundle: article +mode: default +content: + body: + type: text_textarea_with_summary + weight: 2 + region: content + settings: + rows: 9 + summary_rows: 3 + placeholder: '' + show_summary: false + third_party_settings: { } + comment: + type: comment_default + weight: 20 + region: content + settings: { } + third_party_settings: { } + created: + type: datetime_timestamp + weight: 10 + region: content + settings: { } + third_party_settings: { } + field_image: + type: image_image + weight: 1 + region: content + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } + field_tags: + type: entity_reference_autocomplete_tags + weight: 3 + region: content + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } + path: + type: path + weight: 30 + region: content + settings: { } + third_party_settings: { } + promote: + type: boolean_checkbox + weight: 15 + region: content + settings: + display_label: true + third_party_settings: { } + status: + type: boolean_checkbox + weight: 120 + region: content + settings: + display_label: true + third_party_settings: { } + sticky: + type: boolean_checkbox + weight: 16 + region: content + settings: + display_label: true + third_party_settings: { } + title: + type: string_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 5 + region: content + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } +hidden: { } diff --git a/web/config/core.entity_form_display.node.page.default.yml b/web/config/core.entity_form_display.node.page.default.yml new file mode 100644 index 00000000..80d2fa96 --- /dev/null +++ b/web/config/core.entity_form_display.node.page.default.yml @@ -0,0 +1,79 @@ +uuid: 12c9f329-ef09-4863-90ee-f701baf178d2 +langcode: en +status: true +dependencies: + config: + - field.field.node.page.body + - node.type.page + module: + - path + - text +_core: + default_config_hash: SfpLhPExzvR0MgFp0Wp7CrmgEnhcqQ-fXIWFhbf4ue0 +id: node.page.default +targetEntityType: node +bundle: page +mode: default +content: + body: + type: text_textarea_with_summary + weight: 31 + region: content + settings: + rows: 9 + summary_rows: 3 + placeholder: '' + show_summary: false + third_party_settings: { } + created: + type: datetime_timestamp + weight: 10 + region: content + settings: { } + third_party_settings: { } + path: + type: path + weight: 30 + region: content + settings: { } + third_party_settings: { } + promote: + type: boolean_checkbox + weight: 15 + region: content + settings: + display_label: true + third_party_settings: { } + status: + type: boolean_checkbox + weight: 120 + region: content + settings: + display_label: true + third_party_settings: { } + sticky: + type: boolean_checkbox + weight: 16 + region: content + settings: + display_label: true + third_party_settings: { } + title: + type: string_textfield + weight: -5 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 5 + region: content + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } +hidden: { } diff --git a/web/config/core.entity_form_display.user.user.default.yml b/web/config/core.entity_form_display.user.user.default.yml new file mode 100644 index 00000000..9d43a05b --- /dev/null +++ b/web/config/core.entity_form_display.user.user.default.yml @@ -0,0 +1,38 @@ +uuid: 58f18074-712d-4923-aa6b-d4ef9d038842 +langcode: en +status: true +dependencies: + config: + - field.field.user.user.user_picture + - image.style.thumbnail + module: + - image + - user +_core: + default_config_hash: FaQ9Ptcpxpg30AtiqRDtl_8zbJArHP1LPfug_s59TOA +id: user.user.default +targetEntityType: user +bundle: user +mode: default +content: + account: + weight: -10 + region: content + contact: + weight: 5 + region: content + language: + weight: 0 + region: content + timezone: + weight: 6 + region: content + user_picture: + type: image_image + weight: -1 + region: content + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } +hidden: { } diff --git a/web/config/core.entity_form_mode.media.media_library.yml b/web/config/core.entity_form_mode.media.media_library.yml new file mode 100644 index 00000000..54cf9238 --- /dev/null +++ b/web/config/core.entity_form_mode.media.media_library.yml @@ -0,0 +1,16 @@ +uuid: ca9cf967-1f19-4eda-b117-a382b7fd9750 +langcode: en +status: true +dependencies: + module: + - media + enforced: + module: + - media_library +_core: + default_config_hash: 04_dAqpWYP1WmsXZ7IXJ7-yarCvNddD10EUkBDtIFy4 +id: media.media_library +label: 'Media library' +description: '' +targetEntityType: media +cache: true diff --git a/web/config/core.entity_form_mode.user.register.yml b/web/config/core.entity_form_mode.user.register.yml new file mode 100644 index 00000000..074441d1 --- /dev/null +++ b/web/config/core.entity_form_mode.user.register.yml @@ -0,0 +1,13 @@ +uuid: 17681588-b372-4f48-90af-c0fcbef1b8b8 +langcode: en +status: true +dependencies: + module: + - user +_core: + default_config_hash: 5pE_4hurqtIlZN3XDi7eTo5RG13BMG0Rh9HYlRI3h8U +id: user.register +label: Register +description: '' +targetEntityType: user +cache: true diff --git a/web/config/core.entity_view_display.block_content.basic.default.yml b/web/config/core.entity_view_display.block_content.basic.default.yml new file mode 100644 index 00000000..028903fb --- /dev/null +++ b/web/config/core.entity_view_display.block_content.basic.default.yml @@ -0,0 +1,24 @@ +uuid: c74e508f-9bfc-44f0-aca8-5ab0fc008c8d +langcode: en +status: true +dependencies: + config: + - block_content.type.basic + - field.field.block_content.basic.body + module: + - text +_core: + default_config_hash: hBNNDTFwakREOTa6GGMqN899Iyrii0hInwSJtQ7Kj30 +id: block_content.basic.default +targetEntityType: block_content +bundle: basic +mode: default +content: + body: + type: text_default + label: hidden + settings: { } + third_party_settings: { } + weight: 0 + region: content +hidden: { } diff --git a/web/config/core.entity_view_display.comment.comment.default.yml b/web/config/core.entity_view_display.comment.comment.default.yml new file mode 100644 index 00000000..e4b571d3 --- /dev/null +++ b/web/config/core.entity_view_display.comment.comment.default.yml @@ -0,0 +1,27 @@ +uuid: 2ab4256d-073c-4c2c-8711-4d3b9e0422e6 +langcode: en +status: true +dependencies: + config: + - comment.type.comment + - field.field.comment.comment.comment_body + module: + - text +_core: + default_config_hash: aBQUGsQ46M4048fIlFuTXwl2zV0j2cJX89CTUobh9hA +id: comment.comment.default +targetEntityType: comment +bundle: comment +mode: default +content: + comment_body: + type: text_default + label: hidden + settings: { } + third_party_settings: { } + weight: 0 + region: content + links: + weight: 100 + region: content +hidden: { } diff --git a/web/config/core.entity_view_display.media.audio.default.yml b/web/config/core.entity_view_display.media.audio.default.yml new file mode 100644 index 00000000..211b2319 --- /dev/null +++ b/web/config/core.entity_view_display.media.audio.default.yml @@ -0,0 +1,32 @@ +uuid: edfb7a90-c3d0-45a3-8f68-f3b0d204af12 +langcode: en +status: true +dependencies: + config: + - field.field.media.audio.field_media_audio_file + - media.type.audio + module: + - file +_core: + default_config_hash: AS765MdDfNpK6K5eE7WVnBvpynClz_havy1R3bO3gVo +id: media.audio.default +targetEntityType: media +bundle: audio +mode: default +content: + field_media_audio_file: + type: file_audio + label: visually_hidden + settings: + controls: true + autoplay: false + loop: false + multiple_file_display_type: tags + third_party_settings: { } + weight: 0 + region: content +hidden: + created: true + name: true + thumbnail: true + uid: true diff --git a/web/config/core.entity_view_display.media.audio.media_library.yml b/web/config/core.entity_view_display.media.audio.media_library.yml new file mode 100644 index 00000000..53ccb60b --- /dev/null +++ b/web/config/core.entity_view_display.media.audio.media_library.yml @@ -0,0 +1,34 @@ +uuid: cdb1f3e0-f7db-4dc5-a30a-d6def32a7071 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.media.media_library + - field.field.media.audio.field_media_audio_file + - image.style.thumbnail + - media.type.audio + module: + - image +_core: + default_config_hash: tcAUW1Xzq5Tjw5jomR6XKGSgfiXO7QiRAHJBF-n0akg +id: media.audio.media_library +targetEntityType: media +bundle: audio +mode: media_library +content: + thumbnail: + type: image + label: hidden + settings: + image_style: thumbnail + image_link: '' + image_loading: + attribute: lazy + third_party_settings: { } + weight: 0 + region: content +hidden: + created: true + field_media_audio_file: true + name: true + uid: true diff --git a/web/config/core.entity_view_display.media.document.default.yml b/web/config/core.entity_view_display.media.document.default.yml new file mode 100644 index 00000000..37cfeed8 --- /dev/null +++ b/web/config/core.entity_view_display.media.document.default.yml @@ -0,0 +1,28 @@ +uuid: 4687aff5-1f41-43ae-b078-eb960c4786da +langcode: en +status: true +dependencies: + config: + - field.field.media.document.field_media_document + - media.type.document + module: + - file +_core: + default_config_hash: XxUyhaTuM0OUUZpr8G6jdrFBEh5eag7auWxBKhm6cvY +id: media.document.default +targetEntityType: media +bundle: document +mode: default +content: + field_media_document: + type: file_default + label: visually_hidden + settings: { } + third_party_settings: { } + weight: 1 + region: content +hidden: + created: true + name: true + thumbnail: true + uid: true diff --git a/web/config/core.entity_view_display.media.document.media_library.yml b/web/config/core.entity_view_display.media.document.media_library.yml new file mode 100644 index 00000000..a10cbaba --- /dev/null +++ b/web/config/core.entity_view_display.media.document.media_library.yml @@ -0,0 +1,34 @@ +uuid: b930cd33-4e76-4cac-bdf1-d5a6c2668b7e +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.media.media_library + - field.field.media.document.field_media_document + - image.style.thumbnail + - media.type.document + module: + - image +_core: + default_config_hash: YcWqjhIlo-2RZUM5ogvRsrKB7M3voF2XB3lVLwgOlLU +id: media.document.media_library +targetEntityType: media +bundle: document +mode: media_library +content: + thumbnail: + type: image + label: hidden + settings: + image_style: thumbnail + image_link: '' + image_loading: + attribute: lazy + third_party_settings: { } + weight: 0 + region: content +hidden: + created: true + field_media_document: true + name: true + uid: true diff --git a/web/config/core.entity_view_display.media.image.default.yml b/web/config/core.entity_view_display.media.image.default.yml new file mode 100644 index 00000000..af682c08 --- /dev/null +++ b/web/config/core.entity_view_display.media.image.default.yml @@ -0,0 +1,33 @@ +uuid: 3fabf065-fb7c-4ed6-bef6-54c0ae3338dc +langcode: en +status: true +dependencies: + config: + - field.field.media.image.field_media_image + - image.style.large + - media.type.image + module: + - image +_core: + default_config_hash: 73xaTNkI5J6sfFcBmNYeuk070X3mQS_iwwWaPYyfG2M +id: media.image.default +targetEntityType: media +bundle: image +mode: default +content: + field_media_image: + type: image + label: visually_hidden + settings: + image_style: large + image_link: '' + image_loading: + attribute: lazy + third_party_settings: { } + weight: 1 + region: content +hidden: + created: true + name: true + thumbnail: true + uid: true diff --git a/web/config/core.entity_view_display.media.image.media_library.yml b/web/config/core.entity_view_display.media.image.media_library.yml new file mode 100644 index 00000000..ec47a686 --- /dev/null +++ b/web/config/core.entity_view_display.media.image.media_library.yml @@ -0,0 +1,34 @@ +uuid: fd46cb3f-f191-4c80-8516-20376e75bfe5 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.media.media_library + - field.field.media.image.field_media_image + - image.style.medium + - media.type.image + module: + - image +_core: + default_config_hash: ILLWu5KFvbsX6J7sh2Itd4w8-lBBRhR_H8ZrmQiN2yo +id: media.image.media_library +targetEntityType: media +bundle: image +mode: media_library +content: + thumbnail: + type: image + label: hidden + settings: + image_style: medium + image_link: '' + image_loading: + attribute: lazy + third_party_settings: { } + weight: 0 + region: content +hidden: + created: true + field_media_image: true + name: true + uid: true diff --git a/web/config/core.entity_view_display.media.remote_video.default.yml b/web/config/core.entity_view_display.media.remote_video.default.yml new file mode 100644 index 00000000..09213dfd --- /dev/null +++ b/web/config/core.entity_view_display.media.remote_video.default.yml @@ -0,0 +1,32 @@ +uuid: 12fc78ad-0f9d-4b95-9f2b-8b863b042911 +langcode: en +status: true +dependencies: + config: + - field.field.media.remote_video.field_media_oembed_video + - media.type.remote_video + module: + - media +_core: + default_config_hash: ZdPcl2hPxl5pgv3pI-07R7h51OjeUeKJTy-ab1NfM34 +id: media.remote_video.default +targetEntityType: media +bundle: remote_video +mode: default +content: + field_media_oembed_video: + type: oembed + label: hidden + settings: + max_width: 0 + max_height: 0 + loading: + attribute: lazy + third_party_settings: { } + weight: 0 + region: content +hidden: + created: true + name: true + thumbnail: true + uid: true diff --git a/web/config/core.entity_view_display.media.remote_video.media_library.yml b/web/config/core.entity_view_display.media.remote_video.media_library.yml new file mode 100644 index 00000000..d81ee7d2 --- /dev/null +++ b/web/config/core.entity_view_display.media.remote_video.media_library.yml @@ -0,0 +1,34 @@ +uuid: e5e77590-091b-4a48-9dca-b9c5ac3ba8c4 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.media.media_library + - field.field.media.remote_video.field_media_oembed_video + - image.style.medium + - media.type.remote_video + module: + - image +_core: + default_config_hash: PGGoP-hVkXe_S-GiJRAub4PHDu0KhMExylclrqjdJb4 +id: media.remote_video.media_library +targetEntityType: media +bundle: remote_video +mode: media_library +content: + thumbnail: + type: image + label: hidden + settings: + image_style: medium + image_link: '' + image_loading: + attribute: lazy + third_party_settings: { } + weight: 0 + region: content +hidden: + created: true + field_media_oembed_video: true + name: true + uid: true diff --git a/web/config/core.entity_view_display.media.video.default.yml b/web/config/core.entity_view_display.media.video.default.yml new file mode 100644 index 00000000..dae53006 --- /dev/null +++ b/web/config/core.entity_view_display.media.video.default.yml @@ -0,0 +1,35 @@ +uuid: d9cef8c0-ea41-4b89-8b8b-49bdbba04459 +langcode: en +status: true +dependencies: + config: + - field.field.media.video.field_media_video_file + - media.type.video + module: + - file +_core: + default_config_hash: SxvbuGh-6cQMxl9bBV27-hGI46u7ZvwlMm5ObaJMNnw +id: media.video.default +targetEntityType: media +bundle: video +mode: default +content: + field_media_video_file: + type: file_video + label: visually_hidden + settings: + controls: true + autoplay: false + loop: false + multiple_file_display_type: tags + muted: false + width: 640 + height: 480 + third_party_settings: { } + weight: 0 + region: content +hidden: + created: true + name: true + thumbnail: true + uid: true diff --git a/web/config/core.entity_view_display.media.video.media_library.yml b/web/config/core.entity_view_display.media.video.media_library.yml new file mode 100644 index 00000000..7107a148 --- /dev/null +++ b/web/config/core.entity_view_display.media.video.media_library.yml @@ -0,0 +1,34 @@ +uuid: 8e641875-64af-4a86-9ca8-fbdf2a43a2ad +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.media.media_library + - field.field.media.video.field_media_video_file + - image.style.thumbnail + - media.type.video + module: + - image +_core: + default_config_hash: _fnkUKwQYHkXO1Ngmq9nE6FqWUNAmkddOxAH1h5aiKg +id: media.video.media_library +targetEntityType: media +bundle: video +mode: media_library +content: + thumbnail: + type: image + label: hidden + settings: + image_style: thumbnail + image_link: '' + image_loading: + attribute: lazy + third_party_settings: { } + weight: 0 + region: content +hidden: + created: true + field_media_video_file: true + name: true + uid: true diff --git a/web/config/core.entity_view_display.node.article.default.yml b/web/config/core.entity_view_display.node.article.default.yml new file mode 100644 index 00000000..18e0ed68 --- /dev/null +++ b/web/config/core.entity_view_display.node.article.default.yml @@ -0,0 +1,65 @@ +uuid: 9153d491-9847-443b-8506-e431ca55a349 +langcode: en +status: true +dependencies: + config: + - core.entity_view_display.comment.comment.default + - field.field.node.article.body + - field.field.node.article.comment + - field.field.node.article.field_image + - field.field.node.article.field_tags + - image.style.wide + - node.type.article + module: + - comment + - image + - text + - user +_core: + default_config_hash: br6izr-iGEu--JvNbCJNtOBpRnxpFLXfoV5y61U9Nqc +id: node.article.default +targetEntityType: node +bundle: article +mode: default +content: + body: + type: text_default + label: hidden + settings: { } + third_party_settings: { } + weight: 0 + region: content + comment: + type: comment_default + label: above + settings: + view_mode: default + pager_id: 0 + third_party_settings: { } + weight: 110 + region: content + field_image: + type: image + label: hidden + settings: + image_link: '' + image_style: wide + image_loading: + attribute: eager + third_party_settings: { } + weight: -1 + region: content + field_tags: + type: entity_reference_label + label: above + settings: + link: true + third_party_settings: { } + weight: 10 + region: content + links: + settings: { } + third_party_settings: { } + weight: 100 + region: content +hidden: { } diff --git a/web/config/core.entity_view_display.node.article.rss.yml b/web/config/core.entity_view_display.node.article.rss.yml new file mode 100644 index 00000000..1efcdd7c --- /dev/null +++ b/web/config/core.entity_view_display.node.article.rss.yml @@ -0,0 +1,28 @@ +uuid: 65dfc7ed-2d1c-4054-8e32-f005e4ba4ff2 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.rss + - field.field.node.article.body + - field.field.node.article.comment + - field.field.node.article.field_image + - field.field.node.article.field_tags + - node.type.article + module: + - user +_core: + default_config_hash: 2rIr6K5Q0UQ9khg0zE_CK-PtJH76UL-BDDZcZnZzwCc +id: node.article.rss +targetEntityType: node +bundle: article +mode: rss +content: + links: + weight: 100 + region: content +hidden: + body: true + comment: true + field_image: true + field_tags: true diff --git a/web/config/core.entity_view_display.node.article.teaser.yml b/web/config/core.entity_view_display.node.article.teaser.yml new file mode 100644 index 00000000..30893f99 --- /dev/null +++ b/web/config/core.entity_view_display.node.article.teaser.yml @@ -0,0 +1,55 @@ +uuid: 5e36c3e5-f9bf-461e-9754-9aabf4560b58 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.teaser + - field.field.node.article.body + - field.field.node.article.comment + - field.field.node.article.field_image + - field.field.node.article.field_tags + - image.style.medium + - node.type.article + module: + - image + - text + - user +_core: + default_config_hash: O8PxzfG8DOHHRu6M23kwR6TDPq_MNfYQ10Mp367ICUQ +id: node.article.teaser +targetEntityType: node +bundle: article +mode: teaser +content: + body: + type: text_summary_or_trimmed + label: hidden + settings: + trim_length: 600 + third_party_settings: { } + weight: 0 + region: content + field_image: + type: image + label: hidden + settings: + image_link: content + image_style: medium + image_loading: + attribute: lazy + third_party_settings: { } + weight: -1 + region: content + field_tags: + type: entity_reference_label + label: above + settings: + link: true + third_party_settings: { } + weight: 10 + region: content + links: + weight: 100 + region: content +hidden: + comment: true diff --git a/web/config/core.entity_view_display.node.page.default.yml b/web/config/core.entity_view_display.node.page.default.yml new file mode 100644 index 00000000..c0839345 --- /dev/null +++ b/web/config/core.entity_view_display.node.page.default.yml @@ -0,0 +1,28 @@ +uuid: 2b25328d-c645-4256-acf8-3344175f0324 +langcode: en +status: true +dependencies: + config: + - field.field.node.page.body + - node.type.page + module: + - text + - user +_core: + default_config_hash: M_Y8L5tfmhx7DR143E05YyZSpvgil6VFvqcfBWykalg +id: node.page.default +targetEntityType: node +bundle: page +mode: default +content: + body: + type: text_default + label: hidden + settings: { } + third_party_settings: { } + weight: 100 + region: content + links: + weight: 101 + region: content +hidden: { } diff --git a/web/config/core.entity_view_display.node.page.teaser.yml b/web/config/core.entity_view_display.node.page.teaser.yml new file mode 100644 index 00000000..823d23fa --- /dev/null +++ b/web/config/core.entity_view_display.node.page.teaser.yml @@ -0,0 +1,30 @@ +uuid: 317b914d-de24-4f59-a953-87c241b57882 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.teaser + - field.field.node.page.body + - node.type.page + module: + - text + - user +_core: + default_config_hash: 8BgdRtLbtQ0F__o0FHSH0Mx5fvXOra9tfT1GmNKbRYw +id: node.page.teaser +targetEntityType: node +bundle: page +mode: teaser +content: + body: + type: text_summary_or_trimmed + label: hidden + settings: + trim_length: 600 + third_party_settings: { } + weight: 100 + region: content + links: + weight: 101 + region: content +hidden: { } diff --git a/web/config/core.entity_view_display.user.user.compact.yml b/web/config/core.entity_view_display.user.user.compact.yml new file mode 100644 index 00000000..886954f6 --- /dev/null +++ b/web/config/core.entity_view_display.user.user.compact.yml @@ -0,0 +1,31 @@ +uuid: 357dc2da-b9b6-48ec-bdf2-924f77f7b907 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.user.compact + - field.field.user.user.user_picture + - image.style.thumbnail + module: + - image + - user +_core: + default_config_hash: 00zr_RBdTjPjBGITD3h4c1ESQZimjdVCcHGt1trLqIY +id: user.user.compact +targetEntityType: user +bundle: user +mode: compact +content: + user_picture: + type: image + label: hidden + settings: + image_style: thumbnail + image_link: content + image_loading: + attribute: lazy + third_party_settings: { } + weight: 0 + region: content +hidden: + member_for: true diff --git a/web/config/core.entity_view_display.user.user.default.yml b/web/config/core.entity_view_display.user.user.default.yml new file mode 100644 index 00000000..1805915d --- /dev/null +++ b/web/config/core.entity_view_display.user.user.default.yml @@ -0,0 +1,32 @@ +uuid: 4bfede30-78fe-46a4-aa8f-ccae0c4f54ee +langcode: en +status: true +dependencies: + config: + - field.field.user.user.user_picture + - image.style.thumbnail + module: + - image + - user +_core: + default_config_hash: mZLyuWM9CQx2ZJVqFGSbzgFnHzudVbHBYmdU256A5Wk +id: user.user.default +targetEntityType: user +bundle: user +mode: default +content: + member_for: + weight: 5 + region: content + user_picture: + type: image + label: hidden + settings: + image_style: thumbnail + image_link: content + image_loading: + attribute: lazy + third_party_settings: { } + weight: 0 + region: content +hidden: { } diff --git a/web/config/core.entity_view_mode.block.token.yml b/web/config/core.entity_view_mode.block.token.yml new file mode 100644 index 00000000..760faaa4 --- /dev/null +++ b/web/config/core.entity_view_mode.block.token.yml @@ -0,0 +1,11 @@ +uuid: 99f859a5-e224-4cfc-b0e9-ceacb3b37a1d +langcode: en +status: true +dependencies: + module: + - block +id: block.token +label: Token +description: '' +targetEntityType: block +cache: true diff --git a/web/config/core.entity_view_mode.block_content.full.yml b/web/config/core.entity_view_mode.block_content.full.yml new file mode 100644 index 00000000..0bbb239f --- /dev/null +++ b/web/config/core.entity_view_mode.block_content.full.yml @@ -0,0 +1,13 @@ +uuid: 28956dc9-aaf2-4297-a884-3245e84fba16 +langcode: en +status: false +dependencies: + module: + - block_content +_core: + default_config_hash: Q7yUUYeRLByl-MCGveKKF_KhAtNICLCMJuKWfugCvso +id: block_content.full +label: Full +description: '' +targetEntityType: block_content +cache: true diff --git a/web/config/core.entity_view_mode.block_content.token.yml b/web/config/core.entity_view_mode.block_content.token.yml new file mode 100644 index 00000000..1e758f76 --- /dev/null +++ b/web/config/core.entity_view_mode.block_content.token.yml @@ -0,0 +1,11 @@ +uuid: 463a2ef8-6d20-4bfe-a710-7b2d83b42d14 +langcode: en +status: true +dependencies: + module: + - block_content +id: block_content.token +label: Token +description: '' +targetEntityType: block_content +cache: true diff --git a/web/config/core.entity_view_mode.comment.full.yml b/web/config/core.entity_view_mode.comment.full.yml new file mode 100644 index 00000000..caf9b8a9 --- /dev/null +++ b/web/config/core.entity_view_mode.comment.full.yml @@ -0,0 +1,13 @@ +uuid: 6b8fa0ef-c5c5-4c29-988d-9be8b8f04787 +langcode: en +status: false +dependencies: + module: + - comment +_core: + default_config_hash: N4mUjXpPckUkVRY1PbKw4GGoL1i2ECU7PL3EreiKStk +id: comment.full +label: 'Full comment' +description: '' +targetEntityType: comment +cache: true diff --git a/web/config/core.entity_view_mode.comment.token.yml b/web/config/core.entity_view_mode.comment.token.yml new file mode 100644 index 00000000..a368ad88 --- /dev/null +++ b/web/config/core.entity_view_mode.comment.token.yml @@ -0,0 +1,11 @@ +uuid: 6b369e80-4847-4afc-99df-4732e92d9ccd +langcode: en +status: true +dependencies: + module: + - comment +id: comment.token +label: Token +description: '' +targetEntityType: comment +cache: true diff --git a/web/config/core.entity_view_mode.consumer.token.yml b/web/config/core.entity_view_mode.consumer.token.yml new file mode 100644 index 00000000..f4c278da --- /dev/null +++ b/web/config/core.entity_view_mode.consumer.token.yml @@ -0,0 +1,11 @@ +uuid: f49f8252-6fb5-4447-9df2-9ee106c33eac +langcode: en +status: true +dependencies: + module: + - consumers +id: consumer.token +label: Token +description: '' +targetEntityType: consumer +cache: true diff --git a/web/config/core.entity_view_mode.contact_message.token.yml b/web/config/core.entity_view_mode.contact_message.token.yml new file mode 100644 index 00000000..2dee1d85 --- /dev/null +++ b/web/config/core.entity_view_mode.contact_message.token.yml @@ -0,0 +1,11 @@ +uuid: 452263fa-3b78-4182-b3d1-42c4be2ffe06 +langcode: en +status: true +dependencies: + module: + - contact +id: contact_message.token +label: Token +description: '' +targetEntityType: contact_message +cache: true diff --git a/web/config/core.entity_view_mode.file.token.yml b/web/config/core.entity_view_mode.file.token.yml new file mode 100644 index 00000000..2e6f96e5 --- /dev/null +++ b/web/config/core.entity_view_mode.file.token.yml @@ -0,0 +1,11 @@ +uuid: af9ed7c9-c599-4019-b082-93c38dcfce94 +langcode: en +status: true +dependencies: + module: + - file +id: file.token +label: Token +description: '' +targetEntityType: file +cache: true diff --git a/web/config/core.entity_view_mode.group.token.yml b/web/config/core.entity_view_mode.group.token.yml new file mode 100644 index 00000000..0549152f --- /dev/null +++ b/web/config/core.entity_view_mode.group.token.yml @@ -0,0 +1,11 @@ +uuid: 4b8fa513-b018-46a3-98c9-e7403273d824 +langcode: en +status: true +dependencies: + module: + - group +id: group.token +label: Token +description: '' +targetEntityType: group +cache: true diff --git a/web/config/core.entity_view_mode.group_config_wrapper.token.yml b/web/config/core.entity_view_mode.group_config_wrapper.token.yml new file mode 100644 index 00000000..1c25bf49 --- /dev/null +++ b/web/config/core.entity_view_mode.group_config_wrapper.token.yml @@ -0,0 +1,11 @@ +uuid: 7e772dd3-9d6c-487e-9187-6efde58c8d1b +langcode: en +status: true +dependencies: + module: + - group +id: group_config_wrapper.token +label: Token +description: '' +targetEntityType: group_config_wrapper +cache: true diff --git a/web/config/core.entity_view_mode.group_relationship.token.yml b/web/config/core.entity_view_mode.group_relationship.token.yml new file mode 100644 index 00000000..84ed3aaf --- /dev/null +++ b/web/config/core.entity_view_mode.group_relationship.token.yml @@ -0,0 +1,11 @@ +uuid: f81b0d90-4a16-42bf-bf91-481920e147eb +langcode: en +status: true +dependencies: + module: + - group +id: group_relationship.token +label: Token +description: '' +targetEntityType: group_relationship +cache: true diff --git a/web/config/core.entity_view_mode.media.full.yml b/web/config/core.entity_view_mode.media.full.yml new file mode 100644 index 00000000..8f99eb73 --- /dev/null +++ b/web/config/core.entity_view_mode.media.full.yml @@ -0,0 +1,13 @@ +uuid: c47880cd-48ce-4af8-9c08-6b54ae471259 +langcode: en +status: false +dependencies: + module: + - media +_core: + default_config_hash: dTfAUHooYV0uOVPO3saGpgv-c5PppJXDwxvwRTJOycM +id: media.full +label: 'Full content' +description: '' +targetEntityType: media +cache: true diff --git a/web/config/core.entity_view_mode.media.media_library.yml b/web/config/core.entity_view_mode.media.media_library.yml new file mode 100644 index 00000000..b6d4e9a0 --- /dev/null +++ b/web/config/core.entity_view_mode.media.media_library.yml @@ -0,0 +1,16 @@ +uuid: b153ef3a-1272-4224-98fc-d3fa04143bfe +langcode: en +status: true +dependencies: + module: + - media + enforced: + module: + - media_library +_core: + default_config_hash: 04_dAqpWYP1WmsXZ7IXJ7-yarCvNddD10EUkBDtIFy4 +id: media.media_library +label: 'Media library' +description: '' +targetEntityType: media +cache: true diff --git a/web/config/core.entity_view_mode.media.token.yml b/web/config/core.entity_view_mode.media.token.yml new file mode 100644 index 00000000..d808474e --- /dev/null +++ b/web/config/core.entity_view_mode.media.token.yml @@ -0,0 +1,11 @@ +uuid: 8324111a-852c-477a-a601-2e4ae56d4b4e +langcode: en +status: true +dependencies: + module: + - media +id: media.token +label: Token +description: '' +targetEntityType: media +cache: true diff --git a/web/config/core.entity_view_mode.menu_link_content.token.yml b/web/config/core.entity_view_mode.menu_link_content.token.yml new file mode 100644 index 00000000..2bc43c66 --- /dev/null +++ b/web/config/core.entity_view_mode.menu_link_content.token.yml @@ -0,0 +1,11 @@ +uuid: 072482ba-dbad-47dc-b7f5-bf6320fb4817 +langcode: en +status: true +dependencies: + module: + - menu_link_content +id: menu_link_content.token +label: Token +description: '' +targetEntityType: menu_link_content +cache: true diff --git a/web/config/core.entity_view_mode.node.full.yml b/web/config/core.entity_view_mode.node.full.yml new file mode 100644 index 00000000..360b50a1 --- /dev/null +++ b/web/config/core.entity_view_mode.node.full.yml @@ -0,0 +1,13 @@ +uuid: 71070f7b-59d2-4834-829e-7d92318435e1 +langcode: en +status: false +dependencies: + module: + - node +_core: + default_config_hash: QJ2aZ1xfVf59aq6Pz5X7fyUOa2HxuCoTwQ_RQjoulAU +id: node.full +label: 'Full content' +description: '' +targetEntityType: node +cache: true diff --git a/web/config/core.entity_view_mode.node.rss.yml b/web/config/core.entity_view_mode.node.rss.yml new file mode 100644 index 00000000..bbca3733 --- /dev/null +++ b/web/config/core.entity_view_mode.node.rss.yml @@ -0,0 +1,13 @@ +uuid: 7e09d6c7-87b4-45c3-b390-141956f3ee4f +langcode: en +status: false +dependencies: + module: + - node +_core: + default_config_hash: l8fiAFE3Kng_6bhLlUDnVTkTDzXWxzYFrCWTrngVXEA +id: node.rss +label: RSS +description: '' +targetEntityType: node +cache: true diff --git a/web/config/core.entity_view_mode.node.search_index.yml b/web/config/core.entity_view_mode.node.search_index.yml new file mode 100644 index 00000000..f95a3196 --- /dev/null +++ b/web/config/core.entity_view_mode.node.search_index.yml @@ -0,0 +1,13 @@ +uuid: d95414cb-5807-40b5-a718-d89ad714a111 +langcode: en +status: false +dependencies: + module: + - node +_core: + default_config_hash: r_A0T3aTqGDwLyvoH7wLps-0PM--RHlS8UsiJe_Ac64 +id: node.search_index +label: 'Search index' +description: '' +targetEntityType: node +cache: true diff --git a/web/config/core.entity_view_mode.node.search_result.yml b/web/config/core.entity_view_mode.node.search_result.yml new file mode 100644 index 00000000..ffa0e46f --- /dev/null +++ b/web/config/core.entity_view_mode.node.search_result.yml @@ -0,0 +1,13 @@ +uuid: d5e7c666-9c60-4624-b029-fd45ba1d2a99 +langcode: en +status: false +dependencies: + module: + - node +_core: + default_config_hash: d8wBEm7XvJ6H3S0IneDD9PfTBklPIH7GMpxElVemPf8 +id: node.search_result +label: 'Search result highlighting input' +description: '' +targetEntityType: node +cache: true diff --git a/web/config/core.entity_view_mode.node.teaser.yml b/web/config/core.entity_view_mode.node.teaser.yml new file mode 100644 index 00000000..56042f94 --- /dev/null +++ b/web/config/core.entity_view_mode.node.teaser.yml @@ -0,0 +1,13 @@ +uuid: 5f24d7fa-4323-4904-9667-580ed441f45f +langcode: en +status: true +dependencies: + module: + - node +_core: + default_config_hash: KgGJDZFpMaz_8bTv6fN1bXS3Qi5LWmRJI9R53kEGsNQ +id: node.teaser +label: Teaser +description: '' +targetEntityType: node +cache: true diff --git a/web/config/core.entity_view_mode.node.token.yml b/web/config/core.entity_view_mode.node.token.yml new file mode 100644 index 00000000..ab2b89a3 --- /dev/null +++ b/web/config/core.entity_view_mode.node.token.yml @@ -0,0 +1,11 @@ +uuid: aa5d6130-ab92-4837-af2f-67da8bd5cd01 +langcode: en +status: true +dependencies: + module: + - node +id: node.token +label: Token +description: '' +targetEntityType: node +cache: true diff --git a/web/config/core.entity_view_mode.oauth2_token.token.yml b/web/config/core.entity_view_mode.oauth2_token.token.yml new file mode 100644 index 00000000..453c055f --- /dev/null +++ b/web/config/core.entity_view_mode.oauth2_token.token.yml @@ -0,0 +1,11 @@ +uuid: c29667f5-b4ae-44cf-98ec-68487ab7c7a1 +langcode: en +status: true +dependencies: + module: + - simple_oauth +id: oauth2_token.token +label: Token +description: '' +targetEntityType: oauth2_token +cache: true diff --git a/web/config/core.entity_view_mode.path_alias.token.yml b/web/config/core.entity_view_mode.path_alias.token.yml new file mode 100644 index 00000000..e36a1b3e --- /dev/null +++ b/web/config/core.entity_view_mode.path_alias.token.yml @@ -0,0 +1,11 @@ +uuid: 2cff16cc-7f8e-4535-849d-956d7ade190e +langcode: en +status: true +dependencies: + module: + - path_alias +id: path_alias.token +label: Token +description: '' +targetEntityType: path_alias +cache: true diff --git a/web/config/core.entity_view_mode.shortcut.token.yml b/web/config/core.entity_view_mode.shortcut.token.yml new file mode 100644 index 00000000..0de0b66b --- /dev/null +++ b/web/config/core.entity_view_mode.shortcut.token.yml @@ -0,0 +1,11 @@ +uuid: af079106-d9af-48f4-9384-80d0435eec22 +langcode: en +status: true +dependencies: + module: + - shortcut +id: shortcut.token +label: Token +description: '' +targetEntityType: shortcut +cache: true diff --git a/web/config/core.entity_view_mode.taxonomy_term.full.yml b/web/config/core.entity_view_mode.taxonomy_term.full.yml new file mode 100644 index 00000000..6b04eb33 --- /dev/null +++ b/web/config/core.entity_view_mode.taxonomy_term.full.yml @@ -0,0 +1,13 @@ +uuid: 8509aed3-f678-43e3-854c-e7af3ea3c5a1 +langcode: en +status: true +dependencies: + module: + - taxonomy +_core: + default_config_hash: iukUENpf8CFvjZbGGacKX_Ges0-lU9z6zvsd32P6kbo +id: taxonomy_term.full +label: 'Taxonomy term page' +description: '' +targetEntityType: taxonomy_term +cache: true diff --git a/web/config/core.entity_view_mode.taxonomy_term.token.yml b/web/config/core.entity_view_mode.taxonomy_term.token.yml new file mode 100644 index 00000000..dd28eb6b --- /dev/null +++ b/web/config/core.entity_view_mode.taxonomy_term.token.yml @@ -0,0 +1,11 @@ +uuid: f5740f99-6299-4373-b885-33b47b563999 +langcode: en +status: true +dependencies: + module: + - taxonomy +id: taxonomy_term.token +label: Token +description: '' +targetEntityType: taxonomy_term +cache: true diff --git a/web/config/core.entity_view_mode.user.compact.yml b/web/config/core.entity_view_mode.user.compact.yml new file mode 100644 index 00000000..a8cf560f --- /dev/null +++ b/web/config/core.entity_view_mode.user.compact.yml @@ -0,0 +1,13 @@ +uuid: 186cd26d-b1ec-432b-89cf-9441e231b45c +langcode: en +status: true +dependencies: + module: + - user +_core: + default_config_hash: TtD7OuGskOsQfoGyxXkrdtllBpR37J19d5BMQDZWJgA +id: user.compact +label: Compact +description: '' +targetEntityType: user +cache: true diff --git a/web/config/core.entity_view_mode.user.full.yml b/web/config/core.entity_view_mode.user.full.yml new file mode 100644 index 00000000..5c0d4b30 --- /dev/null +++ b/web/config/core.entity_view_mode.user.full.yml @@ -0,0 +1,13 @@ +uuid: af5ffe0a-90f2-42d5-923b-642ec0af6c16 +langcode: en +status: false +dependencies: + module: + - user +_core: + default_config_hash: ZbXunWS_xAvMZXFfinyvClDAb_RCVLt7gAzE3v16E-Q +id: user.full +label: 'User account' +description: '' +targetEntityType: user +cache: true diff --git a/web/config/core.entity_view_mode.user.token.yml b/web/config/core.entity_view_mode.user.token.yml new file mode 100644 index 00000000..d42a7b33 --- /dev/null +++ b/web/config/core.entity_view_mode.user.token.yml @@ -0,0 +1,11 @@ +uuid: ebda99a7-964e-45e7-b0b7-e687d623a226 +langcode: en +status: true +dependencies: + module: + - user +id: user.token +label: Token +description: '' +targetEntityType: user +cache: true diff --git a/web/config/core.extension.yml b/web/config/core.extension.yml new file mode 100644 index 00000000..15d9f5ba --- /dev/null +++ b/web/config/core.extension.yml @@ -0,0 +1,72 @@ +_core: + default_config_hash: 4GIX5Esnc_umpXUBj4IIocRX7Mt5fPhm4AgXfE3E56E +module: + announcements_feed: 0 + automated_cron: 0 + basic_auth: 0 + big_pipe: 0 + block: 0 + block_content: 0 + breakpoint: 0 + ckeditor5: 0 + comment: 0 + config: 0 + consumers: 0 + contact: 0 + contextual: 0 + ctools: 0 + datetime: 0 + dblog: 0 + decoupled_router: 0 + dynamic_page_cache: 0 + editor: 0 + entity: 0 + field: 0 + field_ui: 0 + file: 0 + filter: 0 + flexible_permissions: 0 + gin_toolbar: 0 + group: 0 + help: 0 + history: 0 + image: 0 + jsonapi: 0 + link: 0 + media: 0 + media_library: 0 + menu_link_content: 0 + menu_ui: 0 + migrate: 0 + mysql: 0 + next: 0 + next_extras: 0 + next_jsonapi: 0 + node: 0 + options: 0 + page_cache: 0 + path: 0 + path_alias: 0 + search: 0 + serialization: 0 + shortcut: 0 + simple_oauth: 0 + subrequests: 0 + system: 0 + taxonomy: 0 + text: 0 + token: 0 + toolbar: 0 + type_tray: 0 + update: 0 + user: 0 + variationcache: 0 + views_ui: 0 + pathauto: 1 + views: 10 + standard: 1000 +theme: + claro: 0 + gin: 0 + olivero: 0 +profile: standard diff --git a/web/config/core.menu.static_menu_link_overrides.yml b/web/config/core.menu.static_menu_link_overrides.yml new file mode 100644 index 00000000..eb6e35ee --- /dev/null +++ b/web/config/core.menu.static_menu_link_overrides.yml @@ -0,0 +1,9 @@ +_core: + default_config_hash: CXhei_vpaZk-3f_Mj2cH0YmpK-ZpKHoSzVA3yZrDq0g +definitions: + contact__site_page: + menu_name: footer + parent: '' + weight: 0 + expanded: false + enabled: true diff --git a/web/config/dblog.settings.yml b/web/config/dblog.settings.yml new file mode 100644 index 00000000..fbd17ea5 --- /dev/null +++ b/web/config/dblog.settings.yml @@ -0,0 +1,3 @@ +_core: + default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58 +row_limit: 1000 diff --git a/web/config/editor.editor.basic_html.yml b/web/config/editor.editor.basic_html.yml new file mode 100644 index 00000000..748262b5 --- /dev/null +++ b/web/config/editor.editor.basic_html.yml @@ -0,0 +1,68 @@ +uuid: 5144f8f7-426c-4ad7-bcb9-c1668bae893f +langcode: en +status: true +dependencies: + config: + - filter.format.basic_html + module: + - ckeditor5 +_core: + default_config_hash: Qi2tIe-L97EutlMmhEvhsNxZOpOoA-RH82c4BQb5n4A +format: basic_html +editor: ckeditor5 +settings: + toolbar: + items: + - bold + - italic + - '|' + - link + - '|' + - bulletedList + - numberedList + - '|' + - blockQuote + - drupalInsertImage + - '|' + - heading + - code + - '|' + - sourceEditing + plugins: + ckeditor5_heading: + enabled_headings: + - heading2 + - heading3 + - heading4 + - heading5 + - heading6 + ckeditor5_imageResize: + allow_resize: true + ckeditor5_list: + properties: + reversed: false + startIndex: true + multiBlock: true + ckeditor5_sourceEditing: + allowed_tags: + - '' + - '
' + - '
' + - '
' + - '' + - '
' + - '