diff --git a/.lando.yml b/.lando.yml index eda5a94..358ad76 100644 --- a/.lando.yml +++ b/.lando.yml @@ -4,7 +4,6 @@ config: webroot: web #@docroot php: 7.2 via: nginx - drush: ^10 xdebug: false proxy: @@ -24,7 +23,7 @@ services: backstop-docker: type: node:custom overrides: - image: backstopjs/backstopjs:4.4.2 + image: backstopjs/backstopjs:5.0.0 mannequin: type: compose services: diff --git a/composer.json b/composer.json index 5b7f9d8..f04c1bb 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "composer/installers": "^1.2", "cweagans/composer-patches": "~1.0", "hirak/prestissimo": "^0.3", - "drupal/core": "^8.7" + "drupal/core": "~8.9.2" }, "require-dev": { "drupal/console": "^1.0.1", diff --git a/composer.lock b/composer.lock index 479fa59..f88f3f6 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": "e44e94e9a7dd01dea6413751e54c9c68", + "content-hash": "ac19931693e29ae04459864576647a8c", "packages": [ { "name": "asm89/stack-cors", @@ -282,21 +282,22 @@ }, { "name": "doctrine/annotations", - "version": "v1.8.0", + "version": "1.10.3", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc" + "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc", - "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/5db60a4969eba0e0c197a19c077780aadbc43c5d", + "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d", "shasum": "" }, "require": { "doctrine/lexer": "1.*", - "php": "^7.1" + "ext-tokenizer": "*", + "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/cache": "1.*", @@ -305,7 +306,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.7.x-dev" + "dev-master": "1.9.x-dev" } }, "autoload": { @@ -346,24 +347,24 @@ "docblock", "parser" ], - "time": "2019-10-01T18:55:10+00:00" + "time": "2020-05-25T17:24:27+00:00" }, { "name": "doctrine/cache", - "version": "1.10.0", + "version": "1.10.2", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62" + "reference": "13e3381b25847283a91948d04640543941309727" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62", - "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62", + "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727", + "reference": "13e3381b25847283a91948d04640543941309727", "shasum": "" }, "require": { - "php": "~7.1" + "php": "~7.1 || ^8.0" }, "conflict": { "doctrine/common": ">2.2,<2.4" @@ -428,37 +429,46 @@ "redis", "xcache" ], - "time": "2019-11-29T15:36:20+00:00" + "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%2Fcache", + "type": "tidelift" + } + ], + "time": "2020-07-07T18:54:01+00:00" }, { "name": "doctrine/collections", - "version": "1.6.4", + "version": "1.6.7", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", - "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7" + "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7", - "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7", + "url": "https://api.github.com/repos/doctrine/collections/zipball/55f8b799269a1a472457bd1a41b4f379d4cfba4a", + "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a", "shasum": "" }, "require": { - "php": "^7.1.3" + "php": "^7.1.3 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^6.0", "phpstan/phpstan-shim": "^0.9.2", "phpunit/phpunit": "^7.0", - "vimeo/psalm": "^3.2.2" + "vimeo/psalm": "^3.8.1" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.6.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" @@ -498,20 +508,20 @@ "iterators", "php" ], - "time": "2019-11-13T13:07:11+00:00" + "time": "2020-07-27T17:53:49+00:00" }, { "name": "doctrine/common", - "version": "2.12.0", + "version": "2.13.3", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", - "reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6" + "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/common/zipball/2053eafdf60c2172ee1373d1b9289ba1db7f1fc6", - "reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6", + "url": "https://api.github.com/repos/doctrine/common/zipball/f3812c026e557892c34ef37f6ab808a6b567da7f", + "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f", "shasum": "" }, "require": { @@ -521,9 +531,9 @@ "doctrine/event-manager": "^1.0", "doctrine/inflector": "^1.0", "doctrine/lexer": "^1.0", - "doctrine/persistence": "^1.1", + "doctrine/persistence": "^1.3.3", "doctrine/reflection": "^1.0", - "php": "^7.1" + "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^1.0", @@ -581,7 +591,21 @@ "doctrine", "php" ], - "time": "2020-01-10T15:49:25+00:00" + "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%2Fcommon", + "type": "tidelift" + } + ], + "time": "2020-06-05T16:46:05+00:00" }, { "name": "doctrine/event-manager", @@ -661,33 +685,38 @@ }, { "name": "doctrine/inflector", - "version": "1.3.1", + "version": "1.4.3", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1" + "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1", - "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/4650c8b30c753a76bf44fb2ed00117d6f367490c", + "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c", "shasum": "" }, "require": { - "php": "^7.1" + "php": "^7.2 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^6.2" + "doctrine/coding-standard": "^7.0", + "phpstan/phpstan": "^0.11", + "phpstan/phpstan-phpunit": "^0.11", + "phpstan/phpstan-strict-rules": "^0.11", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" + "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector", + "Doctrine\\Inflector\\": "lib/Doctrine/Inflector" } }, "notification-url": "https://packagist.org/downloads/", @@ -716,32 +745,52 @@ "email": "schmittjoh@gmail.com" } ], - "description": "Common String Manipulations with regard to casing and singular/plural rules.", - "homepage": "http://www.doctrine-project.org", + "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", - "pluralize", - "singularize", - "string" + "inflector", + "lowercase", + "manipulation", + "php", + "plural", + "singular", + "strings", + "uppercase", + "words" ], - "time": "2019-10-30T19:59:35+00:00" + "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": "2020-05-29T07:19:59+00:00" }, { "name": "doctrine/lexer", - "version": "1.2.0", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6" + "reference": "e864bbf5904cb8f5bb334f99209b48018522f042" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6", - "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042", + "reference": "e864bbf5904cb8f5bb334f99209b48018522f042", "shasum": "" }, "require": { - "php": "^7.2" + "php": "^7.2 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^6.0", @@ -786,20 +835,34 @@ "parser", "php" ], - "time": "2019-10-30T14:39:59+00:00" + "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%2Flexer", + "type": "tidelift" + } + ], + "time": "2020-05-25T17:44:05+00:00" }, { "name": "doctrine/persistence", - "version": "1.3.6", + "version": "1.3.7", "source": { "type": "git", "url": "https://github.com/doctrine/persistence.git", - "reference": "5dd3ac5eebef2d0b074daa4440bb18f93132dee4" + "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/persistence/zipball/5dd3ac5eebef2d0b074daa4440bb18f93132dee4", - "reference": "5dd3ac5eebef2d0b074daa4440bb18f93132dee4", + "url": "https://api.github.com/repos/doctrine/persistence/zipball/0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0", + "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0", "shasum": "" }, "require": { @@ -807,7 +870,7 @@ "doctrine/cache": "^1.0", "doctrine/collections": "^1.0", "doctrine/event-manager": "^1.0", - "doctrine/reflection": "^1.1", + "doctrine/reflection": "^1.2", "php": "^7.1" }, "conflict": { @@ -869,20 +932,34 @@ "orm", "persistence" ], - "time": "2020-01-16T22:06:23+00:00" + "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%2Fpersistence", + "type": "tidelift" + } + ], + "time": "2020-03-21T15:13:52+00:00" }, { "name": "doctrine/reflection", - "version": "v1.1.0", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/doctrine/reflection.git", - "reference": "bc420ead87fdfe08c03ecc3549db603a45b06d4c" + "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/reflection/zipball/bc420ead87fdfe08c03ecc3549db603a45b06d4c", - "reference": "bc420ead87fdfe08c03ecc3549db603a45b06d4c", + "url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79", + "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79", "shasum": "" }, "require": { @@ -903,7 +980,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.2.x-dev" } }, "autoload": { @@ -947,20 +1024,20 @@ "reflection", "static" ], - "time": "2020-01-08T19:53:19+00:00" + "time": "2020-03-27T11:06:43+00:00" }, { "name": "drupal/core", - "version": "8.8.3", + "version": "8.9.2", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "77971de6d6ade7366cdd3fadfc16c5d02e531446" + "reference": "8f0e24555c093669ce41edbb30637fe19df16802" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/77971de6d6ade7366cdd3fadfc16c5d02e531446", - "reference": "77971de6d6ade7366cdd3fadfc16c5d02e531446", + "url": "https://api.github.com/repos/drupal/core/zipball/8f0e24555c093669ce41edbb30637fe19df16802", + "reference": "8f0e24555c093669ce41edbb30637fe19df16802", "shasum": "" }, "require": { @@ -984,16 +1061,19 @@ "ext-tokenizer": "*", "ext-xml": "*", "guzzlehttp/guzzle": "^6.3", + "laminas/laminas-diactoros": "^1.8", + "laminas/laminas-feed": "^2.12", "masterminds/html5": "^2.1", "pear/archive_tar": "^1.4.9", "php": ">=7.0.8", + "psr/log": "^1.0", "stack/builder": "^1.0", "symfony-cmf/routing": "^1.4", "symfony/class-loader": "~3.4.0", "symfony/console": "~3.4.0", "symfony/dependency-injection": "~3.4.26", "symfony/event-dispatcher": "~3.4.0", - "symfony/http-foundation": "~3.4.27", + "symfony/http-foundation": "~3.4.35", "symfony/http-kernel": "~3.4.14", "symfony/polyfill-iconv": "^1.0", "symfony/process": "~3.4.0", @@ -1004,9 +1084,7 @@ "symfony/validator": "~3.4.0", "symfony/yaml": "~3.4.5", "twig/twig": "^1.38.2", - "typo3/phar-stream-wrapper": "^3.1.3", - "zendframework/zend-diactoros": "^1.8", - "zendframework/zend-feed": "^2.12" + "typo3/phar-stream-wrapper": "^3.1.3" }, "conflict": { "drupal/pathauto": "<1.6", @@ -1177,19 +1255,19 @@ "GPL-2.0-or-later" ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", - "time": "2020-03-04T18:01:37+00:00" + "time": "2020-07-08T18:53:45+00:00" }, { "name": "easyrdf/easyrdf", "version": "0.9.1", "source": { "type": "git", - "url": "https://github.com/njh/easyrdf.git", + "url": "https://github.com/easyrdf/easyrdf.git", "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566", + "url": "https://api.github.com/repos/easyrdf/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566", "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566", "shasum": "" }, @@ -1243,16 +1321,16 @@ }, { "name": "egulias/email-validator", - "version": "2.1.17", + "version": "2.1.18", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "ade6887fd9bd74177769645ab5c474824f8a418a" + "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ade6887fd9bd74177769645ab5c474824f8a418a", - "reference": "ade6887fd9bd74177769645ab5c474824f8a418a", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/cfa3d44471c7f5bfb684ac2b0da7114283d78441", + "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441", "shasum": "" }, "require": { @@ -1276,7 +1354,7 @@ }, "autoload": { "psr-4": { - "Egulias\\EmailValidator\\": "EmailValidator" + "Egulias\\EmailValidator\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -1297,27 +1375,28 @@ "validation", "validator" ], - "time": "2020-02-13T22:36:52+00:00" + "time": "2020-06-16T20:11:17+00:00" }, { "name": "guzzlehttp/guzzle", - "version": "6.5.2", + "version": "6.5.5", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "43ece0e75098b7ecd8d13918293029e555a50f82" + "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/43ece0e75098b7ecd8d13918293029e555a50f82", - "reference": "43ece0e75098b7ecd8d13918293029e555a50f82", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", + "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^1.0", "guzzlehttp/psr7": "^1.6.1", - "php": ">=5.5" + "php": ">=5.5", + "symfony/polyfill-intl-idn": "^1.17.0" }, "require-dev": { "ext-curl": "*", @@ -1325,7 +1404,6 @@ "psr/log": "^1.1" }, "suggest": { - "ext-intl": "Required for Internationalized Domain Name (IDN) support", "psr/log": "Required for using the Log middleware" }, "type": "library", @@ -1364,7 +1442,7 @@ "rest", "web service" ], - "time": "2019-12-23T11:57:10+00:00" + "time": "2020-06-16T21:01:06+00:00" }, { "name": "guzzlehttp/promises", @@ -1540,226 +1618,525 @@ "time": "2017-05-27T04:45:45+00:00" }, { - "name": "masterminds/html5", - "version": "2.7.0", + "name": "laminas/laminas-diactoros", + "version": "1.8.7p2", "source": { "type": "git", - "url": "https://github.com/Masterminds/html5-php.git", - "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2" + "url": "https://github.com/laminas/laminas-diactoros.git", + "reference": "6991c1af7c8d2c8efee81b22ba97024781824aaa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/104443ad663d15981225f99532ba73c2f1d6b6f2", - "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2", + "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/6991c1af7c8d2c8efee81b22ba97024781824aaa", + "reference": "6991c1af7c8d2c8efee81b22ba97024781824aaa", "shasum": "" }, "require": { - "ext-ctype": "*", - "ext-dom": "*", - "ext-libxml": "*", - "php": ">=5.3.0" + "laminas/laminas-zendframework-bridge": "^1.0", + "php": "^5.6 || ^7.0", + "psr/http-message": "^1.0" + }, + "provide": { + "psr/http-message-implementation": "1.0" + }, + "replace": { + "zendframework/zend-diactoros": "~1.8.7.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35", - "sami/sami": "~2.0", - "satooshi/php-coveralls": "1.0.*" + "ext-dom": "*", + "ext-libxml": "*", + "laminas/laminas-coding-standard": "~1.0", + "php-http/psr7-integration-tests": "dev-master", + "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.7-dev" + "dev-release-1.8": "1.8.x-dev" } }, "autoload": { + "files": [ + "src/functions/create_uploaded_file.php", + "src/functions/marshal_headers_from_sapi.php", + "src/functions/marshal_method_from_sapi.php", + "src/functions/marshal_protocol_version_from_sapi.php", + "src/functions/marshal_uri_from_sapi.php", + "src/functions/normalize_server.php", + "src/functions/normalize_uploaded_files.php", + "src/functions/parse_cookie_header.php", + "src/functions/create_uploaded_file.legacy.php", + "src/functions/marshal_headers_from_sapi.legacy.php", + "src/functions/marshal_method_from_sapi.legacy.php", + "src/functions/marshal_protocol_version_from_sapi.legacy.php", + "src/functions/marshal_uri_from_sapi.legacy.php", + "src/functions/normalize_server.legacy.php", + "src/functions/normalize_uploaded_files.legacy.php", + "src/functions/parse_cookie_header.legacy.php" + ], "psr-4": { - "Masterminds\\": "src" + "Laminas\\Diactoros\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Matt Butcher", - "email": "technosophos@gmail.com" - }, - { - "name": "Matt Farina", - "email": "matt@mattfarina.com" - }, - { - "name": "Asmir Mustafic", - "email": "goetas@gmail.com" - } + "BSD-3-Clause" ], - "description": "An HTML5 parser and serializer.", - "homepage": "http://masterminds.github.io/html5-php", + "description": "PSR HTTP Message implementations", + "homepage": "https://laminas.dev", "keywords": [ - "HTML5", - "dom", - "html", - "parser", - "querypath", - "serializer", - "xml" + "http", + "laminas", + "psr", + "psr-7" ], - "time": "2019-07-25T07:03:26+00:00" + "time": "2020-03-23T15:28:28+00:00" }, { - "name": "paragonie/random_compat", - "version": "v9.99.99", + "name": "laminas/laminas-escaper", + "version": "2.6.1", "source": { "type": "git", - "url": "https://github.com/paragonie/random_compat.git", - "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" + "url": "https://github.com/laminas/laminas-escaper.git", + "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", - "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", + "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/25f2a053eadfa92ddacb609dcbbc39362610da70", + "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70", "shasum": "" }, "require": { - "php": "^7" + "laminas/laminas-zendframework-bridge": "^1.0", + "php": "^5.6 || ^7.0" }, - "require-dev": { - "phpunit/phpunit": "4.*|5.*", - "vimeo/psalm": "^1" + "replace": { + "zendframework/zend-escaper": "self.version" }, - "suggest": { - "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." + "require-dev": { + "laminas/laminas-coding-standard": "~1.0.0", + "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.6.x-dev", + "dev-develop": "2.7.x-dev" + } + }, + "autoload": { + "psr-4": { + "Laminas\\Escaper\\": "src/" + } + }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Paragon Initiative Enterprises", - "email": "security@paragonie.com", - "homepage": "https://paragonie.com" - } + "BSD-3-Clause" ], - "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", + "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs", + "homepage": "https://laminas.dev", "keywords": [ - "csprng", - "polyfill", - "pseudorandom", - "random" + "escaper", + "laminas" ], - "time": "2018-07-02T15:55:56+00:00" + "time": "2019-12-31T16:43:30+00:00" }, { - "name": "pear/archive_tar", - "version": "1.4.9", + "name": "laminas/laminas-feed", + "version": "2.12.2", "source": { "type": "git", - "url": "https://github.com/pear/Archive_Tar.git", - "reference": "c5b00053770e1d72128252c62c2c1a12c26639f0" + "url": "https://github.com/laminas/laminas-feed.git", + "reference": "8a193ac96ebcb3e16b6ee754ac2a889eefacb654" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/c5b00053770e1d72128252c62c2c1a12c26639f0", - "reference": "c5b00053770e1d72128252c62c2c1a12c26639f0", + "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/8a193ac96ebcb3e16b6ee754ac2a889eefacb654", + "reference": "8a193ac96ebcb3e16b6ee754ac2a889eefacb654", "shasum": "" }, "require": { - "pear/pear-core-minimal": "^1.10.0alpha2", - "php": ">=5.2.0" + "ext-dom": "*", + "ext-libxml": "*", + "laminas/laminas-escaper": "^2.5.2", + "laminas/laminas-stdlib": "^3.2.1", + "laminas/laminas-zendframework-bridge": "^1.0", + "php": "^5.6 || ^7.0" + }, + "replace": { + "zendframework/zend-feed": "^2.12.0" }, "require-dev": { - "phpunit/phpunit": "*" + "laminas/laminas-cache": "^2.7.2", + "laminas/laminas-coding-standard": "~1.0.0", + "laminas/laminas-db": "^2.8.2", + "laminas/laminas-http": "^2.7", + "laminas/laminas-servicemanager": "^2.7.8 || ^3.3", + "laminas/laminas-validator": "^2.10.1", + "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20", + "psr/http-message": "^1.0.1" }, "suggest": { - "ext-bz2": "Bz2 compression support.", - "ext-xz": "Lzma2 compression support.", - "ext-zlib": "Gzip compression support." + "laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests", + "laminas/laminas-db": "Laminas\\Db component, for use with PubSubHubbub", + "laminas/laminas-http": "Laminas\\Http for PubSubHubbub, and optionally for use with Laminas\\Feed\\Reader", + "laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for easily extending ExtensionManager implementations", + "laminas/laminas-validator": "Laminas\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent", + "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Laminas\\Feed\\Reader\\Http\\Psr7ResponseDecorator" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4.x-dev" + "dev-master": "2.12.x-dev", + "dev-develop": "2.13.x-dev" } }, "autoload": { - "psr-0": { - "Archive_Tar": "" + "psr-4": { + "Laminas\\Feed\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "./" - ], "license": [ "BSD-3-Clause" ], - "authors": [ - { - "name": "Vincent Blavet", - "email": "vincent@phpconcept.net" - }, - { - "name": "Greg Beaver", - "email": "greg@chiaraquartet.net" - }, - { - "name": "Michiel Rook", - "email": "mrook@php.net" - } - ], - "description": "Tar file management class with compression support (gzip, bzip2, lzma2)", - "homepage": "https://github.com/pear/Archive_Tar", + "description": "provides functionality for consuming RSS and Atom feeds", + "homepage": "https://laminas.dev", "keywords": [ - "archive", - "tar" + "feed", + "laminas" ], - "time": "2019-12-04T10:17:28+00:00" + "time": "2020-03-29T12:36:29+00:00" }, { - "name": "pear/console_getopt", - "version": "v1.4.3", + "name": "laminas/laminas-stdlib", + "version": "3.2.1", "source": { "type": "git", - "url": "https://github.com/pear/Console_Getopt.git", - "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0" + "url": "https://github.com/laminas/laminas-stdlib.git", + "reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0", - "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0", + "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/2b18347625a2f06a1a485acfbc870f699dbe51c6", + "reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6", "shasum": "" }, + "require": { + "laminas/laminas-zendframework-bridge": "^1.0", + "php": "^5.6 || ^7.0" + }, + "replace": { + "zendframework/zend-stdlib": "self.version" + }, + "require-dev": { + "laminas/laminas-coding-standard": "~1.0.0", + "phpbench/phpbench": "^0.13", + "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2" + }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.2.x-dev", + "dev-develop": "3.3.x-dev" + } + }, "autoload": { - "psr-0": { - "Console": "./" + "psr-4": { + "Laminas\\Stdlib\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "./" - ], "license": [ - "BSD-2-Clause" + "BSD-3-Clause" ], - "authors": [ - { - "name": "Andrei Zmievski", - "email": "andrei@php.net", - "role": "Lead" - }, - { - "name": "Stig Bakken", - "email": "stig@php.net", - "role": "Developer" - }, - { - "name": "Greg Beaver", - "email": "cellog@php.net", - "role": "Helper" - } + "description": "SPL extensions, array utilities, error handlers, and more", + "homepage": "https://laminas.dev", + "keywords": [ + "laminas", + "stdlib" + ], + "time": "2019-12-31T17:51:15+00:00" + }, + { + "name": "laminas/laminas-zendframework-bridge", + "version": "1.0.4", + "source": { + "type": "git", + "url": "https://github.com/laminas/laminas-zendframework-bridge.git", + "reference": "fcd87520e4943d968557803919523772475e8ea3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/fcd87520e4943d968557803919523772475e8ea3", + "reference": "fcd87520e4943d968557803919523772475e8ea3", + "shasum": "" + }, + "require": { + "php": "^5.6 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1", + "squizlabs/php_codesniffer": "^3.5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev", + "dev-develop": "1.1.x-dev" + }, + "laminas": { + "module": "Laminas\\ZendFrameworkBridge" + } + }, + "autoload": { + "files": [ + "src/autoload.php" + ], + "psr-4": { + "Laminas\\ZendFrameworkBridge\\": "src//" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Alias legacy ZF class names to Laminas Project equivalents.", + "keywords": [ + "ZendFramework", + "autoloading", + "laminas", + "zf" + ], + "funding": [ + { + "url": "https://funding.communitybridge.org/projects/laminas-project", + "type": "community_bridge" + } + ], + "time": "2020-05-20T16:45:56+00:00" + }, + { + "name": "masterminds/html5", + "version": "2.7.3", + "source": { + "type": "git", + "url": "https://github.com/Masterminds/html5-php.git", + "reference": "aad73dbfefd71d46072138109ce1288d96c329cc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/aad73dbfefd71d46072138109ce1288d96c329cc", + "reference": "aad73dbfefd71d46072138109ce1288d96c329cc", + "shasum": "" + }, + "require": { + "ext-ctype": "*", + "ext-dom": "*", + "ext-libxml": "*", + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35", + "sami/sami": "~2.0", + "satooshi/php-coveralls": "1.0.*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.7-dev" + } + }, + "autoload": { + "psr-4": { + "Masterminds\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Matt Butcher", + "email": "technosophos@gmail.com" + }, + { + "name": "Matt Farina", + "email": "matt@mattfarina.com" + }, + { + "name": "Asmir Mustafic", + "email": "goetas@gmail.com" + } + ], + "description": "An HTML5 parser and serializer.", + "homepage": "http://masterminds.github.io/html5-php", + "keywords": [ + "HTML5", + "dom", + "html", + "parser", + "querypath", + "serializer", + "xml" + ], + "time": "2020-07-05T07:53:37+00:00" + }, + { + "name": "paragonie/random_compat", + "version": "v9.99.99", + "source": { + "type": "git", + "url": "https://github.com/paragonie/random_compat.git", + "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", + "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", + "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" + ], + "time": "2018-07-02T15:55:56+00:00" + }, + { + "name": "pear/archive_tar", + "version": "1.4.9", + "source": { + "type": "git", + "url": "https://github.com/pear/Archive_Tar.git", + "reference": "c5b00053770e1d72128252c62c2c1a12c26639f0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/c5b00053770e1d72128252c62c2c1a12c26639f0", + "reference": "c5b00053770e1d72128252c62c2c1a12c26639f0", + "shasum": "" + }, + "require": { + "pear/pear-core-minimal": "^1.10.0alpha2", + "php": ">=5.2.0" + }, + "require-dev": { + "phpunit/phpunit": "*" + }, + "suggest": { + "ext-bz2": "Bz2 compression support.", + "ext-xz": "Lzma2 compression support.", + "ext-zlib": "Gzip compression support." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4.x-dev" + } + }, + "autoload": { + "psr-0": { + "Archive_Tar": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "./" + ], + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Vincent Blavet", + "email": "vincent@phpconcept.net" + }, + { + "name": "Greg Beaver", + "email": "greg@chiaraquartet.net" + }, + { + "name": "Michiel Rook", + "email": "mrook@php.net" + } + ], + "description": "Tar file management class with compression support (gzip, bzip2, lzma2)", + "homepage": "https://github.com/pear/Archive_Tar", + "keywords": [ + "archive", + "tar" + ], + "time": "2019-12-04T10:17:28+00:00" + }, + { + "name": "pear/console_getopt", + "version": "v1.4.3", + "source": { + "type": "git", + "url": "https://github.com/pear/Console_Getopt.git", + "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0", + "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0", + "shasum": "" + }, + "type": "library", + "autoload": { + "psr-0": { + "Console": "./" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "./" + ], + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Andrei Zmievski", + "email": "andrei@php.net", + "role": "Lead" + }, + { + "name": "Stig Bakken", + "email": "stig@php.net", + "role": "Developer" + }, + { + "name": "Greg Beaver", + "email": "cellog@php.net", + "role": "Helper" + } ], "description": "More info available on: http://pear.php.net/package/Console_Getopt", "time": "2019-11-20T18:27:48+00:00" @@ -1964,16 +2341,16 @@ }, { "name": "psr/log", - "version": "1.1.2", + "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801" + "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801", - "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801", + "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", + "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", "shasum": "" }, "require": { @@ -2007,7 +2384,7 @@ "psr", "psr-3" ], - "time": "2019-11-01T11:05:21+00:00" + "time": "2020-03-23T09:12:05+00:00" }, { "name": "ralouphie/getallheaders", @@ -2160,16 +2537,16 @@ }, { "name": "symfony/class-loader", - "version": "v3.4.38", + "version": "v3.4.43", "source": { "type": "git", "url": "https://github.com/symfony/class-loader.git", - "reference": "bcdf6ff46e115b29be3186391f29e0da82cd6f72" + "reference": "e4636a4f23f157278a19e5db160c63de0da297d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/class-loader/zipball/bcdf6ff46e115b29be3186391f29e0da82cd6f72", - "reference": "bcdf6ff46e115b29be3186391f29e0da82cd6f72", + "url": "https://api.github.com/repos/symfony/class-loader/zipball/e4636a4f23f157278a19e5db160c63de0da297d8", + "reference": "e4636a4f23f157278a19e5db160c63de0da297d8", "shasum": "" }, "require": { @@ -2212,20 +2589,34 @@ ], "description": "Symfony ClassLoader Component", "homepage": "https://symfony.com", - "time": "2020-01-04T12:05:51+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-03-15T09:38:08+00:00" }, { "name": "symfony/console", - "version": "v3.4.38", + "version": "v3.4.43", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "6827023c5872bea44b29d145de693b21981cf4cd" + "reference": "afc7189694d2c59546cf24ea606a236fa46a966e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/6827023c5872bea44b29d145de693b21981cf4cd", - "reference": "6827023c5872bea44b29d145de693b21981cf4cd", + "url": "https://api.github.com/repos/symfony/console/zipball/afc7189694d2c59546cf24ea606a236fa46a966e", + "reference": "afc7189694d2c59546cf24ea606a236fa46a966e", "shasum": "" }, "require": { @@ -2284,20 +2675,34 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2020-02-15T13:27:16+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-07-06T08:57:31+00:00" }, { "name": "symfony/debug", - "version": "v3.4.38", + "version": "v3.4.43", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "a99278d50af8a9164219da38d61fb161a7f6e0a6" + "reference": "7ce874f4432d8b11cc45a80cc5130a6e2609728d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/a99278d50af8a9164219da38d61fb161a7f6e0a6", - "reference": "a99278d50af8a9164219da38d61fb161a7f6e0a6", + "url": "https://api.github.com/repos/symfony/debug/zipball/7ce874f4432d8b11cc45a80cc5130a6e2609728d", + "reference": "7ce874f4432d8b11cc45a80cc5130a6e2609728d", "shasum": "" }, "require": { @@ -2340,20 +2745,34 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2020-02-03T15:10:40+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-07-16T09:41:49+00:00" }, { "name": "symfony/dependency-injection", - "version": "v3.4.38", + "version": "v3.4.43", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "b06b36883abc61eb8fb576e89102a9ba6c9ee7ee" + "reference": "3a14abc01c36e81fc1c4c48b42c103b9dd892ed3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/b06b36883abc61eb8fb576e89102a9ba6c9ee7ee", - "reference": "b06b36883abc61eb8fb576e89102a9ba6c9ee7ee", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/3a14abc01c36e81fc1c4c48b42c103b9dd892ed3", + "reference": "3a14abc01c36e81fc1c4c48b42c103b9dd892ed3", "shasum": "" }, "require": { @@ -2411,20 +2830,34 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "time": "2020-02-19T17:19:43+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-07-23T09:37:51+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v3.4.38", + "version": "v3.4.43", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "2f67a869aef3eecf42e7f8be4a8b86c92308686c" + "reference": "14d978f8e8555f2de719c00eb65376be7d2e9081" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2f67a869aef3eecf42e7f8be4a8b86c92308686c", - "reference": "2f67a869aef3eecf42e7f8be4a8b86c92308686c", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/14d978f8e8555f2de719c00eb65376be7d2e9081", + "reference": "14d978f8e8555f2de719c00eb65376be7d2e9081", "shasum": "" }, "require": { @@ -2474,20 +2907,34 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2020-02-04T08:04:52+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-05-05T15:06:23+00:00" }, { "name": "symfony/http-foundation", - "version": "v3.4.38", + "version": "v3.4.43", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "4d440be93adcfd5e4ee0bdc7acd1c3260625728f" + "reference": "5219dba1253aa07ed3ad82f73c08146fb3f517d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/4d440be93adcfd5e4ee0bdc7acd1c3260625728f", - "reference": "4d440be93adcfd5e4ee0bdc7acd1c3260625728f", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5219dba1253aa07ed3ad82f73c08146fb3f517d0", + "reference": "5219dba1253aa07ed3ad82f73c08146fb3f517d0", "shasum": "" }, "require": { @@ -2528,20 +2975,34 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2020-02-06T08:18:51+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-07-23T09:37:51+00:00" }, { "name": "symfony/http-kernel", - "version": "v3.4.38", + "version": "v3.4.43", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "449c3f7a9b8c47d178f80610afa6e2873ac0a3c0" + "reference": "4a1c6b310806adce0f299411951d06747edf9e28" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/449c3f7a9b8c47d178f80610afa6e2873ac0a3c0", - "reference": "449c3f7a9b8c47d178f80610afa6e2873ac0a3c0", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/4a1c6b310806adce0f299411951d06747edf9e28", + "reference": "4a1c6b310806adce0f299411951d06747edf9e28", "shasum": "" }, "require": { @@ -2618,20 +3079,34 @@ ], "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com", - "time": "2020-02-29T10:16:41+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-07-24T03:48:59+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.14.0", + "version": "v1.18.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38" + "reference": "1c302646f6efc070cd46856e600e5e0684d6b454" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/fbdeaec0df06cf3d51c93de80c7eb76e271f5a38", - "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454", + "reference": "1c302646f6efc070cd46856e600e5e0684d6b454", "shasum": "" }, "require": { @@ -2643,7 +3118,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.14-dev" + "dev-master": "1.18-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -2676,20 +3155,34 @@ "polyfill", "portable" ], - "time": "2020-01-13T11:15:53+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-07-14T12:35:20+00:00" }, { "name": "symfony/polyfill-iconv", - "version": "v1.14.0", + "version": "v1.18.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "926832ce51059bb58211b7b2080a88e0c3b5328e" + "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/926832ce51059bb58211b7b2080a88e0c3b5328e", - "reference": "926832ce51059bb58211b7b2080a88e0c3b5328e", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36", + "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36", "shasum": "" }, "require": { @@ -2701,7 +3194,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.14-dev" + "dev-master": "1.18-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -2735,25 +3232,40 @@ "portable", "shim" ], - "time": "2020-01-13T11:15:53+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-07-14T12:35:20+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.14.0", + "version": "v1.18.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "6842f1a39cf7d580655688069a03dd7cd83d244a" + "reference": "bc6549d068d0160e0f10f7a5a23c7d1406b95ebe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6842f1a39cf7d580655688069a03dd7cd83d244a", - "reference": "6842f1a39cf7d580655688069a03dd7cd83d244a", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/bc6549d068d0160e0f10f7a5a23c7d1406b95ebe", + "reference": "bc6549d068d0160e0f10f7a5a23c7d1406b95ebe", "shasum": "" }, "require": { "php": ">=5.3.3", - "symfony/polyfill-mbstring": "^1.3", + "symfony/polyfill-intl-normalizer": "^1.10", + "symfony/polyfill-php70": "^1.10", "symfony/polyfill-php72": "^1.10" }, "suggest": { @@ -2762,7 +3274,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.14-dev" + "dev-master": "1.18-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -2782,6 +3298,10 @@ "name": "Laurent Bassin", "email": "laurent@bassin.info" }, + { + "name": "Trevor Rowbotham", + "email": "trevor.rowbotham@pm.me" + }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" @@ -2797,20 +3317,115 @@ "portable", "shim" ], - "time": "2020-01-17T12:01:36+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-07-14T12:35:20+00:00" + }, + { + "name": "symfony/polyfill-intl-normalizer", + "version": "v1.18.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-normalizer.git", + "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e", + "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.18-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Intl\\Normalizer\\": "" + }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's Normalizer class and related functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "intl", + "normalizer", + "polyfill", + "portable", + "shim" + ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-07-14T12:35:20+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.14.0", + "version": "v1.18.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2" + "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/34094cfa9abe1f0f14f48f490772db7a775559f2", - "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a", + "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a", "shasum": "" }, "require": { @@ -2822,7 +3437,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.14-dev" + "dev-master": "1.18-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -2856,20 +3475,34 @@ "portable", "shim" ], - "time": "2020-01-13T11:15:53+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-07-14T12:35:20+00:00" }, { "name": "symfony/polyfill-php56", - "version": "v1.14.0", + "version": "v1.18.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php56.git", - "reference": "16ec91cb06998b609501b55b7177b7d7c02badb3" + "reference": "13df84e91cd168f247c2f2ec82cc0fa24901c011" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/16ec91cb06998b609501b55b7177b7d7c02badb3", - "reference": "16ec91cb06998b609501b55b7177b7d7c02badb3", + "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/13df84e91cd168f247c2f2ec82cc0fa24901c011", + "reference": "13df84e91cd168f247c2f2ec82cc0fa24901c011", "shasum": "" }, "require": { @@ -2879,7 +3512,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.14-dev" + "dev-master": "1.18-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -2912,20 +3549,34 @@ "portable", "shim" ], - "time": "2020-01-13T11:15:53+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-07-14T12:35:20+00:00" }, { "name": "symfony/polyfill-php70", - "version": "v1.14.0", + "version": "v1.18.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php70.git", - "reference": "419c4940024c30ccc033650373a1fe13890d3255" + "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/419c4940024c30ccc033650373a1fe13890d3255", - "reference": "419c4940024c30ccc033650373a1fe13890d3255", + "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3", + "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3", "shasum": "" }, "require": { @@ -2935,7 +3586,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.14-dev" + "dev-master": "1.18-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -2971,20 +3626,34 @@ "portable", "shim" ], - "time": "2020-01-13T11:15:53+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-07-14T12:35:20+00:00" }, { "name": "symfony/polyfill-php72", - "version": "v1.14.0", + "version": "v1.18.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf" + "reference": "639447d008615574653fb3bc60d1986d7172eaae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf", - "reference": "46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae", + "reference": "639447d008615574653fb3bc60d1986d7172eaae", "shasum": "" }, "require": { @@ -2993,7 +3662,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.14-dev" + "dev-master": "1.18-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -3026,20 +3699,34 @@ "portable", "shim" ], - "time": "2020-01-13T11:15:53+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-07-14T12:35:20+00:00" }, { "name": "symfony/polyfill-util", - "version": "v1.14.0", + "version": "v1.18.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-util.git", - "reference": "ba3cfcea6d0192cae46c62041f61cbb704b526d3" + "reference": "46b910c71e9828f8ec2aa7a0314de1130d9b295a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ba3cfcea6d0192cae46c62041f61cbb704b526d3", - "reference": "ba3cfcea6d0192cae46c62041f61cbb704b526d3", + "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/46b910c71e9828f8ec2aa7a0314de1130d9b295a", + "reference": "46b910c71e9828f8ec2aa7a0314de1130d9b295a", "shasum": "" }, "require": { @@ -3048,7 +3735,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.14-dev" + "dev-master": "1.18-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -3078,20 +3769,34 @@ "polyfill", "shim" ], - "time": "2020-01-13T11:15:53+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-07-14T12:35:20+00:00" }, { "name": "symfony/process", - "version": "v3.4.38", + "version": "v3.4.43", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "b03b02dcea26ba4c65c16a73bab4f00c186b13da" + "reference": "af8d812d75fcdf2eae30928b42396fe17df137e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/b03b02dcea26ba4c65c16a73bab4f00c186b13da", - "reference": "b03b02dcea26ba4c65c16a73bab4f00c186b13da", + "url": "https://api.github.com/repos/symfony/process/zipball/af8d812d75fcdf2eae30928b42396fe17df137e4", + "reference": "af8d812d75fcdf2eae30928b42396fe17df137e4", "shasum": "" }, "require": { @@ -3127,7 +3832,21 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2020-02-04T08:04:52+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-07-16T09:41:49+00:00" }, { "name": "symfony/psr-http-message-bridge", @@ -3196,16 +3915,16 @@ }, { "name": "symfony/routing", - "version": "v3.4.38", + "version": "v3.4.43", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "c1377905edfa76e6934dd3c73f9a073305b47c00" + "reference": "58381b7b815c1e3afaf60a534fbf769157fe5fe7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/c1377905edfa76e6934dd3c73f9a073305b47c00", - "reference": "c1377905edfa76e6934dd3c73f9a073305b47c00", + "url": "https://api.github.com/repos/symfony/routing/zipball/58381b7b815c1e3afaf60a534fbf769157fe5fe7", + "reference": "58381b7b815c1e3afaf60a534fbf769157fe5fe7", "shasum": "" }, "require": { @@ -3268,20 +3987,34 @@ "uri", "url" ], - "time": "2020-02-04T08:04:52+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-07-23T09:37:51+00:00" }, { "name": "symfony/serializer", - "version": "v3.4.38", + "version": "v3.4.43", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "f8b99832d016e2d2c77c797c3df561adecd33dd3" + "reference": "f64adecb8428febda812166bdc4baa99c039fc74" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/f8b99832d016e2d2c77c797c3df561adecd33dd3", - "reference": "f8b99832d016e2d2c77c797c3df561adecd33dd3", + "url": "https://api.github.com/repos/symfony/serializer/zipball/f64adecb8428febda812166bdc4baa99c039fc74", + "reference": "f64adecb8428febda812166bdc4baa99c039fc74", "shasum": "" }, "require": { @@ -3347,20 +4080,34 @@ ], "description": "Symfony Serializer Component", "homepage": "https://symfony.com", - "time": "2020-02-24T14:33:45+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-06-18T17:32:39+00:00" }, { "name": "symfony/translation", - "version": "v3.4.38", + "version": "v3.4.43", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "1eb074e0bd94939a30dd14dbecf7a92b165cea34" + "reference": "600b84224bf482441cd4d0026eba78755d2e2b34" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/1eb074e0bd94939a30dd14dbecf7a92b165cea34", - "reference": "1eb074e0bd94939a30dd14dbecf7a92b165cea34", + "url": "https://api.github.com/repos/symfony/translation/zipball/600b84224bf482441cd4d0026eba78755d2e2b34", + "reference": "600b84224bf482441cd4d0026eba78755d2e2b34", "shasum": "" }, "require": { @@ -3417,20 +4164,34 @@ ], "description": "Symfony Translation Component", "homepage": "https://symfony.com", - "time": "2020-02-04T07:22:30+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-07-16T09:41:49+00:00" }, { "name": "symfony/validator", - "version": "v3.4.38", + "version": "v3.4.43", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "b5ccfc1adf301bb6ca63823455fbd1b20902bcfe" + "reference": "008b41843e9e1a871ce13417c7e35ac1395e1bf2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/b5ccfc1adf301bb6ca63823455fbd1b20902bcfe", - "reference": "b5ccfc1adf301bb6ca63823455fbd1b20902bcfe", + "url": "https://api.github.com/repos/symfony/validator/zipball/008b41843e9e1a871ce13417c7e35ac1395e1bf2", + "reference": "008b41843e9e1a871ce13417c7e35ac1395e1bf2", "shasum": "" }, "require": { @@ -3503,20 +4264,34 @@ ], "description": "Symfony Validator Component", "homepage": "https://symfony.com", - "time": "2020-02-29T09:08:42+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-06-29T10:55:42+00:00" }, { "name": "symfony/yaml", - "version": "v3.4.38", + "version": "v3.4.43", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "bc63e15160866e8730a1f738541b194c401f72bf" + "reference": "e7fa05917ae931332a42d65b577ece4d497aad81" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/bc63e15160866e8730a1f738541b194c401f72bf", - "reference": "bc63e15160866e8730a1f738541b194c401f72bf", + "url": "https://api.github.com/repos/symfony/yaml/zipball/e7fa05917ae931332a42d65b577ece4d497aad81", + "reference": "e7fa05917ae931332a42d65b577ece4d497aad81", "shasum": "" }, "require": { @@ -3562,34 +4337,48 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2020-01-16T19:04:26+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-07-23T09:37:51+00:00" }, { "name": "twig/twig", - "version": "v1.42.5", + "version": "v1.43.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e" + "reference": "597a03e85a60af6feee4f5127f3ef4279a1694c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e", - "reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/597a03e85a60af6feee4f5127f3ef4279a1694c3", + "reference": "597a03e85a60af6feee4f5127f3ef4279a1694c3", "shasum": "" }, "require": { - "php": ">=5.5.0", + "php": ">=7.1.3", "symfony/polyfill-ctype": "^1.8" }, "require-dev": { "psr/container": "^1.0", - "symfony/phpunit-bridge": "^4.4|^5.0" + "symfony/phpunit-bridge": "^4.4.9|^5.0.9" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.42-dev" + "dev-master": "1.43-dev" } }, "autoload": { @@ -3626,20 +4415,42 @@ "keywords": [ "templating" ], - "time": "2020-02-11T05:59:23+00:00" + "funding": [ + { + "url": "https://certification.symfony.com/", + "type": "custom" + }, + { + "url": "https://live.symfony.com/", + "type": "custom" + }, + { + "url": "https://symfony.com/cloud/", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/twig/twig", + "type": "tidelift" + } + ], + "time": "2020-07-05T13:00:49+00:00" }, { "name": "typo3/phar-stream-wrapper", - "version": "v3.1.4", + "version": "v3.1.5", "source": { "type": "git", "url": "https://github.com/TYPO3/phar-stream-wrapper.git", - "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04" + "reference": "81a713c1e165baa7c09e46cc6799cee24ce45988" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04", - "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04", + "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/81a713c1e165baa7c09e46cc6799cee24ce45988", + "reference": "81a713c1e165baa7c09e46cc6799cee24ce45988", "shasum": "" }, "require": { @@ -3676,227 +4487,7 @@ "security", "stream-wrapper" ], - "time": "2019-12-10T11:53:27+00:00" - }, - { - "name": "zendframework/zend-diactoros", - "version": "1.8.7", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-diactoros.git", - "reference": "a85e67b86e9b8520d07e6415fcbcb8391b44a75b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/a85e67b86e9b8520d07e6415fcbcb8391b44a75b", - "reference": "a85e67b86e9b8520d07e6415fcbcb8391b44a75b", - "shasum": "" - }, - "require": { - "php": "^5.6 || ^7.0", - "psr/http-message": "^1.0" - }, - "provide": { - "psr/http-message-implementation": "1.0" - }, - "require-dev": { - "ext-dom": "*", - "ext-libxml": "*", - "php-http/psr7-integration-tests": "dev-master", - "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7", - "zendframework/zend-coding-standard": "~1.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-release-1.8": "1.8.x-dev" - } - }, - "autoload": { - "files": [ - "src/functions/create_uploaded_file.php", - "src/functions/marshal_headers_from_sapi.php", - "src/functions/marshal_method_from_sapi.php", - "src/functions/marshal_protocol_version_from_sapi.php", - "src/functions/marshal_uri_from_sapi.php", - "src/functions/normalize_server.php", - "src/functions/normalize_uploaded_files.php", - "src/functions/parse_cookie_header.php" - ], - "psr-4": { - "Zend\\Diactoros\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-2-Clause" - ], - "description": "PSR HTTP Message implementations", - "homepage": "https://github.com/zendframework/zend-diactoros", - "keywords": [ - "http", - "psr", - "psr-7" - ], - "abandoned": "laminas/laminas-diactoros", - "time": "2019-08-06T17:53:53+00:00" - }, - { - "name": "zendframework/zend-escaper", - "version": "2.6.1", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-escaper.git", - "reference": "3801caa21b0ca6aca57fa1c42b08d35c395ebd5f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/3801caa21b0ca6aca57fa1c42b08d35c395ebd5f", - "reference": "3801caa21b0ca6aca57fa1c42b08d35c395ebd5f", - "shasum": "" - }, - "require": { - "php": "^5.6 || ^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", - "zendframework/zend-coding-standard": "~1.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.6.x-dev", - "dev-develop": "2.7.x-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\Escaper\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs", - "keywords": [ - "ZendFramework", - "escaper", - "zf" - ], - "abandoned": "laminas/laminas-escaper", - "time": "2019-09-05T20:03:20+00:00" - }, - { - "name": "zendframework/zend-feed", - "version": "2.12.0", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-feed.git", - "reference": "d926c5af34b93a0121d5e2641af34ddb1533d733" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/d926c5af34b93a0121d5e2641af34ddb1533d733", - "reference": "d926c5af34b93a0121d5e2641af34ddb1533d733", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-libxml": "*", - "php": "^5.6 || ^7.0", - "zendframework/zend-escaper": "^2.5.2", - "zendframework/zend-stdlib": "^3.2.1" - }, - "require-dev": { - "phpunit/phpunit": "^5.7.23 || ^6.4.3", - "psr/http-message": "^1.0.1", - "zendframework/zend-cache": "^2.7.2", - "zendframework/zend-coding-standard": "~1.0.0", - "zendframework/zend-db": "^2.8.2", - "zendframework/zend-http": "^2.7", - "zendframework/zend-servicemanager": "^2.7.8 || ^3.3", - "zendframework/zend-validator": "^2.10.1" - }, - "suggest": { - "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator", - "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests", - "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub", - "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader", - "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations", - "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.12.x-dev", - "dev-develop": "2.13.x-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\Feed\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "provides functionality for consuming RSS and Atom feeds", - "keywords": [ - "ZendFramework", - "feed", - "zf" - ], - "abandoned": "laminas/laminas-feed", - "time": "2019-03-05T20:08:49+00:00" - }, - { - "name": "zendframework/zend-stdlib", - "version": "3.2.1", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-stdlib.git", - "reference": "66536006722aff9e62d1b331025089b7ec71c065" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/66536006722aff9e62d1b331025089b7ec71c065", - "reference": "66536006722aff9e62d1b331025089b7ec71c065", - "shasum": "" - }, - "require": { - "php": "^5.6 || ^7.0" - }, - "require-dev": { - "phpbench/phpbench": "^0.13", - "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", - "zendframework/zend-coding-standard": "~1.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.2.x-dev", - "dev-develop": "3.3.x-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\Stdlib\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "SPL extensions, array utilities, error handlers, and more", - "keywords": [ - "ZendFramework", - "stdlib", - "zf" - ], - "abandoned": "laminas/laminas-stdlib", - "time": "2018-08-28T21:34:05+00:00" + "time": "2020-06-19T18:43:12+00:00" } ], "packages-dev": [ @@ -9074,5 +9665,6 @@ "prefer-stable": true, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" } diff --git a/config/automated_cron.settings.yml b/config/automated_cron.settings.yml new file mode 100644 index 0000000..2418a00 --- /dev/null +++ b/config/automated_cron.settings.yml @@ -0,0 +1,3 @@ +interval: 10800 +_core: + default_config_hash: fUksROt4FfkAU9BV4hV2XvhTBSS2nTNrZS4U7S-tKrs diff --git a/config/block.block.breadcrumbs.yml b/config/block.block.breadcrumbs.yml new file mode 100644 index 0000000..aaa6fd5 --- /dev/null +++ b/config/block.block.breadcrumbs.yml @@ -0,0 +1,27 @@ +uuid: ed42bb54-0a63-4c75-a9c1-3594db9de456 +langcode: en +status: true +dependencies: + module: + - system + theme: + - umami +_core: + default_config_hash: kGBJMXyDmDg5sa7AQOgzrkg2O5AB1DXYm77YJZedhRE +id: breadcrumbs +theme: umami +region: breadcrumbs +weight: 0 +provider: null +plugin: system_breadcrumb_block +settings: + id: system_breadcrumb_block + label: Breadcrumbs + provider: system + label_display: '0' +visibility: + request_path: + id: request_path + pages: '' + negate: true + context_mapping: { } diff --git a/config/block.block.help.yml b/config/block.block.help.yml new file mode 100644 index 0000000..1a2d567 --- /dev/null +++ b/config/block.block.help.yml @@ -0,0 +1,22 @@ +uuid: d62faccc-c88c-4993-ad8b-34e86edebe9e +langcode: en +status: true +dependencies: + module: + - help + theme: + - umami +_core: + default_config_hash: hwPGi0Da9zOozalnzJ_sBJNI1Z1iM8nQQGhux08_-kM +id: help +theme: umami +region: highlighted +weight: 0 +provider: null +plugin: help_block +settings: + id: help_block + label: Help + provider: help + label_display: '0' +visibility: { } diff --git a/config/block.block.languageswitcher.yml b/config/block.block.languageswitcher.yml new file mode 100644 index 0000000..6438e12 --- /dev/null +++ b/config/block.block.languageswitcher.yml @@ -0,0 +1,22 @@ +uuid: b09aa3dc-9d5b-4973-b60b-df2049b7937e +langcode: en +status: true +dependencies: + module: + - language + theme: + - umami +_core: + default_config_hash: DqYisvDJbN_j5fWBCF6RVDYi5ZV62Yy8DABdtvRigME +id: languageswitcher +theme: umami +region: pre_header +weight: 0 +provider: null +plugin: 'language_block:language_interface' +settings: + id: 'language_block:language_interface' + label: 'Language switcher' + provider: language + label_display: '0' +visibility: { } diff --git a/config/block.block.seven_breadcrumbs.yml b/config/block.block.seven_breadcrumbs.yml new file mode 100644 index 0000000..09dd7ce --- /dev/null +++ b/config/block.block.seven_breadcrumbs.yml @@ -0,0 +1,22 @@ +uuid: f439c022-2b30-4bbf-b1bf-1b7c17d6f1f7 +langcode: en +status: true +dependencies: + module: + - system + theme: + - seven +_core: + default_config_hash: WWu2OQswgCztl9OeXjD1stexIEMZsSgPMYIdC-JHx9c +id: seven_breadcrumbs +theme: seven +region: breadcrumb +weight: 0 +provider: null +plugin: system_breadcrumb_block +settings: + id: system_breadcrumb_block + label: Breadcrumbs + provider: system + label_display: '0' +visibility: { } diff --git a/config/block.block.seven_content.yml b/config/block.block.seven_content.yml new file mode 100644 index 0000000..9fd8a02 --- /dev/null +++ b/config/block.block.seven_content.yml @@ -0,0 +1,22 @@ +uuid: d54ac245-408e-4459-bb40-66aeff0f7116 +langcode: en +status: true +dependencies: + module: + - system + theme: + - seven +_core: + default_config_hash: YRY68JWkaUiGeZlWMv1nzeIgDm0ZZwXYgpqUpLFzwAY +id: seven_content +theme: seven +region: content +weight: 0 +provider: null +plugin: system_main_block +settings: + id: system_main_block + label: 'Main page content' + provider: system + label_display: '0' +visibility: { } diff --git a/config/block.block.seven_help.yml b/config/block.block.seven_help.yml new file mode 100644 index 0000000..f9e174a --- /dev/null +++ b/config/block.block.seven_help.yml @@ -0,0 +1,22 @@ +uuid: c2861334-26d5-4cb3-8b18-7657c696b80f +langcode: en +status: true +dependencies: + module: + - help + theme: + - seven +_core: + default_config_hash: NU5A_49mwLHfs5xFzMFrZ850w9pgUolxMS9NNF3vv4c +id: seven_help +theme: seven +region: help +weight: 0 +provider: null +plugin: help_block +settings: + id: help_block + label: Help + provider: help + label_display: '0' +visibility: { } diff --git a/config/block.block.seven_local_actions.yml b/config/block.block.seven_local_actions.yml new file mode 100644 index 0000000..0f1baa4 --- /dev/null +++ b/config/block.block.seven_local_actions.yml @@ -0,0 +1,20 @@ +uuid: 70a9cea1-325d-42f5-ae28-a5539a528ee5 +langcode: en +status: true +dependencies: + theme: + - seven +_core: + default_config_hash: HHryZVJbeKi9WnuBGC8FOhBZmBnk2G1H6KxFuy-rC9A +id: seven_local_actions +theme: seven +region: content +weight: -10 +provider: null +plugin: local_actions_block +settings: + id: local_actions_block + label: 'Primary admin actions' + provider: core + label_display: '0' +visibility: { } diff --git a/config/block.block.seven_messages.yml b/config/block.block.seven_messages.yml new file mode 100644 index 0000000..28e3dd6 --- /dev/null +++ b/config/block.block.seven_messages.yml @@ -0,0 +1,22 @@ +uuid: aff6cda4-0365-4f1c-b5d7-74ca08ec0ecd +langcode: en +status: true +dependencies: + module: + - system + theme: + - seven +_core: + default_config_hash: XJqWwLt1LDCnazcEN6QkJmCLjk4R0__-8s0OO9xeNjg +id: seven_messages +theme: seven +region: highlighted +weight: 0 +provider: null +plugin: system_messages_block +settings: + id: system_messages_block + label: 'Status messages' + provider: system + label_display: '0' +visibility: { } diff --git a/config/block.block.seven_page_title.yml b/config/block.block.seven_page_title.yml new file mode 100644 index 0000000..2ef9400 --- /dev/null +++ b/config/block.block.seven_page_title.yml @@ -0,0 +1,20 @@ +uuid: 0b191e54-71e9-4c0b-87d2-302e14828233 +langcode: en +status: true +dependencies: + theme: + - seven +_core: + default_config_hash: ZSpc3IoSaLd0PkB02nxjVPBMztIdsTdHek9SiGaqZ_c +id: seven_page_title +theme: seven +region: header +weight: -30 +provider: null +plugin: page_title_block +settings: + id: page_title_block + label: 'Page title' + provider: core + label_display: '0' +visibility: { } diff --git a/config/block.block.seven_primary_local_tasks.yml b/config/block.block.seven_primary_local_tasks.yml new file mode 100644 index 0000000..1133ce0 --- /dev/null +++ b/config/block.block.seven_primary_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: 84ef7a20-712e-4c97-a767-c04d6f5d7011 +langcode: en +status: true +dependencies: + theme: + - seven +_core: + default_config_hash: ddy1OsBbWxjwEI8VL1viD4I69qcLHOkul4BxbTqLBTs +id: seven_primary_local_tasks +theme: seven +region: header +weight: 0 +provider: null +plugin: local_tasks_block +settings: + id: local_tasks_block + label: 'Primary tabs' + provider: core + label_display: '0' + primary: true + secondary: false +visibility: { } diff --git a/config/block.block.seven_secondary_local_tasks.yml b/config/block.block.seven_secondary_local_tasks.yml new file mode 100644 index 0000000..e9aca8f --- /dev/null +++ b/config/block.block.seven_secondary_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: 6aa43cf1-b279-454a-bdf0-19fc3afb67c3 +langcode: en +status: true +dependencies: + theme: + - seven +_core: + default_config_hash: QeZBeCilQfeET3GeW6ZtJkEiwROADTZktFgKWwPieD4 +id: seven_secondary_local_tasks +theme: seven +region: pre_content +weight: 0 +provider: null +plugin: local_tasks_block +settings: + id: local_tasks_block + label: 'Secondary tabs' + provider: core + label_display: '0' + primary: false + secondary: true +visibility: { } diff --git a/config/block.block.umami_account_menu.yml b/config/block.block.umami_account_menu.yml new file mode 100644 index 0000000..1f3c277 --- /dev/null +++ b/config/block.block.umami_account_menu.yml @@ -0,0 +1,27 @@ +uuid: aa03516f-a17d-41a7-8e21-c4bd2f9cd0ff +langcode: en +status: true +dependencies: + config: + - system.menu.account + module: + - system + theme: + - umami +_core: + default_config_hash: Rq6NxuhkFzt-qV9HzBNhfwnuBFwj8Yq8sjYXUhUeV68 +id: umami_account_menu +theme: umami +region: pre_header +weight: 2 +provider: null +plugin: 'system_menu_block:account' +settings: + id: 'system_menu_block:account' + label: 'User account menu' + provider: system + label_display: '0' + level: 1 + depth: 1 + expand_all_items: false +visibility: { } diff --git a/config/block.block.umami_banner_home.yml b/config/block.block.umami_banner_home.yml new file mode 100644 index 0000000..2d79b2f --- /dev/null +++ b/config/block.block.umami_banner_home.yml @@ -0,0 +1,36 @@ +uuid: 845d0a5a-7463-453a-87d5-5804c61e9b31 +langcode: en +status: true +dependencies: + content: + - 'block_content:banner_block:9aadf4a1-ded6-4017-a10d-a5e043396edf' + enforced: + module: + - demo_umami_content + module: + - block_content + - system + theme: + - umami +_core: + default_config_hash: m2WrGTi7hPXFl-gU-O8ErVAma5g7Tc6hFsNaRXz14W8 +id: umami_banner_home +theme: umami +region: banner_top +weight: -7 +provider: null +plugin: 'block_content:9aadf4a1-ded6-4017-a10d-a5e043396edf' +settings: + id: 'block_content:9aadf4a1-ded6-4017-a10d-a5e043396edf' + label: 'Umami Home Banner' + provider: block_content + label_display: '0' + status: true + info: '' + view_mode: full +visibility: + request_path: + id: request_path + pages: '' + negate: false + context_mapping: { } diff --git a/config/block.block.umami_banner_recipes.yml b/config/block.block.umami_banner_recipes.yml new file mode 100644 index 0000000..63bd770 --- /dev/null +++ b/config/block.block.umami_banner_recipes.yml @@ -0,0 +1,36 @@ +uuid: 78e5ad6c-05c1-4e8c-b45a-82e553a5854e +langcode: en +status: true +dependencies: + content: + - 'block_content:banner_block:4c7d58a3-a45d-412d-9068-259c57e40541' + enforced: + module: + - demo_umami_content + module: + - block_content + - system + theme: + - umami +_core: + default_config_hash: GV14DJgIYE6E2q5G4j5sZUDkVLOjAEYDFs-8PwlsukM +id: umami_banner_recipes +theme: umami +region: banner_top +weight: -8 +provider: null +plugin: 'block_content:4c7d58a3-a45d-412d-9068-259c57e40541' +settings: + id: 'block_content:4c7d58a3-a45d-412d-9068-259c57e40541' + label: 'Umami Recipes Banner' + provider: block_content + label_display: '0' + status: true + info: '' + view_mode: full +visibility: + request_path: + id: request_path + pages: "/recipes\r\n" + negate: false + context_mapping: { } diff --git a/config/block.block.umami_branding.yml b/config/block.block.umami_branding.yml new file mode 100644 index 0000000..cc0fd14 --- /dev/null +++ b/config/block.block.umami_branding.yml @@ -0,0 +1,25 @@ +uuid: b76c8df6-91e4-4aca-ae0f-650ef1f7fb40 +langcode: en +status: true +dependencies: + module: + - system + theme: + - umami +_core: + default_config_hash: H_xCtuk8g3J4QCM1UczF4tgPFZsKR0-0CVhonm9C0Gw +id: umami_branding +theme: umami +region: header +weight: -7 +provider: null +plugin: system_branding_block +settings: + id: system_branding_block + label: 'Site branding' + provider: system + label_display: '0' + use_site_logo: true + use_site_name: false + use_site_slogan: true +visibility: { } diff --git a/config/block.block.umami_content.yml b/config/block.block.umami_content.yml new file mode 100644 index 0000000..75e2aa7 --- /dev/null +++ b/config/block.block.umami_content.yml @@ -0,0 +1,22 @@ +uuid: 4d931138-ad88-488c-92e6-e228ffa0da07 +langcode: en +status: true +dependencies: + module: + - system + theme: + - umami +_core: + default_config_hash: fAAou3IaVWP7gVizy4k7aJ4njwWF5WnTnCVW68duc6Q +id: umami_content +theme: umami +region: content +weight: -7 +provider: null +plugin: system_main_block +settings: + id: system_main_block + label: 'Main page content' + provider: system + label_display: '0' +visibility: { } diff --git a/config/block.block.umami_disclaimer.yml b/config/block.block.umami_disclaimer.yml new file mode 100644 index 0000000..f1e81c6 --- /dev/null +++ b/config/block.block.umami_disclaimer.yml @@ -0,0 +1,30 @@ +uuid: bec1744b-2ae7-4d12-9bea-f0259bfeb27a +langcode: en +status: true +dependencies: + content: + - 'block_content:disclaimer_block:9b4dcd67-99f3-48d0-93c9-2c46648b29de' + enforced: + module: + - demo_umami_content + module: + - block_content + theme: + - umami +_core: + default_config_hash: TeOIzk3V4EhipVpBRgjtyn1BkWloX9v1gYju2zgBx80 +id: umami_disclaimer +theme: umami +region: bottom +weight: 10 +provider: null +plugin: 'block_content:9b4dcd67-99f3-48d0-93c9-2c46648b29de' +settings: + id: 'block_content:9b4dcd67-99f3-48d0-93c9-2c46648b29de' + label: 'Umami disclaimer' + provider: block_content + label_display: '0' + status: true + info: '' + view_mode: full +visibility: { } diff --git a/config/block.block.umami_footer.yml b/config/block.block.umami_footer.yml new file mode 100644 index 0000000..3873367 --- /dev/null +++ b/config/block.block.umami_footer.yml @@ -0,0 +1,27 @@ +uuid: 288be838-db5d-4960-a0b6-920f553cf698 +langcode: en +status: true +dependencies: + config: + - system.menu.footer + module: + - system + theme: + - umami +_core: + default_config_hash: aON0yqk63ga8MocfOehPS4McI4tOXUuz0lvkNgcZJn4 +id: umami_footer +theme: umami +region: footer +weight: 0 +provider: null +plugin: 'system_menu_block:footer' +settings: + id: 'system_menu_block:footer' + label: 'Tell us what you think' + provider: system + label_display: '1' + level: 1 + depth: 0 + expand_all_items: false +visibility: { } diff --git a/config/block.block.umami_footer_promo.yml b/config/block.block.umami_footer_promo.yml new file mode 100644 index 0000000..b52a70c --- /dev/null +++ b/config/block.block.umami_footer_promo.yml @@ -0,0 +1,30 @@ +uuid: e586a9fd-291b-405a-90be-49a715e69ae1 +langcode: en +status: true +dependencies: + content: + - 'block_content:footer_promo_block:924ab293-8f5f-45a1-9c7f-2423ae61a241' + enforced: + module: + - demo_umami_content + module: + - block_content + theme: + - umami +_core: + default_config_hash: eM6fnjb8TvAbqGZ0rVM4WigYMTSYmZ-9-pMGW4sNBwA +id: umami_footer_promo +theme: umami +region: footer +weight: -1 +provider: null +plugin: 'block_content:924ab293-8f5f-45a1-9c7f-2423ae61a241' +settings: + id: 'block_content:924ab293-8f5f-45a1-9c7f-2423ae61a241' + label: 'Umami footer promo' + provider: block_content + label_display: '0' + status: true + info: '' + view_mode: full +visibility: { } diff --git a/config/block.block.umami_local_tasks.yml b/config/block.block.umami_local_tasks.yml new file mode 100644 index 0000000..82003e1 --- /dev/null +++ b/config/block.block.umami_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: 42831544-fec8-4519-a68c-eff3fd4f4cbb +langcode: en +status: true +dependencies: + theme: + - umami +_core: + default_config_hash: D_u42KUsn2FJ3U01b1I7e0dyrCHEwk3KbFY1omR1i-s +id: umami_local_tasks +theme: umami +region: tabs +weight: -7 +provider: null +plugin: local_tasks_block +settings: + id: local_tasks_block + label: Tabs + provider: core + label_display: '0' + primary: true + secondary: true +visibility: { } diff --git a/config/block.block.umami_main_menu.yml b/config/block.block.umami_main_menu.yml new file mode 100644 index 0000000..5e7a785 --- /dev/null +++ b/config/block.block.umami_main_menu.yml @@ -0,0 +1,27 @@ +uuid: eb21fd74-2e91-435b-949c-436e1f08c555 +langcode: en +status: true +dependencies: + config: + - system.menu.main + module: + - system + theme: + - umami +_core: + default_config_hash: 4OPPBvMo1XxcVHL-suJtmdqbL4qJ2tenwY460kNskyM +id: umami_main_menu +theme: umami +region: header +weight: -6 +provider: null +plugin: 'system_menu_block:main' +settings: + id: 'system_menu_block:main' + label: 'Main navigation' + provider: system + label_display: '0' + level: 1 + depth: 1 + expand_all_items: false +visibility: { } diff --git a/config/block.block.umami_messages.yml b/config/block.block.umami_messages.yml new file mode 100644 index 0000000..67bab90 --- /dev/null +++ b/config/block.block.umami_messages.yml @@ -0,0 +1,22 @@ +uuid: 83ce3f64-111b-46c1-a21d-fd177ad813d2 +langcode: en +status: true +dependencies: + module: + - system + theme: + - umami +_core: + default_config_hash: wku2h2GdvhtQETfYHzEoHPtBs8Zvg3_tinempm1uGxI +id: umami_messages +theme: umami +region: highlighted +weight: -8 +provider: null +plugin: system_messages_block +settings: + id: system_messages_block + label: 'Status messages' + provider: system + label_display: '0' +visibility: { } diff --git a/config/block.block.umami_page_title.yml b/config/block.block.umami_page_title.yml new file mode 100644 index 0000000..27202f1 --- /dev/null +++ b/config/block.block.umami_page_title.yml @@ -0,0 +1,20 @@ +uuid: 0c9637e9-4745-4027-ba24-8c7a49bcd0c1 +langcode: en +status: true +dependencies: + theme: + - umami +_core: + default_config_hash: q6m4raFgRjMQbo7CkBMUIW1dRS1ix0XNoex2S2NV8sM +id: umami_page_title +theme: umami +region: page_title +weight: -7 +provider: null +plugin: page_title_block +settings: + id: page_title_block + label: 'Page title' + provider: core + label_display: '0' +visibility: { } diff --git a/config/block.block.umami_search.yml b/config/block.block.umami_search.yml new file mode 100644 index 0000000..9ae3d6f --- /dev/null +++ b/config/block.block.umami_search.yml @@ -0,0 +1,23 @@ +uuid: e3f81a54-824c-4eb3-ad38-351098eb2f0b +langcode: en +status: true +dependencies: + module: + - search + theme: + - umami +_core: + default_config_hash: ZY9oxdkWbmVbWG0Iiz0zvR5e2AgNxQIlAX0a80L-6qs +id: umami_search +theme: umami +region: pre_header +weight: 1 +provider: null +plugin: search_form_block +settings: + id: search_form_block + label: Search + provider: search + label_display: visible + page_id: node_search +visibility: { } diff --git a/config/block.block.views_block__articles_aside_block_1.yml b/config/block.block.views_block__articles_aside_block_1.yml new file mode 100644 index 0000000..4d653c3 --- /dev/null +++ b/config/block.block.views_block__articles_aside_block_1.yml @@ -0,0 +1,34 @@ +uuid: c89d97be-115d-47a5-a862-81256af5c76b +langcode: en +status: true +dependencies: + config: + - views.view.articles_aside + module: + - node + - views + theme: + - umami +_core: + default_config_hash: FErCHEdY5eQdArPwmj2ED-XNDR6HIepmKNb7itEfQIQ +id: views_block__articles_aside_block_1 +theme: umami +region: sidebar +weight: -7 +provider: null +plugin: 'views_block:articles_aside-block_1' +settings: + id: 'views_block:articles_aside-block_1' + label: '' + provider: views + label_display: visible + views_label: '' + items_per_page: none +visibility: + node_type: + id: node_type + bundles: + article: article + negate: false + context_mapping: + node: '@node.node_route_context:node' diff --git a/config/block.block.views_block__promoted_items_block_1.yml b/config/block.block.views_block__promoted_items_block_1.yml new file mode 100644 index 0000000..694bf79 --- /dev/null +++ b/config/block.block.views_block__promoted_items_block_1.yml @@ -0,0 +1,32 @@ +uuid: 2b59cbbe-fd08-4e80-a205-ce2e87dbe7bd +langcode: en +status: true +dependencies: + config: + - views.view.promoted_items + module: + - system + - views + theme: + - umami +_core: + default_config_hash: uWQGOk9Ixx43OouU7FULa6INwOwa4lT7Ap5rN7LnxKI +id: views_block__promoted_items_block_1 +theme: umami +region: banner_top +weight: -6 +provider: null +plugin: 'views_block:promoted_items-block_1' +settings: + id: 'views_block:promoted_items-block_1' + label: '' + provider: views + label_display: '0' + views_label: '' + items_per_page: none +visibility: + request_path: + id: request_path + pages: '' + negate: false + context_mapping: { } diff --git a/config/block.block.views_block__recipe_collections_block.yml b/config/block.block.views_block__recipe_collections_block.yml new file mode 100644 index 0000000..0d24640 --- /dev/null +++ b/config/block.block.views_block__recipe_collections_block.yml @@ -0,0 +1,26 @@ +uuid: 76a1490c-6c4a-402c-ae98-c3f33a9da589 +langcode: en +status: true +dependencies: + config: + - views.view.recipe_collections + module: + - views + theme: + - umami +_core: + default_config_hash: E0HLSvcSJo84yye98a8UbxEugNebWa1XQAmUxBSXuus +id: views_block__recipe_collections_block +theme: umami +region: content_bottom +weight: 0 +provider: null +plugin: 'views_block:recipe_collections-block' +settings: + id: 'views_block:recipe_collections-block' + label: '' + provider: views + label_display: visible + views_label: '' + items_per_page: none +visibility: { } diff --git a/config/block_content.type.banner_block.yml b/config/block_content.type.banner_block.yml new file mode 100644 index 0000000..2423b24 --- /dev/null +++ b/config/block_content.type.banner_block.yml @@ -0,0 +1,10 @@ +uuid: 689882d9-e82b-4eee-9e1e-e3bb9c15ede0 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: 700UcZMAoqwXOP20vQ4DE5Yt7pnZ2niqBFBLHWOsTws +id: banner_block +label: 'Banner block' +revision: 0 +description: 'A banner block contains a title, summary, link to content and a background image. The background image is scaled to fill the browser''s width.' diff --git a/config/block_content.type.basic.yml b/config/block_content.type.basic.yml new file mode 100644 index 0000000..825c81e --- /dev/null +++ b/config/block_content.type.basic.yml @@ -0,0 +1,10 @@ +uuid: 9862b691-3535-4655-a5f5-369ab574ad3a +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: zglzjmYxi0G0ag9MZ02y0LSJOdpWRwJxyP_OvFojFyo +id: basic +label: 'Basic block' +revision: 0 +description: 'A basic block contains a title and a body.' diff --git a/config/block_content.type.disclaimer_block.yml b/config/block_content.type.disclaimer_block.yml new file mode 100644 index 0000000..af6da39 --- /dev/null +++ b/config/block_content.type.disclaimer_block.yml @@ -0,0 +1,10 @@ +uuid: ed6d98c4-37c9-4d04-92d2-3100f0280bb9 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: _pCMU5fiFIhusD-eK3I_2BAZIrFoctN1lcuJfL5mnZY +id: disclaimer_block +label: 'Disclaimer block' +revision: 0 +description: 'A disclaimer block contains disclaimer and copyright text.' diff --git a/config/block_content.type.footer_promo_block.yml b/config/block_content.type.footer_promo_block.yml new file mode 100644 index 0000000..a46eaa9 --- /dev/null +++ b/config/block_content.type.footer_promo_block.yml @@ -0,0 +1,10 @@ +uuid: d8946ada-f5a5-4247-b9e4-a88c8ff4709f +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: 1OCKdTtMY6QI5-V9y-phCzW_SEM6FDLAiHx1yh4song +id: footer_promo_block +label: 'Footer promo block' +revision: 0 +description: 'A footer promo block contains a title, promo text, and a "find out more" link.' diff --git a/config/contact.form.feedback.yml b/config/contact.form.feedback.yml new file mode 100644 index 0000000..130cf07 --- /dev/null +++ b/config/contact.form.feedback.yml @@ -0,0 +1,14 @@ +uuid: 02394b83-71ea-41f0-8bed-96bf430060b8 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: vymHlgJy26BuI5GGj9-IXjwR3dRC5C0tij4BpWJnoqw +id: feedback +label: 'Website feedback' +recipients: + - melissa@lastcallmedia.com +reply: '' +weight: 0 +message: 'Your message has been sent.' +redirect: '' diff --git a/config/contact.form.personal.yml b/config/contact.form.personal.yml new file mode 100644 index 0000000..03bfffe --- /dev/null +++ b/config/contact.form.personal.yml @@ -0,0 +1,13 @@ +uuid: 114c1ef0-c452-4f7b-ade0-4399d0b9f4f1 +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/config/contact.settings.yml b/config/contact.settings.yml new file mode 100644 index 0000000..a2903f5 --- /dev/null +++ b/config/contact.settings.yml @@ -0,0 +1,7 @@ +default_form: feedback +flood: + limit: 5 + interval: 3600 +user_default_enabled: true +_core: + default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8 diff --git a/config/core.base_field_override.node.page.promote.yml b/config/core.base_field_override.node.page.promote.yml new file mode 100644 index 0000000..e359e2c --- /dev/null +++ b/config/core.base_field_override.node.page.promote.yml @@ -0,0 +1,24 @@ +uuid: 88124a7e-d5bd-47d5-869a-fa30d598ff03 +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/config/core.base_field_override.node.recipe.title.yml b/config/core.base_field_override.node.recipe.title.yml new file mode 100644 index 0000000..5faa183 --- /dev/null +++ b/config/core.base_field_override.node.recipe.title.yml @@ -0,0 +1,20 @@ +uuid: ed6690de-564d-452d-8fd2-820cb66fb2ba +langcode: en +status: true +dependencies: + config: + - node.type.recipe +_core: + default_config_hash: L5GWNOB-GmrakzgU30NW9tGi0jhU2Pry8ur3YjTkhoo +id: node.recipe.title +field_name: title +entity_type: node +bundle: recipe +label: 'Recipe Name' +description: '' +required: true +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/core.date_format.fallback.yml b/config/core.date_format.fallback.yml new file mode 100644 index 0000000..dcb508e --- /dev/null +++ b/config/core.date_format.fallback.yml @@ -0,0 +1,10 @@ +uuid: db18ac60-05bc-4c07-a13b-51468f50e62d +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/config/core.date_format.html_date.yml b/config/core.date_format.html_date.yml new file mode 100644 index 0000000..0db3618 --- /dev/null +++ b/config/core.date_format.html_date.yml @@ -0,0 +1,10 @@ +uuid: bc11cd21-4e7a-4be4-add1-9b74e0ace79b +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/config/core.date_format.html_datetime.yml b/config/core.date_format.html_datetime.yml new file mode 100644 index 0000000..8a35a91 --- /dev/null +++ b/config/core.date_format.html_datetime.yml @@ -0,0 +1,10 @@ +uuid: 14158475-cc32-40d4-9ee7-0bbdf08ff58f +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/config/core.date_format.html_month.yml b/config/core.date_format.html_month.yml new file mode 100644 index 0000000..6c13508 --- /dev/null +++ b/config/core.date_format.html_month.yml @@ -0,0 +1,10 @@ +uuid: ae47c636-b34c-4f26-8785-296bcf08277a +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/config/core.date_format.html_time.yml b/config/core.date_format.html_time.yml new file mode 100644 index 0000000..2978622 --- /dev/null +++ b/config/core.date_format.html_time.yml @@ -0,0 +1,10 @@ +uuid: 1651b1b5-8cd5-4b0d-bce1-820a54e1d39b +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/config/core.date_format.html_week.yml b/config/core.date_format.html_week.yml new file mode 100644 index 0000000..c38c9a1 --- /dev/null +++ b/config/core.date_format.html_week.yml @@ -0,0 +1,10 @@ +uuid: 7b0fed14-e46a-4555-99e3-8c4d250e82fd +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/config/core.date_format.html_year.yml b/config/core.date_format.html_year.yml new file mode 100644 index 0000000..08fe86d --- /dev/null +++ b/config/core.date_format.html_year.yml @@ -0,0 +1,10 @@ +uuid: 281c7b11-e376-4b35-b772-cb14928de4ef +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: OjekiQuX9RbVQ2_8jOHBL94RgYLePqX7wpfNGgcQzrk +id: html_year +label: 'HTML Year' +locked: true +pattern: 'Y' diff --git a/config/core.date_format.html_yearless_date.yml b/config/core.date_format.html_yearless_date.yml new file mode 100644 index 0000000..3f940ff --- /dev/null +++ b/config/core.date_format.html_yearless_date.yml @@ -0,0 +1,10 @@ +uuid: 4f1c6af0-1a7a-4252-9f83-2604b649bd9f +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/config/core.date_format.long.yml b/config/core.date_format.long.yml new file mode 100644 index 0000000..53718c8 --- /dev/null +++ b/config/core.date_format.long.yml @@ -0,0 +1,10 @@ +uuid: e3758419-ab9e-48f2-8a58-746d2129cca5 +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/config/core.date_format.medium.yml b/config/core.date_format.medium.yml new file mode 100644 index 0000000..db13670 --- /dev/null +++ b/config/core.date_format.medium.yml @@ -0,0 +1,10 @@ +uuid: 848238ce-7488-4f73-bdc7-799b5fa07426 +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/config/core.date_format.short.yml b/config/core.date_format.short.yml new file mode 100644 index 0000000..80918ba --- /dev/null +++ b/config/core.date_format.short.yml @@ -0,0 +1,10 @@ +uuid: eaef77e2-2252-42de-835a-6d2b71679c5a +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/config/core.date_format.umami_dates.yml b/config/core.date_format.umami_dates.yml new file mode 100644 index 0000000..3ca6af0 --- /dev/null +++ b/config/core.date_format.umami_dates.yml @@ -0,0 +1,10 @@ +uuid: 0d085dc9-993f-43a4-a3b8-68a0b64f44e3 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: z8N89KekZ75jFUeGfDm10tYPfCSpiil6GkH__1bcJyQ +id: umami_dates +label: 'Umami dates' +locked: false +pattern: 'jS F Y' diff --git a/config/core.entity_form_display.block_content.banner_block.default.yml b/config/core.entity_form_display.block_content.banner_block.default.yml new file mode 100644 index 0000000..20abd23 --- /dev/null +++ b/config/core.entity_form_display.block_content.banner_block.default.yml @@ -0,0 +1,73 @@ +uuid: 662aad00-e91e-4ddc-9bce-f07c4e59e832 +langcode: en +status: true +dependencies: + config: + - block_content.type.banner_block + - field.field.block_content.banner_block.field_content_link + - field.field.block_content.banner_block.field_media_image + - field.field.block_content.banner_block.field_summary + - field.field.block_content.banner_block.field_title + module: + - link + - media_library +_core: + default_config_hash: LfhJkTq5D-V5G8foTLw0SySkakEzowoPlVT-2_a_7Vw +id: block_content.banner_block.default +targetEntityType: block_content +bundle: banner_block +mode: default +content: + field_content_link: + weight: 4 + settings: + placeholder_url: '' + placeholder_title: '' + third_party_settings: { } + type: link_default + region: content + field_media_image: + type: media_library_widget + weight: 6 + settings: + media_types: { } + third_party_settings: { } + region: content + field_summary: + weight: 3 + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + type: string_textarea + region: content + field_title: + weight: 1 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: string_textfield + region: content + info: + type: string_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } + translation: + weight: 7 + region: content + settings: { } + third_party_settings: { } +hidden: + moderation_state: true diff --git a/config/core.entity_form_display.block_content.basic.default.yml b/config/core.entity_form_display.block_content.basic.default.yml new file mode 100644 index 0000000..bd9d7ae --- /dev/null +++ b/config/core.entity_form_display.block_content.basic.default.yml @@ -0,0 +1,48 @@ +uuid: 1d2a5c44-4b93-46f2-8c8e-cdcc87d01d1d +langcode: en +status: true +dependencies: + config: + - block_content.type.basic + - field.field.block_content.basic.body + module: + - text +_core: + default_config_hash: 5XxDUxX82naMdXSax2wrzPukpMfAZ82d2PIVJbkpGFw +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: { } + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } + translation: + weight: 10 + settings: { } + third_party_settings: { } + region: content +hidden: + moderation_state: true diff --git a/config/core.entity_form_display.block_content.disclaimer_block.default.yml b/config/core.entity_form_display.block_content.disclaimer_block.default.yml new file mode 100644 index 0000000..4adeebb --- /dev/null +++ b/config/core.entity_form_display.block_content.disclaimer_block.default.yml @@ -0,0 +1,55 @@ +uuid: c52e9be0-cdb3-4c29-8129-1eeb7fec8796 +langcode: en +status: true +dependencies: + config: + - block_content.type.disclaimer_block + - field.field.block_content.disclaimer_block.field_copyright + - field.field.block_content.disclaimer_block.field_disclaimer + module: + - text +_core: + default_config_hash: o3swbJIqzZxLd38t2o_OkUrYbyiActN6GsXK6A4gM98 +id: block_content.disclaimer_block.default +targetEntityType: block_content +bundle: disclaimer_block +mode: default +content: + field_copyright: + weight: 28 + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + type: text_textarea + region: content + field_disclaimer: + weight: 27 + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + type: text_textarea + region: content + info: + type: string_textfield + weight: -5 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } + translation: + weight: 10 + settings: { } + third_party_settings: { } + region: content +hidden: + moderation_state: true diff --git a/config/core.entity_form_display.block_content.footer_promo_block.default.yml b/config/core.entity_form_display.block_content.footer_promo_block.default.yml new file mode 100644 index 0000000..14a7a8c --- /dev/null +++ b/config/core.entity_form_display.block_content.footer_promo_block.default.yml @@ -0,0 +1,73 @@ +uuid: 528def17-cd77-43e9-85e5-781a4952ca8f +langcode: en +status: true +dependencies: + config: + - block_content.type.footer_promo_block + - field.field.block_content.footer_promo_block.field_content_link + - field.field.block_content.footer_promo_block.field_media_image + - field.field.block_content.footer_promo_block.field_summary + - field.field.block_content.footer_promo_block.field_title + module: + - link + - media_library +_core: + default_config_hash: FNFwP_5q5Uzshz331PKZ7kcZDVFhvIBwcsnQFkKHz6o +id: block_content.footer_promo_block.default +targetEntityType: block_content +bundle: footer_promo_block +mode: default +content: + field_content_link: + weight: 4 + settings: + placeholder_url: '' + placeholder_title: '' + third_party_settings: { } + type: link_default + region: content + field_media_image: + weight: 6 + settings: + media_types: { } + third_party_settings: { } + type: media_library_widget + region: content + field_summary: + weight: 3 + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + type: string_textarea + region: content + field_title: + weight: 1 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: string_textfield + region: content + info: + type: string_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } + translation: + weight: 7 + region: content + settings: { } + third_party_settings: { } +hidden: + moderation_state: true diff --git a/config/core.entity_form_display.contact_message.feedback.default.yml b/config/core.entity_form_display.contact_message.feedback.default.yml new file mode 100644 index 0000000..fc8ce23 --- /dev/null +++ b/config/core.entity_form_display.contact_message.feedback.default.yml @@ -0,0 +1,53 @@ +uuid: 84fcc0f2-8bef-4cb2-a34b-df19099c1311 +langcode: en +status: true +dependencies: + config: + - contact.form.feedback +_core: + default_config_hash: JVODBpCr7cbobFtZtw0loyOblfN77ajUJz092OhvXic +id: contact_message.feedback.default +targetEntityType: contact_message +bundle: feedback +mode: default +content: + copy: + weight: 4 + region: content + settings: { } + third_party_settings: { } + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } + mail: + weight: 1 + region: content + settings: { } + third_party_settings: { } + message: + type: string_textarea + weight: 3 + settings: + rows: 12 + placeholder: '' + region: content + third_party_settings: { } + name: + weight: 0 + region: content + settings: { } + third_party_settings: { } + subject: + type: string_textfield + weight: 2 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } +hidden: + preview: true diff --git a/config/core.entity_form_display.media.audio.default.yml b/config/core.entity_form_display.media.audio.default.yml new file mode 100644 index 0000000..bf89ae4 --- /dev/null +++ b/config/core.entity_form_display.media.audio.default.yml @@ -0,0 +1,63 @@ +uuid: ccb12038-1a22-45d6-838e-27388bab44b7 +langcode: en +status: true +dependencies: + config: + - field.field.media.audio.field_media_audio_file + - media.type.audio + module: + - file + - path +_core: + default_config_hash: HPbIEJ6R8YaI2PvRwYnzNtuBWsm537V7key8aqiHLME +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: + weight: 0 + settings: + progress_indicator: throbber + third_party_settings: { } + type: file_generic + region: content + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } + path: + type: path + weight: 30 + region: content + settings: { } + third_party_settings: { } + status: + type: boolean_checkbox + settings: + display_label: true + weight: 100 + region: content + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 5 + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + region: content + third_party_settings: { } +hidden: + moderation_state: true + name: true diff --git a/config/core.entity_form_display.media.document.default.yml b/config/core.entity_form_display.media.document.default.yml new file mode 100644 index 0000000..d423ca1 --- /dev/null +++ b/config/core.entity_form_display.media.document.default.yml @@ -0,0 +1,63 @@ +uuid: e0f7d676-a056-456e-812b-b28e9601e677 +langcode: en +status: true +dependencies: + config: + - field.field.media.document.field_media_document + - media.type.document + module: + - file + - path +_core: + default_config_hash: 1xA1MtmU9pm0vIQOUkDnSVs_WC4xm8XP7JiAH5IaTc4 +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: + settings: + progress_indicator: throbber + third_party_settings: { } + type: file_generic + weight: 0 + region: content + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } + path: + type: path + weight: 4 + region: content + settings: { } + third_party_settings: { } + status: + type: boolean_checkbox + settings: + display_label: true + weight: 100 + region: content + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 5 + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + region: content + third_party_settings: { } +hidden: + moderation_state: true + name: true diff --git a/config/core.entity_form_display.media.image.default.yml b/config/core.entity_form_display.media.image.default.yml new file mode 100644 index 0000000..67affb8 --- /dev/null +++ b/config/core.entity_form_display.media.image.default.yml @@ -0,0 +1,77 @@ +uuid: 10a92195-deca-478f-89c8-2436658fe056 +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: YfCsrO-6vBi81DXSdDHvE4dunxYf3CVcSnagpcGmtc4 +id: media.image.default +targetEntityType: media +bundle: image +mode: default +content: + created: + type: datetime_timestamp + weight: 5 + region: content + settings: { } + third_party_settings: { } + field_media_image: + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } + type: image_image + weight: 1 + region: content + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } + name: + type: string_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + path: + type: path + weight: 3 + region: content + settings: { } + third_party_settings: { } + status: + type: boolean_checkbox + settings: + display_label: true + weight: 7 + region: content + third_party_settings: { } + translation: + weight: 6 + region: content + settings: { } + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 4 + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + region: content + third_party_settings: { } +hidden: + moderation_state: true diff --git a/config/core.entity_form_display.media.remote_video.default.yml b/config/core.entity_form_display.media.remote_video.default.yml new file mode 100644 index 0000000..9906292 --- /dev/null +++ b/config/core.entity_form_display.media.remote_video.default.yml @@ -0,0 +1,64 @@ +uuid: b26a75d2-fddc-4f10-b97d-03d82d55abc8 +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: CQeaYlDbRk0fCILszz3Q_IDcTwwbtvn2mfSgGV68xWM +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 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + region: content + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } + path: + type: path + weight: 30 + region: content + settings: { } + third_party_settings: { } + status: + type: boolean_checkbox + settings: + display_label: true + weight: 100 + region: content + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 4 + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + region: content + third_party_settings: { } +hidden: + moderation_state: true + name: true diff --git a/config/core.entity_form_display.media.video.default.yml b/config/core.entity_form_display.media.video.default.yml new file mode 100644 index 0000000..c08cfe1 --- /dev/null +++ b/config/core.entity_form_display.media.video.default.yml @@ -0,0 +1,63 @@ +uuid: 56e21c57-f883-4874-a45a-1d9d48db6e95 +langcode: en +status: true +dependencies: + config: + - field.field.media.video.field_media_video_file + - media.type.video + module: + - file + - path +_core: + default_config_hash: mMjsaQJZLLLCdVCwBaVuhN-nZzGZt25anUJcqdIHsS8 +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: + weight: 0 + settings: + progress_indicator: throbber + third_party_settings: { } + type: file_generic + region: content + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } + path: + type: path + weight: 30 + region: content + settings: { } + third_party_settings: { } + status: + type: boolean_checkbox + settings: + display_label: true + weight: 100 + region: content + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 5 + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + region: content + third_party_settings: { } +hidden: + moderation_state: true + name: true diff --git a/config/core.entity_form_display.node.article.default.yml b/config/core.entity_form_display.node.article.default.yml new file mode 100644 index 0000000..770788e --- /dev/null +++ b/config/core.entity_form_display.node.article.default.yml @@ -0,0 +1,119 @@ +uuid: a2ab23b5-011d-4300-b577-9ae2eb00b0a7 +langcode: en +status: true +dependencies: + config: + - field.field.node.article.body + - field.field.node.article.field_media_image + - field.field.node.article.field_tags + - node.type.article + - workflows.workflow.editorial + module: + - content_moderation + - media_library + - path + - text +_core: + default_config_hash: pWg02jgalVF5Sp_Ao8zeuq6MYWslFm4rIojl0gZsXas +id: node.article.default +targetEntityType: node +bundle: article +mode: default +content: + body: + type: text_textarea_with_summary + weight: 1 + region: content + settings: + rows: 9 + summary_rows: 3 + placeholder: '' + show_summary: false + third_party_settings: { } + created: + type: datetime_timestamp + weight: 7 + region: content + settings: { } + third_party_settings: { } + field_media_image: + weight: 5 + settings: + media_types: { } + third_party_settings: { } + type: media_library_widget + region: content + field_tags: + type: entity_reference_autocomplete_tags + weight: 3 + region: content + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } + moderation_state: + type: moderation_state_default + weight: 12 + region: content + settings: { } + third_party_settings: { } + path: + type: path + weight: 10 + region: content + settings: { } + third_party_settings: { } + promote: + type: boolean_checkbox + settings: + display_label: true + weight: 8 + region: content + third_party_settings: { } + status: + type: boolean_checkbox + settings: + display_label: true + weight: 11 + region: content + third_party_settings: { } + sticky: + type: boolean_checkbox + settings: + display_label: true + weight: 9 + region: content + third_party_settings: { } + title: + type: string_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + translation: + weight: 13 + region: content + settings: { } + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 6 + region: content + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } +hidden: { } diff --git a/config/core.entity_form_display.node.page.default.yml b/config/core.entity_form_display.node.page.default.yml new file mode 100644 index 0000000..192c340 --- /dev/null +++ b/config/core.entity_form_display.node.page.default.yml @@ -0,0 +1,99 @@ +uuid: 949135e3-d1f5-4121-a060-bb804ead11a2 +langcode: en +status: true +dependencies: + config: + - field.field.node.page.body + - node.type.page + - workflows.workflow.editorial + module: + - content_moderation + - path + - text +_core: + default_config_hash: 8Rpg4iUQQMbm4Q_A8AoN_xJT-fD6JnWQ5Uh5v_9daXE +id: node.page.default +targetEntityType: node +bundle: page +mode: default +content: + body: + type: text_textarea_with_summary + weight: 6 + region: content + settings: + rows: 9 + summary_rows: 3 + placeholder: '' + show_summary: false + third_party_settings: { } + created: + type: datetime_timestamp + weight: 2 + region: content + settings: { } + third_party_settings: { } + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } + moderation_state: + type: moderation_state_default + weight: 8 + region: content + settings: { } + third_party_settings: { } + path: + type: path + weight: 5 + region: content + settings: { } + third_party_settings: { } + promote: + type: boolean_checkbox + settings: + display_label: true + weight: 3 + region: content + third_party_settings: { } + status: + type: boolean_checkbox + settings: + display_label: true + weight: 7 + region: content + third_party_settings: { } + sticky: + type: boolean_checkbox + settings: + display_label: true + weight: 4 + region: content + third_party_settings: { } + title: + type: string_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + translation: + weight: 10 + settings: { } + third_party_settings: { } + region: content + uid: + type: entity_reference_autocomplete + weight: 1 + region: content + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } +hidden: { } diff --git a/config/core.entity_form_display.node.recipe.default.yml b/config/core.entity_form_display.node.recipe.default.yml new file mode 100644 index 0000000..4e26c9b --- /dev/null +++ b/config/core.entity_form_display.node.recipe.default.yml @@ -0,0 +1,184 @@ +uuid: 813f23e4-8192-453a-a354-c1c6d968597d +langcode: en +status: true +dependencies: + config: + - field.field.node.recipe.field_cooking_time + - field.field.node.recipe.field_difficulty + - field.field.node.recipe.field_ingredients + - field.field.node.recipe.field_media_image + - field.field.node.recipe.field_number_of_servings + - field.field.node.recipe.field_preparation_time + - field.field.node.recipe.field_recipe_category + - field.field.node.recipe.field_recipe_instruction + - field.field.node.recipe.field_summary + - field.field.node.recipe.field_tags + - field.field.node.recipe.layout_builder__layout + - node.type.recipe + - workflows.workflow.editorial + module: + - content_moderation + - media_library + - path + - text +_core: + default_config_hash: zkjKEWBzz2ucUcFVSPZZslRnYTNoB_0Vyii_UORz0rw +id: node.recipe.default +targetEntityType: node +bundle: recipe +mode: default +content: + created: + type: datetime_timestamp + weight: 15 + region: content + settings: { } + third_party_settings: { } + field_cooking_time: + weight: 3 + settings: + placeholder: '' + third_party_settings: { } + type: number + region: content + field_difficulty: + weight: 5 + settings: { } + third_party_settings: { } + type: options_select + region: content + field_ingredients: + weight: 11 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: string_textfield + region: content + field_media_image: + type: media_library_widget + weight: 9 + settings: + media_types: { } + third_party_settings: { } + region: content + field_number_of_servings: + weight: 4 + settings: + placeholder: '' + third_party_settings: { } + type: number + region: content + field_preparation_time: + weight: 2 + settings: + placeholder: '' + third_party_settings: { } + type: number + region: content + field_recipe_category: + weight: 6 + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } + type: entity_reference_autocomplete_tags + region: content + field_recipe_instruction: + weight: 13 + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + type: text_textarea + region: content + field_summary: + weight: 10 + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + type: text_textarea + region: content + field_tags: + weight: 7 + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } + type: entity_reference_autocomplete_tags + region: content + langcode: + type: language_select + weight: 1 + region: content + settings: + include_locked: true + third_party_settings: { } + layout_builder__layout: + type: null + weight: 26 + region: content + settings: { } + third_party_settings: { } + moderation_state: + type: moderation_state_default + weight: 20 + region: content + settings: { } + third_party_settings: { } + path: + type: path + weight: 18 + region: content + settings: { } + third_party_settings: { } + promote: + type: boolean_checkbox + settings: + display_label: true + weight: 16 + region: content + third_party_settings: { } + status: + type: boolean_checkbox + settings: + display_label: true + weight: 19 + region: content + third_party_settings: { } + sticky: + type: boolean_checkbox + settings: + display_label: true + weight: 17 + region: content + third_party_settings: { } + title: + type: string_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + translation: + weight: 12 + region: content + settings: { } + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 14 + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + region: content + third_party_settings: { } +hidden: { } diff --git a/config/core.entity_form_display.user.user.default.yml b/config/core.entity_form_display.user.user.default.yml new file mode 100644 index 0000000..a37eaba --- /dev/null +++ b/config/core.entity_form_display.user.user.default.yml @@ -0,0 +1,39 @@ +uuid: f13a61ae-349c-45f3-8d7e-bcfd7ad2ac05 +langcode: en +status: true +dependencies: + config: + - field.field.user.user.user_picture + - image.style.thumbnail + module: + - image + - user +_core: + default_config_hash: jLkMFqpbSJphJv4MfuLl3wbZ8EBl-5mcjak0erRZ5U0 +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 + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } + weight: -1 + region: content +hidden: + langcode: true diff --git a/config/core.entity_form_mode.media.media_library.yml b/config/core.entity_form_mode.media.media_library.yml new file mode 100644 index 0000000..c000aa4 --- /dev/null +++ b/config/core.entity_form_mode.media.media_library.yml @@ -0,0 +1,15 @@ +uuid: b26c80bb-247f-4a5b-bbe1-d7c078420e12 +langcode: en +status: true +dependencies: + enforced: + module: + - media_library + module: + - media +_core: + default_config_hash: pkq0uj-IoqEQRBOP_ddUDV0ZJ-dKQ_fLcppsEDF2UO8 +id: media.media_library +label: 'Media library' +targetEntityType: media +cache: true diff --git a/config/core.entity_form_mode.user.register.yml b/config/core.entity_form_mode.user.register.yml new file mode 100644 index 0000000..8c4280d --- /dev/null +++ b/config/core.entity_form_mode.user.register.yml @@ -0,0 +1,12 @@ +uuid: e4300204-62a1-4921-9101-e253613e0679 +langcode: en +status: true +dependencies: + module: + - user +_core: + default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI +id: user.register +label: Register +targetEntityType: user +cache: true diff --git a/config/core.entity_view_display.block_content.banner_block.default.yml b/config/core.entity_view_display.block_content.banner_block.default.yml new file mode 100644 index 0000000..2296876 --- /dev/null +++ b/config/core.entity_view_display.block_content.banner_block.default.yml @@ -0,0 +1,57 @@ +uuid: 7de0087d-40ad-48b5-b45c-6f16ff7731f1 +langcode: en +status: true +dependencies: + config: + - block_content.type.banner_block + - field.field.block_content.banner_block.field_content_link + - field.field.block_content.banner_block.field_media_image + - field.field.block_content.banner_block.field_summary + - field.field.block_content.banner_block.field_title + module: + - link +_core: + default_config_hash: WK_QNizqurKDgVn7UssZ5JJ_sDVXCd0ly_GoXD8alvc +id: block_content.banner_block.default +targetEntityType: block_content +bundle: banner_block +mode: default +content: + field_content_link: + weight: 4 + label: hidden + settings: + trim_length: 80 + url_only: false + url_plain: false + rel: '' + target: '' + third_party_settings: { } + type: link + region: content + field_media_image: + type: entity_reference_entity_view + weight: 1 + label: hidden + settings: + view_mode: scale_crop_7_3_large + link: false + third_party_settings: { } + region: content + field_summary: + weight: 3 + label: hidden + settings: { } + third_party_settings: { } + type: basic_string + region: content + field_title: + weight: 2 + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + type: string + region: content +hidden: + langcode: true diff --git a/config/core.entity_view_display.block_content.basic.default.yml b/config/core.entity_view_display.block_content.basic.default.yml new file mode 100644 index 0000000..7acc234 --- /dev/null +++ b/config/core.entity_view_display.block_content.basic.default.yml @@ -0,0 +1,25 @@ +uuid: f9b4c85a-d037-4bc0-959b-a8fdf48abf06 +langcode: en +status: true +dependencies: + config: + - block_content.type.basic + - field.field.block_content.basic.body + module: + - text +_core: + default_config_hash: ehdV3GLafFmKS7kiye3nNNexEbDpt6lo8XPWYzTM2HE +id: block_content.basic.default +targetEntityType: block_content +bundle: basic +mode: default +content: + body: + label: hidden + type: text_default + weight: 0 + region: content + settings: { } + third_party_settings: { } +hidden: + langcode: true diff --git a/config/core.entity_view_display.block_content.disclaimer_block.default.yml b/config/core.entity_view_display.block_content.disclaimer_block.default.yml new file mode 100644 index 0000000..a5a2802 --- /dev/null +++ b/config/core.entity_view_display.block_content.disclaimer_block.default.yml @@ -0,0 +1,33 @@ +uuid: 63bc3003-ff1e-46ad-b610-664f9a6d81d0 +langcode: en +status: true +dependencies: + config: + - block_content.type.disclaimer_block + - field.field.block_content.disclaimer_block.field_copyright + - field.field.block_content.disclaimer_block.field_disclaimer + module: + - text +_core: + default_config_hash: V6TOUubOCSSb6pOeFZoyN3HVM2emmXMylqGXggESAQQ +id: block_content.disclaimer_block.default +targetEntityType: block_content +bundle: disclaimer_block +mode: default +content: + field_copyright: + weight: 2 + label: hidden + settings: { } + third_party_settings: { } + type: text_default + region: content + field_disclaimer: + weight: 1 + label: hidden + settings: { } + third_party_settings: { } + type: text_default + region: content +hidden: + langcode: true diff --git a/config/core.entity_view_display.block_content.footer_promo_block.default.yml b/config/core.entity_view_display.block_content.footer_promo_block.default.yml new file mode 100644 index 0000000..a7e3bea --- /dev/null +++ b/config/core.entity_view_display.block_content.footer_promo_block.default.yml @@ -0,0 +1,57 @@ +uuid: 4512b95c-c770-4332-b462-f7da9079ace6 +langcode: en +status: true +dependencies: + config: + - block_content.type.footer_promo_block + - field.field.block_content.footer_promo_block.field_content_link + - field.field.block_content.footer_promo_block.field_media_image + - field.field.block_content.footer_promo_block.field_summary + - field.field.block_content.footer_promo_block.field_title + module: + - link +_core: + default_config_hash: gRg0jbMyEcAu7xnUHF2fUkau4Xa5viMjHFXFSMT6Sxg +id: block_content.footer_promo_block.default +targetEntityType: block_content +bundle: footer_promo_block +mode: default +content: + field_content_link: + weight: 4 + label: hidden + settings: + trim_length: 80 + url_only: false + url_plain: false + rel: '' + target: '' + third_party_settings: { } + type: link + region: content + field_media_image: + weight: 1 + label: hidden + settings: + view_mode: medium_8_7 + link: false + third_party_settings: { } + type: entity_reference_entity_view + region: content + field_summary: + weight: 3 + label: hidden + settings: { } + third_party_settings: { } + type: basic_string + region: content + field_title: + weight: 2 + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + type: string + region: content +hidden: + langcode: true diff --git a/config/core.entity_view_display.media.audio.default.yml b/config/core.entity_view_display.media.audio.default.yml new file mode 100644 index 0000000..7012713 --- /dev/null +++ b/config/core.entity_view_display.media.audio.default.yml @@ -0,0 +1,33 @@ +uuid: 21c51077-550a-46d8-a7f2-ff2506dd77a7 +langcode: en +status: true +dependencies: + config: + - field.field.media.audio.field_media_audio_file + - media.type.audio + module: + - file +_core: + default_config_hash: i9e8OQPmP3H3xwsK7b6rMppqxTifykRn6jOHOo3nBgg +id: media.audio.default +targetEntityType: media +bundle: audio +mode: default +content: + field_media_audio_file: + type: file_audio + weight: 0 + label: visually_hidden + settings: + controls: true + autoplay: false + loop: false + multiple_file_display_type: tags + third_party_settings: { } + region: content +hidden: + created: true + langcode: true + name: true + thumbnail: true + uid: true diff --git a/config/core.entity_view_display.media.document.default.yml b/config/core.entity_view_display.media.document.default.yml new file mode 100644 index 0000000..67ac7a9 --- /dev/null +++ b/config/core.entity_view_display.media.document.default.yml @@ -0,0 +1,29 @@ +uuid: 805a478e-8d06-4d15-870a-df84da40ad46 +langcode: en +status: true +dependencies: + config: + - field.field.media.document.field_media_document + - media.type.document + module: + - file +_core: + default_config_hash: PKsZLhRLrXFHjGpwQ2mnGGYIxX2AhT875Z7eoAwDRfM +id: media.document.default +targetEntityType: media +bundle: document +mode: default +content: + field_media_document: + label: visually_hidden + settings: { } + third_party_settings: { } + type: file_default + weight: 1 + region: content +hidden: + created: true + langcode: true + name: true + thumbnail: true + uid: true diff --git a/config/core.entity_view_display.media.image.default.yml b/config/core.entity_view_display.media.image.default.yml new file mode 100644 index 0000000..2832212 --- /dev/null +++ b/config/core.entity_view_display.media.image.default.yml @@ -0,0 +1,32 @@ +uuid: 5a0d97b9-fa42-4201-8520-07e921bacab9 +langcode: en +status: true +dependencies: + config: + - field.field.media.image.field_media_image + - media.type.image + - responsive_image.styles.3_2_image + module: + - responsive_image +_core: + default_config_hash: tBeeo80nOITwMdvTqwV7tKrLt64-Utywih0yhl7dMWw +id: media.image.default +targetEntityType: media +bundle: image +mode: default +content: + field_media_image: + label: visually_hidden + settings: + responsive_image_style: 3_2_image + image_link: '' + third_party_settings: { } + type: responsive_image + weight: 1 + region: content +hidden: + created: true + langcode: true + name: true + thumbnail: true + uid: true diff --git a/config/core.entity_view_display.media.image.medium_8_7.yml b/config/core.entity_view_display.media.image.medium_8_7.yml new file mode 100644 index 0000000..a5908c9 --- /dev/null +++ b/config/core.entity_view_display.media.image.medium_8_7.yml @@ -0,0 +1,38 @@ +uuid: a0e273b8-5304-4191-88be-5af4df02a5ab +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.media.medium_8_7 + - field.field.media.image.field_media_image + - image.style.medium_8_7 + - media.type.image + module: + - image + - layout_builder +third_party_settings: + layout_builder: + allow_custom: false + enabled: false +_core: + default_config_hash: 3-ywiAmzlIyMCYihJv4YZF-dS0l8zYwIqbrxUjLyUik +id: media.image.medium_8_7 +targetEntityType: media +bundle: image +mode: medium_8_7 +content: + field_media_image: + label: visually_hidden + settings: + image_style: medium_8_7 + image_link: '' + third_party_settings: { } + type: image + weight: 1 + region: content +hidden: + created: true + langcode: true + name: true + thumbnail: true + uid: true diff --git a/config/core.entity_view_display.media.image.responsive_3x2.yml b/config/core.entity_view_display.media.image.responsive_3x2.yml new file mode 100644 index 0000000..dad702f --- /dev/null +++ b/config/core.entity_view_display.media.image.responsive_3x2.yml @@ -0,0 +1,38 @@ +uuid: eaf44133-7ca6-46af-ae7b-297f234e27a6 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.media.responsive_3x2 + - field.field.media.image.field_media_image + - media.type.image + - responsive_image.styles.3_2_image + module: + - layout_builder + - responsive_image +third_party_settings: + layout_builder: + allow_custom: false + enabled: false +_core: + default_config_hash: _y983RdcS0-xJnTJwBNh9ZLKm5WfWFYtRkfXBw9Jrl8 +id: media.image.responsive_3x2 +targetEntityType: media +bundle: image +mode: responsive_3x2 +content: + field_media_image: + label: visually_hidden + settings: + responsive_image_style: 3_2_image + image_link: '' + third_party_settings: { } + type: responsive_image + weight: 1 + region: content +hidden: + created: true + langcode: true + name: true + thumbnail: true + uid: true diff --git a/config/core.entity_view_display.media.image.scale_crop_7_3_large.yml b/config/core.entity_view_display.media.image.scale_crop_7_3_large.yml new file mode 100644 index 0000000..7c42ed0 --- /dev/null +++ b/config/core.entity_view_display.media.image.scale_crop_7_3_large.yml @@ -0,0 +1,38 @@ +uuid: b1e0c23b-751d-4f6f-acb6-2718ca792a54 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.media.scale_crop_7_3_large + - field.field.media.image.field_media_image + - image.style.scale_crop_7_3_large + - media.type.image + module: + - image + - layout_builder +third_party_settings: + layout_builder: + allow_custom: false + enabled: false +_core: + default_config_hash: wE0QJQ4GF9ydxRYmb5jlAyr78TYMsPh6A_c_-eIyYNI +id: media.image.scale_crop_7_3_large +targetEntityType: media +bundle: image +mode: scale_crop_7_3_large +content: + field_media_image: + label: visually_hidden + settings: + image_style: scale_crop_7_3_large + image_link: '' + third_party_settings: { } + type: image + weight: 1 + region: content +hidden: + created: true + langcode: true + name: true + thumbnail: true + uid: true diff --git a/config/core.entity_view_display.media.image.square.yml b/config/core.entity_view_display.media.image.square.yml new file mode 100644 index 0000000..15ed9fc --- /dev/null +++ b/config/core.entity_view_display.media.image.square.yml @@ -0,0 +1,38 @@ +uuid: 3b39f661-277b-4ec6-970a-3fcb4488c862 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.media.square + - field.field.media.image.field_media_image + - media.type.image + - responsive_image.styles.square + module: + - layout_builder + - responsive_image +third_party_settings: + layout_builder: + allow_custom: false + enabled: false +_core: + default_config_hash: R-8EREsKqchtoXj8eLoFKm-XFiRqgtgDw8JxNzd4Xec +id: media.image.square +targetEntityType: media +bundle: image +mode: square +content: + field_media_image: + label: visually_hidden + settings: + responsive_image_style: square + image_link: '' + third_party_settings: { } + type: responsive_image + weight: 1 + region: content +hidden: + created: true + langcode: true + name: true + thumbnail: true + uid: true diff --git a/config/core.entity_view_display.media.remote_video.default.yml b/config/core.entity_view_display.media.remote_video.default.yml new file mode 100644 index 0000000..f623588 --- /dev/null +++ b/config/core.entity_view_display.media.remote_video.default.yml @@ -0,0 +1,31 @@ +uuid: 4f603b0b-c836-4054-89be-ea661cc192dc +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: VCmVDgqiYmdbal5nxDh7pCkAPMTwfsgZNIZ7ZX1H-1w +id: media.remote_video.default +targetEntityType: media +bundle: remote_video +mode: default +content: + field_media_oembed_video: + type: oembed + weight: 0 + label: hidden + settings: + max_width: 0 + max_height: 0 + third_party_settings: { } + region: content +hidden: + created: true + langcode: true + name: true + thumbnail: true + uid: true diff --git a/config/core.entity_view_display.media.video.default.yml b/config/core.entity_view_display.media.video.default.yml new file mode 100644 index 0000000..f6a3b6b --- /dev/null +++ b/config/core.entity_view_display.media.video.default.yml @@ -0,0 +1,36 @@ +uuid: 484e49de-51a3-4881-8c74-03985b468644 +langcode: en +status: true +dependencies: + config: + - field.field.media.video.field_media_video_file + - media.type.video + module: + - file +_core: + default_config_hash: NPLHs4yOK575ZFCLgxBlMJj_Pf1UkYgMPmZG9DVwZ_o +id: media.video.default +targetEntityType: media +bundle: video +mode: default +content: + field_media_video_file: + type: file_video + weight: 0 + label: visually_hidden + settings: + muted: false + width: 640 + height: 480 + controls: true + autoplay: false + loop: false + multiple_file_display_type: tags + third_party_settings: { } + region: content +hidden: + created: true + langcode: true + name: true + thumbnail: true + uid: true diff --git a/config/core.entity_view_display.node.article.card.yml b/config/core.entity_view_display.node.article.card.yml new file mode 100644 index 0000000..782fcba --- /dev/null +++ b/config/core.entity_view_display.node.article.card.yml @@ -0,0 +1,34 @@ +uuid: 86ab8569-178c-4893-b237-53ccc9ad77e6 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.card + - field.field.node.article.body + - field.field.node.article.field_media_image + - field.field.node.article.field_tags + - node.type.article + module: + - user +_core: + default_config_hash: RYPRI7y23omBmV_bJ_ZMIBQWtL-gudUQ1mUEVHtu2Ns +id: node.article.card +targetEntityType: node +bundle: article +mode: card +content: + field_media_image: + type: entity_reference_entity_view + weight: 1 + region: content + label: hidden + settings: + view_mode: responsive_3x2 + link: false + third_party_settings: { } +hidden: + body: true + content_moderation_control: true + field_tags: true + langcode: true + links: true diff --git a/config/core.entity_view_display.node.article.card_common.yml b/config/core.entity_view_display.node.article.card_common.yml new file mode 100644 index 0000000..840ddc0 --- /dev/null +++ b/config/core.entity_view_display.node.article.card_common.yml @@ -0,0 +1,34 @@ +uuid: c2421f83-b446-4c9b-86af-4dfd4d114518 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.card_common + - field.field.node.article.body + - field.field.node.article.field_media_image + - field.field.node.article.field_tags + - node.type.article + module: + - user +_core: + default_config_hash: pmrRQzhfk9OByR__KdK3IMYhHNNZmtpa9ZZF4nGtKiU +id: node.article.card_common +targetEntityType: node +bundle: article +mode: card_common +content: + field_media_image: + type: entity_reference_entity_view + weight: 1 + region: content + label: hidden + settings: + view_mode: responsive_3x2 + link: false + third_party_settings: { } +hidden: + body: true + content_moderation_control: true + field_tags: true + langcode: true + links: true diff --git a/config/core.entity_view_display.node.article.card_common_alt.yml b/config/core.entity_view_display.node.article.card_common_alt.yml new file mode 100644 index 0000000..fbfd1d3 --- /dev/null +++ b/config/core.entity_view_display.node.article.card_common_alt.yml @@ -0,0 +1,34 @@ +uuid: 635d9169-a1e1-4461-80f9-1f264ea7dc09 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.card_common_alt + - field.field.node.article.body + - field.field.node.article.field_media_image + - field.field.node.article.field_tags + - node.type.article + module: + - user +_core: + default_config_hash: ltpoNJlKzrzV9kzHJSEaJ7_ClCTwmmSlDG9lppa9pTI +id: node.article.card_common_alt +targetEntityType: node +bundle: article +mode: card_common_alt +content: + field_media_image: + type: entity_reference_entity_view + weight: 1 + region: content + label: hidden + settings: + view_mode: responsive_3x2 + link: false + third_party_settings: { } +hidden: + body: true + content_moderation_control: true + field_tags: true + langcode: true + links: true diff --git a/config/core.entity_view_display.node.article.default.yml b/config/core.entity_view_display.node.article.default.yml new file mode 100644 index 0000000..069a95f --- /dev/null +++ b/config/core.entity_view_display.node.article.default.yml @@ -0,0 +1,51 @@ +uuid: 8345620a-e556-4488-8fa8-e4eb8bdfe365 +langcode: en +status: true +dependencies: + config: + - field.field.node.article.body + - field.field.node.article.field_media_image + - field.field.node.article.field_tags + - node.type.article + module: + - text + - user +_core: + default_config_hash: RqXH0wDA_6Zxfy-Cm__I5UJJXpZB0hiF1IHbdsgo14E +id: node.article.default +targetEntityType: node +bundle: article +mode: default +content: + body: + type: text_default + weight: 3 + region: content + settings: { } + third_party_settings: { } + label: hidden + field_media_image: + weight: 2 + label: hidden + settings: + view_mode: responsive_3x2 + link: false + third_party_settings: { } + type: entity_reference_entity_view + region: content + field_tags: + type: entity_reference_label + weight: 0 + region: content + label: above + settings: + link: true + third_party_settings: { } + links: + weight: 4 + region: content + settings: { } + third_party_settings: { } +hidden: + content_moderation_control: true + langcode: true diff --git a/config/core.entity_view_display.node.article.full.yml b/config/core.entity_view_display.node.article.full.yml new file mode 100644 index 0000000..778122f --- /dev/null +++ b/config/core.entity_view_display.node.article.full.yml @@ -0,0 +1,56 @@ +uuid: 72cad054-57d8-45d3-b365-f9e0dc9c2b1e +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.full + - field.field.node.article.body + - field.field.node.article.field_media_image + - field.field.node.article.field_tags + - node.type.article + module: + - text + - user +_core: + default_config_hash: apQrnQTZvSwgtH8PUGq0iDxLcY-cQlYBvdrTGeu08ns +id: node.article.full +targetEntityType: node +bundle: article +mode: full +content: + body: + type: text_default + weight: 3 + region: content + settings: { } + third_party_settings: { } + label: hidden + content_moderation_control: + weight: 5 + region: content + settings: { } + third_party_settings: { } + field_media_image: + type: entity_reference_entity_view + weight: 2 + region: content + label: hidden + settings: + view_mode: responsive_3x2 + link: false + third_party_settings: { } + field_tags: + type: entity_reference_label + weight: 0 + region: content + label: inline + settings: + link: true + third_party_settings: { } + links: + weight: 4 + region: content + settings: { } + third_party_settings: { } +hidden: + langcode: true diff --git a/config/core.entity_view_display.node.article.rss.yml b/config/core.entity_view_display.node.article.rss.yml new file mode 100644 index 0000000..3db094d --- /dev/null +++ b/config/core.entity_view_display.node.article.rss.yml @@ -0,0 +1,28 @@ +uuid: f0a7fdd3-4471-4fa0-b5ce-dc47e2f12f36 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.rss + - field.field.node.article.body + - field.field.node.article.field_media_image + - field.field.node.article.field_tags + - node.type.article + module: + - user +_core: + default_config_hash: p2BQs6vDIVHWZIoxoZPyngdMaL29dux4lfj-iA4PSq4 +id: node.article.rss +targetEntityType: node +bundle: article +mode: rss +content: + links: + weight: 100 + region: content +hidden: + body: true + content_moderation_control: true + field_media_image: true + field_tags: true + langcode: true diff --git a/config/core.entity_view_display.node.article.teaser.yml b/config/core.entity_view_display.node.article.teaser.yml new file mode 100644 index 0000000..7f6c0a7 --- /dev/null +++ b/config/core.entity_view_display.node.article.teaser.yml @@ -0,0 +1,53 @@ +uuid: da7a8413-b926-4de3-95b9-cf7de461b0ce +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.teaser + - field.field.node.article.body + - field.field.node.article.field_media_image + - field.field.node.article.field_tags + - node.type.article + module: + - text + - user +_core: + default_config_hash: ZPV7sE10QBYRFA06vmwaxCKMUn9R7CXVi0G6_WdmnLU +id: node.article.teaser +targetEntityType: node +bundle: article +mode: teaser +content: + body: + type: text_summary_or_trimmed + weight: 2 + region: content + settings: + trim_length: 600 + third_party_settings: { } + label: hidden + field_media_image: + type: entity_reference_entity_view + weight: 1 + region: content + label: hidden + settings: + view_mode: responsive_3x2 + link: false + third_party_settings: { } + field_tags: + type: entity_reference_label + weight: 3 + region: content + settings: + link: true + third_party_settings: { } + label: above + links: + weight: 4 + region: content + settings: { } + third_party_settings: { } +hidden: + content_moderation_control: true + langcode: true diff --git a/config/core.entity_view_display.node.page.default.yml b/config/core.entity_view_display.node.page.default.yml new file mode 100644 index 0000000..2dee7f3 --- /dev/null +++ b/config/core.entity_view_display.node.page.default.yml @@ -0,0 +1,36 @@ +uuid: 3e4128f5-865c-46dd-94a0-1b1ca83fee0e +langcode: en +status: true +dependencies: + config: + - field.field.node.page.body + - node.type.page + module: + - text + - user +_core: + default_config_hash: mKciBAR2s5VwtfYYrvtQa6sjTyHcrNwlBCH15fwKkC0 +id: node.page.default +targetEntityType: node +bundle: page +mode: default +content: + body: + label: hidden + type: text_default + weight: 0 + region: content + settings: { } + third_party_settings: { } + content_moderation_control: + weight: 2 + region: content + settings: { } + third_party_settings: { } + links: + weight: 1 + region: content + settings: { } + third_party_settings: { } +hidden: + langcode: true diff --git a/config/core.entity_view_display.node.page.teaser.yml b/config/core.entity_view_display.node.page.teaser.yml new file mode 100644 index 0000000..8b37491 --- /dev/null +++ b/config/core.entity_view_display.node.page.teaser.yml @@ -0,0 +1,32 @@ +uuid: c1592dc3-4200-40d0-a546-eda550c77773 +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: 9-skoU79foEdbQDjMS0Kgd9Jm3MHd02yDkipcEq-CEU +id: node.page.teaser +targetEntityType: node +bundle: page +mode: teaser +content: + body: + label: hidden + type: text_summary_or_trimmed + weight: 100 + region: content + settings: + trim_length: 600 + third_party_settings: { } + links: + weight: 101 + region: content +hidden: + content_moderation_control: true + langcode: true diff --git a/config/core.entity_view_display.node.recipe.card.yml b/config/core.entity_view_display.node.recipe.card.yml new file mode 100644 index 0000000..4b6016b --- /dev/null +++ b/config/core.entity_view_display.node.recipe.card.yml @@ -0,0 +1,57 @@ +uuid: 1410e8e9-de81-437f-a771-1cc9ad494a12 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.card + - field.field.node.recipe.field_cooking_time + - field.field.node.recipe.field_difficulty + - field.field.node.recipe.field_ingredients + - field.field.node.recipe.field_media_image + - field.field.node.recipe.field_number_of_servings + - field.field.node.recipe.field_preparation_time + - field.field.node.recipe.field_recipe_category + - field.field.node.recipe.field_recipe_instruction + - field.field.node.recipe.field_summary + - field.field.node.recipe.field_tags + - field.field.node.recipe.layout_builder__layout + - node.type.recipe + module: + - options + - user +_core: + default_config_hash: YNeSqFztpByI8VQ_Afkq-_PvfrbD74P8TnRd_V-sy2c +id: node.recipe.card +targetEntityType: node +bundle: recipe +mode: card +content: + field_difficulty: + weight: 0 + label: inline + settings: { } + third_party_settings: { } + type: list_default + region: content + field_media_image: + type: entity_reference_entity_view + weight: 2 + region: content + label: hidden + settings: + view_mode: responsive_3x2 + link: false + third_party_settings: { } +hidden: + content_moderation_control: true + field_cooking_time: true + field_ingredients: true + field_number_of_servings: true + field_preparation_time: true + field_recipe_category: true + field_recipe_instruction: true + field_summary: true + field_tags: true + langcode: true + layout_builder__layout: true + links: true diff --git a/config/core.entity_view_display.node.recipe.card_common.yml b/config/core.entity_view_display.node.recipe.card_common.yml new file mode 100644 index 0000000..8ce7b01 --- /dev/null +++ b/config/core.entity_view_display.node.recipe.card_common.yml @@ -0,0 +1,50 @@ +uuid: 173b67a7-d577-4cad-a341-4bb7e76bcf8a +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.card_common + - field.field.node.recipe.field_cooking_time + - field.field.node.recipe.field_difficulty + - field.field.node.recipe.field_ingredients + - field.field.node.recipe.field_media_image + - field.field.node.recipe.field_number_of_servings + - field.field.node.recipe.field_preparation_time + - field.field.node.recipe.field_recipe_category + - field.field.node.recipe.field_recipe_instruction + - field.field.node.recipe.field_summary + - field.field.node.recipe.field_tags + - field.field.node.recipe.layout_builder__layout + - node.type.recipe + module: + - user +_core: + default_config_hash: jkLwPdYDuI2yR6insus-3rrgjYJg0o9U7qojXbgb2nk +id: node.recipe.card_common +targetEntityType: node +bundle: recipe +mode: card_common +content: + field_media_image: + type: entity_reference_entity_view + weight: 1 + region: content + label: hidden + settings: + view_mode: responsive_3x2 + link: false + third_party_settings: { } +hidden: + content_moderation_control: true + field_cooking_time: true + field_difficulty: true + field_ingredients: true + field_number_of_servings: true + field_preparation_time: true + field_recipe_category: true + field_recipe_instruction: true + field_summary: true + field_tags: true + langcode: true + layout_builder__layout: true + links: true diff --git a/config/core.entity_view_display.node.recipe.card_common_alt.yml b/config/core.entity_view_display.node.recipe.card_common_alt.yml new file mode 100644 index 0000000..6317a6b --- /dev/null +++ b/config/core.entity_view_display.node.recipe.card_common_alt.yml @@ -0,0 +1,50 @@ +uuid: 6bd2946d-2f31-40e9-bf92-8bcb1ff9882d +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.card_common_alt + - field.field.node.recipe.field_cooking_time + - field.field.node.recipe.field_difficulty + - field.field.node.recipe.field_ingredients + - field.field.node.recipe.field_media_image + - field.field.node.recipe.field_number_of_servings + - field.field.node.recipe.field_preparation_time + - field.field.node.recipe.field_recipe_category + - field.field.node.recipe.field_recipe_instruction + - field.field.node.recipe.field_summary + - field.field.node.recipe.field_tags + - field.field.node.recipe.layout_builder__layout + - node.type.recipe + module: + - user +_core: + default_config_hash: RlSxLwuRuF-0V2vwRuVExdo82l1VCEIhWFssIbOuuO4 +id: node.recipe.card_common_alt +targetEntityType: node +bundle: recipe +mode: card_common_alt +content: + field_media_image: + type: entity_reference_entity_view + weight: 1 + region: content + label: hidden + settings: + view_mode: square + link: false + third_party_settings: { } +hidden: + content_moderation_control: true + field_cooking_time: true + field_difficulty: true + field_ingredients: true + field_number_of_servings: true + field_preparation_time: true + field_recipe_category: true + field_recipe_instruction: true + field_summary: true + field_tags: true + langcode: true + layout_builder__layout: true + links: true diff --git a/config/core.entity_view_display.node.recipe.default.yml b/config/core.entity_view_display.node.recipe.default.yml new file mode 100644 index 0000000..8f2e947 --- /dev/null +++ b/config/core.entity_view_display.node.recipe.default.yml @@ -0,0 +1,118 @@ +uuid: ee10a809-1069-4857-9ee0-82a7dc21659b +langcode: en +status: true +dependencies: + config: + - field.field.node.recipe.field_cooking_time + - field.field.node.recipe.field_difficulty + - field.field.node.recipe.field_ingredients + - field.field.node.recipe.field_media_image + - field.field.node.recipe.field_number_of_servings + - field.field.node.recipe.field_preparation_time + - field.field.node.recipe.field_recipe_category + - field.field.node.recipe.field_recipe_instruction + - field.field.node.recipe.field_summary + - field.field.node.recipe.field_tags + - field.field.node.recipe.layout_builder__layout + - node.type.recipe + module: + - options + - text + - user +_core: + default_config_hash: nuqg0DCtT1hOuDLBcLeJCRBHPhJ0OjphsplYyagB1PI +id: node.recipe.default +targetEntityType: node +bundle: recipe +mode: default +content: + field_cooking_time: + weight: 6 + label: above + settings: + thousand_separator: '' + prefix_suffix: true + third_party_settings: { } + type: number_integer + region: content + field_difficulty: + weight: 8 + label: above + settings: { } + third_party_settings: { } + type: list_default + region: content + field_ingredients: + weight: 9 + label: above + settings: + link_to_entity: false + third_party_settings: { } + type: string + region: content + field_media_image: + type: entity_reference_entity_view + weight: 4 + label: hidden + settings: + view_mode: responsive_3x2 + link: false + third_party_settings: { } + region: content + field_number_of_servings: + weight: 7 + label: above + settings: + thousand_separator: '' + prefix_suffix: true + third_party_settings: { } + type: number_integer + region: content + field_preparation_time: + weight: 5 + label: above + settings: + thousand_separator: '' + prefix_suffix: true + third_party_settings: { } + type: number_integer + region: content + field_recipe_category: + weight: 1 + label: above + settings: + link: true + third_party_settings: { } + type: entity_reference_label + region: content + field_recipe_instruction: + weight: 10 + label: above + settings: { } + third_party_settings: { } + type: text_default + region: content + field_summary: + weight: 0 + label: hidden + settings: { } + third_party_settings: { } + type: text_default + region: content + field_tags: + weight: 2 + label: above + settings: + link: true + third_party_settings: { } + type: entity_reference_label + region: content + links: + weight: 11 + region: content + settings: { } + third_party_settings: { } +hidden: + content_moderation_control: true + langcode: true + layout_builder__layout: true diff --git a/config/core.entity_view_display.node.recipe.full.yml b/config/core.entity_view_display.node.recipe.full.yml new file mode 100644 index 0000000..8e6fbb6 --- /dev/null +++ b/config/core.entity_view_display.node.recipe.full.yml @@ -0,0 +1,337 @@ +uuid: 798b87af-7c10-4903-be93-309a5b65c28e +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.full + - field.field.node.recipe.field_cooking_time + - field.field.node.recipe.field_difficulty + - field.field.node.recipe.field_ingredients + - field.field.node.recipe.field_media_image + - field.field.node.recipe.field_number_of_servings + - field.field.node.recipe.field_preparation_time + - field.field.node.recipe.field_recipe_category + - field.field.node.recipe.field_recipe_instruction + - field.field.node.recipe.field_summary + - field.field.node.recipe.field_tags + - field.field.node.recipe.layout_builder__layout + - node.type.recipe + module: + - layout_builder + - layout_discovery + - options + - text + - user + theme: + - umami +third_party_settings: + layout_builder: + sections: + - + layout_id: layout_onecol + layout_settings: + label: '' + components: + eadd557c-6414-40e5-9a95-355720385477: + uuid: eadd557c-6414-40e5-9a95-355720385477 + region: content + configuration: + label_display: '0' + context_mapping: + entity: layout_builder.entity + id: 'field_block:node:recipe:field_tags' + formatter: + label: inline + settings: + link: true + third_party_settings: { } + type: entity_reference_label + additional: { } + weight: 3 + 0eff9e1d-4e73-4748-b910-e5568df1d5aa: + uuid: 0eff9e1d-4e73-4748-b910-e5568df1d5aa + region: content + configuration: + label_display: '0' + context_mapping: + entity: layout_builder.entity + id: 'field_block:node:recipe:field_recipe_category' + formatter: + label: inline + settings: + link: true + third_party_settings: { } + type: entity_reference_label + additional: { } + weight: 2 + 44801518-fe93-421a-bdcb-550493c7925d: + uuid: 44801518-fe93-421a-bdcb-550493c7925d + region: content + configuration: + label_display: '0' + context_mapping: + entity: layout_builder.entity + id: 'field_block:node:recipe:field_summary' + formatter: + label: hidden + settings: { } + third_party_settings: { } + type: text_default + additional: { } + weight: 4 + third_party_settings: { } + - + layout_id: layout_oneplusfourgrid_section + layout_settings: + label: '' + components: + cc87463d-bb75-4eca-a2d0-42f0b643f8a7: + uuid: cc87463d-bb75-4eca-a2d0-42f0b643f8a7 + region: content + configuration: + id: 'field_block:node:recipe:field_media_image' + label: 'Media Image' + provider: layout_builder + label_display: '0' + formatter: + label: hidden + type: entity_reference_entity_view + settings: + view_mode: responsive_3x2 + third_party_settings: { } + context_mapping: + entity: layout_builder.entity + view_mode: view_mode + additional: { } + weight: 4 + df8bfafc-210c-4d86-9745-e47081ab0fd4: + uuid: df8bfafc-210c-4d86-9745-e47081ab0fd4 + region: fifth + configuration: + label_display: '0' + context_mapping: + entity: layout_builder.entity + id: 'field_block:node:recipe:field_difficulty' + formatter: + label: inline + settings: { } + third_party_settings: { } + type: list_default + additional: { } + weight: 0 + a2d450d0-08ce-4123-bca0-411bfa1da132: + uuid: a2d450d0-08ce-4123-bca0-411bfa1da132 + region: fourth + configuration: + label_display: '0' + context_mapping: + entity: layout_builder.entity + id: 'field_block:node:recipe:field_number_of_servings' + formatter: + label: inline + settings: + thousand_separator: '' + prefix_suffix: false + third_party_settings: { } + type: number_integer + additional: { } + weight: 0 + f91febc6-d924-47a2-8ffd-b71d3b2597c7: + uuid: f91febc6-d924-47a2-8ffd-b71d3b2597c7 + region: third + configuration: + label_display: '0' + context_mapping: + entity: layout_builder.entity + id: 'field_block:node:recipe:field_cooking_time' + formatter: + label: inline + settings: + thousand_separator: '' + prefix_suffix: true + third_party_settings: { } + type: number_integer + additional: { } + weight: 0 + 00488840-db50-4afe-9c30-a123e6707fa9: + uuid: 00488840-db50-4afe-9c30-a123e6707fa9 + region: second + configuration: + label_display: '0' + context_mapping: + entity: layout_builder.entity + id: 'field_block:node:recipe:field_preparation_time' + formatter: + label: inline + settings: + thousand_separator: '' + prefix_suffix: true + third_party_settings: { } + type: number_integer + additional: { } + weight: 0 + 69d8bce1-28ae-4287-a05b-a2166679f867: + uuid: 69d8bce1-28ae-4287-a05b-a2166679f867 + region: first + configuration: + id: 'field_block:node:recipe:field_media_image' + label: 'Media Image' + provider: layout_builder + label_display: '0' + formatter: + label: hidden + type: entity_reference_entity_view + settings: + view_mode: responsive_3x2 + third_party_settings: { } + context_mapping: + entity: layout_builder.entity + view_mode: view_mode + additional: { } + weight: 0 + third_party_settings: { } + - + layout_id: layout_twocol_section + layout_settings: + label: '' + column_widths: 33-67 + components: + 6924bf2e-8baa-4081-803a-7a2d3b7d8e14: + uuid: 6924bf2e-8baa-4081-803a-7a2d3b7d8e14 + region: first + configuration: + label_display: '0' + context_mapping: + entity: layout_builder.entity + id: 'field_block:node:recipe:field_ingredients' + formatter: + label: above + settings: + link_to_entity: false + third_party_settings: { } + type: string + additional: { } + weight: 0 + f61cae40-5865-4c4c-98fa-14b8234e7b98: + uuid: f61cae40-5865-4c4c-98fa-14b8234e7b98 + region: second + configuration: + label_display: '0' + context_mapping: + entity: layout_builder.entity + id: 'field_block:node:recipe:field_recipe_instruction' + formatter: + label: above + settings: { } + third_party_settings: { } + type: text_default + additional: { } + weight: 0 + third_party_settings: { } + - + layout_id: layout_onecol + layout_settings: + label: '' + components: + d4b753a7-e1b1-4062-a1d0-a2666362693e: + uuid: d4b753a7-e1b1-4062-a1d0-a2666362693e + region: content + configuration: + label_display: '0' + context_mapping: + entity: layout_builder.entity + id: 'extra_field_block:node:recipe:content_moderation_control' + additional: { } + weight: 0 + third_party_settings: { } + allow_custom: true + enabled: true +_core: + default_config_hash: llu6cnUCcaLpPt9MZJ5A_ImWFVjM5OCugvfpcHZW7uE +id: node.recipe.full +targetEntityType: node +bundle: recipe +mode: full +content: + content_moderation_control: + weight: 10 + region: content + settings: { } + third_party_settings: { } + field_cooking_time: + weight: 5 + label: inline + settings: + thousand_separator: '' + prefix_suffix: true + third_party_settings: { } + type: number_integer + region: content + field_difficulty: + weight: 7 + label: inline + settings: { } + third_party_settings: { } + type: list_default + region: content + field_ingredients: + weight: 8 + label: above + settings: + link_to_entity: false + third_party_settings: { } + type: string + region: content + field_number_of_servings: + weight: 6 + label: inline + settings: + thousand_separator: '' + prefix_suffix: false + third_party_settings: { } + type: number_integer + region: content + field_preparation_time: + weight: 4 + label: inline + settings: + thousand_separator: '' + prefix_suffix: true + third_party_settings: { } + type: number_integer + region: content + field_recipe_category: + weight: 1 + label: inline + settings: + link: true + third_party_settings: { } + type: entity_reference_label + region: content + field_recipe_instruction: + weight: 9 + label: above + settings: { } + third_party_settings: { } + type: text_default + region: content + field_summary: + weight: 0 + label: hidden + settings: { } + third_party_settings: { } + type: text_default + region: content + field_tags: + weight: 2 + label: inline + settings: + link: true + third_party_settings: { } + type: entity_reference_label + region: content +hidden: + field_media_image: true + langcode: true + layout_builder__layout: true + links: true diff --git a/config/core.entity_view_display.node.recipe.teaser.yml b/config/core.entity_view_display.node.recipe.teaser.yml new file mode 100644 index 0000000..7099f7c --- /dev/null +++ b/config/core.entity_view_display.node.recipe.teaser.yml @@ -0,0 +1,44 @@ +uuid: ead9394a-2a89-4b60-a638-cfd8ced0adbc +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.teaser + - field.field.node.recipe.field_cooking_time + - field.field.node.recipe.field_difficulty + - field.field.node.recipe.field_ingredients + - field.field.node.recipe.field_media_image + - field.field.node.recipe.field_number_of_servings + - field.field.node.recipe.field_preparation_time + - field.field.node.recipe.field_recipe_category + - field.field.node.recipe.field_recipe_instruction + - field.field.node.recipe.field_summary + - field.field.node.recipe.field_tags + - field.field.node.recipe.layout_builder__layout + - node.type.recipe + module: + - user +_core: + default_config_hash: 4rIffKRdWUyIN2GSD-HVCY8XkCMEaOzjMCj3uKEsAww +id: node.recipe.teaser +targetEntityType: node +bundle: recipe +mode: teaser +content: + links: + weight: 100 + region: content +hidden: + content_moderation_control: true + field_cooking_time: true + field_difficulty: true + field_ingredients: true + field_media_image: true + field_number_of_servings: true + field_preparation_time: true + field_recipe_category: true + field_recipe_instruction: true + field_summary: true + field_tags: true + langcode: true + layout_builder__layout: true diff --git a/config/core.entity_view_display.user.user.compact.yml b/config/core.entity_view_display.user.user.compact.yml new file mode 100644 index 0000000..3eafe8d --- /dev/null +++ b/config/core.entity_view_display.user.user.compact.yml @@ -0,0 +1,30 @@ +uuid: d3c7c0c7-b36a-491d-a034-ee511992543c +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: E9SniQL7JC-qmqMZfr4YfgEzX2E73-D0cQuK7FPflMM +id: user.user.compact +targetEntityType: user +bundle: user +mode: compact +content: + user_picture: + type: image + weight: 0 + region: content + settings: + image_style: thumbnail + image_link: content + third_party_settings: { } + label: hidden +hidden: + langcode: true + member_for: true diff --git a/config/core.entity_view_display.user.user.default.yml b/config/core.entity_view_display.user.user.default.yml new file mode 100644 index 0000000..f17cd6c --- /dev/null +++ b/config/core.entity_view_display.user.user.default.yml @@ -0,0 +1,31 @@ +uuid: d61a15ca-e5ba-4521-9972-602c50b0e01d +langcode: en +status: true +dependencies: + config: + - field.field.user.user.user_picture + - image.style.thumbnail + module: + - image + - user +_core: + default_config_hash: kn3ILV8YmQC61BmSND_M2nihisVtwpcQeJci23Ce17o +id: user.user.default +targetEntityType: user +bundle: user +mode: default +content: + member_for: + weight: 5 + region: content + user_picture: + type: image + weight: 0 + region: content + settings: + image_style: thumbnail + image_link: content + third_party_settings: { } + label: hidden +hidden: + langcode: true diff --git a/config/core.entity_view_mode.block_content.full.yml b/config/core.entity_view_mode.block_content.full.yml new file mode 100644 index 0000000..76a6a2d --- /dev/null +++ b/config/core.entity_view_mode.block_content.full.yml @@ -0,0 +1,12 @@ +uuid: 6937a970-f2f0-4db5-877a-5d267656f503 +langcode: en +status: false +dependencies: + module: + - block_content +_core: + default_config_hash: 4tedlMuvQjDOdvHdw86_e-2Rt78aR7TGFMfOK8Ejppg +id: block_content.full +label: Full +targetEntityType: block_content +cache: true diff --git a/config/core.entity_view_mode.media.full.yml b/config/core.entity_view_mode.media.full.yml new file mode 100644 index 0000000..457fad9 --- /dev/null +++ b/config/core.entity_view_mode.media.full.yml @@ -0,0 +1,12 @@ +uuid: 1f296653-6c28-401a-a753-00c810a7fe95 +langcode: en +status: false +dependencies: + module: + - media +_core: + default_config_hash: 6NBUEuGmlkClK8Fb76tSMMpO2eZ4LWCBdbUk4z7CuP0 +id: media.full +label: 'Full content' +targetEntityType: media +cache: true diff --git a/config/core.entity_view_mode.media.media_library.yml b/config/core.entity_view_mode.media.media_library.yml new file mode 100644 index 0000000..c619e94 --- /dev/null +++ b/config/core.entity_view_mode.media.media_library.yml @@ -0,0 +1,15 @@ +uuid: e592c348-88d1-4145-90f0-679cbea11d38 +langcode: en +status: true +dependencies: + enforced: + module: + - media_library + module: + - media +_core: + default_config_hash: pkq0uj-IoqEQRBOP_ddUDV0ZJ-dKQ_fLcppsEDF2UO8 +id: media.media_library +label: 'Media library' +targetEntityType: media +cache: true diff --git a/config/core.entity_view_mode.media.medium_8_7.yml b/config/core.entity_view_mode.media.medium_8_7.yml new file mode 100644 index 0000000..5b3526a --- /dev/null +++ b/config/core.entity_view_mode.media.medium_8_7.yml @@ -0,0 +1,12 @@ +uuid: b84fbc99-8231-47b6-8ffc-9de9cfba5485 +langcode: en +status: true +dependencies: + module: + - media +_core: + default_config_hash: MLQ-b8I239yOJy9cH7ZG9vuo3lvjRyVoQhebrlHVPF8 +id: media.medium_8_7 +label: 'Medium 8:7' +targetEntityType: media +cache: true diff --git a/config/core.entity_view_mode.media.responsive_3x2.yml b/config/core.entity_view_mode.media.responsive_3x2.yml new file mode 100644 index 0000000..7a0e28b --- /dev/null +++ b/config/core.entity_view_mode.media.responsive_3x2.yml @@ -0,0 +1,12 @@ +uuid: c0a3f645-55e6-4de6-87c3-18e19e285258 +langcode: en +status: true +dependencies: + module: + - media +_core: + default_config_hash: UcWQWYgwhS23gSbklT6rN_MnalDvby-xDzzKtT3jalc +id: media.responsive_3x2 +label: 'Responsive 3x2' +targetEntityType: media +cache: true diff --git a/config/core.entity_view_mode.media.scale_crop_7_3_large.yml b/config/core.entity_view_mode.media.scale_crop_7_3_large.yml new file mode 100644 index 0000000..d582f2a --- /dev/null +++ b/config/core.entity_view_mode.media.scale_crop_7_3_large.yml @@ -0,0 +1,12 @@ +uuid: 3224399b-f06e-47d0-8038-c160635c8ac1 +langcode: en +status: true +dependencies: + module: + - media +_core: + default_config_hash: B_sFTb1IDrYepEpv0JbwaccNjBlIQFiG12gZaheHge4 +id: media.scale_crop_7_3_large +label: 'Scale crop 7:3 large' +targetEntityType: media +cache: true diff --git a/config/core.entity_view_mode.media.square.yml b/config/core.entity_view_mode.media.square.yml new file mode 100644 index 0000000..603da9b --- /dev/null +++ b/config/core.entity_view_mode.media.square.yml @@ -0,0 +1,12 @@ +uuid: 4a056473-7372-442c-9000-67da5fbddce8 +langcode: en +status: true +dependencies: + module: + - media +_core: + default_config_hash: jhFdVZaHLJb5b_ZoaAjYGuBZYVoeK6IZG5x3afIT1vI +id: media.square +label: Square +targetEntityType: media +cache: true diff --git a/config/core.entity_view_mode.node.card.yml b/config/core.entity_view_mode.node.card.yml new file mode 100644 index 0000000..9fcd15c --- /dev/null +++ b/config/core.entity_view_mode.node.card.yml @@ -0,0 +1,12 @@ +uuid: 9fcd4ae2-70ea-4c6f-a536-181e55fd27e3 +langcode: en +status: true +dependencies: + module: + - node +_core: + default_config_hash: z6QSG0XSjPK_V4notuY8MaeIAO_QnwfvuH825TyLiHg +id: node.card +label: Card +targetEntityType: node +cache: true diff --git a/config/core.entity_view_mode.node.card_common.yml b/config/core.entity_view_mode.node.card_common.yml new file mode 100644 index 0000000..b4c93c1 --- /dev/null +++ b/config/core.entity_view_mode.node.card_common.yml @@ -0,0 +1,12 @@ +uuid: 980b89fd-8814-4fc5-a1db-396d6ca07c13 +langcode: en +status: true +dependencies: + module: + - node +_core: + default_config_hash: nmGf3ZkxTWp1HmkQ7iq2M6uv-NUOu0hjXE4UNMY0MKk +id: node.card_common +label: 'Card common' +targetEntityType: node +cache: true diff --git a/config/core.entity_view_mode.node.card_common_alt.yml b/config/core.entity_view_mode.node.card_common_alt.yml new file mode 100644 index 0000000..10cfcd8 --- /dev/null +++ b/config/core.entity_view_mode.node.card_common_alt.yml @@ -0,0 +1,12 @@ +uuid: df9c43fb-5994-4e08-ac95-fa2afd2d22cd +langcode: en +status: true +dependencies: + module: + - node +_core: + default_config_hash: ywtGZ6aQN-1g5CwgTXKtu7ds_1d7wJZCwu0a2FyIl78 +id: node.card_common_alt +label: 'Card common alt' +targetEntityType: node +cache: true diff --git a/config/core.entity_view_mode.node.full.yml b/config/core.entity_view_mode.node.full.yml new file mode 100644 index 0000000..1b0e767 --- /dev/null +++ b/config/core.entity_view_mode.node.full.yml @@ -0,0 +1,12 @@ +uuid: 8d427326-6ef8-4a57-8d8e-a4797735831e +langcode: en +status: false +dependencies: + module: + - node +_core: + default_config_hash: ElrtInxGjZd7GaapJ5O9n-ugi2hG2IxFivtgn0tHOsk +id: node.full +label: 'Full content' +targetEntityType: node +cache: true diff --git a/config/core.entity_view_mode.node.rss.yml b/config/core.entity_view_mode.node.rss.yml new file mode 100644 index 0000000..c561e30 --- /dev/null +++ b/config/core.entity_view_mode.node.rss.yml @@ -0,0 +1,12 @@ +uuid: 4a569f9e-a775-410e-a162-926a322ad821 +langcode: en +status: false +dependencies: + module: + - node +_core: + default_config_hash: vlYzr-rp2f9NMp-Qlr4sFjlqRq-90mco5-afLNGwCrU +id: node.rss +label: RSS +targetEntityType: node +cache: true diff --git a/config/core.entity_view_mode.node.search_index.yml b/config/core.entity_view_mode.node.search_index.yml new file mode 100644 index 0000000..e8ae13e --- /dev/null +++ b/config/core.entity_view_mode.node.search_index.yml @@ -0,0 +1,12 @@ +uuid: ff66b3b1-7b31-4621-a74a-79f7833cc7ee +langcode: en +status: false +dependencies: + module: + - node +_core: + default_config_hash: fVFfJv_GzBRE-wpRHbfD5a3VjnhbEOXG6lvRd3uaccY +id: node.search_index +label: 'Search index' +targetEntityType: node +cache: true diff --git a/config/core.entity_view_mode.node.search_result.yml b/config/core.entity_view_mode.node.search_result.yml new file mode 100644 index 0000000..788e4f9 --- /dev/null +++ b/config/core.entity_view_mode.node.search_result.yml @@ -0,0 +1,12 @@ +uuid: a032c514-0784-4de1-ab1b-0f8beff73e9e +langcode: en +status: false +dependencies: + module: + - node +_core: + default_config_hash: 6GCOQ-jP2RbdbHA5YWQ6bT8CfGbqrBYKOSC_XY4E3ZM +id: node.search_result +label: 'Search result highlighting input' +targetEntityType: node +cache: true diff --git a/config/core.entity_view_mode.node.teaser.yml b/config/core.entity_view_mode.node.teaser.yml new file mode 100644 index 0000000..753fbf2 --- /dev/null +++ b/config/core.entity_view_mode.node.teaser.yml @@ -0,0 +1,12 @@ +uuid: f1ab6fc0-fdf9-4172-a14b-83301ab95e37 +langcode: en +status: true +dependencies: + module: + - node +_core: + default_config_hash: Mz9qWr1kUYK0mjRAGDsr5XS6PvtZ24en_7ndt-pyWe4 +id: node.teaser +label: Teaser +targetEntityType: node +cache: true diff --git a/config/core.entity_view_mode.taxonomy_term.full.yml b/config/core.entity_view_mode.taxonomy_term.full.yml new file mode 100644 index 0000000..fafe99b --- /dev/null +++ b/config/core.entity_view_mode.taxonomy_term.full.yml @@ -0,0 +1,12 @@ +uuid: 080ecd02-970e-4b8a-895c-a060a6245a68 +langcode: en +status: true +dependencies: + module: + - taxonomy +_core: + default_config_hash: '-PPKjsNQPvoIDjOuUAvlLocYD976MNjb9Zpgyz5_BWE' +id: taxonomy_term.full +label: 'Taxonomy term page' +targetEntityType: taxonomy_term +cache: true diff --git a/config/core.entity_view_mode.user.compact.yml b/config/core.entity_view_mode.user.compact.yml new file mode 100644 index 0000000..e885baf --- /dev/null +++ b/config/core.entity_view_mode.user.compact.yml @@ -0,0 +1,12 @@ +uuid: 9b1d5b0b-6ff3-4111-a0e9-662ddd975c5a +langcode: en +status: true +dependencies: + module: + - user +_core: + default_config_hash: 71CSAr_LNPcgu6D6jI4INl1KATkahmeyUFBETAWya8g +id: user.compact +label: Compact +targetEntityType: user +cache: true diff --git a/config/core.entity_view_mode.user.full.yml b/config/core.entity_view_mode.user.full.yml new file mode 100644 index 0000000..9701f4f --- /dev/null +++ b/config/core.entity_view_mode.user.full.yml @@ -0,0 +1,12 @@ +uuid: c8d1ad8f-db62-46b3-b812-cd75ed28da69 +langcode: en +status: false +dependencies: + module: + - user +_core: + default_config_hash: mQIF_foYjmnVSr9MpcD4CTaJE_FpO1AyDd_DskztGhM +id: user.full +label: 'User account' +targetEntityType: user +cache: true diff --git a/config/core.extension.yml b/config/core.extension.yml new file mode 100644 index 0000000..3a87fb2 --- /dev/null +++ b/config/core.extension.yml @@ -0,0 +1,64 @@ +module: + automated_cron: 0 + big_pipe: 0 + block: 0 + block_content: 0 + breakpoint: 0 + ckeditor: 0 + color: 0 + config: 0 + config_translation: 0 + contact: 0 + content_moderation: 0 + contextual: 0 + datetime: 0 + dblog: 0 + demo_umami_content: 0 + dynamic_page_cache: 0 + editor: 0 + field: 0 + field_ui: 0 + file: 0 + filter: 0 + help: 0 + history: 0 + image: 0 + language: 0 + layout_builder: 0 + layout_discovery: 0 + link: 0 + locale: 0 + media: 0 + media_library: 0 + menu_ui: 0 + node: 0 + options: 0 + page_cache: 0 + path: 0 + path_alias: 0 + quickedit: 0 + rdf: 0 + responsive_image: 0 + search: 0 + shortcut: 0 + system: 0 + taxonomy: 0 + text: 0 + toolbar: 0 + tour: 0 + update: 0 + user: 0 + views_ui: 0 + workflows: 0 + menu_link_content: 1 + content_translation: 10 + views: 10 + demo_umami: 1000 +theme: + stable: 0 + classy: 0 + seven: 0 + umami: 0 +profile: demo_umami +_core: + default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc diff --git a/config/core.menu.static_menu_link_overrides.yml b/config/core.menu.static_menu_link_overrides.yml new file mode 100644 index 0000000..55dc4b6 --- /dev/null +++ b/config/core.menu.static_menu_link_overrides.yml @@ -0,0 +1,9 @@ +definitions: + contact__site_page: + enabled: true + menu_name: footer + parent: '' + weight: 0 + expanded: false +_core: + default_config_hash: o4bYR9ZupWb3AsOIizTUG4g-nu1mdJqA59UB7QT-ifQ diff --git a/config/dblog.settings.yml b/config/dblog.settings.yml new file mode 100644 index 0000000..cf06e3f --- /dev/null +++ b/config/dblog.settings.yml @@ -0,0 +1,3 @@ +row_limit: 1000 +_core: + default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58 diff --git a/config/editor.editor.basic_html.yml b/config/editor.editor.basic_html.yml new file mode 100644 index 0000000..3da50c6 --- /dev/null +++ b/config/editor.editor.basic_html.yml @@ -0,0 +1,57 @@ +uuid: dbf04ec9-11d0-4177-a34f-c8d2985a52a8 +langcode: en +status: true +dependencies: + config: + - filter.format.basic_html + module: + - ckeditor +_core: + default_config_hash: 5sXh8-bdkb6AYERDE9fIz0c1VnvpNU4g1DlX13MRAJw +format: basic_html +editor: ckeditor +settings: + toolbar: + rows: + - + - + name: Formatting + items: + - Bold + - Italic + - + name: Linking + items: + - DrupalLink + - DrupalUnlink + - + name: Lists + items: + - BulletedList + - NumberedList + - + name: Media + items: + - Blockquote + - DrupalMediaLibrary + - + name: 'Block Formatting' + items: + - Format + - + name: Tools + items: + - Source + plugins: + language: + language_list: un + stylescombo: + styles: '' +image_upload: + status: false + scheme: public + directory: inline-images + max_size: '' + max_dimensions: + width: null + height: null diff --git a/config/editor.editor.full_html.yml b/config/editor.editor.full_html.yml new file mode 100644 index 0000000..4fc8e9d --- /dev/null +++ b/config/editor.editor.full_html.yml @@ -0,0 +1,65 @@ +uuid: abf2545c-1a25-462b-98ed-3a077dfc5086 +langcode: en +status: true +dependencies: + config: + - filter.format.full_html + module: + - ckeditor +_core: + default_config_hash: NuIE-wr7gSVtq-4xbP2crllpqjf30YWjpOnBH6eYAUY +format: full_html +editor: ckeditor +settings: + toolbar: + rows: + - + - + name: Formatting + items: + - Bold + - Italic + - Strike + - Superscript + - Subscript + - '-' + - RemoveFormat + - + name: Linking + items: + - DrupalLink + - DrupalUnlink + - + name: Lists + items: + - BulletedList + - NumberedList + - + name: Media + items: + - Blockquote + - DrupalMediaLibrary + - Table + - HorizontalRule + - + name: 'Block Formatting' + items: + - Format + - + name: Tools + items: + - ShowBlocks + - Source + plugins: + language: + language_list: un + stylescombo: + styles: '' +image_upload: + status: true + scheme: public + directory: inline-images + max_size: '' + max_dimensions: + width: null + height: null diff --git a/config/field.field.block_content.banner_block.field_content_link.yml b/config/field.field.block_content.banner_block.field_content_link.yml new file mode 100644 index 0000000..aca6c54 --- /dev/null +++ b/config/field.field.block_content.banner_block.field_content_link.yml @@ -0,0 +1,25 @@ +uuid: 17f97cc9-a433-486b-b501-165e9a9a34a9 +langcode: en +status: true +dependencies: + config: + - block_content.type.banner_block + - field.storage.block_content.field_content_link + module: + - link +_core: + default_config_hash: ylkaRE7Ts74VVypsJXijqCCg13lYX4XigGlA2Q5W_3A +id: block_content.banner_block.field_content_link +field_name: field_content_link +entity_type: block_content +bundle: banner_block +label: 'Content Link' +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + link_type: 17 + title: 2 +field_type: link diff --git a/config/field.field.block_content.banner_block.field_media_image.yml b/config/field.field.block_content.banner_block.field_media_image.yml new file mode 100644 index 0000000..be41932 --- /dev/null +++ b/config/field.field.block_content.banner_block.field_media_image.yml @@ -0,0 +1,30 @@ +uuid: 97354704-bdad-496c-b34c-2d7e05543efb +langcode: en +status: true +dependencies: + config: + - block_content.type.banner_block + - field.storage.block_content.field_media_image + - media.type.image +_core: + default_config_hash: A8aPWpFeXlUelH9NMXYA0ZCIeEoHddZ8oGloWUxaSwE +id: block_content.banner_block.field_media_image +field_name: field_media_image +entity_type: block_content +bundle: banner_block +label: 'Media Image' +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + handler: 'default:media' + handler_settings: + target_bundles: + image: image + sort: + field: _none + auto_create: true + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/field.field.block_content.banner_block.field_summary.yml b/config/field.field.block_content.banner_block.field_summary.yml new file mode 100644 index 0000000..dda56cb --- /dev/null +++ b/config/field.field.block_content.banner_block.field_summary.yml @@ -0,0 +1,21 @@ +uuid: 4b4690b4-b96b-420b-8a35-2a178d4ddbbc +langcode: en +status: true +dependencies: + config: + - block_content.type.banner_block + - field.storage.block_content.field_summary +_core: + default_config_hash: MRPBdB1td9NiQPuTEVzPQ2as559kpD47PN-Dp67vilk +id: block_content.banner_block.field_summary +field_name: field_summary +entity_type: block_content +bundle: banner_block +label: Summary +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: string_long diff --git a/config/field.field.block_content.banner_block.field_title.yml b/config/field.field.block_content.banner_block.field_title.yml new file mode 100644 index 0000000..97b104e --- /dev/null +++ b/config/field.field.block_content.banner_block.field_title.yml @@ -0,0 +1,21 @@ +uuid: bfa8740c-e42a-4a27-893b-df01843a157d +langcode: en +status: true +dependencies: + config: + - block_content.type.banner_block + - field.storage.block_content.field_title +_core: + default_config_hash: VbPP7mN9cLyZP-APFL19iM8Dg7x9gEeCzzx6MpyZmqo +id: block_content.banner_block.field_title +field_name: field_title +entity_type: block_content +bundle: banner_block +label: Title +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/field.field.block_content.basic.body.yml b/config/field.field.block_content.basic.body.yml new file mode 100644 index 0000000..de78591 --- /dev/null +++ b/config/field.field.block_content.basic.body.yml @@ -0,0 +1,25 @@ +uuid: 9869f0f0-69ac-4dda-abe8-b25ba3ca276a +langcode: en +status: true +dependencies: + config: + - block_content.type.basic + - field.storage.block_content.body + module: + - text +_core: + default_config_hash: foetbaMhlB6uLc2bn-PESvaPkbuDWj0MEjpQVwQiP-o +id: block_content.basic.body +field_name: body +entity_type: block_content +bundle: basic +label: Body +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + display_summary: false + required_summary: false +field_type: text_with_summary diff --git a/config/field.field.block_content.disclaimer_block.field_copyright.yml b/config/field.field.block_content.disclaimer_block.field_copyright.yml new file mode 100644 index 0000000..f9fb48c --- /dev/null +++ b/config/field.field.block_content.disclaimer_block.field_copyright.yml @@ -0,0 +1,23 @@ +uuid: 80c07174-bcaf-43ef-8555-e4e4586119f7 +langcode: en +status: true +dependencies: + config: + - block_content.type.disclaimer_block + - field.storage.block_content.field_copyright + module: + - text +_core: + default_config_hash: p2ddT_dTKgmwxfntWt4VEsSEN8ZWQI5pKsIlb4byZ0A +id: block_content.disclaimer_block.field_copyright +field_name: field_copyright +entity_type: block_content +bundle: disclaimer_block +label: Copyright +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: text_long diff --git a/config/field.field.block_content.disclaimer_block.field_disclaimer.yml b/config/field.field.block_content.disclaimer_block.field_disclaimer.yml new file mode 100644 index 0000000..68c28d0 --- /dev/null +++ b/config/field.field.block_content.disclaimer_block.field_disclaimer.yml @@ -0,0 +1,23 @@ +uuid: bf826656-7628-4914-892a-b2705bc7a184 +langcode: en +status: true +dependencies: + config: + - block_content.type.disclaimer_block + - field.storage.block_content.field_disclaimer + module: + - text +_core: + default_config_hash: Tm5k1X3AqBqgUwpurHlz8z5tZt2zD3D-yrDmetd4HkA +id: block_content.disclaimer_block.field_disclaimer +field_name: field_disclaimer +entity_type: block_content +bundle: disclaimer_block +label: Disclaimer +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: text_long diff --git a/config/field.field.block_content.footer_promo_block.field_content_link.yml b/config/field.field.block_content.footer_promo_block.field_content_link.yml new file mode 100644 index 0000000..9d3bdc2 --- /dev/null +++ b/config/field.field.block_content.footer_promo_block.field_content_link.yml @@ -0,0 +1,25 @@ +uuid: 3b25c990-3605-4866-8446-b41622fe6bb4 +langcode: en +status: true +dependencies: + config: + - block_content.type.footer_promo_block + - field.storage.block_content.field_content_link + module: + - link +_core: + default_config_hash: WwnoEc6GOtgWuG9lpfyBl7wVO8X1YPGgJ6xCMlRzgtw +id: block_content.footer_promo_block.field_content_link +field_name: field_content_link +entity_type: block_content +bundle: footer_promo_block +label: 'Find out more link' +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + link_type: 17 + title: 2 +field_type: link diff --git a/config/field.field.block_content.footer_promo_block.field_media_image.yml b/config/field.field.block_content.footer_promo_block.field_media_image.yml new file mode 100644 index 0000000..e839cd5 --- /dev/null +++ b/config/field.field.block_content.footer_promo_block.field_media_image.yml @@ -0,0 +1,30 @@ +uuid: abd90097-1dd8-47d2-93dd-87a83e125c0c +langcode: en +status: true +dependencies: + config: + - block_content.type.footer_promo_block + - field.storage.block_content.field_media_image + - media.type.image +_core: + default_config_hash: doEjgMwbKG2-OsrgkIeY65N7nuQWuHTDsqAHxmD3eng +id: block_content.footer_promo_block.field_media_image +field_name: field_media_image +entity_type: block_content +bundle: footer_promo_block +label: 'Media Image' +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + handler: 'default:media' + handler_settings: + target_bundles: + image: image + sort: + field: _none + auto_create: true + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/field.field.block_content.footer_promo_block.field_summary.yml b/config/field.field.block_content.footer_promo_block.field_summary.yml new file mode 100644 index 0000000..845d02b --- /dev/null +++ b/config/field.field.block_content.footer_promo_block.field_summary.yml @@ -0,0 +1,21 @@ +uuid: 38af5ecd-84f4-4274-9301-077a9ba8b489 +langcode: en +status: true +dependencies: + config: + - block_content.type.footer_promo_block + - field.storage.block_content.field_summary +_core: + default_config_hash: bNXWd6SGV7qpzLFIU0VljJ8j2hTMUO779IpBXR7BJY0 +id: block_content.footer_promo_block.field_summary +field_name: field_summary +entity_type: block_content +bundle: footer_promo_block +label: 'Promo text' +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: string_long diff --git a/config/field.field.block_content.footer_promo_block.field_title.yml b/config/field.field.block_content.footer_promo_block.field_title.yml new file mode 100644 index 0000000..3c70ac2 --- /dev/null +++ b/config/field.field.block_content.footer_promo_block.field_title.yml @@ -0,0 +1,21 @@ +uuid: d7dede11-723f-4214-a4a1-191961249dc7 +langcode: en +status: true +dependencies: + config: + - block_content.type.footer_promo_block + - field.storage.block_content.field_title +_core: + default_config_hash: SVDhN74y8Rj4WmHbMr4jGImFXjPmcvl7EQikcqo2Gqk +id: block_content.footer_promo_block.field_title +field_name: field_title +entity_type: block_content +bundle: footer_promo_block +label: 'Promo title' +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/field.field.media.audio.field_media_audio_file.yml b/config/field.field.media.audio.field_media_audio_file.yml new file mode 100644 index 0000000..72e73db --- /dev/null +++ b/config/field.field.media.audio.field_media_audio_file.yml @@ -0,0 +1,29 @@ +uuid: 44995869-ce2d-45b4-a818-ae3e15eb7ec8 +langcode: en +status: true +dependencies: + config: + - field.storage.media.field_media_audio_file + - media.type.audio + module: + - file +_core: + default_config_hash: sI-7KvS4Qbg6EucALXjwYEotxgxUfH-bMC19yTpZ1kw +id: media.audio.field_media_audio_file +field_name: field_media_audio_file +entity_type: media +bundle: audio +label: 'Audio file' +description: '' +required: true +translatable: true +default_value: { } +default_value_callback: '' +settings: + file_extensions: 'mp3 wav aac' + file_directory: '[date:custom:Y]-[date:custom:m]' + max_filesize: '' + description_field: false + handler: 'default:file' + handler_settings: { } +field_type: file diff --git a/config/field.field.media.document.field_media_document.yml b/config/field.field.media.document.field_media_document.yml new file mode 100644 index 0000000..13911ea --- /dev/null +++ b/config/field.field.media.document.field_media_document.yml @@ -0,0 +1,32 @@ +uuid: 94d96b41-2e38-4653-8081-f2ffc5a8f029 +langcode: en +status: true +dependencies: + config: + - field.storage.media.field_media_document + - media.type.document + enforced: + module: + - media + module: + - file +_core: + default_config_hash: 52m0CtJVAoE3Qvh2AiciSkV8odAgQeRo4yNDGgUA7dc +id: media.document.field_media_document +field_name: field_media_document +entity_type: media +bundle: document +label: Document +description: '' +required: true +translatable: true +default_value: { } +default_value_callback: '' +settings: + file_directory: '[date:custom:Y]-[date:custom:m]' + file_extensions: 'txt rtf doc docx ppt pptx xls xlsx pdf odf odg odp ods odt fodt fods fodp fodg key numbers pages' + max_filesize: '' + handler: 'default:file' + handler_settings: { } + description_field: false +field_type: file diff --git a/config/field.field.media.image.field_media_image.yml b/config/field.field.media.image.field_media_image.yml new file mode 100644 index 0000000..d60d607 --- /dev/null +++ b/config/field.field.media.image.field_media_image.yml @@ -0,0 +1,43 @@ +uuid: 0c67ae7d-f44c-4df7-8ed3-4e9222425540 +langcode: en +status: true +dependencies: + config: + - field.storage.media.field_media_image + - media.type.image + enforced: + module: + - media + module: + - image +_core: + default_config_hash: pzPA-2JwyxlJ3qMb4L9viAnhNhbEhl2couH8A3FO020 +id: media.image.field_media_image +field_name: field_media_image +entity_type: media +bundle: image +label: Image +description: '' +required: true +translatable: true +default_value: { } +default_value_callback: '' +settings: + alt_field: true + alt_field_required: true + title_field: false + title_field_required: false + max_resolution: '' + min_resolution: '' + default_image: + uuid: null + alt: '' + title: '' + width: null + height: null + file_directory: '[date:custom:Y]-[date:custom:m]' + file_extensions: 'png gif jpg jpeg' + max_filesize: '' + handler: 'default:file' + handler_settings: { } +field_type: image diff --git a/config/field.field.media.remote_video.field_media_oembed_video.yml b/config/field.field.media.remote_video.field_media_oembed_video.yml new file mode 100644 index 0000000..18c13a7 --- /dev/null +++ b/config/field.field.media.remote_video.field_media_oembed_video.yml @@ -0,0 +1,21 @@ +uuid: 94493b1d-e5da-4f99-874b-be1e99749ebd +langcode: en +status: true +dependencies: + config: + - field.storage.media.field_media_oembed_video + - media.type.remote_video +_core: + default_config_hash: Eo4HHenV5iZat_kEWgr_wydD3TgwURMCzwt-7qIEyoM +id: media.remote_video.field_media_oembed_video +field_name: field_media_oembed_video +entity_type: media +bundle: remote_video +label: 'Video URL' +description: '' +required: true +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/field.field.media.video.field_media_video_file.yml b/config/field.field.media.video.field_media_video_file.yml new file mode 100644 index 0000000..63d6add --- /dev/null +++ b/config/field.field.media.video.field_media_video_file.yml @@ -0,0 +1,29 @@ +uuid: 3ec23e59-c645-4f0a-a769-906ada444e38 +langcode: en +status: true +dependencies: + config: + - field.storage.media.field_media_video_file + - media.type.video + module: + - file +_core: + default_config_hash: OA1qtcEH8xxQhIPvf4TykZOp1MqSTA1R4HoWxbcWZD0 +id: media.video.field_media_video_file +field_name: field_media_video_file +entity_type: media +bundle: video +label: 'Video file' +description: '' +required: true +translatable: true +default_value: { } +default_value_callback: '' +settings: + file_extensions: mp4 + file_directory: '[date:custom:Y]-[date:custom:m]' + max_filesize: '' + description_field: false + handler: 'default:file' + handler_settings: { } +field_type: file diff --git a/config/field.field.node.article.body.yml b/config/field.field.node.article.body.yml new file mode 100644 index 0000000..3471f67 --- /dev/null +++ b/config/field.field.node.article.body.yml @@ -0,0 +1,25 @@ +uuid: 7112ba50-4b08-430f-9b2c-dc8e847372f1 +langcode: en +status: true +dependencies: + config: + - field.storage.node.body + - node.type.article + module: + - text +_core: + default_config_hash: IjZnOLWk1Pjq3WRg2pLSA1ERh7Po7izCq_p6UztZr2c +id: node.article.body +field_name: body +entity_type: node +bundle: article +label: Body +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + display_summary: true + required_summary: false +field_type: text_with_summary diff --git a/config/field.field.node.article.field_media_image.yml b/config/field.field.node.article.field_media_image.yml new file mode 100644 index 0000000..a53ace8 --- /dev/null +++ b/config/field.field.node.article.field_media_image.yml @@ -0,0 +1,30 @@ +uuid: 6312ec56-2dc4-496c-856c-6a5458730e3b +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_media_image + - media.type.image + - node.type.article +_core: + default_config_hash: Dfvz5jYPmv2LmsUWibogVL4H987sLO5Kjm7_ezAt_Gg +id: node.article.field_media_image +field_name: field_media_image +entity_type: node +bundle: article +label: 'Media Image' +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + handler: 'default:media' + handler_settings: + target_bundles: + image: image + sort: + field: _none + auto_create: false + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/field.field.node.article.field_tags.yml b/config/field.field.node.article.field_tags.yml new file mode 100644 index 0000000..c7425dc --- /dev/null +++ b/config/field.field.node.article.field_tags.yml @@ -0,0 +1,30 @@ +uuid: 8e096abb-dd6c-42ca-ba07-1ee348e353f9 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_tags + - node.type.article + - taxonomy.vocabulary.tags +_core: + default_config_hash: fNsE9Ke_U6ZTDOXZ3lnrjuy5vioVW22nPHzXFnlgQOg +id: node.article.field_tags +field_name: field_tags +entity_type: node +bundle: article +label: Tags +description: 'Enter a comma-separated list. For example: Vegetarian, Chocolate brownies, Appetizers' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + handler: 'default:taxonomy_term' + handler_settings: + target_bundles: + tags: tags + sort: + field: _none + auto_create: true + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/field.field.node.page.body.yml b/config/field.field.node.page.body.yml new file mode 100644 index 0000000..65e1df2 --- /dev/null +++ b/config/field.field.node.page.body.yml @@ -0,0 +1,25 @@ +uuid: 90f59908-7f51-480e-92cb-76b1f3bac71e +langcode: en +status: true +dependencies: + config: + - field.storage.node.body + - node.type.page + module: + - text +_core: + default_config_hash: KgVkxLl_K3E3lvN6CEoWQIDT0V8J4Mv-fVYrAIc7-FE +id: node.page.body +field_name: body +entity_type: node +bundle: page +label: Body +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + display_summary: true + required_summary: false +field_type: text_with_summary diff --git a/config/field.field.node.recipe.field_cooking_time.yml b/config/field.field.node.recipe.field_cooking_time.yml new file mode 100644 index 0000000..d569fa5 --- /dev/null +++ b/config/field.field.node.recipe.field_cooking_time.yml @@ -0,0 +1,25 @@ +uuid: 4aea1568-aca6-4877-a31d-e0d0b38a4a12 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_cooking_time + - node.type.recipe +_core: + default_config_hash: xBFSahQYRVWPf6iYDKNP14KHcbFkViDp_Yg4RhNqsj8 +id: node.recipe.field_cooking_time +field_name: field_cooking_time +entity_type: node +bundle: recipe +label: 'Cooking time' +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + min: 0 + max: null + prefix: '' + suffix: ' minutes' +field_type: integer diff --git a/config/field.field.node.recipe.field_difficulty.yml b/config/field.field.node.recipe.field_difficulty.yml new file mode 100644 index 0000000..fa06b9c --- /dev/null +++ b/config/field.field.node.recipe.field_difficulty.yml @@ -0,0 +1,25 @@ +uuid: 52f537b9-665c-4d71-9c97-ca13cb668ce4 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_difficulty + - node.type.recipe + module: + - options +_core: + default_config_hash: BULN9HTxGs6EUmhXocgOPrquWlEVBO8z-kJ9ELTRWSY +id: node.recipe.field_difficulty +field_name: field_difficulty +entity_type: node +bundle: recipe +label: Difficulty +description: '' +required: true +translatable: false +default_value: + - + value: medium +default_value_callback: '' +settings: { } +field_type: list_string diff --git a/config/field.field.node.recipe.field_ingredients.yml b/config/field.field.node.recipe.field_ingredients.yml new file mode 100644 index 0000000..ec265e0 --- /dev/null +++ b/config/field.field.node.recipe.field_ingredients.yml @@ -0,0 +1,21 @@ +uuid: 4dbf48cc-fb17-4d89-a232-1d773845a9f9 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_ingredients + - node.type.recipe +_core: + default_config_hash: qpxijO-cv11BYqtVXON2aYLfLDODClUq3Sux3EJrUEk +id: node.recipe.field_ingredients +field_name: field_ingredients +entity_type: node +bundle: recipe +label: Ingredients +description: 'List the ingredients required for this recipe, one per item.' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/field.field.node.recipe.field_media_image.yml b/config/field.field.node.recipe.field_media_image.yml new file mode 100644 index 0000000..4ef9827 --- /dev/null +++ b/config/field.field.node.recipe.field_media_image.yml @@ -0,0 +1,30 @@ +uuid: 0554caa4-02f6-4a28-8fd1-a61bf80d00da +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_media_image + - media.type.image + - node.type.recipe +_core: + default_config_hash: ryYHomXkei_ZyanDgL1n8uh0oX2q6s4qorLLp-Dm7to +id: node.recipe.field_media_image +field_name: field_media_image +entity_type: node +bundle: recipe +label: 'Media Image' +description: '' +required: true +translatable: true +default_value: { } +default_value_callback: '' +settings: + handler: 'default:media' + handler_settings: + target_bundles: + image: image + sort: + field: _none + auto_create: true + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/field.field.node.recipe.field_number_of_servings.yml b/config/field.field.node.recipe.field_number_of_servings.yml new file mode 100644 index 0000000..5655c6a --- /dev/null +++ b/config/field.field.node.recipe.field_number_of_servings.yml @@ -0,0 +1,25 @@ +uuid: c0a2a81e-a6f7-4377-bb9f-47515243f79e +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_number_of_servings + - node.type.recipe +_core: + default_config_hash: 7papdLmMWf4aB4MVwKKdng2cGsMf1ySLRGAcJ1bOwag +id: node.recipe.field_number_of_servings +field_name: field_number_of_servings +entity_type: node +bundle: recipe +label: 'Number of servings' +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: + min: 0 + max: null + prefix: '' + suffix: '' +field_type: integer diff --git a/config/field.field.node.recipe.field_preparation_time.yml b/config/field.field.node.recipe.field_preparation_time.yml new file mode 100644 index 0000000..e0ef3db --- /dev/null +++ b/config/field.field.node.recipe.field_preparation_time.yml @@ -0,0 +1,25 @@ +uuid: 4f695bb1-5e52-4924-bcc3-0501d4857803 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_preparation_time + - node.type.recipe +_core: + default_config_hash: 7vnHFb5Yh3Fq85pLMdEJJqL-OEC4AlLPR21y5TkJIe0 +id: node.recipe.field_preparation_time +field_name: field_preparation_time +entity_type: node +bundle: recipe +label: 'Preparation time' +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: + min: 0 + max: null + prefix: '' + suffix: ' minutes' +field_type: integer diff --git a/config/field.field.node.recipe.field_recipe_category.yml b/config/field.field.node.recipe.field_recipe_category.yml new file mode 100644 index 0000000..0b61bfe --- /dev/null +++ b/config/field.field.node.recipe.field_recipe_category.yml @@ -0,0 +1,31 @@ +uuid: 4ba9e728-7ea6-4bae-8d9d-935e0e5eaaef +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_recipe_category + - node.type.recipe + - taxonomy.vocabulary.recipe_category +_core: + default_config_hash: 6_pcuNngy1UxIFqBzOMSKXUUmau-PLMqdq8hYQ1sfMc +id: node.recipe.field_recipe_category +field_name: field_recipe_category +entity_type: node +bundle: recipe +label: 'Recipe category' +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + handler: 'default:taxonomy_term' + handler_settings: + target_bundles: + recipe_category: recipe_category + sort: + field: name + direction: asc + auto_create: false + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/field.field.node.recipe.field_recipe_instruction.yml b/config/field.field.node.recipe.field_recipe_instruction.yml new file mode 100644 index 0000000..86ae4b8 --- /dev/null +++ b/config/field.field.node.recipe.field_recipe_instruction.yml @@ -0,0 +1,23 @@ +uuid: adaf85f0-4381-448b-933f-5c2730e0622d +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_recipe_instruction + - node.type.recipe + module: + - text +_core: + default_config_hash: gy8xsSbpLV0Hj2I8A2xbAuJMPnb3CsvU-iFklHfbaao +id: node.recipe.field_recipe_instruction +field_name: field_recipe_instruction +entity_type: node +bundle: recipe +label: 'Recipe instruction' +description: '' +required: true +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: text_long diff --git a/config/field.field.node.recipe.field_summary.yml b/config/field.field.node.recipe.field_summary.yml new file mode 100644 index 0000000..5906a44 --- /dev/null +++ b/config/field.field.node.recipe.field_summary.yml @@ -0,0 +1,23 @@ +uuid: f43e8201-1644-4563-8b6d-9e7f39654d0a +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_summary + - node.type.recipe + module: + - text +_core: + default_config_hash: E1ed_VCnnh6Q8TKaBaMx7T7WfRr0xTg19eccOk92Bew +id: node.recipe.field_summary +field_name: field_summary +entity_type: node +bundle: recipe +label: Summary +description: 'Provide a short overview of this recipe.' +required: true +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: text_long diff --git a/config/field.field.node.recipe.field_tags.yml b/config/field.field.node.recipe.field_tags.yml new file mode 100644 index 0000000..75d972f --- /dev/null +++ b/config/field.field.node.recipe.field_tags.yml @@ -0,0 +1,31 @@ +uuid: 59bc9cba-ccd4-4510-822c-d60bbcc8999d +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_tags + - node.type.recipe + - taxonomy.vocabulary.tags +_core: + default_config_hash: 5xQiZu0bBE7JtPLhFbTxihWpX7wLN0UaBIRBKAkxMxY +id: node.recipe.field_tags +field_name: field_tags +entity_type: node +bundle: recipe +label: Tags +description: 'Enter a comma-separated list. For example: Vegetarian, Chocolate brownies, Appetizers' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + handler: 'default:taxonomy_term' + handler_settings: + target_bundles: + tags: tags + sort: + field: name + direction: asc + auto_create: true + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/field.field.node.recipe.layout_builder__layout.yml b/config/field.field.node.recipe.layout_builder__layout.yml new file mode 100644 index 0000000..65a42ab --- /dev/null +++ b/config/field.field.node.recipe.layout_builder__layout.yml @@ -0,0 +1,23 @@ +uuid: 0b674a5b-7550-4b12-9b9e-8cdab61b8be3 +langcode: en +status: true +dependencies: + config: + - field.storage.node.layout_builder__layout + - node.type.recipe + module: + - layout_builder +_core: + default_config_hash: UTNj6Cv3gG7H6P2vAKEbEWQQu1X4exDFHP4xTLjkmBQ +id: node.recipe.layout_builder__layout +field_name: layout_builder__layout +entity_type: node +bundle: recipe +label: Layout +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: layout_section diff --git a/config/field.field.user.user.user_picture.yml b/config/field.field.user.user.user_picture.yml new file mode 100644 index 0000000..ed745b2 --- /dev/null +++ b/config/field.field.user.user.user_picture.yml @@ -0,0 +1,40 @@ +uuid: 6828ee53-a76d-4c07-8f48-f82c0704ba43 +langcode: en +status: true +dependencies: + config: + - field.storage.user.user_picture + module: + - image + - user +_core: + default_config_hash: Iiq0AttdhgbebJwabSFwQQ1ORn64GoGz0xSZ_eyCJ8A +id: user.user.user_picture +field_name: user_picture +entity_type: user +bundle: user +label: Picture +description: 'Your virtual face or picture.' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + file_extensions: 'png gif jpg jpeg' + file_directory: 'pictures/[date:custom:Y]-[date:custom:m]' + max_filesize: '' + alt_field: false + title_field: false + max_resolution: '' + min_resolution: '' + default_image: + uuid: null + alt: '' + title: '' + width: null + height: null + alt_field_required: false + title_field_required: false + handler: 'default:file' + handler_settings: { } +field_type: image diff --git a/config/field.settings.yml b/config/field.settings.yml new file mode 100644 index 0000000..95c042d --- /dev/null +++ b/config/field.settings.yml @@ -0,0 +1,3 @@ +purge_batch_size: 50 +_core: + default_config_hash: nJk0TAQBzlNo52ehiHI7bIEPLGi0BYqZvPdEn7Chfu0 diff --git a/config/field.storage.block_content.body.yml b/config/field.storage.block_content.body.yml new file mode 100644 index 0000000..2019077 --- /dev/null +++ b/config/field.storage.block_content.body.yml @@ -0,0 +1,21 @@ +uuid: 2f55f9d2-f944-4d70-8683-bcf68d25d163 +langcode: en +status: true +dependencies: + module: + - block_content + - text +_core: + default_config_hash: eS0snV_L3dx9shtWRTzm5eblwOJ7qKWC9IE-4GMTDFc +id: block_content.body +field_name: body +entity_type: block_content +type: text_with_summary +settings: { } +module: text +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: true +custom_storage: false diff --git a/config/field.storage.block_content.field_content_link.yml b/config/field.storage.block_content.field_content_link.yml new file mode 100644 index 0000000..09c3b7b --- /dev/null +++ b/config/field.storage.block_content.field_content_link.yml @@ -0,0 +1,21 @@ +uuid: 27d457e2-88ec-4d10-a926-6faa3bf85026 +langcode: en +status: true +dependencies: + module: + - block_content + - link +_core: + default_config_hash: x5FFqn9CI03jRgIQ3t0e6-X8X5glE6AyKwnScwMNTxk +id: block_content.field_content_link +field_name: field_content_link +entity_type: block_content +type: link +settings: { } +module: link +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.block_content.field_copyright.yml b/config/field.storage.block_content.field_copyright.yml new file mode 100644 index 0000000..3cbba2a --- /dev/null +++ b/config/field.storage.block_content.field_copyright.yml @@ -0,0 +1,21 @@ +uuid: 1071acc3-e23c-4f65-adcb-4b4d3b1dc37f +langcode: en +status: true +dependencies: + module: + - block_content + - text +_core: + default_config_hash: i5Xb6gz5HGbpayPD3Wf-JLpoFa0pxqKpHsCIqYYH63I +id: block_content.field_copyright +field_name: field_copyright +entity_type: block_content +type: text_long +settings: { } +module: text +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.block_content.field_disclaimer.yml b/config/field.storage.block_content.field_disclaimer.yml new file mode 100644 index 0000000..eb4f9c2 --- /dev/null +++ b/config/field.storage.block_content.field_disclaimer.yml @@ -0,0 +1,21 @@ +uuid: 67b0b685-1d11-495e-afbe-28bccea8301e +langcode: en +status: true +dependencies: + module: + - block_content + - text +_core: + default_config_hash: 9f01IQ8P7CSySVZJKdTjI31y-qpa8ObmZDLGsUSoNeY +id: block_content.field_disclaimer +field_name: field_disclaimer +entity_type: block_content +type: text_long +settings: { } +module: text +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.block_content.field_media_image.yml b/config/field.storage.block_content.field_media_image.yml new file mode 100644 index 0000000..af09f22 --- /dev/null +++ b/config/field.storage.block_content.field_media_image.yml @@ -0,0 +1,22 @@ +uuid: 6b71f181-95eb-4562-b17c-e01b2c305e62 +langcode: en +status: true +dependencies: + module: + - block_content + - media +_core: + default_config_hash: J09ouK26wFA1bbWkv_LwF_A_0wrhXYryFVurmToZj9k +id: block_content.field_media_image +field_name: field_media_image +entity_type: block_content +type: entity_reference +settings: + target_type: media +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.block_content.field_summary.yml b/config/field.storage.block_content.field_summary.yml new file mode 100644 index 0000000..aba444a --- /dev/null +++ b/config/field.storage.block_content.field_summary.yml @@ -0,0 +1,21 @@ +uuid: 7c8e4732-b8bb-446e-857e-2081812de014 +langcode: en +status: true +dependencies: + module: + - block_content +_core: + default_config_hash: ovYZqtkQXD_nL-D5liqMQpocZ3xB7kwxBfnbCnErLHM +id: block_content.field_summary +field_name: field_summary +entity_type: block_content +type: string_long +settings: + case_sensitive: false +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.block_content.field_title.yml b/config/field.storage.block_content.field_title.yml new file mode 100644 index 0000000..4edb2e3 --- /dev/null +++ b/config/field.storage.block_content.field_title.yml @@ -0,0 +1,23 @@ +uuid: e8d3c90a-f861-4ba3-9e24-6ecb8b9ec939 +langcode: en +status: true +dependencies: + module: + - block_content +_core: + default_config_hash: yegE14uuLFTlGV6vjedwDtDpSFKBNfc1nfMJGxFTTPQ +id: block_content.field_title +field_name: field_title +entity_type: block_content +type: string +settings: + max_length: 255 + is_ascii: false + case_sensitive: false +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.media.field_media_audio_file.yml b/config/field.storage.media.field_media_audio_file.yml new file mode 100644 index 0000000..72fbefb --- /dev/null +++ b/config/field.storage.media.field_media_audio_file.yml @@ -0,0 +1,25 @@ +uuid: ca4120ed-7f51-4981-be6a-e18e13be278f +langcode: en +status: true +dependencies: + module: + - file + - media +_core: + default_config_hash: JCHoh95CpUeBx9ch24Tmi6ru0nwmNz8xWVH4Qs7RnTg +id: media.field_media_audio_file +field_name: field_media_audio_file +entity_type: media +type: file +settings: + target_type: file + display_field: false + display_default: false + uri_scheme: public +module: file +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.media.field_media_document.yml b/config/field.storage.media.field_media_document.yml new file mode 100644 index 0000000..2295b20 --- /dev/null +++ b/config/field.storage.media.field_media_document.yml @@ -0,0 +1,28 @@ +uuid: 4d83ab09-e9e8-4159-816b-9b715943eb86 +langcode: en +status: true +dependencies: + enforced: + module: + - media + module: + - file + - media +_core: + default_config_hash: rQoPQKvhehKl_xDCFHeMJ5nA5i6bxUSdrNxazOSPGTg +id: media.field_media_document +field_name: field_media_document +entity_type: media +type: file +settings: + uri_scheme: public + target_type: file + display_field: false + display_default: false +module: file +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.media.field_media_image.yml b/config/field.storage.media.field_media_image.yml new file mode 100644 index 0000000..88fd0ee --- /dev/null +++ b/config/field.storage.media.field_media_image.yml @@ -0,0 +1,35 @@ +uuid: ec4b5270-4a0c-4d79-a691-1532a0f8f179 +langcode: en +status: true +dependencies: + enforced: + module: + - media + module: + - file + - image + - media +_core: + default_config_hash: 7ZBrcl87ZXaw42v952wwcw_9cQgTBq5_5tgyUkE-VV0 +id: media.field_media_image +field_name: field_media_image +entity_type: media +type: image +settings: + default_image: + uuid: null + alt: '' + title: '' + width: null + height: null + target_type: file + display_field: false + display_default: false + uri_scheme: public +module: image +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.media.field_media_oembed_video.yml b/config/field.storage.media.field_media_oembed_video.yml new file mode 100644 index 0000000..960da9b --- /dev/null +++ b/config/field.storage.media.field_media_oembed_video.yml @@ -0,0 +1,23 @@ +uuid: 416069fd-cd5f-4a96-a1ee-cb84c5ee6e2a +langcode: en +status: true +dependencies: + module: + - media +_core: + default_config_hash: SJgxR5XWOesQbEKqp8VgInPyJjCFU_t2pi7UzYB78xg +id: media.field_media_oembed_video +field_name: field_media_oembed_video +entity_type: media +type: string +settings: + max_length: 255 + is_ascii: false + case_sensitive: false +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.media.field_media_video_file.yml b/config/field.storage.media.field_media_video_file.yml new file mode 100644 index 0000000..d9007fe --- /dev/null +++ b/config/field.storage.media.field_media_video_file.yml @@ -0,0 +1,25 @@ +uuid: e14d4507-ecb9-4271-ad74-9fa0575348b2 +langcode: en +status: true +dependencies: + module: + - file + - media +_core: + default_config_hash: z5mgbn1PIVZ5TNMByBmivqo_u3Rdk58UIzpyN4ypTeM +id: media.field_media_video_file +field_name: field_media_video_file +entity_type: media +type: file +settings: + target_type: file + display_field: false + display_default: false + uri_scheme: public +module: file +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.node.body.yml b/config/field.storage.node.body.yml new file mode 100644 index 0000000..3c3888b --- /dev/null +++ b/config/field.storage.node.body.yml @@ -0,0 +1,21 @@ +uuid: f8d834ae-ae67-4008-b053-6594b5f3d8d4 +langcode: en +status: true +dependencies: + module: + - node + - text +_core: + default_config_hash: EBUo7qOWqaiZaQ_RC9sLY5IoDKphS34v77VIHSACmVY +id: node.body +field_name: body +entity_type: node +type: text_with_summary +settings: { } +module: text +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: true +custom_storage: false diff --git a/config/field.storage.node.field_cooking_time.yml b/config/field.storage.node.field_cooking_time.yml new file mode 100644 index 0000000..04d582d --- /dev/null +++ b/config/field.storage.node.field_cooking_time.yml @@ -0,0 +1,22 @@ +uuid: 5844d665-337e-49db-8c42-84199f2184a1 +langcode: en +status: true +dependencies: + module: + - node +_core: + default_config_hash: sSUIsKTm3XJhfRtHIW_-goM5fEnuJkmpnX1W8YsvL-k +id: node.field_cooking_time +field_name: field_cooking_time +entity_type: node +type: integer +settings: + unsigned: false + size: normal +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.node.field_difficulty.yml b/config/field.storage.node.field_difficulty.yml new file mode 100644 index 0000000..bf42de3 --- /dev/null +++ b/config/field.storage.node.field_difficulty.yml @@ -0,0 +1,32 @@ +uuid: 98012cca-0bee-4fa2-9d58-fb40b5c704d2 +langcode: en +status: true +dependencies: + module: + - node + - options +_core: + default_config_hash: NzDITo8HbCh5A96P0ldukJ2zqRbIJ4odEp1P6o4ZTJ8 +id: node.field_difficulty +field_name: field_difficulty +entity_type: node +type: list_string +settings: + allowed_values: + - + value: easy + label: Easy + - + value: medium + label: Medium + - + value: hard + label: Hard + allowed_values_function: '' +module: options +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.node.field_ingredients.yml b/config/field.storage.node.field_ingredients.yml new file mode 100644 index 0000000..ea3a58d --- /dev/null +++ b/config/field.storage.node.field_ingredients.yml @@ -0,0 +1,23 @@ +uuid: a7052e1f-4586-4134-8268-98e654ec68c5 +langcode: en +status: true +dependencies: + module: + - node +_core: + default_config_hash: KBAsj-0Ku-LoXFwASCdDJQf7EXvfMNnTAYgqSM1fyUE +id: node.field_ingredients +field_name: field_ingredients +entity_type: node +type: string +settings: + max_length: 255 + is_ascii: false + case_sensitive: false +module: core +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.node.field_media_image.yml b/config/field.storage.node.field_media_image.yml new file mode 100644 index 0000000..b87b85f --- /dev/null +++ b/config/field.storage.node.field_media_image.yml @@ -0,0 +1,22 @@ +uuid: 6ab03af5-6577-4de8-bd2d-73690a45adb9 +langcode: en +status: true +dependencies: + module: + - media + - node +_core: + default_config_hash: 0Js1u6vPgc9HfguDX8RT0LRwZh6-JU34vN8DsgMrDPQ +id: node.field_media_image +field_name: field_media_image +entity_type: node +type: entity_reference +settings: + target_type: media +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.node.field_number_of_servings.yml b/config/field.storage.node.field_number_of_servings.yml new file mode 100644 index 0000000..1da579f --- /dev/null +++ b/config/field.storage.node.field_number_of_servings.yml @@ -0,0 +1,22 @@ +uuid: dd049b30-1e42-47f6-85da-51f048e6c828 +langcode: en +status: true +dependencies: + module: + - node +_core: + default_config_hash: '-4BR54E0zf3ql3z8EYjE6mJ-i8xKmSNQxdDhEpxincM' +id: node.field_number_of_servings +field_name: field_number_of_servings +entity_type: node +type: integer +settings: + unsigned: false + size: normal +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.node.field_preparation_time.yml b/config/field.storage.node.field_preparation_time.yml new file mode 100644 index 0000000..b8b16fb --- /dev/null +++ b/config/field.storage.node.field_preparation_time.yml @@ -0,0 +1,22 @@ +uuid: 6b2e248f-7465-46ec-880d-21e6494f123a +langcode: en +status: true +dependencies: + module: + - node +_core: + default_config_hash: L4M_MmPr8qrKNnPYxf_1w6y--YsIH2IISGB0T4KUzDU +id: node.field_preparation_time +field_name: field_preparation_time +entity_type: node +type: integer +settings: + unsigned: false + size: normal +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.node.field_recipe_category.yml b/config/field.storage.node.field_recipe_category.yml new file mode 100644 index 0000000..344e513 --- /dev/null +++ b/config/field.storage.node.field_recipe_category.yml @@ -0,0 +1,22 @@ +uuid: f65ee59f-e97d-4498-9155-29410d13d6c5 +langcode: en +status: true +dependencies: + module: + - node + - taxonomy +_core: + default_config_hash: mXo5nqADfWBxy1sbPvHHDMErhoALJQhmNUByV3Sms98 +id: node.field_recipe_category +field_name: field_recipe_category +entity_type: node +type: entity_reference +settings: + target_type: taxonomy_term +module: core +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.node.field_recipe_instruction.yml b/config/field.storage.node.field_recipe_instruction.yml new file mode 100644 index 0000000..6db2c6d --- /dev/null +++ b/config/field.storage.node.field_recipe_instruction.yml @@ -0,0 +1,21 @@ +uuid: 5dd1fae0-8a87-40a4-b9ba-09b1069f82b9 +langcode: en +status: true +dependencies: + module: + - node + - text +_core: + default_config_hash: seP7G-QnB7uXOxys45VuxM3NlWVgZf5Hrp8OpuFtkdU +id: node.field_recipe_instruction +field_name: field_recipe_instruction +entity_type: node +type: text_long +settings: { } +module: text +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.node.field_summary.yml b/config/field.storage.node.field_summary.yml new file mode 100644 index 0000000..6b3feef --- /dev/null +++ b/config/field.storage.node.field_summary.yml @@ -0,0 +1,21 @@ +uuid: b555721c-ac25-413a-b261-679c87ef2287 +langcode: en +status: true +dependencies: + module: + - node + - text +_core: + default_config_hash: tf46K2CzbIMIfI6La3fX75nQRH72-CmPWTb_-s-xcfM +id: node.field_summary +field_name: field_summary +entity_type: node +type: text_long +settings: { } +module: text +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.node.field_tags.yml b/config/field.storage.node.field_tags.yml new file mode 100644 index 0000000..b4676a3 --- /dev/null +++ b/config/field.storage.node.field_tags.yml @@ -0,0 +1,22 @@ +uuid: a963a06c-0ead-4bd7-8e26-bf6791aa59eb +langcode: en +status: true +dependencies: + module: + - node + - taxonomy +_core: + default_config_hash: WpOE_bs8Bs_HY2ns7n2r__de-xno0-Bxkqep5-MsHAs +id: node.field_tags +field_name: field_tags +entity_type: node +type: entity_reference +settings: + target_type: taxonomy_term +module: core +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.node.layout_builder__layout.yml b/config/field.storage.node.layout_builder__layout.yml new file mode 100644 index 0000000..71c4415 --- /dev/null +++ b/config/field.storage.node.layout_builder__layout.yml @@ -0,0 +1,21 @@ +uuid: e4ce994b-849a-4dcd-a3e8-ce7f039be702 +langcode: en +status: true +dependencies: + module: + - layout_builder + - node +_core: + default_config_hash: g7kepf2eck__olXZwnmcQdOVAdSZR0cr77Jm-uf6wfA +id: node.layout_builder__layout +field_name: layout_builder__layout +entity_type: node +type: layout_section +settings: { } +module: layout_builder +locked: true +cardinality: 1 +translatable: false +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.user.user_picture.yml b/config/field.storage.user.user_picture.yml new file mode 100644 index 0000000..0644b24 --- /dev/null +++ b/config/field.storage.user.user_picture.yml @@ -0,0 +1,34 @@ +uuid: e6218e58-01ee-4e41-91ed-d5a5fc05bc30 +langcode: en +status: true +dependencies: + module: + - file + - image + - user +_core: + default_config_hash: 6k-VBFilDLuzgSOT-77CFgHFlcd5D-kqRixtH89EShU +id: user.user_picture +field_name: user_picture +entity_type: user +type: image +settings: + uri_scheme: public + default_image: + uuid: null + alt: '' + title: '' + width: null + height: null + target_type: file + display_field: false + display_default: false +module: image +locked: false +cardinality: 1 +translatable: true +indexes: + target_id: + - target_id +persist_with_no_fields: false +custom_storage: false diff --git a/config/field_ui.settings.yml b/config/field_ui.settings.yml new file mode 100644 index 0000000..2743969 --- /dev/null +++ b/config/field_ui.settings.yml @@ -0,0 +1,3 @@ +field_prefix: field_ +_core: + default_config_hash: Q1nMi90W6YQxKzZAgJQw7Ag9U4JrsEUwkomF0lhvbIM diff --git a/config/file.settings.yml b/config/file.settings.yml new file mode 100644 index 0000000..3315165 --- /dev/null +++ b/config/file.settings.yml @@ -0,0 +1,8 @@ +description: + type: textfield + length: 128 +icon: + directory: core/modules/file/icons +make_unused_managed_files_temporary: false +_core: + default_config_hash: 0aMkoXYnax5_tHI9C9zHs-K48KJ6K75PHtD9x-0nbgM diff --git a/config/filter.format.basic_html.yml b/config/filter.format.basic_html.yml new file mode 100644 index 0000000..6b0d29a --- /dev/null +++ b/config/filter.format.basic_html.yml @@ -0,0 +1,66 @@ +uuid: 57326084-c81c-4240-9ad8-effa2f3660a9 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.media.responsive_3x2 + module: + - editor + - media +_core: + default_config_hash: ZXpzv2RkjgnvhpZNSs-jvYSlMbRTnpODJCxaMHx_Wog +name: 'Basic HTML' +format: basic_html +weight: 0 +filters: + filter_html: + id: filter_html + provider: filter + status: true + weight: -10 + settings: + allowed_html: '