diff --git a/composer.json b/composer.json index 9ce7358439..e142bee4c6 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,8 @@ "license": "GPL-2.0-or-later", "require": { "composer/installers": "^1.0.24", - "wikimedia/composer-merge-plugin": "^1.4" + "wikimedia/composer-merge-plugin": "^1.4", + "drupal/console": "~1.0" }, "replace": { "drupal/core": "^8.7" diff --git a/composer.lock b/composer.lock index 9ed6128219..e56318d98e 100644 --- a/composer.lock +++ b/composer.lock @@ -1,11 +1,75 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "d764df12b2cff2be49d45e95ecbeb5d7", + "content-hash": "07864d6a71349e952170455d5ba2b4e0", "packages": [ + { + "name": "alchemy/zippy", + "version": "0.4.3", + "source": { + "type": "git", + "url": "https://github.com/alchemy-fr/Zippy.git", + "reference": "5ffdc93de0af2770d396bf433d8b2667c77277ea" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/5ffdc93de0af2770d396bf433d8b2667c77277ea", + "reference": "5ffdc93de0af2770d396bf433d8b2667c77277ea", + "shasum": "" + }, + "require": { + "doctrine/collections": "~1.0", + "ext-mbstring": "*", + "php": ">=5.5", + "symfony/filesystem": "^2.0.5|^3.0", + "symfony/process": "^2.1|^3.0" + }, + "require-dev": { + "ext-zip": "*", + "guzzle/guzzle": "~3.0", + "guzzlehttp/guzzle": "^6.0", + "phpunit/phpunit": "^4.0|^5.0", + "symfony/finder": "^2.0.5|^3.0" + }, + "suggest": { + "ext-zip": "To use the ZipExtensionAdapter", + "guzzle/guzzle": "To use the GuzzleTeleporter with Guzzle 3", + "guzzlehttp/guzzle": "To use the GuzzleTeleporter with Guzzle 6" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.4.x-dev" + } + }, + "autoload": { + "psr-4": { + "Alchemy\\Zippy\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Alchemy", + "email": "dev.team@alchemy.fr", + "homepage": "http://www.alchemy.fr/" + } + ], + "description": "Zippy, the archive manager companion", + "keywords": [ + "bzip", + "compression", + "tar", + "zip" + ], + "time": "2016-11-03T16:10:31+00:00" + }, { "name": "asm89/stack-cors", "version": "1.2.0", @@ -240,6 +304,210 @@ ], "time": "2016-08-30T16:08:34+00:00" }, + { + "name": "dflydev/dot-access-configuration", + "version": "v1.0.3", + "source": { + "type": "git", + "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git", + "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/2e6eb0c8b8830b26bb23defcfc38d4276508fc49", + "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49", + "shasum": "" + }, + "require": { + "dflydev/dot-access-data": "1.*", + "dflydev/placeholder-resolver": "1.*", + "php": ">=5.3.2" + }, + "require-dev": { + "symfony/yaml": "~2.1" + }, + "suggest": { + "symfony/yaml": "Required for using the YAML Configuration Builders" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "psr-0": { + "Dflydev\\DotAccessConfiguration": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Dragonfly Development Inc.", + "email": "info@dflydev.com", + "homepage": "http://dflydev.com" + }, + { + "name": "Beau Simensen", + "email": "beau@dflydev.com", + "homepage": "http://beausimensen.com" + } + ], + "description": "Given a deep data structure representing a configuration, access configuration by dot notation.", + "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration", + "keywords": [ + "config", + "configuration" + ], + "time": "2018-09-08T23:00:17+00:00" + }, + { + "name": "dflydev/dot-access-data", + "version": "v1.1.0", + "source": { + "type": "git", + "url": "https://github.com/dflydev/dflydev-dot-access-data.git", + "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a", + "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "psr-0": { + "Dflydev\\DotAccessData": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Dragonfly Development Inc.", + "email": "info@dflydev.com", + "homepage": "http://dflydev.com" + }, + { + "name": "Beau Simensen", + "email": "beau@dflydev.com", + "homepage": "http://beausimensen.com" + }, + { + "name": "Carlos Frutos", + "email": "carlos@kiwing.it", + "homepage": "https://github.com/cfrutos" + } + ], + "description": "Given a deep data structure, access data by dot notation.", + "homepage": "https://github.com/dflydev/dflydev-dot-access-data", + "keywords": [ + "access", + "data", + "dot", + "notation" + ], + "time": "2017-01-20T21:14:22+00:00" + }, + { + "name": "dflydev/placeholder-resolver", + "version": "v1.0.2", + "source": { + "type": "git", + "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git", + "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356", + "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "psr-0": { + "Dflydev\\PlaceholderResolver": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Dragonfly Development Inc.", + "email": "info@dflydev.com", + "homepage": "http://dflydev.com" + }, + { + "name": "Beau Simensen", + "email": "beau@dflydev.com", + "homepage": "http://beausimensen.com" + } + ], + "description": "Given a data source representing key => value pairs, resolve placeholders like ${foo.bar} to the value associated with the 'foo.bar' key in the data source.", + "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver", + "keywords": [ + "placeholder", + "resolver" + ], + "time": "2012-10-28T21:08:28+00:00" + }, + { + "name": "dnoegel/php-xdg-base-dir", + "version": "0.1", + "source": { + "type": "git", + "url": "https://github.com/dnoegel/php-xdg-base-dir.git", + "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a", + "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "require-dev": { + "phpunit/phpunit": "@stable" + }, + "type": "project", + "autoload": { + "psr-4": { + "XdgBaseDir\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "implementation of xdg base directory specification for php", + "time": "2014-10-24T07:27:01+00:00" + }, { "name": "doctrine/annotations", "version": "v1.2.7", @@ -639,123 +907,379 @@ "time": "2014-09-09T13:34:57+00:00" }, { - "name": "easyrdf/easyrdf", - "version": "0.9.1", + "name": "drupal/console", + "version": "1.8.0", "source": { "type": "git", - "url": "https://github.com/njh/easyrdf.git", - "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566" + "url": "https://github.com/hechoendrupal/drupal-console.git", + "reference": "368bbfa44dc6b957eb4db01977f7c39e83032d18" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566", - "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/368bbfa44dc6b957eb4db01977f7c39e83032d18", + "reference": "368bbfa44dc6b957eb4db01977f7c39e83032d18", "shasum": "" }, "require": { - "ext-mbstring": "*", - "ext-pcre": "*", - "php": ">=5.2.8" - }, - "require-dev": { - "phpunit/phpunit": "~3.5", - "sami/sami": "~1.4", - "squizlabs/php_codesniffer": "~1.4.3" + "alchemy/zippy": "0.4.3", + "composer/installers": "~1.0", + "doctrine/annotations": "^1.2", + "doctrine/collections": "^1.3", + "drupal/console-core": "1.8.0", + "drupal/console-extend-plugin": "~0", + "guzzlehttp/guzzle": "~6.1", + "php": "^5.5.9 || ^7.0", + "psy/psysh": "0.6.* || ~0.8", + "symfony/css-selector": "~2.8|~3.0", + "symfony/dom-crawler": "~2.8|~3.0", + "symfony/http-foundation": "~2.8|~3.0" }, "suggest": { - "ml/json-ld": "~1.0" + "symfony/thanks": "Thank your favorite PHP projects on Github using the CLI!", + "vlucas/phpdotenv": "Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically." }, + "bin": [ + "bin/drupal" + ], "type": "library", "autoload": { - "psr-0": { - "EasyRdf_": "lib/" + "psr-4": { + "Drupal\\Console\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Nicholas Humfrey", - "email": "njh@aelius.com", - "homepage": "http://www.aelius.com/njh/", - "role": "Developer" + "name": "David Flores", + "email": "dmousex@gmail.com", + "homepage": "http://dmouse.net" }, { - "name": "Alexey Zakhlestin", - "email": "indeyets@gmail.com", - "role": "Developer" + "name": "Jesus Manuel Olivas", + "email": "jesus.olivas@gmail.com", + "homepage": "http://jmolivas.com" + }, + { + "name": "Eduardo Garcia", + "email": "enzo@enzolutions.com", + "homepage": "http://enzolutions.com/" + }, + { + "name": "Omar Aguirre", + "email": "omersguchigu@gmail.com" + }, + { + "name": "Drupal Console Contributors", + "homepage": "https://github.com/hechoendrupal/drupal-console/graphs/contributors" } ], - "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.", - "homepage": "http://www.easyrdf.org/", + "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.", + "homepage": "http://drupalconsole.com/", "keywords": [ - "Linked Data", - "RDF", - "Semantic Web", - "Turtle", - "rdfa", - "sparql" + "console", + "development", + "drupal", + "symfony" ], - "time": "2015-02-27T09:45:49+00:00" + "time": "2018-03-21T20:50:16+00:00" }, { - "name": "egulias/email-validator", - "version": "2.1.6", + "name": "drupal/console-core", + "version": "1.8.0", "source": { "type": "git", - "url": "https://github.com/egulias/EmailValidator.git", - "reference": "0578b32b30b22de3e8664f797cf846fc9246f786" + "url": "https://github.com/hechoendrupal/drupal-console-core.git", + "reference": "bf1fb4a6f689377acec1694267f674178d28e5d1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0578b32b30b22de3e8664f797cf846fc9246f786", - "reference": "0578b32b30b22de3e8664f797cf846fc9246f786", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/bf1fb4a6f689377acec1694267f674178d28e5d1", + "reference": "bf1fb4a6f689377acec1694267f674178d28e5d1", "shasum": "" }, "require": { - "doctrine/lexer": "^1.0.1", - "php": ">= 5.5" - }, - "require-dev": { - "dominicsayers/isemail": "dev-master", - "phpunit/phpunit": "^4.8.35||^5.7||^6.0", - "satooshi/php-coveralls": "^1.0.1" - }, - "suggest": { - "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" + "dflydev/dot-access-configuration": "^1.0", + "drupal/console-en": "1.8.0", + "php": "^5.5.9 || ^7.0", + "stecman/symfony-console-completion": "~0.7", + "symfony/config": "~2.8|~3.0", + "symfony/console": "~2.8|~3.0", + "symfony/debug": "~2.8|~3.0", + "symfony/dependency-injection": "~2.8|~3.0", + "symfony/event-dispatcher": "~2.8|~3.0", + "symfony/filesystem": "~2.8|~3.0", + "symfony/finder": "~2.8|~3.0", + "symfony/process": "~2.8|~3.0", + "symfony/translation": "~2.8|~3.0", + "symfony/yaml": "~2.8|~3.0", + "twig/twig": "^1.23.1", + "webflo/drupal-finder": "^1.0", + "webmozart/path-util": "^2.3" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, "autoload": { + "files": [ + "src/functions.php" + ], "psr-4": { - "Egulias\\EmailValidator\\": "EmailValidator" + "Drupal\\Console\\Core\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Eduardo Gulias Davis" + "name": "David Flores", + "email": "dmousex@gmail.com", + "homepage": "http://dmouse.net" + }, + { + "name": "Jesus Manuel Olivas", + "email": "jesus.olivas@gmail.com", + "homepage": "http://jmolivas.com" + }, + { + "name": "Drupal Console Contributors", + "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors" + }, + { + "name": "Eduardo Garcia", + "email": "enzo@enzolutions.com", + "homepage": "http://enzolutions.com/" + }, + { + "name": "Omar Aguirre", + "email": "omersguchigu@gmail.com" } ], - "description": "A library for validating emails against several RFCs", - "homepage": "https://github.com/egulias/EmailValidator", + "description": "Drupal Console Core", + "homepage": "http://drupalconsole.com/", "keywords": [ - "email", - "emailvalidation", - "emailvalidator", - "validation", - "validator" + "console", + "development", + "drupal", + "symfony" ], - "time": "2018-09-25T20:47:26+00:00" + "time": "2018-03-21T19:33:23+00:00" + }, + { + "name": "drupal/console-en", + "version": "1.8.0", + "source": { + "type": "git", + "url": "https://github.com/hechoendrupal/drupal-console-en.git", + "reference": "ea956ddffab04f519a89858810e5f695b9def92b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/ea956ddffab04f519a89858810e5f695b9def92b", + "reference": "ea956ddffab04f519a89858810e5f695b9def92b", + "shasum": "" + }, + "type": "drupal-console-language", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "David Flores", + "email": "dmousex@gmail.com", + "homepage": "http://dmouse.net" + }, + { + "name": "Jesus Manuel Olivas", + "email": "jesus.olivas@gmail.com", + "homepage": "http://jmolivas.com" + }, + { + "name": "Drupal Console Contributors", + "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors" + }, + { + "name": "Eduardo Garcia", + "email": "enzo@enzolutions.com", + "homepage": "http://enzolutions.com/" + }, + { + "name": "Omar Aguirre", + "email": "omersguchigu@gmail.com" + } + ], + "description": "Drupal Console English Language", + "homepage": "http://drupalconsole.com/", + "keywords": [ + "console", + "development", + "drupal", + "symfony" + ], + "time": "2018-03-21T19:16:27+00:00" + }, + { + "name": "drupal/console-extend-plugin", + "version": "0.9.2", + "source": { + "type": "git", + "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git", + "reference": "f3bac233fd305359c33e96621443b3bd065555cc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/f3bac233fd305359c33e96621443b3bd065555cc", + "reference": "f3bac233fd305359c33e96621443b3bd065555cc", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0", + "symfony/finder": "~2.7|~3.0", + "symfony/yaml": "~2.7|~3.0" + }, + "type": "composer-plugin", + "extra": { + "class": "Drupal\\Console\\Composer\\Plugin\\Extender" + }, + "autoload": { + "psr-4": { + "Drupal\\Console\\Composer\\Plugin\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Jesus Manuel Olivas", + "email": "jesus.olivas@gmail.com" + } + ], + "description": "Drupal Console Extend Plugin", + "time": "2017-07-28T17:11:54+00:00" + }, + { + "name": "easyrdf/easyrdf", + "version": "0.9.1", + "source": { + "type": "git", + "url": "https://github.com/njh/easyrdf.git", + "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566", + "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "ext-pcre": "*", + "php": ">=5.2.8" + }, + "require-dev": { + "phpunit/phpunit": "~3.5", + "sami/sami": "~1.4", + "squizlabs/php_codesniffer": "~1.4.3" + }, + "suggest": { + "ml/json-ld": "~1.0" + }, + "type": "library", + "autoload": { + "psr-0": { + "EasyRdf_": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nicholas Humfrey", + "email": "njh@aelius.com", + "homepage": "http://www.aelius.com/njh/", + "role": "Developer" + }, + { + "name": "Alexey Zakhlestin", + "email": "indeyets@gmail.com", + "role": "Developer" + } + ], + "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.", + "homepage": "http://www.easyrdf.org/", + "keywords": [ + "Linked Data", + "RDF", + "Semantic Web", + "Turtle", + "rdfa", + "sparql" + ], + "time": "2015-02-27T09:45:49+00:00" + }, + { + "name": "egulias/email-validator", + "version": "2.1.6", + "source": { + "type": "git", + "url": "https://github.com/egulias/EmailValidator.git", + "reference": "0578b32b30b22de3e8664f797cf846fc9246f786" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0578b32b30b22de3e8664f797cf846fc9246f786", + "reference": "0578b32b30b22de3e8664f797cf846fc9246f786", + "shasum": "" + }, + "require": { + "doctrine/lexer": "^1.0.1", + "php": ">= 5.5" + }, + "require-dev": { + "dominicsayers/isemail": "dev-master", + "phpunit/phpunit": "^4.8.35||^5.7||^6.0", + "satooshi/php-coveralls": "^1.0.1" + }, + "suggest": { + "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Egulias\\EmailValidator\\": "EmailValidator" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Eduardo Gulias Davis" + } + ], + "description": "A library for validating emails against several RFCs", + "homepage": "https://github.com/egulias/EmailValidator", + "keywords": [ + "email", + "emailvalidation", + "emailvalidator", + "validation", + "validator" + ], + "time": "2018-09-25T20:47:26+00:00" }, { "name": "guzzlehttp/guzzle", @@ -938,6 +1462,94 @@ ], "time": "2017-03-20T17:10:46+00:00" }, + { + "name": "jakub-onderka/php-console-color", + "version": "v0.2", + "source": { + "type": "git", + "url": "https://github.com/JakubOnderka/PHP-Console-Color.git", + "reference": "d5deaecff52a0d61ccb613bb3804088da0307191" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191", + "reference": "d5deaecff52a0d61ccb613bb3804088da0307191", + "shasum": "" + }, + "require": { + "php": ">=5.4.0" + }, + "require-dev": { + "jakub-onderka/php-code-style": "1.0", + "jakub-onderka/php-parallel-lint": "1.0", + "jakub-onderka/php-var-dump-check": "0.*", + "phpunit/phpunit": "~4.3", + "squizlabs/php_codesniffer": "1.*" + }, + "type": "library", + "autoload": { + "psr-4": { + "JakubOnderka\\PhpConsoleColor\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Jakub Onderka", + "email": "jakub.onderka@gmail.com" + } + ], + "time": "2018-09-29T17:23:10+00:00" + }, + { + "name": "jakub-onderka/php-console-highlighter", + "version": "v0.4", + "source": { + "type": "git", + "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git", + "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547", + "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547", + "shasum": "" + }, + "require": { + "ext-tokenizer": "*", + "jakub-onderka/php-console-color": "~0.2", + "php": ">=5.4.0" + }, + "require-dev": { + "jakub-onderka/php-code-style": "~1.0", + "jakub-onderka/php-parallel-lint": "~1.0", + "jakub-onderka/php-var-dump-check": "~0.1", + "phpunit/phpunit": "~4.0", + "squizlabs/php_codesniffer": "~1.5" + }, + "type": "library", + "autoload": { + "psr-4": { + "JakubOnderka\\PhpConsoleHighlighter\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jakub Onderka", + "email": "acci@acci.cz", + "homepage": "http://www.acci.cz/" + } + ], + "description": "Highlight PHP code in terminal", + "time": "2018-09-29T18:48:56+00:00" + }, { "name": "masterminds/html5", "version": "2.3.0", @@ -1004,46 +1616,97 @@ "time": "2017-09-04T12:26:28+00:00" }, { - "name": "paragonie/random_compat", - "version": "v2.0.17", + "name": "nikic/php-parser", + "version": "v4.2.0", "source": { "type": "git", - "url": "https://github.com/paragonie/random_compat.git", - "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d" + "url": "https://github.com/nikic/PHP-Parser.git", + "reference": "594bcae1fc0bccd3993d2f0d61a018e26ac2865a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d", - "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/594bcae1fc0bccd3993d2f0d61a018e26ac2865a", + "reference": "594bcae1fc0bccd3993d2f0d61a018e26ac2865a", "shasum": "" }, "require": { - "php": ">=5.2.0" + "ext-tokenizer": "*", + "php": ">=7.0" }, "require-dev": { - "phpunit/phpunit": "4.*|5.*" - }, - "suggest": { - "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." + "phpunit/phpunit": "^6.5 || ^7.0" }, + "bin": [ + "bin/php-parse" + ], "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.2-dev" + } + }, "autoload": { - "files": [ - "lib/random.php" - ] + "psr-4": { + "PhpParser\\": "lib/PhpParser" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Paragon Initiative Enterprises", - "email": "security@paragonie.com", - "homepage": "https://paragonie.com" + "name": "Nikita Popov" } ], - "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", + "description": "A PHP parser written in PHP", + "keywords": [ + "parser", + "php" + ], + "time": "2019-01-12T16:31:37+00:00" + }, + { + "name": "paragonie/random_compat", + "version": "v2.0.17", + "source": { + "type": "git", + "url": "https://github.com/paragonie/random_compat.git", + "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d", + "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d", + "shasum": "" + }, + "require": { + "php": ">=5.2.0" + }, + "require-dev": { + "phpunit/phpunit": "4.*|5.*" + }, + "suggest": { + "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." + }, + "type": "library", + "autoload": { + "files": [ + "lib/random.php" + ] + }, + "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", @@ -1198,6 +1861,80 @@ ], "time": "2016-10-10T12:19:37+00:00" }, + { + "name": "psy/psysh", + "version": "v0.9.9", + "source": { + "type": "git", + "url": "https://github.com/bobthecow/psysh.git", + "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e", + "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e", + "shasum": "" + }, + "require": { + "dnoegel/php-xdg-base-dir": "0.1", + "ext-json": "*", + "ext-tokenizer": "*", + "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*", + "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0", + "php": ">=5.4.0", + "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0", + "symfony/var-dumper": "~2.7|~3.0|~4.0" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.2", + "hoa/console": "~2.15|~3.16", + "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0" + }, + "suggest": { + "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", + "ext-pdo-sqlite": "The doc command requires SQLite to work.", + "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", + "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.", + "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit." + }, + "bin": [ + "bin/psysh" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-develop": "0.9.x-dev" + } + }, + "autoload": { + "files": [ + "src/functions.php" + ], + "psr-4": { + "Psy\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Justin Hileman", + "email": "justin@justinhileman.info", + "homepage": "http://justinhileman.com" + } + ], + "description": "An interactive shell for modern PHP.", + "homepage": "http://psysh.org", + "keywords": [ + "REPL", + "console", + "interactive", + "shell" + ], + "time": "2018-10-13T15:16:03+00:00" + }, { "name": "stack/builder", "version": "v1.0.5", @@ -1247,6 +1984,51 @@ ], "time": "2017-11-18T14:57:29+00:00" }, + { + "name": "stecman/symfony-console-completion", + "version": "0.9.0", + "source": { + "type": "git", + "url": "https://github.com/stecman/symfony-console-completion.git", + "reference": "bd07a24190541de2828c1d6469a8ddce599d3c5a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/bd07a24190541de2828c1d6469a8ddce599d3c5a", + "reference": "bd07a24190541de2828c1d6469a8ddce599d3c5a", + "shasum": "" + }, + "require": { + "php": ">=5.3.2", + "symfony/console": "~2.3 || ~3.0 || ~4.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.4" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.6.x-dev" + } + }, + "autoload": { + "psr-4": { + "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Stephen Holdaway", + "email": "stephen@stecman.co.nz" + } + ], + "description": "Automatic BASH completion for Symfony Console Component based applications.", + "time": "2019-01-19T21:25:25+00:00" + }, { "name": "symfony-cmf/routing", "version": "1.4.1", @@ -1358,46 +2140,347 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony ClassLoader Component", + "description": "Symfony ClassLoader Component", + "homepage": "https://symfony.com", + "time": "2018-07-26T11:19:56+00:00" + }, + { + "name": "symfony/config", + "version": "v3.4.21", + "source": { + "type": "git", + "url": "https://github.com/symfony/config.git", + "reference": "17c5d8941eb75a03d19bc76a43757738632d87b3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/config/zipball/17c5d8941eb75a03d19bc76a43757738632d87b3", + "reference": "17c5d8941eb75a03d19bc76a43757738632d87b3", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/filesystem": "~2.8|~3.0|~4.0", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "symfony/dependency-injection": "<3.3", + "symfony/finder": "<3.3" + }, + "require-dev": { + "symfony/dependency-injection": "~3.3|~4.0", + "symfony/event-dispatcher": "~3.3|~4.0", + "symfony/finder": "~3.3|~4.0", + "symfony/yaml": "~3.0|~4.0" + }, + "suggest": { + "symfony/yaml": "To use the yaml reference dumper" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Config\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Config Component", + "homepage": "https://symfony.com", + "time": "2019-01-01T13:45:19+00:00" + }, + { + "name": "symfony/console", + "version": "v3.4.15", + "source": { + "type": "git", + "url": "https://github.com/symfony/console.git", + "reference": "6b217594552b9323bcdcfc14f8a0ce126e84cd73" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/console/zipball/6b217594552b9323bcdcfc14f8a0ce126e84cd73", + "reference": "6b217594552b9323bcdcfc14f8a0ce126e84cd73", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/debug": "~2.8|~3.0|~4.0", + "symfony/polyfill-mbstring": "~1.0" + }, + "conflict": { + "symfony/dependency-injection": "<3.4", + "symfony/process": "<3.3" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "~3.3|~4.0", + "symfony/dependency-injection": "~3.4|~4.0", + "symfony/event-dispatcher": "~2.8|~3.0|~4.0", + "symfony/lock": "~3.4|~4.0", + "symfony/process": "~3.3|~4.0" + }, + "suggest": { + "psr/log-implementation": "For using the console logger", + "symfony/event-dispatcher": "", + "symfony/lock": "", + "symfony/process": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Console\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Console Component", + "homepage": "https://symfony.com", + "time": "2018-07-26T11:19:56+00:00" + }, + { + "name": "symfony/css-selector", + "version": "v3.4.15", + "source": { + "type": "git", + "url": "https://github.com/symfony/css-selector.git", + "reference": "edda5a6155000ff8c3a3f85ee5c421af93cca416" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/edda5a6155000ff8c3a3f85ee5c421af93cca416", + "reference": "edda5a6155000ff8c3a3f85ee5c421af93cca416", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\CssSelector\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jean-François Simon", + "email": "jeanfrancois.simon@sensiolabs.com" + }, + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony CssSelector Component", + "homepage": "https://symfony.com", + "time": "2018-07-26T09:06:28+00:00" + }, + { + "name": "symfony/debug", + "version": "v3.4.15", + "source": { + "type": "git", + "url": "https://github.com/symfony/debug.git", + "reference": "c4625e75341e4fb309ce0c049cbf7fb84b8897cd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/debug/zipball/c4625e75341e4fb309ce0c049cbf7fb84b8897cd", + "reference": "c4625e75341e4fb309ce0c049cbf7fb84b8897cd", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "psr/log": "~1.0" + }, + "conflict": { + "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" + }, + "require-dev": { + "symfony/http-kernel": "~2.8|~3.0|~4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Debug\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Debug Component", + "homepage": "https://symfony.com", + "time": "2018-08-03T10:42:44+00:00" + }, + { + "name": "symfony/dependency-injection", + "version": "v3.4.15", + "source": { + "type": "git", + "url": "https://github.com/symfony/dependency-injection.git", + "reference": "09d7df7bf06c1393b6afc85875993cbdbdf897a0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/09d7df7bf06c1393b6afc85875993cbdbdf897a0", + "reference": "09d7df7bf06c1393b6afc85875993cbdbdf897a0", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "psr/container": "^1.0" + }, + "conflict": { + "symfony/config": "<3.3.7", + "symfony/finder": "<3.3", + "symfony/proxy-manager-bridge": "<3.4", + "symfony/yaml": "<3.4" + }, + "provide": { + "psr/container-implementation": "1.0" + }, + "require-dev": { + "symfony/config": "~3.3|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/yaml": "~3.4|~4.0" + }, + "suggest": { + "symfony/config": "", + "symfony/expression-language": "For using expressions in service container configuration", + "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", + "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", + "symfony/yaml": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\DependencyInjection\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "time": "2018-07-26T11:19:56+00:00" + "time": "2018-08-08T11:42:34+00:00" }, { - "name": "symfony/console", + "name": "symfony/dom-crawler", "version": "v3.4.15", "source": { "type": "git", - "url": "https://github.com/symfony/console.git", - "reference": "6b217594552b9323bcdcfc14f8a0ce126e84cd73" + "url": "https://github.com/symfony/dom-crawler.git", + "reference": "452bfc854b60134438e3824b159b0d24a5892331" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/6b217594552b9323bcdcfc14f8a0ce126e84cd73", - "reference": "6b217594552b9323bcdcfc14f8a0ce126e84cd73", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/452bfc854b60134438e3824b159b0d24a5892331", + "reference": "452bfc854b60134438e3824b159b0d24a5892331", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", - "symfony/debug": "~2.8|~3.0|~4.0", + "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0" }, - "conflict": { - "symfony/dependency-injection": "<3.4", - "symfony/process": "<3.3" - }, "require-dev": { - "psr/log": "~1.0", - "symfony/config": "~3.3|~4.0", - "symfony/dependency-injection": "~3.4|~4.0", - "symfony/event-dispatcher": "~2.8|~3.0|~4.0", - "symfony/lock": "~3.4|~4.0", - "symfony/process": "~3.3|~4.0" + "symfony/css-selector": "~2.8|~3.0|~4.0" }, "suggest": { - "psr/log-implementation": "For using the console logger", - "symfony/event-dispatcher": "", - "symfony/lock": "", - "symfony/process": "" + "symfony/css-selector": "" }, "type": "library", "extra": { @@ -1407,7 +2490,7 @@ }, "autoload": { "psr-4": { - "Symfony\\Component\\Console\\": "" + "Symfony\\Component\\DomCrawler\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -1427,33 +2510,40 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Console Component", + "description": "Symfony DomCrawler Component", "homepage": "https://symfony.com", - "time": "2018-07-26T11:19:56+00:00" + "time": "2018-07-26T10:03:52+00:00" }, { - "name": "symfony/debug", + "name": "symfony/event-dispatcher", "version": "v3.4.15", "source": { "type": "git", - "url": "https://github.com/symfony/debug.git", - "reference": "c4625e75341e4fb309ce0c049cbf7fb84b8897cd" + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "b2e1f19280c09a42dc64c0b72b80fe44dd6e88fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/c4625e75341e4fb309ce0c049cbf7fb84b8897cd", - "reference": "c4625e75341e4fb309ce0c049cbf7fb84b8897cd", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b2e1f19280c09a42dc64c0b72b80fe44dd6e88fb", + "reference": "b2e1f19280c09a42dc64c0b72b80fe44dd6e88fb", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", - "psr/log": "~1.0" + "php": "^5.5.9|>=7.0.8" }, "conflict": { - "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" + "symfony/dependency-injection": "<3.3" }, "require-dev": { - "symfony/http-kernel": "~2.8|~3.0|~4.0" + "psr/log": "~1.0", + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "~3.3|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/stopwatch": "~2.8|~3.0|~4.0" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" }, "type": "library", "extra": { @@ -1463,7 +2553,7 @@ }, "autoload": { "psr-4": { - "Symfony\\Component\\Debug\\": "" + "Symfony\\Component\\EventDispatcher\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -1483,48 +2573,27 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Debug Component", + "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2018-08-03T10:42:44+00:00" + "time": "2018-07-26T09:06:28+00:00" }, { - "name": "symfony/dependency-injection", - "version": "v3.4.15", + "name": "symfony/filesystem", + "version": "v3.4.21", "source": { "type": "git", - "url": "https://github.com/symfony/dependency-injection.git", - "reference": "09d7df7bf06c1393b6afc85875993cbdbdf897a0" + "url": "https://github.com/symfony/filesystem.git", + "reference": "c24ce3d18ccc9bb9d7e1d6ce9330fcc6061cafde" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/09d7df7bf06c1393b6afc85875993cbdbdf897a0", - "reference": "09d7df7bf06c1393b6afc85875993cbdbdf897a0", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/c24ce3d18ccc9bb9d7e1d6ce9330fcc6061cafde", + "reference": "c24ce3d18ccc9bb9d7e1d6ce9330fcc6061cafde", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", - "psr/container": "^1.0" - }, - "conflict": { - "symfony/config": "<3.3.7", - "symfony/finder": "<3.3", - "symfony/proxy-manager-bridge": "<3.4", - "symfony/yaml": "<3.4" - }, - "provide": { - "psr/container-implementation": "1.0" - }, - "require-dev": { - "symfony/config": "~3.3|~4.0", - "symfony/expression-language": "~2.8|~3.0|~4.0", - "symfony/yaml": "~3.4|~4.0" - }, - "suggest": { - "symfony/config": "", - "symfony/expression-language": "For using expressions in service container configuration", - "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", - "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", - "symfony/yaml": "" + "symfony/polyfill-ctype": "~1.8" }, "type": "library", "extra": { @@ -1534,7 +2603,7 @@ }, "autoload": { "psr-4": { - "Symfony\\Component\\DependencyInjection\\": "" + "Symfony\\Component\\Filesystem\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -1554,41 +2623,27 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony DependencyInjection Component", + "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2018-08-08T11:42:34+00:00" + "time": "2019-01-01T13:45:19+00:00" }, { - "name": "symfony/event-dispatcher", - "version": "v3.4.15", + "name": "symfony/finder", + "version": "v3.4.21", "source": { "type": "git", - "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "b2e1f19280c09a42dc64c0b72b80fe44dd6e88fb" + "url": "https://github.com/symfony/finder.git", + "reference": "3f2a2ab6315dd7682d4c16dcae1e7b95c8b8555e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b2e1f19280c09a42dc64c0b72b80fe44dd6e88fb", - "reference": "b2e1f19280c09a42dc64c0b72b80fe44dd6e88fb", + "url": "https://api.github.com/repos/symfony/finder/zipball/3f2a2ab6315dd7682d4c16dcae1e7b95c8b8555e", + "reference": "3f2a2ab6315dd7682d4c16dcae1e7b95c8b8555e", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8" }, - "conflict": { - "symfony/dependency-injection": "<3.3" - }, - "require-dev": { - "psr/log": "~1.0", - "symfony/config": "~2.8|~3.0|~4.0", - "symfony/dependency-injection": "~3.3|~4.0", - "symfony/expression-language": "~2.8|~3.0|~4.0", - "symfony/stopwatch": "~2.8|~3.0|~4.0" - }, - "suggest": { - "symfony/dependency-injection": "", - "symfony/http-kernel": "" - }, "type": "library", "extra": { "branch-alias": { @@ -1597,7 +2652,7 @@ }, "autoload": { "psr-4": { - "Symfony\\Component\\EventDispatcher\\": "" + "Symfony\\Component\\Finder\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -1617,9 +2672,9 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony EventDispatcher Component", + "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2018-07-26T09:06:28+00:00" + "time": "2019-01-01T13:45:19+00:00" }, { "name": "symfony/http-foundation", @@ -1809,7 +2864,7 @@ }, { "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" + "email": "backendtea@gmail.com" } ], "description": "Symfony polyfill for ctype functions", @@ -1999,6 +3054,61 @@ ], "time": "2018-08-06T14:22:27+00:00" }, + { + "name": "symfony/polyfill-php72", + "version": "v1.10.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php72.git", + "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9050816e2ca34a8e916c3a0ae8b9c2fccf68b631", + "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.9-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php72\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "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 backporting some PHP 7.2+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "time": "2018-09-21T13:07:52+00:00" + }, { "name": "symfony/process", "version": "v3.4.15", @@ -2334,67 +3444,139 @@ "time": "2018-07-26T11:19:56+00:00" }, { - "name": "symfony/validator", - "version": "v3.4.15", + "name": "symfony/validator", + "version": "v3.4.15", + "source": { + "type": "git", + "url": "https://github.com/symfony/validator.git", + "reference": "5a9ca502663e32aed3302b00121f978d70a09ab9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/validator/zipball/5a9ca502663e32aed3302b00121f978d70a09ab9", + "reference": "5a9ca502663e32aed3302b00121f978d70a09ab9", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.0", + "symfony/translation": "~2.8|~3.0|~4.0" + }, + "conflict": { + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", + "symfony/dependency-injection": "<3.3", + "symfony/http-kernel": "<3.3.5", + "symfony/yaml": "<3.4" + }, + "require-dev": { + "doctrine/annotations": "~1.0", + "doctrine/cache": "~1.0", + "egulias/email-validator": "^1.2.8|~2.0", + "symfony/cache": "~3.1|~4.0", + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "~3.3|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/http-foundation": "~2.8|~3.0|~4.0", + "symfony/http-kernel": "^3.3.5|~4.0", + "symfony/intl": "^2.8.18|^3.2.5|~4.0", + "symfony/property-access": "~2.8|~3.0|~4.0", + "symfony/var-dumper": "~3.3|~4.0", + "symfony/yaml": "~3.4|~4.0" + }, + "suggest": { + "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", + "doctrine/cache": "For using the default cached annotation reader and metadata cache.", + "egulias/email-validator": "Strict (RFC compliant) email validation", + "psr/cache-implementation": "For using the metadata cache.", + "symfony/config": "", + "symfony/expression-language": "For using the Expression validator", + "symfony/http-foundation": "", + "symfony/intl": "", + "symfony/property-access": "For accessing properties within comparison constraints", + "symfony/yaml": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Validator\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Validator Component", + "homepage": "https://symfony.com", + "time": "2018-08-07T09:33:53+00:00" + }, + { + "name": "symfony/var-dumper", + "version": "v4.2.2", "source": { "type": "git", - "url": "https://github.com/symfony/validator.git", - "reference": "5a9ca502663e32aed3302b00121f978d70a09ab9" + "url": "https://github.com/symfony/var-dumper.git", + "reference": "85bde661b178173d85c6f11ea9d03b61d1212bb2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/5a9ca502663e32aed3302b00121f978d70a09ab9", - "reference": "5a9ca502663e32aed3302b00121f978d70a09ab9", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/85bde661b178173d85c6f11ea9d03b61d1212bb2", + "reference": "85bde661b178173d85c6f11ea9d03b61d1212bb2", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", - "symfony/polyfill-ctype": "~1.8", + "php": "^7.1.3", "symfony/polyfill-mbstring": "~1.0", - "symfony/translation": "~2.8|~3.0|~4.0" + "symfony/polyfill-php72": "~1.5" }, "conflict": { "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", - "symfony/dependency-injection": "<3.3", - "symfony/http-kernel": "<3.3.5", - "symfony/yaml": "<3.4" + "symfony/console": "<3.4" }, "require-dev": { - "doctrine/annotations": "~1.0", - "doctrine/cache": "~1.0", - "egulias/email-validator": "^1.2.8|~2.0", - "symfony/cache": "~3.1|~4.0", - "symfony/config": "~2.8|~3.0|~4.0", - "symfony/dependency-injection": "~3.3|~4.0", - "symfony/expression-language": "~2.8|~3.0|~4.0", - "symfony/http-foundation": "~2.8|~3.0|~4.0", - "symfony/http-kernel": "^3.3.5|~4.0", - "symfony/intl": "^2.8.18|^3.2.5|~4.0", - "symfony/property-access": "~2.8|~3.0|~4.0", - "symfony/var-dumper": "~3.3|~4.0", - "symfony/yaml": "~3.4|~4.0" + "ext-iconv": "*", + "symfony/console": "~3.4|~4.0", + "symfony/process": "~3.4|~4.0", + "twig/twig": "~1.34|~2.4" }, "suggest": { - "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", - "doctrine/cache": "For using the default cached annotation reader and metadata cache.", - "egulias/email-validator": "Strict (RFC compliant) email validation", - "psr/cache-implementation": "For using the metadata cache.", - "symfony/config": "", - "symfony/expression-language": "For using the Expression validator", - "symfony/http-foundation": "", - "symfony/intl": "", - "symfony/property-access": "For accessing properties within comparison constraints", - "symfony/yaml": "" + "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", + "ext-intl": "To show region name in time zone dump", + "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" }, + "bin": [ + "Resources/bin/var-dump-server" + ], "type": "library", "extra": { "branch-alias": { - "dev-master": "3.4-dev" + "dev-master": "4.2-dev" } }, "autoload": { + "files": [ + "Resources/functions/dump.php" + ], "psr-4": { - "Symfony\\Component\\Validator\\": "" + "Symfony\\Component\\VarDumper\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -2406,17 +3588,21 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Validator Component", + "description": "Symfony mechanism for exploring and dumping PHP variables", "homepage": "https://symfony.com", - "time": "2018-08-07T09:33:53+00:00" + "keywords": [ + "debug", + "dump" + ], + "time": "2019-01-03T09:07:35+00:00" }, { "name": "symfony/yaml", @@ -2583,6 +3769,140 @@ ], "time": "2018-10-18T08:46:28+00:00" }, + { + "name": "webflo/drupal-finder", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/webflo/drupal-finder.git", + "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/8a7886c575d6eaa67a425dceccc84e735c0b9637", + "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637", + "shasum": "" + }, + "require-dev": { + "mikey179/vfsstream": "^1.6", + "phpunit/phpunit": "^4.8" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/DrupalFinder.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Florian Weber", + "email": "florian@webflo.org" + } + ], + "description": "Helper class to locate a Drupal installation from a given path.", + "time": "2017-10-24T08:12:11+00:00" + }, + { + "name": "webmozart/assert", + "version": "1.4.0", + "source": { + "type": "git", + "url": "https://github.com/webmozart/assert.git", + "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9", + "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9", + "shasum": "" + }, + "require": { + "php": "^5.3.3 || ^7.0", + "symfony/polyfill-ctype": "^1.8" + }, + "require-dev": { + "phpunit/phpunit": "^4.6", + "sebastian/version": "^1.0.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.3-dev" + } + }, + "autoload": { + "psr-4": { + "Webmozart\\Assert\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Assertions to validate method input/output with nice error messages.", + "keywords": [ + "assert", + "check", + "validate" + ], + "time": "2018-12-25T11:19:39+00:00" + }, + { + "name": "webmozart/path-util", + "version": "2.3.0", + "source": { + "type": "git", + "url": "https://github.com/webmozart/path-util.git", + "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725", + "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "webmozart/assert": "~1.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.6", + "sebastian/version": "^1.0.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.3-dev" + } + }, + "autoload": { + "psr-4": { + "Webmozart\\PathUtil\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.", + "time": "2015-12-17T08:42:14+00:00" + }, { "name": "wikimedia/composer-merge-plugin", "version": "v1.4.1", @@ -3128,6 +4448,12 @@ "url": "https://git.drupal.org/project/coder.git", "reference": "984c54a7b1e8f27ff1c32348df69712afd86b17f" }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/klausi/coder/zipball/984c54a7b1e8f27ff1c32348df69712afd86b17f", + "reference": "984c54a7b1e8f27ff1c32348df69712afd86b17f", + "shasum": "" + }, "require": { "ext-mbstring": "*", "php": ">=5.4.0", @@ -4463,116 +5789,6 @@ "homepage": "https://symfony.com", "time": "2018-07-26T09:06:28+00:00" }, - { - "name": "symfony/css-selector", - "version": "v3.4.15", - "source": { - "type": "git", - "url": "https://github.com/symfony/css-selector.git", - "reference": "edda5a6155000ff8c3a3f85ee5c421af93cca416" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/edda5a6155000ff8c3a3f85ee5c421af93cca416", - "reference": "edda5a6155000ff8c3a3f85ee5c421af93cca416", - "shasum": "" - }, - "require": { - "php": "^5.5.9|>=7.0.8" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.4-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\CssSelector\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jean-François Simon", - "email": "jeanfrancois.simon@sensiolabs.com" - }, - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony CssSelector Component", - "homepage": "https://symfony.com", - "time": "2018-07-26T09:06:28+00:00" - }, - { - "name": "symfony/dom-crawler", - "version": "v3.4.15", - "source": { - "type": "git", - "url": "https://github.com/symfony/dom-crawler.git", - "reference": "452bfc854b60134438e3824b159b0d24a5892331" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/452bfc854b60134438e3824b159b0d24a5892331", - "reference": "452bfc854b60134438e3824b159b0d24a5892331", - "shasum": "" - }, - "require": { - "php": "^5.5.9|>=7.0.8", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-mbstring": "~1.0" - }, - "require-dev": { - "symfony/css-selector": "~2.8|~3.0|~4.0" - }, - "suggest": { - "symfony/css-selector": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.4-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\DomCrawler\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony DomCrawler Component", - "homepage": "https://symfony.com", - "time": "2018-07-26T10:03:52+00:00" - }, { "name": "symfony/phpunit-bridge", "version": "v3.4.15", diff --git a/config/sync/.htaccess b/config/sync/.htaccess new file mode 100644 index 0000000000..0e4a69afd2 --- /dev/null +++ b/config/sync/.htaccess @@ -0,0 +1,24 @@ +# Deny all requests from Apache 2.4+. + + Require all denied + + +# Deny all requests from Apache 2.0-2.2. + + Deny from all + + +# Turn off all options we don't need. +Options -Indexes -ExecCGI -Includes -MultiViews + +# Set the catch-all handler to prevent scripts from being executed. +SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 + + # Override the handler again if we're run later in the evaluation list. + SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 + + +# If we know how to do it safely, disable the PHP engine entirely. + + php_flag engine off + \ No newline at end of file diff --git a/config/sync/automated_cron.settings.yml b/config/sync/automated_cron.settings.yml new file mode 100644 index 0000000000..2418a00e90 --- /dev/null +++ b/config/sync/automated_cron.settings.yml @@ -0,0 +1,3 @@ +interval: 10800 +_core: + default_config_hash: fUksROt4FfkAU9BV4hV2XvhTBSS2nTNrZS4U7S-tKrs diff --git a/config/sync/block.block.breadcrumbs.yml b/config/sync/block.block.breadcrumbs.yml new file mode 100644 index 0000000000..1d8fbfddbf --- /dev/null +++ b/config/sync/block.block.breadcrumbs.yml @@ -0,0 +1,27 @@ +uuid: 89f5af71-a0cf-43f8-b3b4-d01d06411bdf +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/sync/block.block.help.yml b/config/sync/block.block.help.yml new file mode 100644 index 0000000000..07282bfb7a --- /dev/null +++ b/config/sync/block.block.help.yml @@ -0,0 +1,22 @@ +uuid: 784ab440-3611-4242-a0c2-9c7970a94c0c +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/sync/block.block.seven_breadcrumbs.yml b/config/sync/block.block.seven_breadcrumbs.yml new file mode 100644 index 0000000000..cfcf6edad2 --- /dev/null +++ b/config/sync/block.block.seven_breadcrumbs.yml @@ -0,0 +1,22 @@ +uuid: 4fec7b3f-31a4-4d09-85b8-0e85d12481a0 +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/sync/block.block.seven_content.yml b/config/sync/block.block.seven_content.yml new file mode 100644 index 0000000000..a015b665a1 --- /dev/null +++ b/config/sync/block.block.seven_content.yml @@ -0,0 +1,22 @@ +uuid: dc0e488e-99e8-471f-9235-a4288f381960 +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/sync/block.block.seven_help.yml b/config/sync/block.block.seven_help.yml new file mode 100644 index 0000000000..7aa54ec967 --- /dev/null +++ b/config/sync/block.block.seven_help.yml @@ -0,0 +1,22 @@ +uuid: cff15541-53b0-446e-af49-81f1a0a2a1b6 +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/sync/block.block.seven_local_actions.yml b/config/sync/block.block.seven_local_actions.yml new file mode 100644 index 0000000000..9bf1a8eb39 --- /dev/null +++ b/config/sync/block.block.seven_local_actions.yml @@ -0,0 +1,20 @@ +uuid: bdfcff97-46d7-47cb-b471-8498b1e991a7 +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/sync/block.block.seven_messages.yml b/config/sync/block.block.seven_messages.yml new file mode 100644 index 0000000000..90669c5162 --- /dev/null +++ b/config/sync/block.block.seven_messages.yml @@ -0,0 +1,22 @@ +uuid: 198fb20c-e07f-4095-830d-50dff3a2d695 +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/sync/block.block.seven_page_title.yml b/config/sync/block.block.seven_page_title.yml new file mode 100644 index 0000000000..56b7eca076 --- /dev/null +++ b/config/sync/block.block.seven_page_title.yml @@ -0,0 +1,20 @@ +uuid: 8fad97d5-24d1-4153-9a29-37d21eb3596a +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/sync/block.block.seven_primary_local_tasks.yml b/config/sync/block.block.seven_primary_local_tasks.yml new file mode 100644 index 0000000000..9e3c84893c --- /dev/null +++ b/config/sync/block.block.seven_primary_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: 8fbf131d-8713-4753-afd6-9e3f4ddc89e7 +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/sync/block.block.seven_secondary_local_tasks.yml b/config/sync/block.block.seven_secondary_local_tasks.yml new file mode 100644 index 0000000000..ffd20e5543 --- /dev/null +++ b/config/sync/block.block.seven_secondary_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: 470d020d-b481-41b1-bbb9-2a8f58172365 +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/sync/block.block.umami_account_menu.yml b/config/sync/block.block.umami_account_menu.yml new file mode 100644 index 0000000000..1fde1848ff --- /dev/null +++ b/config/sync/block.block.umami_account_menu.yml @@ -0,0 +1,27 @@ +uuid: 1d131ceb-3da6-4d43-8ae6-c9231efab7d4 +langcode: en +status: true +dependencies: + config: + - system.menu.account + module: + - system + theme: + - umami +_core: + default_config_hash: O9-SZR6EE1SFDRqO4Xg-6rwPKjRMmBmDCJXRYHUXR8Y +id: umami_account_menu +theme: umami +region: pre_header +weight: -6 +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/sync/block.block.umami_banner_recipes.yml b/config/sync/block.block.umami_banner_recipes.yml new file mode 100644 index 0000000000..3738025c5b --- /dev/null +++ b/config/sync/block.block.umami_banner_recipes.yml @@ -0,0 +1,36 @@ +uuid: 2997be4b-f93e-471f-92b7-435d550f6e0d +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: avMRG5BtP0-47yiSruQWrmR76WZko60hftswPHIebjI +id: umami_banner_recipes +theme: umami +region: banner_top +weight: -10 +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/sync/block.block.umami_branding.yml b/config/sync/block.block.umami_branding.yml new file mode 100644 index 0000000000..050ee55dc6 --- /dev/null +++ b/config/sync/block.block.umami_branding.yml @@ -0,0 +1,25 @@ +uuid: f208f6c7-661a-4b87-9eda-4f3c33c1a257 +langcode: en +status: true +dependencies: + module: + - system + theme: + - umami +_core: + default_config_hash: MGsoiuC-_XKgxPpwxVkN6hy6bE1sMd7lnRYv5Tqb08Q +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: true + use_site_slogan: true +visibility: { } diff --git a/config/sync/block.block.umami_content.yml b/config/sync/block.block.umami_content.yml new file mode 100644 index 0000000000..2f09fa4e8f --- /dev/null +++ b/config/sync/block.block.umami_content.yml @@ -0,0 +1,22 @@ +uuid: 737000b9-fa2f-43ed-a837-1794d90047f7 +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/sync/block.block.umami_disclaimer.yml b/config/sync/block.block.umami_disclaimer.yml new file mode 100644 index 0000000000..1009958d12 --- /dev/null +++ b/config/sync/block.block.umami_disclaimer.yml @@ -0,0 +1,30 @@ +uuid: a52148e4-6816-4ef5-bbab-81cce1616d3d +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/sync/block.block.umami_footer.yml b/config/sync/block.block.umami_footer.yml new file mode 100644 index 0000000000..daf17f4ebd --- /dev/null +++ b/config/sync/block.block.umami_footer.yml @@ -0,0 +1,27 @@ +uuid: f34b4bfb-109d-4d9c-9d10-3fcdb9d8705a +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/sync/block.block.umami_footer_promo.yml b/config/sync/block.block.umami_footer_promo.yml new file mode 100644 index 0000000000..7765220156 --- /dev/null +++ b/config/sync/block.block.umami_footer_promo.yml @@ -0,0 +1,30 @@ +uuid: 1a1240ad-8165-4c23-82a7-941b520802be +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/sync/block.block.umami_local_tasks.yml b/config/sync/block.block.umami_local_tasks.yml new file mode 100644 index 0000000000..ea6b4cbe07 --- /dev/null +++ b/config/sync/block.block.umami_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: f54d29e9-5312-4b58-afb9-ad89355f061a +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/sync/block.block.umami_main_menu.yml b/config/sync/block.block.umami_main_menu.yml new file mode 100644 index 0000000000..33d992ba19 --- /dev/null +++ b/config/sync/block.block.umami_main_menu.yml @@ -0,0 +1,27 @@ +uuid: ff8a5ede-c88f-45be-9c89-0b618418ab57 +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/sync/block.block.umami_messages.yml b/config/sync/block.block.umami_messages.yml new file mode 100644 index 0000000000..b26ed19a15 --- /dev/null +++ b/config/sync/block.block.umami_messages.yml @@ -0,0 +1,22 @@ +uuid: b3a4ff78-89d8-4700-921b-f2c31cea8346 +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/sync/block.block.umami_page_title.yml b/config/sync/block.block.umami_page_title.yml new file mode 100644 index 0000000000..9c413556ed --- /dev/null +++ b/config/sync/block.block.umami_page_title.yml @@ -0,0 +1,20 @@ +uuid: 874ca783-67c3-45a9-beb2-df84ceee6884 +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/sync/block.block.umami_search.yml b/config/sync/block.block.umami_search.yml new file mode 100644 index 0000000000..15833d4f2e --- /dev/null +++ b/config/sync/block.block.umami_search.yml @@ -0,0 +1,22 @@ +uuid: a1dc639e-80d2-42cf-855b-87a655590b0f +langcode: en +status: true +dependencies: + module: + - search + theme: + - umami +_core: + default_config_hash: mscXHSYJmHeDvH4yB8D1lARAHXe1A7ZsYohvnWwlrCw +id: umami_search +theme: umami +region: pre_header +weight: -7 +provider: null +plugin: search_form_block +settings: + id: search_form_block + label: Search + provider: search + label_display: visible +visibility: { } diff --git a/config/sync/block.block.views_block__articles_aside_block_1.yml b/config/sync/block.block.views_block__articles_aside_block_1.yml new file mode 100644 index 0000000000..3dbab8afa9 --- /dev/null +++ b/config/sync/block.block.views_block__articles_aside_block_1.yml @@ -0,0 +1,34 @@ +uuid: d629edf3-fc9c-482d-9a84-705fc1b5760c +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/sync/block.block.views_block__promoted_items_block_1.yml b/config/sync/block.block.views_block__promoted_items_block_1.yml new file mode 100644 index 0000000000..defc6dc1ec --- /dev/null +++ b/config/sync/block.block.views_block__promoted_items_block_1.yml @@ -0,0 +1,32 @@ +uuid: 7c9849b2-8548-4e85-bab8-9c4b63200229 +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/sync/block.block.views_block__recipe_collections_block.yml b/config/sync/block.block.views_block__recipe_collections_block.yml new file mode 100644 index 0000000000..1ab426d1c9 --- /dev/null +++ b/config/sync/block.block.views_block__recipe_collections_block.yml @@ -0,0 +1,26 @@ +uuid: 9bf4711a-9eda-4d28-9844-b7f2ca983956 +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/sync/block_content.type.banner_block.yml b/config/sync/block_content.type.banner_block.yml new file mode 100644 index 0000000000..34eb3193f2 --- /dev/null +++ b/config/sync/block_content.type.banner_block.yml @@ -0,0 +1,10 @@ +uuid: f7868fa9-39df-46ff-9139-cbe91b4ec89b +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/sync/block_content.type.basic.yml b/config/sync/block_content.type.basic.yml new file mode 100644 index 0000000000..a67ad8b40f --- /dev/null +++ b/config/sync/block_content.type.basic.yml @@ -0,0 +1,10 @@ +uuid: 6d38b103-928f-4a10-97d5-194bfd1fdab2 +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/sync/block_content.type.disclaimer_block.yml b/config/sync/block_content.type.disclaimer_block.yml new file mode 100644 index 0000000000..fa2f3f54c6 --- /dev/null +++ b/config/sync/block_content.type.disclaimer_block.yml @@ -0,0 +1,10 @@ +uuid: b24f2551-34c4-4574-bddb-5aff9673ba2e +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/sync/block_content.type.footer_promo_block.yml b/config/sync/block_content.type.footer_promo_block.yml new file mode 100644 index 0000000000..65a38639d5 --- /dev/null +++ b/config/sync/block_content.type.footer_promo_block.yml @@ -0,0 +1,10 @@ +uuid: 756b96ab-3699-48a8-afc5-208bc804569a +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/sync/contact.form.feedback.yml b/config/sync/contact.form.feedback.yml new file mode 100644 index 0000000000..00bcb2188f --- /dev/null +++ b/config/sync/contact.form.feedback.yml @@ -0,0 +1,14 @@ +uuid: e2803d3f-dfd9-4d55-8358-50606eaa1eb1 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: vymHlgJy26BuI5GGj9-IXjwR3dRC5C0tij4BpWJnoqw +id: feedback +label: 'Website feedback' +recipients: + - admin@example.com +reply: '' +weight: 0 +message: 'Your message has been sent.' +redirect: '' diff --git a/config/sync/contact.form.personal.yml b/config/sync/contact.form.personal.yml new file mode 100644 index 0000000000..2de227643e --- /dev/null +++ b/config/sync/contact.form.personal.yml @@ -0,0 +1,13 @@ +uuid: e22f2628-5f22-4f11-919c-3845c717077e +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/sync/contact.settings.yml b/config/sync/contact.settings.yml new file mode 100644 index 0000000000..a2903f519b --- /dev/null +++ b/config/sync/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/sync/core.base_field_override.node.page.promote.yml b/config/sync/core.base_field_override.node.page.promote.yml new file mode 100644 index 0000000000..eedd257ce5 --- /dev/null +++ b/config/sync/core.base_field_override.node.page.promote.yml @@ -0,0 +1,24 @@ +uuid: a8a0e3c1-defb-46a9-b53d-8dd7104e693c +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/sync/core.base_field_override.node.recipe.title.yml b/config/sync/core.base_field_override.node.recipe.title.yml new file mode 100644 index 0000000000..0d6f3721e0 --- /dev/null +++ b/config/sync/core.base_field_override.node.recipe.title.yml @@ -0,0 +1,20 @@ +uuid: 28cd54fd-1a03-47fb-9b1c-26ddee10be7a +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/sync/core.date_format.fallback.yml b/config/sync/core.date_format.fallback.yml new file mode 100644 index 0000000000..6902f52e4a --- /dev/null +++ b/config/sync/core.date_format.fallback.yml @@ -0,0 +1,10 @@ +uuid: 93f8005d-14fb-4ba2-899b-950f7d8c2884 +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/sync/core.date_format.html_date.yml b/config/sync/core.date_format.html_date.yml new file mode 100644 index 0000000000..605216e6db --- /dev/null +++ b/config/sync/core.date_format.html_date.yml @@ -0,0 +1,10 @@ +uuid: 6e8b864d-ba82-4505-af5d-c6279dc1661d +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/sync/core.date_format.html_datetime.yml b/config/sync/core.date_format.html_datetime.yml new file mode 100644 index 0000000000..f925649cf2 --- /dev/null +++ b/config/sync/core.date_format.html_datetime.yml @@ -0,0 +1,10 @@ +uuid: 15602138-8f75-4c78-813a-728dab79e382 +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/sync/core.date_format.html_month.yml b/config/sync/core.date_format.html_month.yml new file mode 100644 index 0000000000..0f7ea54659 --- /dev/null +++ b/config/sync/core.date_format.html_month.yml @@ -0,0 +1,10 @@ +uuid: f306ebf9-2a7f-44c9-9f7d-346377e00244 +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/sync/core.date_format.html_time.yml b/config/sync/core.date_format.html_time.yml new file mode 100644 index 0000000000..a6c1e8c61b --- /dev/null +++ b/config/sync/core.date_format.html_time.yml @@ -0,0 +1,10 @@ +uuid: 8919a2ad-4e81-4a13-a701-eb8913146a05 +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/sync/core.date_format.html_week.yml b/config/sync/core.date_format.html_week.yml new file mode 100644 index 0000000000..aaf447ac70 --- /dev/null +++ b/config/sync/core.date_format.html_week.yml @@ -0,0 +1,10 @@ +uuid: e5a6789f-ce39-4bb1-9bf8-0b50bef3198b +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/sync/core.date_format.html_year.yml b/config/sync/core.date_format.html_year.yml new file mode 100644 index 0000000000..4f9a450fd1 --- /dev/null +++ b/config/sync/core.date_format.html_year.yml @@ -0,0 +1,10 @@ +uuid: 465527d9-a47b-4937-9d30-c46da24ad330 +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/sync/core.date_format.html_yearless_date.yml b/config/sync/core.date_format.html_yearless_date.yml new file mode 100644 index 0000000000..cc72deef5d --- /dev/null +++ b/config/sync/core.date_format.html_yearless_date.yml @@ -0,0 +1,10 @@ +uuid: b9b4b0a6-b8c9-44cd-b0b5-91ac5185df87 +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/sync/core.date_format.long.yml b/config/sync/core.date_format.long.yml new file mode 100644 index 0000000000..0d72258254 --- /dev/null +++ b/config/sync/core.date_format.long.yml @@ -0,0 +1,10 @@ +uuid: 87f6bb1a-1f20-409a-a5ba-f526df9ba09d +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/sync/core.date_format.medium.yml b/config/sync/core.date_format.medium.yml new file mode 100644 index 0000000000..ea01ffeff1 --- /dev/null +++ b/config/sync/core.date_format.medium.yml @@ -0,0 +1,10 @@ +uuid: 3b81fa93-4351-498f-be69-1848c4f99d47 +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/sync/core.date_format.short.yml b/config/sync/core.date_format.short.yml new file mode 100644 index 0000000000..8087920448 --- /dev/null +++ b/config/sync/core.date_format.short.yml @@ -0,0 +1,10 @@ +uuid: 79f412f1-5111-41dd-a14a-4e571c01c137 +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/sync/core.date_format.umami_dates.yml b/config/sync/core.date_format.umami_dates.yml new file mode 100644 index 0000000000..1da96c66c6 --- /dev/null +++ b/config/sync/core.date_format.umami_dates.yml @@ -0,0 +1,10 @@ +uuid: 3266dfdb-2214-4a2d-9a19-dcc31c74bf9f +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/sync/core.entity_form_display.block_content.banner_block.default.yml b/config/sync/core.entity_form_display.block_content.banner_block.default.yml new file mode 100644 index 0000000000..a8e7abe462 --- /dev/null +++ b/config/sync/core.entity_form_display.block_content.banner_block.default.yml @@ -0,0 +1,63 @@ +uuid: e1860780-c46d-4cbf-b83d-7b4bbfa6dd7c +langcode: en +status: true +dependencies: + config: + - block_content.type.banner_block + - field.field.block_content.banner_block.field_banner_image + - field.field.block_content.banner_block.field_content_link + - field.field.block_content.banner_block.field_summary + - field.field.block_content.banner_block.field_title + - image.style.thumbnail + module: + - image + - link +_core: + default_config_hash: cLzFhTm3yL8t15cksQgeRd6EEX-hVdCnD6Dsl_aDgMw +id: block_content.banner_block.default +targetEntityType: block_content +bundle: banner_block +mode: default +content: + field_banner_image: + weight: 4 + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } + type: image_image + region: content + field_content_link: + weight: 3 + settings: + placeholder_url: '' + placeholder_title: '' + third_party_settings: { } + type: link_default + region: content + field_summary: + weight: 2 + 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: { } +hidden: + moderation_state: true diff --git a/config/sync/core.entity_form_display.block_content.basic.default.yml b/config/sync/core.entity_form_display.block_content.basic.default.yml new file mode 100644 index 0000000000..6f90d7bed5 --- /dev/null +++ b/config/sync/core.entity_form_display.block_content.basic.default.yml @@ -0,0 +1,35 @@ +uuid: 59323547-32d7-410b-a243-1e14b094353d +langcode: en +status: true +dependencies: + config: + - block_content.type.basic + - field.field.block_content.basic.body + module: + - text +_core: + default_config_hash: XTjCg8GntuGZ0Uj-FkkCuQkkbkZcwRQ6ebioZj4qRRo +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: '' + third_party_settings: { } + info: + type: string_textfield + weight: -5 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } +hidden: + moderation_state: true diff --git a/config/sync/core.entity_form_display.block_content.disclaimer_block.default.yml b/config/sync/core.entity_form_display.block_content.disclaimer_block.default.yml new file mode 100644 index 0000000000..8d956ba8ad --- /dev/null +++ b/config/sync/core.entity_form_display.block_content.disclaimer_block.default.yml @@ -0,0 +1,43 @@ +uuid: 4f4f476d-58c1-494a-9187-cae7927cfb79 +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: b44ALaZOeiOdo_ndl5xgs8vJ3a1CMV4W2-GpR-46-0Y +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: { } +hidden: + moderation_state: true diff --git a/config/sync/core.entity_form_display.block_content.footer_promo_block.default.yml b/config/sync/core.entity_form_display.block_content.footer_promo_block.default.yml new file mode 100644 index 0000000000..789c064ffa --- /dev/null +++ b/config/sync/core.entity_form_display.block_content.footer_promo_block.default.yml @@ -0,0 +1,63 @@ +uuid: 4eec28bc-1958-4c99-abd8-4b14884567e0 +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_promo_image + - field.field.block_content.footer_promo_block.field_summary + - field.field.block_content.footer_promo_block.field_title + - image.style.thumbnail + module: + - image + - link +_core: + default_config_hash: DXF1TjNnwXE7TG99slqANSr_5sslPBDFKJSwp_OzVRQ +id: block_content.footer_promo_block.default +targetEntityType: block_content +bundle: footer_promo_block +mode: default +content: + field_content_link: + weight: 3 + settings: + placeholder_url: '' + placeholder_title: '' + third_party_settings: { } + type: link_default + region: content + field_promo_image: + weight: 4 + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } + type: image_image + region: content + field_summary: + weight: 2 + 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: { } +hidden: + moderation_state: true diff --git a/config/sync/core.entity_form_display.contact_message.feedback.default.yml b/config/sync/core.entity_form_display.contact_message.feedback.default.yml new file mode 100644 index 0000000000..ffa7b34b0a --- /dev/null +++ b/config/sync/core.entity_form_display.contact_message.feedback.default.yml @@ -0,0 +1,46 @@ +uuid: 2c8d5fe4-ffbf-463e-8432-8f5a09df466e +langcode: en +status: true +dependencies: + config: + - contact.form.feedback +_core: + default_config_hash: vH_AF8I63rYq7b-9IZyopPGkYA8V02w_tOwQv7Rf7Pg +id: contact_message.feedback.default +targetEntityType: contact_message +bundle: feedback +mode: default +content: + copy: + weight: 4 + region: content + settings: { } + 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/sync/core.entity_form_display.media.audio.default.yml b/config/sync/core.entity_form_display.media.audio.default.yml new file mode 100644 index 0000000000..d59624e3bf --- /dev/null +++ b/config/sync/core.entity_form_display.media.audio.default.yml @@ -0,0 +1,55 @@ +uuid: a4bfea43-d600-4f4c-aa5f-24a563ec7a9b +langcode: en +status: true +dependencies: + config: + - field.field.media.audio.field_media_audio_file + - media.type.audio + module: + - file + - path +_core: + default_config_hash: 90l9yvHu2yeSIMTDPFL37MvRUJlaxfNGOJIY_qUWO3g +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 + 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 + size: 60 + placeholder: '' + region: content + third_party_settings: { } +hidden: + moderation_state: true + name: true diff --git a/config/sync/core.entity_form_display.media.file.default.yml b/config/sync/core.entity_form_display.media.file.default.yml new file mode 100644 index 0000000000..8235ae5f73 --- /dev/null +++ b/config/sync/core.entity_form_display.media.file.default.yml @@ -0,0 +1,55 @@ +uuid: 7b62e2be-f459-4673-a58b-a82b12ba7fb2 +langcode: en +status: true +dependencies: + config: + - field.field.media.file.field_media_file + - media.type.file + module: + - file + - path +_core: + default_config_hash: Q9QCFc4jJOTZsxsafo7zTV-zyW3b5tUocuS2wVu7ti4 +id: media.file.default +targetEntityType: media +bundle: file +mode: default +content: + created: + type: datetime_timestamp + weight: 10 + region: content + settings: { } + third_party_settings: { } + field_media_file: + settings: + progress_indicator: throbber + third_party_settings: { } + type: file_generic + weight: 0 + region: content + 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 + size: 60 + placeholder: '' + region: content + third_party_settings: { } +hidden: + moderation_state: true + name: true diff --git a/config/sync/core.entity_form_display.media.image.default.yml b/config/sync/core.entity_form_display.media.image.default.yml new file mode 100644 index 0000000000..cc9d704b69 --- /dev/null +++ b/config/sync/core.entity_form_display.media.image.default.yml @@ -0,0 +1,57 @@ +uuid: 065e6d5a-e93e-433a-a452-01892bfc1fdc +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: rhWG3X5rsGyU_UisBV3FWdnfhby52gjLs6bpEvn2L_w +id: media.image.default +targetEntityType: media +bundle: image +mode: default +content: + created: + type: datetime_timestamp + weight: 10 + region: content + settings: { } + third_party_settings: { } + field_media_image: + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } + type: image_image + weight: 0 + region: content + 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 + size: 60 + placeholder: '' + region: content + third_party_settings: { } +hidden: + moderation_state: true + name: true diff --git a/config/sync/core.entity_form_display.media.remote_video.default.yml b/config/sync/core.entity_form_display.media.remote_video.default.yml new file mode 100644 index 0000000000..d24e3768d9 --- /dev/null +++ b/config/sync/core.entity_form_display.media.remote_video.default.yml @@ -0,0 +1,56 @@ +uuid: 93710ca8-26d6-4934-9f7f-75e5b55fbb52 +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: djOYjnETT2bl8YPH7eaEGIQTT7Qom8gkc7fuwsio874 +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 + 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 + size: 60 + placeholder: '' + region: content + third_party_settings: { } +hidden: + moderation_state: true + name: true diff --git a/config/sync/core.entity_form_display.media.video.default.yml b/config/sync/core.entity_form_display.media.video.default.yml new file mode 100644 index 0000000000..1951d1b94b --- /dev/null +++ b/config/sync/core.entity_form_display.media.video.default.yml @@ -0,0 +1,55 @@ +uuid: fd76cb04-59c8-4252-ba82-d8c6a60c6805 +langcode: en +status: true +dependencies: + config: + - field.field.media.video.field_media_video_file + - media.type.video + module: + - file + - path +_core: + default_config_hash: zx7KOX4abvd1_gF6GHfVuosGlxnoJaC-H6Tdx8lbJlk +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 + 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 + size: 60 + placeholder: '' + region: content + third_party_settings: { } +hidden: + moderation_state: true + name: true diff --git a/config/sync/core.entity_form_display.node.article.default.yml b/config/sync/core.entity_form_display.node.article.default.yml new file mode 100644 index 0000000000..fe2f20e933 --- /dev/null +++ b/config/sync/core.entity_form_display.node.article.default.yml @@ -0,0 +1,106 @@ +uuid: 7c27f9ad-e4a4-4c4c-89da-f3493a0ba0fb +langcode: en +status: true +dependencies: + config: + - field.field.node.article.body + - field.field.node.article.field_image + - field.field.node.article.field_tags + - image.style.thumbnail + - node.type.article + - workflows.workflow.editorial + module: + - content_moderation + - image + - path + - text +_core: + default_config_hash: wRQg6iO1h6sMGydfyPJwVqKlOFW4n65XVrfIwj-Zz0g +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: '' + third_party_settings: { } + created: + type: datetime_timestamp + weight: 5 + region: content + settings: { } + third_party_settings: { } + field_image: + type: image_image + weight: 3 + region: content + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } + field_tags: + type: entity_reference_autocomplete_tags + weight: 2 + region: content + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + third_party_settings: { } + moderation_state: + type: moderation_state_default + weight: 10 + region: content + settings: { } + third_party_settings: { } + path: + type: path + weight: 8 + region: content + settings: { } + third_party_settings: { } + promote: + type: boolean_checkbox + settings: + display_label: true + weight: 6 + region: content + third_party_settings: { } + status: + type: boolean_checkbox + settings: + display_label: true + weight: 9 + region: content + third_party_settings: { } + sticky: + type: boolean_checkbox + settings: + display_label: true + weight: 7 + region: content + third_party_settings: { } + title: + type: string_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 4 + region: content + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + third_party_settings: { } +hidden: { } diff --git a/config/sync/core.entity_form_display.node.page.default.yml b/config/sync/core.entity_form_display.node.page.default.yml new file mode 100644 index 0000000000..d046d39fcc --- /dev/null +++ b/config/sync/core.entity_form_display.node.page.default.yml @@ -0,0 +1,85 @@ +uuid: c391c5b1-7e63-41d7-ae64-8dc7f090d6d3 +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: QW9Dsvof_vefp3JgvboNEZf9LHHN5vMjhk00J9BX8Qs +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: '' + third_party_settings: { } + created: + type: datetime_timestamp + weight: 2 + region: content + settings: { } + 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: { } + uid: + type: entity_reference_autocomplete + weight: 1 + region: content + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + third_party_settings: { } +hidden: { } diff --git a/config/sync/core.entity_form_display.node.recipe.default.yml b/config/sync/core.entity_form_display.node.recipe.default.yml new file mode 100644 index 0000000000..593d6c89fa --- /dev/null +++ b/config/sync/core.entity_form_display.node.recipe.default.yml @@ -0,0 +1,164 @@ +uuid: 9b733599-437a-4d1e-a5a8-fbb32f87a79a +langcode: en +status: true +dependencies: + config: + - field.field.node.recipe.field_cooking_time + - field.field.node.recipe.field_difficulty + - field.field.node.recipe.field_image + - field.field.node.recipe.field_ingredients + - 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 + - image.style.thumbnail + - node.type.recipe + - workflows.workflow.editorial + module: + - content_moderation + - image + - path + - text +_core: + default_config_hash: BQD4lpo6jCqNythfkynfa2DZl50KDijwL_jrHfEjHiI +id: node.recipe.default +targetEntityType: node +bundle: recipe +mode: default +content: + created: + type: datetime_timestamp + weight: 13 + 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_image: + weight: 8 + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } + type: image_image + region: content + field_ingredients: + weight: 10 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: string_textfield + 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 + size: 60 + placeholder: '' + third_party_settings: { } + type: entity_reference_autocomplete_tags + region: content + field_recipe_instruction: + weight: 11 + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + type: text_textarea + region: content + field_summary: + weight: 9 + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + type: text_textarea + region: content + field_tags: + weight: 7 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + third_party_settings: { } + type: entity_reference_autocomplete_tags + region: content + moderation_state: + type: moderation_state_default + weight: 18 + region: content + settings: { } + third_party_settings: { } + path: + type: path + weight: 16 + region: content + settings: { } + third_party_settings: { } + promote: + type: boolean_checkbox + settings: + display_label: true + weight: 14 + region: content + third_party_settings: { } + status: + type: boolean_checkbox + settings: + display_label: true + weight: 17 + region: content + third_party_settings: { } + sticky: + type: boolean_checkbox + settings: + display_label: true + weight: 15 + region: content + third_party_settings: { } + title: + type: string_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 12 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + region: content + third_party_settings: { } +hidden: { } diff --git a/config/sync/core.entity_form_display.user.user.default.yml b/config/sync/core.entity_form_display.user.user.default.yml new file mode 100644 index 0000000000..0c3567af2a --- /dev/null +++ b/config/sync/core.entity_form_display.user.user.default.yml @@ -0,0 +1,38 @@ +uuid: 2abcc2ec-663c-4bc4-8b8b-a616670ed7d4 +langcode: en +status: true +dependencies: + config: + - field.field.user.user.user_picture + - image.style.thumbnail + module: + - image + - user +_core: + default_config_hash: K-1rBM8mTIkFp9RqOC2tMRUukOQ1xbRCfSKK8dEddnA +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: { } diff --git a/config/sync/core.entity_form_mode.user.register.yml b/config/sync/core.entity_form_mode.user.register.yml new file mode 100644 index 0000000000..ec0e4063f5 --- /dev/null +++ b/config/sync/core.entity_form_mode.user.register.yml @@ -0,0 +1,12 @@ +uuid: 125fe478-79a7-47af-b1e4-0d59bcf64cb0 +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/sync/core.entity_view_display.block_content.banner_block.default.yml b/config/sync/core.entity_view_display.block_content.banner_block.default.yml new file mode 100644 index 0000000000..9de0657af7 --- /dev/null +++ b/config/sync/core.entity_view_display.block_content.banner_block.default.yml @@ -0,0 +1,58 @@ +uuid: da34e32d-f9d6-4a7b-9a23-c42715b79422 +langcode: en +status: true +dependencies: + config: + - block_content.type.banner_block + - field.field.block_content.banner_block.field_banner_image + - field.field.block_content.banner_block.field_content_link + - field.field.block_content.banner_block.field_summary + - field.field.block_content.banner_block.field_title + - image.style.scale_crop_7_3_large + module: + - image + - link +_core: + default_config_hash: 2GPG0oUAYIESnuTuGgcvN5o2Y8VgA3nkjb7ptpCe9nE +id: block_content.banner_block.default +targetEntityType: block_content +bundle: banner_block +mode: default +content: + field_banner_image: + weight: 0 + label: hidden + settings: + image_style: scale_crop_7_3_large + image_link: '' + third_party_settings: { } + type: image + region: content + field_content_link: + weight: 3 + label: hidden + settings: + trim_length: 80 + url_only: false + url_plain: false + rel: '' + target: '' + third_party_settings: { } + type: link + region: content + field_summary: + weight: 2 + label: hidden + settings: { } + third_party_settings: { } + type: basic_string + region: content + field_title: + weight: 1 + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + type: string + region: content +hidden: { } diff --git a/config/sync/core.entity_view_display.block_content.basic.default.yml b/config/sync/core.entity_view_display.block_content.basic.default.yml new file mode 100644 index 0000000000..dd9028b181 --- /dev/null +++ b/config/sync/core.entity_view_display.block_content.basic.default.yml @@ -0,0 +1,24 @@ +uuid: a7ec86fd-6ea8-418c-bb0d-c026c0819b3d +langcode: en +status: true +dependencies: + config: + - block_content.type.basic + - field.field.block_content.basic.body + module: + - text +_core: + default_config_hash: orJpHUlAc_wiQLMUjIgEJXGeiqylGHMPcmNRjGtct-M +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: { } diff --git a/config/sync/core.entity_view_display.block_content.disclaimer_block.default.yml b/config/sync/core.entity_view_display.block_content.disclaimer_block.default.yml new file mode 100644 index 0000000000..e55d9bf539 --- /dev/null +++ b/config/sync/core.entity_view_display.block_content.disclaimer_block.default.yml @@ -0,0 +1,32 @@ +uuid: 0ffd6cbb-d134-4d07-908b-c3e8560abb6d +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: JGfJhp1GQ95jeCKChKVTLBjB593GRjSrlYtt9KZM79Q +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: { } diff --git a/config/sync/core.entity_view_display.block_content.footer_promo_block.default.yml b/config/sync/core.entity_view_display.block_content.footer_promo_block.default.yml new file mode 100644 index 0000000000..e0b0d04709 --- /dev/null +++ b/config/sync/core.entity_view_display.block_content.footer_promo_block.default.yml @@ -0,0 +1,58 @@ +uuid: 51a8d11a-abca-49cb-a267-e04ccbd7226d +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_promo_image + - field.field.block_content.footer_promo_block.field_summary + - field.field.block_content.footer_promo_block.field_title + - image.style.medium_8_7 + module: + - image + - link +_core: + default_config_hash: R6zOOagc-oplBQ7e3FR5MUkHZax54eobr4MKfJkXsso +id: block_content.footer_promo_block.default +targetEntityType: block_content +bundle: footer_promo_block +mode: default +content: + field_content_link: + weight: 3 + label: hidden + settings: + trim_length: 80 + url_only: false + url_plain: false + rel: '' + target: '' + third_party_settings: { } + type: link + region: content + field_promo_image: + weight: 0 + label: hidden + settings: + image_style: medium_8_7 + image_link: '' + third_party_settings: { } + type: image + region: content + field_summary: + weight: 2 + label: hidden + settings: { } + third_party_settings: { } + type: basic_string + region: content + field_title: + weight: 1 + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + type: string + region: content +hidden: { } diff --git a/config/sync/core.entity_view_display.media.audio.default.yml b/config/sync/core.entity_view_display.media.audio.default.yml new file mode 100644 index 0000000000..7c8a594f11 --- /dev/null +++ b/config/sync/core.entity_view_display.media.audio.default.yml @@ -0,0 +1,32 @@ +uuid: d826fe4c-a671-4cce-8deb-36e19b37189f +langcode: en +status: true +dependencies: + config: + - field.field.media.audio.field_media_audio_file + - media.type.audio + module: + - file +_core: + default_config_hash: SWf3MLdbEKvlx4Vs6iPwDHu5pr1aKT0SJmgp8no73-k +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 + name: true + thumbnail: true + uid: true diff --git a/config/sync/core.entity_view_display.media.file.default.yml b/config/sync/core.entity_view_display.media.file.default.yml new file mode 100644 index 0000000000..0eb89207f4 --- /dev/null +++ b/config/sync/core.entity_view_display.media.file.default.yml @@ -0,0 +1,28 @@ +uuid: 6ac123aa-5dc0-4181-85bd-c744b1601d7d +langcode: en +status: true +dependencies: + config: + - field.field.media.file.field_media_file + - media.type.file + module: + - file +_core: + default_config_hash: R3Ny0EVyWC-PAPVZ0vkSkLwpm_IE0vPMDzeK19KrxJM +id: media.file.default +targetEntityType: media +bundle: file +mode: default +content: + field_media_file: + label: visually_hidden + settings: { } + third_party_settings: { } + type: file_default + weight: 1 + region: content +hidden: + created: true + name: true + thumbnail: true + uid: true diff --git a/config/sync/core.entity_view_display.media.image.default.yml b/config/sync/core.entity_view_display.media.image.default.yml new file mode 100644 index 0000000000..fce476de15 --- /dev/null +++ b/config/sync/core.entity_view_display.media.image.default.yml @@ -0,0 +1,30 @@ +uuid: eb7f1444-4484-4d87-a6e4-2fd2cf82e78e +langcode: en +status: true +dependencies: + config: + - field.field.media.image.field_media_image + - media.type.image + module: + - image +_core: + default_config_hash: PaZ7IN5ey3rp2fwE9LXGfW9Piq7oX4piH08FhUTI4lQ +id: media.image.default +targetEntityType: media +bundle: image +mode: default +content: + field_media_image: + label: visually_hidden + settings: + image_style: '' + image_link: file + third_party_settings: { } + type: image + weight: 1 + region: content +hidden: + created: true + name: true + thumbnail: true + uid: true diff --git a/config/sync/core.entity_view_display.media.remote_video.default.yml b/config/sync/core.entity_view_display.media.remote_video.default.yml new file mode 100644 index 0000000000..0b4c14f1f4 --- /dev/null +++ b/config/sync/core.entity_view_display.media.remote_video.default.yml @@ -0,0 +1,30 @@ +uuid: f85804cd-a989-4c10-a75d-540748ef7533 +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: gUaDZKMQD3lmLKWPn727X3JHVdKJ525g4EJCCcDVAqk +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 + name: true + thumbnail: true + uid: true diff --git a/config/sync/core.entity_view_display.media.video.default.yml b/config/sync/core.entity_view_display.media.video.default.yml new file mode 100644 index 0000000000..d55ddf8233 --- /dev/null +++ b/config/sync/core.entity_view_display.media.video.default.yml @@ -0,0 +1,35 @@ +uuid: bda7122e-0bd7-4686-953c-f5fad1049bb4 +langcode: en +status: true +dependencies: + config: + - field.field.media.video.field_media_video_file + - media.type.video + module: + - file +_core: + default_config_hash: dQR0mYK5NNg27OigHrxZrHSsnwewnNZcPJKjKIO0cpA +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 + name: true + thumbnail: true + uid: true diff --git a/config/sync/core.entity_view_display.node.article.card.yml b/config/sync/core.entity_view_display.node.article.card.yml new file mode 100644 index 0000000000..bf04be7e44 --- /dev/null +++ b/config/sync/core.entity_view_display.node.article.card.yml @@ -0,0 +1,35 @@ +uuid: 4bdc81b4-3cb1-4da3-8076-732ae98ca80b +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.card + - field.field.node.article.body + - field.field.node.article.field_image + - field.field.node.article.field_tags + - node.type.article + - responsive_image.styles.3_2_image + module: + - responsive_image + - user +_core: + default_config_hash: 9jVcnp2J-xq3jfkx4uHlLOQYcMuD_xTPTu5JTPIDMwk +id: node.article.card +targetEntityType: node +bundle: article +mode: card +content: + field_image: + type: responsive_image + weight: 0 + region: content + settings: + responsive_image_style: 3_2_image + image_link: '' + third_party_settings: { } + label: hidden +hidden: + body: true + content_moderation_control: true + field_tags: true + links: true diff --git a/config/sync/core.entity_view_display.node.article.card_common.yml b/config/sync/core.entity_view_display.node.article.card_common.yml new file mode 100644 index 0000000000..a3f0084714 --- /dev/null +++ b/config/sync/core.entity_view_display.node.article.card_common.yml @@ -0,0 +1,35 @@ +uuid: f1d7ae3c-b939-42e2-83d3-bb05f269a003 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.card_common + - field.field.node.article.body + - field.field.node.article.field_image + - field.field.node.article.field_tags + - node.type.article + - responsive_image.styles.3_2_image + module: + - responsive_image + - user +_core: + default_config_hash: ZyoPCtgTz1iCfStbUcpELk9gNuk6ARapNHXvNCxwA-I +id: node.article.card_common +targetEntityType: node +bundle: article +mode: card_common +content: + field_image: + type: responsive_image + weight: 0 + region: content + settings: + responsive_image_style: 3_2_image + image_link: '' + third_party_settings: { } + label: hidden +hidden: + body: true + content_moderation_control: true + field_tags: true + links: true diff --git a/config/sync/core.entity_view_display.node.article.card_common_alt.yml b/config/sync/core.entity_view_display.node.article.card_common_alt.yml new file mode 100644 index 0000000000..340239af12 --- /dev/null +++ b/config/sync/core.entity_view_display.node.article.card_common_alt.yml @@ -0,0 +1,35 @@ +uuid: 4d201eed-4d81-41a0-b48c-67c7f116427b +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.card_common_alt + - field.field.node.article.body + - field.field.node.article.field_image + - field.field.node.article.field_tags + - node.type.article + - responsive_image.styles.square + module: + - responsive_image + - user +_core: + default_config_hash: 9yIEqrFhNi6dOHURJsWmq70lpK9siiQeFeLpSLXjG1g +id: node.article.card_common_alt +targetEntityType: node +bundle: article +mode: card_common_alt +content: + field_image: + type: responsive_image + weight: 0 + region: content + settings: + responsive_image_style: square + image_link: '' + third_party_settings: { } + label: hidden +hidden: + body: true + content_moderation_control: true + field_tags: true + links: true diff --git a/config/sync/core.entity_view_display.node.article.default.yml b/config/sync/core.entity_view_display.node.article.default.yml new file mode 100644 index 0000000000..e82aef5ef7 --- /dev/null +++ b/config/sync/core.entity_view_display.node.article.default.yml @@ -0,0 +1,52 @@ +uuid: 41a05fb8-507d-4e9e-9a43-213983ffd324 +langcode: en +status: true +dependencies: + config: + - field.field.node.article.body + - field.field.node.article.field_image + - field.field.node.article.field_tags + - node.type.article + - responsive_image.styles.3_2_image + module: + - responsive_image + - text + - user +_core: + default_config_hash: X-9dWQI1cyYgRzCEZCAczb8SzaDHACxnVlkH7EmywD4 +id: node.article.default +targetEntityType: node +bundle: article +mode: default +content: + body: + type: text_default + weight: 2 + region: content + settings: { } + third_party_settings: { } + label: hidden + field_image: + type: responsive_image + weight: 1 + region: content + settings: + responsive_image_style: 3_2_image + image_link: '' + third_party_settings: { } + label: hidden + field_tags: + type: entity_reference_label + weight: 0 + region: content + label: above + settings: + link: true + third_party_settings: { } + links: + weight: 3 + region: content + settings: { } + third_party_settings: { } +hidden: + content_moderation_control: true diff --git a/config/sync/core.entity_view_display.node.article.full.yml b/config/sync/core.entity_view_display.node.article.full.yml new file mode 100644 index 0000000000..249f7ffc79 --- /dev/null +++ b/config/sync/core.entity_view_display.node.article.full.yml @@ -0,0 +1,53 @@ +uuid: a9dd8386-ac34-4f04-9d04-b3e1e5df7963 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.full + - field.field.node.article.body + - field.field.node.article.field_image + - field.field.node.article.field_tags + - node.type.article + - responsive_image.styles.3_2_image + module: + - responsive_image + - text + - user +_core: + default_config_hash: DsYqbnfjq4IjZ5-m9eaP9IHfQLfXUnwPJ6Ip3qXB-gU +id: node.article.full +targetEntityType: node +bundle: article +mode: full +content: + body: + type: text_default + weight: 2 + region: content + settings: { } + third_party_settings: { } + label: hidden + field_image: + type: responsive_image + weight: 1 + region: content + settings: + responsive_image_style: 3_2_image + image_link: '' + third_party_settings: { } + label: hidden + field_tags: + type: entity_reference_label + weight: 0 + region: content + label: inline + settings: + link: true + third_party_settings: { } + links: + weight: 3 + region: content + settings: { } + third_party_settings: { } +hidden: + content_moderation_control: true diff --git a/config/sync/core.entity_view_display.node.article.rss.yml b/config/sync/core.entity_view_display.node.article.rss.yml new file mode 100644 index 0000000000..69ae24a2b4 --- /dev/null +++ b/config/sync/core.entity_view_display.node.article.rss.yml @@ -0,0 +1,27 @@ +uuid: 7a05bb80-d12a-45ad-8587-5c61459a46fe +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.rss + - field.field.node.article.body + - field.field.node.article.field_image + - field.field.node.article.field_tags + - node.type.article + module: + - user +_core: + default_config_hash: m_7qUZNV2dKMCsim9KrflEDe8nCcsv3eMGl-1NiLnI0 +id: node.article.rss +targetEntityType: node +bundle: article +mode: rss +content: + links: + weight: 100 + region: content +hidden: + body: true + content_moderation_control: true + field_image: true + field_tags: true diff --git a/config/sync/core.entity_view_display.node.article.teaser.yml b/config/sync/core.entity_view_display.node.article.teaser.yml new file mode 100644 index 0000000000..b293569393 --- /dev/null +++ b/config/sync/core.entity_view_display.node.article.teaser.yml @@ -0,0 +1,54 @@ +uuid: a3fe2443-3677-4840-a656-0c0fba3e7797 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.teaser + - field.field.node.article.body + - field.field.node.article.field_image + - field.field.node.article.field_tags + - node.type.article + - responsive_image.styles.3_2_image + module: + - responsive_image + - text + - user +_core: + default_config_hash: u5e9wkEnGeaKckGe8PGhdTlyJso7hfQhGSZ4ye54Kz8 +id: node.article.teaser +targetEntityType: node +bundle: article +mode: teaser +content: + body: + type: text_summary_or_trimmed + weight: 0 + region: content + settings: + trim_length: 600 + third_party_settings: { } + label: hidden + field_image: + type: responsive_image + weight: -1 + region: content + settings: + responsive_image_style: 3_2_image + image_link: content + third_party_settings: { } + label: hidden + field_tags: + type: entity_reference_label + weight: 10 + region: content + settings: + link: true + third_party_settings: { } + label: above + links: + weight: 100 + region: content + settings: { } + third_party_settings: { } +hidden: + content_moderation_control: true diff --git a/config/sync/core.entity_view_display.node.page.default.yml b/config/sync/core.entity_view_display.node.page.default.yml new file mode 100644 index 0000000000..604de506a4 --- /dev/null +++ b/config/sync/core.entity_view_display.node.page.default.yml @@ -0,0 +1,29 @@ +uuid: f615c6ff-94b4-47dc-87c3-2c0bb090c046 +langcode: en +status: true +dependencies: + config: + - field.field.node.page.body + - node.type.page + module: + - text + - user +_core: + default_config_hash: TaYK3dsjCiSYm6Z-oTF9P5E79E4tx-ik6s97OTqqXMQ +id: node.page.default +targetEntityType: node +bundle: page +mode: default +content: + body: + label: hidden + type: text_default + weight: 100 + region: content + settings: { } + third_party_settings: { } + links: + weight: 101 + region: content +hidden: + content_moderation_control: true diff --git a/config/sync/core.entity_view_display.node.page.teaser.yml b/config/sync/core.entity_view_display.node.page.teaser.yml new file mode 100644 index 0000000000..e237ab9b4a --- /dev/null +++ b/config/sync/core.entity_view_display.node.page.teaser.yml @@ -0,0 +1,31 @@ +uuid: 4c46f412-868a-4c66-96e9-28c0c2dbd394 +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: LWAZRSwCqo9b4vYnfx2ejPGH-DC6tLkE2aK2SLJ8RwU +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 diff --git a/config/sync/core.entity_view_display.node.recipe.card.yml b/config/sync/core.entity_view_display.node.recipe.card.yml new file mode 100644 index 0000000000..48ee4764b3 --- /dev/null +++ b/config/sync/core.entity_view_display.node.recipe.card.yml @@ -0,0 +1,56 @@ +uuid: 14786bcd-4f1c-4d9c-9fd3-705eb5253d73 +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_image + - field.field.node.recipe.field_ingredients + - 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 + - node.type.recipe + - responsive_image.styles.3_2_image + module: + - options + - responsive_image + - user +_core: + default_config_hash: EEI19CFnaW1hH_F9DsPEJFfVkU_KF0i8RI-0f0Lt-us +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_image: + weight: 1 + label: hidden + settings: + responsive_image_style: 3_2_image + image_link: '' + third_party_settings: { } + type: responsive_image + region: content +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 + links: true diff --git a/config/sync/core.entity_view_display.node.recipe.card_common.yml b/config/sync/core.entity_view_display.node.recipe.card_common.yml new file mode 100644 index 0000000000..f53bc53ce7 --- /dev/null +++ b/config/sync/core.entity_view_display.node.recipe.card_common.yml @@ -0,0 +1,49 @@ +uuid: fa773667-7834-479e-a31a-d343d531b4ad +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_image + - field.field.node.recipe.field_ingredients + - 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 + - node.type.recipe + - responsive_image.styles.3_2_image + module: + - responsive_image + - user +_core: + default_config_hash: owpKS9lvoqfo16cVJEbpEzoE4WOjk1ede140PJ0DJZQ +id: node.recipe.card_common +targetEntityType: node +bundle: recipe +mode: card_common +content: + field_image: + type: responsive_image + weight: 0 + region: content + label: hidden + settings: + responsive_image_style: 3_2_image + image_link: '' + 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 + links: true diff --git a/config/sync/core.entity_view_display.node.recipe.card_common_alt.yml b/config/sync/core.entity_view_display.node.recipe.card_common_alt.yml new file mode 100644 index 0000000000..1b0d03267f --- /dev/null +++ b/config/sync/core.entity_view_display.node.recipe.card_common_alt.yml @@ -0,0 +1,49 @@ +uuid: ef51b4d6-af7a-4c43-bf54-c499b0146e0b +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_image + - field.field.node.recipe.field_ingredients + - 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 + - node.type.recipe + - responsive_image.styles.square + module: + - responsive_image + - user +_core: + default_config_hash: bpKRGOvjbqmP1HM-RmpJFnnZUzGC76pN5ciDqtbhEDw +id: node.recipe.card_common_alt +targetEntityType: node +bundle: recipe +mode: card_common_alt +content: + field_image: + weight: 0 + label: hidden + settings: + responsive_image_style: square + image_link: '' + third_party_settings: { } + type: responsive_image + region: content +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 + links: true diff --git a/config/sync/core.entity_view_display.node.recipe.default.yml b/config/sync/core.entity_view_display.node.recipe.default.yml new file mode 100644 index 0000000000..ddd76674ae --- /dev/null +++ b/config/sync/core.entity_view_display.node.recipe.default.yml @@ -0,0 +1,117 @@ +uuid: ff3d2667-f4fc-4200-ab20-78d4a4414e55 +langcode: en +status: true +dependencies: + config: + - field.field.node.recipe.field_cooking_time + - field.field.node.recipe.field_difficulty + - field.field.node.recipe.field_image + - field.field.node.recipe.field_ingredients + - 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 + - node.type.recipe + - responsive_image.styles.3_2_image + module: + - options + - responsive_image + - text + - user +_core: + default_config_hash: W0LX6iUDRFUyuRorpW5OiUtNOmtKUdwDiSWdUH8KfS4 +id: node.recipe.default +targetEntityType: node +bundle: recipe +mode: default +content: + field_cooking_time: + weight: 5 + label: above + settings: + thousand_separator: '' + prefix_suffix: true + third_party_settings: { } + type: number_integer + region: content + field_difficulty: + weight: 7 + label: above + settings: { } + third_party_settings: { } + type: list_default + region: content + field_image: + weight: 3 + label: hidden + settings: + responsive_image_style: 3_2_image + image_link: '' + third_party_settings: { } + type: responsive_image + 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: above + settings: + thousand_separator: '' + prefix_suffix: true + third_party_settings: { } + type: number_integer + region: content + field_preparation_time: + weight: 4 + 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: 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: above + settings: + link: true + third_party_settings: { } + type: entity_reference_label + region: content + links: + weight: 10 + region: content + settings: { } + third_party_settings: { } +hidden: + content_moderation_control: true diff --git a/config/sync/core.entity_view_display.node.recipe.full.yml b/config/sync/core.entity_view_display.node.recipe.full.yml new file mode 100644 index 0000000000..932334358a --- /dev/null +++ b/config/sync/core.entity_view_display.node.recipe.full.yml @@ -0,0 +1,286 @@ +uuid: 453cc61d-5484-43f8-bc17-171da15dc4ea +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_image + - field.field.node.recipe.field_ingredients + - 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 + - node.type.recipe + - responsive_image.styles.3_2_image + module: + - layout_builder + - layout_discovery + - options + - responsive_image + - text + - user +third_party_settings: + layout_builder: + sections: + - + layout_id: layout_onecol + layout_settings: { } + components: + 3edf9c3e-2dfd-475e-9418-fce6b371b8b7: + uuid: 3edf9c3e-2dfd-475e-9418-fce6b371b8b7 + 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: 0 + 2dd1b920-bc1b-46ea-a4d2-d800aeadf2fe: + uuid: 2dd1b920-bc1b-46ea-a4d2-d800aeadf2fe + 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 + 56d1c2c3-ad14-4776-a96a-5ece52e3e74c: + uuid: 56d1c2c3-ad14-4776-a96a-5ece52e3e74c + region: content + configuration: + label_display: '0' + context_mapping: + entity: layout_builder.entity + id: 'field_block:node:recipe:field_image' + formatter: + label: hidden + settings: + responsive_image_style: 3_2_image + image_link: '' + third_party_settings: { } + type: responsive_image + additional: { } + weight: 4 + 16a466cf-ac16-4245-bafd-192a4aab0cfe: + uuid: 16a466cf-ac16-4245-bafd-192a4aab0cfe + region: content + 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: 5 + 470e921c-baf5-419d-8cc7-32680baec10b: + uuid: 470e921c-baf5-419d-8cc7-32680baec10b + region: content + 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: 6 + 5e9bb5f4-eab9-4682-ba59-fff7ad7f7619: + uuid: 5e9bb5f4-eab9-4682-ba59-fff7ad7f7619 + region: content + 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: 7 + 7f882d25-f4d2-4693-a6a9-a7ba374206fd: + uuid: 7f882d25-f4d2-4693-a6a9-a7ba374206fd + region: content + 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: 8 + 65889db5-1611-4324-8d0f-1d54e74afd21: + uuid: 65889db5-1611-4324-8d0f-1d54e74afd21 + region: content + 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: 9 + 7b39285b-a320-4852-979d-976939608d76: + uuid: 7b39285b-a320-4852-979d-976939608d76 + region: content + 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: 10 + de19ef93-0d31-41ea-8cd8-0da398c4be32: + uuid: de19ef93-0d31-41ea-8cd8-0da398c4be32 + 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 + allow_custom: false + enabled: true +_core: + default_config_hash: Iwtr5kvAlrb66bPfLrOQhHDhH5a5g8-PICP0_MUQugY +id: node.recipe.full +targetEntityType: node +bundle: recipe +mode: full +content: + 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_image: + weight: 3 + label: hidden + settings: + responsive_image_style: 3_2_image + image_link: '' + third_party_settings: { } + type: responsive_image + 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: + content_moderation_control: true + links: true diff --git a/config/sync/core.entity_view_display.node.recipe.teaser.yml b/config/sync/core.entity_view_display.node.recipe.teaser.yml new file mode 100644 index 0000000000..9c4ff99245 --- /dev/null +++ b/config/sync/core.entity_view_display.node.recipe.teaser.yml @@ -0,0 +1,41 @@ +uuid: 9507eb3d-641e-48c3-b47d-e09713f335e5 +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_image + - field.field.node.recipe.field_ingredients + - 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 + - node.type.recipe + module: + - user +_core: + default_config_hash: FDOnsorEGKX97ONKFej_1SRRL1s1BGNsVL4syRDNfmA +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_image: 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 diff --git a/config/sync/core.entity_view_display.user.user.compact.yml b/config/sync/core.entity_view_display.user.user.compact.yml new file mode 100644 index 0000000000..46c5b9ace2 --- /dev/null +++ b/config/sync/core.entity_view_display.user.user.compact.yml @@ -0,0 +1,29 @@ +uuid: 6761165a-de51-423e-b4ad-31574d847406 +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: '-cLsS3M3JycipXQt9rEb81_HxKneReoGuRh8ijcOPXs' +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: + member_for: true diff --git a/config/sync/core.entity_view_display.user.user.default.yml b/config/sync/core.entity_view_display.user.user.default.yml new file mode 100644 index 0000000000..351e966ad8 --- /dev/null +++ b/config/sync/core.entity_view_display.user.user.default.yml @@ -0,0 +1,30 @@ +uuid: 1336ee26-4f2d-4270-8139-7a202eaa75ff +langcode: en +status: true +dependencies: + config: + - field.field.user.user.user_picture + - image.style.thumbnail + module: + - image + - user +_core: + default_config_hash: V51QPCKkgNREKtSmB9Iu2wmAMEpktVpnzklWaZV8UYo +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: { } diff --git a/config/sync/core.entity_view_mode.block_content.full.yml b/config/sync/core.entity_view_mode.block_content.full.yml new file mode 100644 index 0000000000..b8a5a1f2c1 --- /dev/null +++ b/config/sync/core.entity_view_mode.block_content.full.yml @@ -0,0 +1,12 @@ +uuid: c1219cf7-6191-4e22-9772-0de0dac15aa1 +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/sync/core.entity_view_mode.media.full.yml b/config/sync/core.entity_view_mode.media.full.yml new file mode 100644 index 0000000000..c828cb9ab6 --- /dev/null +++ b/config/sync/core.entity_view_mode.media.full.yml @@ -0,0 +1,12 @@ +uuid: c6acdeb3-dd2f-429a-a23f-6af770778482 +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/sync/core.entity_view_mode.node.card.yml b/config/sync/core.entity_view_mode.node.card.yml new file mode 100644 index 0000000000..8a97d47628 --- /dev/null +++ b/config/sync/core.entity_view_mode.node.card.yml @@ -0,0 +1,12 @@ +uuid: a28146c7-70e4-4169-a3d1-fe4083e46b0a +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/sync/core.entity_view_mode.node.card_common.yml b/config/sync/core.entity_view_mode.node.card_common.yml new file mode 100644 index 0000000000..917d93c488 --- /dev/null +++ b/config/sync/core.entity_view_mode.node.card_common.yml @@ -0,0 +1,12 @@ +uuid: f9a2b1c0-6a6e-46d3-950f-b1dfcf164f76 +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/sync/core.entity_view_mode.node.card_common_alt.yml b/config/sync/core.entity_view_mode.node.card_common_alt.yml new file mode 100644 index 0000000000..b00ee8e256 --- /dev/null +++ b/config/sync/core.entity_view_mode.node.card_common_alt.yml @@ -0,0 +1,12 @@ +uuid: 06cc9f6e-3d77-498d-9711-e73978489002 +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/sync/core.entity_view_mode.node.full.yml b/config/sync/core.entity_view_mode.node.full.yml new file mode 100644 index 0000000000..e41aed91d4 --- /dev/null +++ b/config/sync/core.entity_view_mode.node.full.yml @@ -0,0 +1,12 @@ +uuid: 0b698dca-3215-41e0-993f-8956854b33ac +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/sync/core.entity_view_mode.node.rss.yml b/config/sync/core.entity_view_mode.node.rss.yml new file mode 100644 index 0000000000..b80e2428b9 --- /dev/null +++ b/config/sync/core.entity_view_mode.node.rss.yml @@ -0,0 +1,12 @@ +uuid: 78397fd8-92ff-4107-8ea7-1ebcc583fe39 +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/sync/core.entity_view_mode.node.search_index.yml b/config/sync/core.entity_view_mode.node.search_index.yml new file mode 100644 index 0000000000..d5f0c3caa8 --- /dev/null +++ b/config/sync/core.entity_view_mode.node.search_index.yml @@ -0,0 +1,12 @@ +uuid: a2c08aef-029c-48a0-9ecd-22314244eb7e +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/sync/core.entity_view_mode.node.search_result.yml b/config/sync/core.entity_view_mode.node.search_result.yml new file mode 100644 index 0000000000..93977dbff5 --- /dev/null +++ b/config/sync/core.entity_view_mode.node.search_result.yml @@ -0,0 +1,12 @@ +uuid: e64eaba7-0e19-4197-890e-e44838d37674 +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/sync/core.entity_view_mode.node.teaser.yml b/config/sync/core.entity_view_mode.node.teaser.yml new file mode 100644 index 0000000000..846476adda --- /dev/null +++ b/config/sync/core.entity_view_mode.node.teaser.yml @@ -0,0 +1,12 @@ +uuid: b9a343d0-c71f-4d55-920e-9127617456b6 +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/sync/core.entity_view_mode.taxonomy_term.full.yml b/config/sync/core.entity_view_mode.taxonomy_term.full.yml new file mode 100644 index 0000000000..06d6b85191 --- /dev/null +++ b/config/sync/core.entity_view_mode.taxonomy_term.full.yml @@ -0,0 +1,12 @@ +uuid: 23a5a4dd-53d3-4b08-86e9-d9fb489c05ed +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/sync/core.entity_view_mode.user.compact.yml b/config/sync/core.entity_view_mode.user.compact.yml new file mode 100644 index 0000000000..c2ec876f67 --- /dev/null +++ b/config/sync/core.entity_view_mode.user.compact.yml @@ -0,0 +1,12 @@ +uuid: 39113ac8-0f71-4350-9a05-84ac76b2b043 +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/sync/core.entity_view_mode.user.full.yml b/config/sync/core.entity_view_mode.user.full.yml new file mode 100644 index 0000000000..827303b706 --- /dev/null +++ b/config/sync/core.entity_view_mode.user.full.yml @@ -0,0 +1,12 @@ +uuid: ce9edb26-b5cf-4f17-8737-0122e74c83c3 +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/sync/core.extension.yml b/config/sync/core.extension.yml new file mode 100644 index 0000000000..85118b4aa7 --- /dev/null +++ b/config/sync/core.extension.yml @@ -0,0 +1,58 @@ +module: + automated_cron: 0 + big_pipe: 0 + block: 0 + block_content: 0 + breakpoint: 0 + ckeditor: 0 + color: 0 + config: 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 + layout_builder: 0 + layout_discovery: 0 + link: 0 + media: 0 + menu_ui: 0 + node: 0 + options: 0 + page_cache: 0 + path: 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 + 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/sync/core.menu.static_menu_link_overrides.yml b/config/sync/core.menu.static_menu_link_overrides.yml new file mode 100644 index 0000000000..55dc4b6e86 --- /dev/null +++ b/config/sync/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/sync/dblog.settings.yml b/config/sync/dblog.settings.yml new file mode 100644 index 0000000000..cf06e3fa7b --- /dev/null +++ b/config/sync/dblog.settings.yml @@ -0,0 +1,3 @@ +row_limit: 1000 +_core: + default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58 diff --git a/config/sync/editor.editor.basic_html.yml b/config/sync/editor.editor.basic_html.yml new file mode 100644 index 0000000000..c5c7048288 --- /dev/null +++ b/config/sync/editor.editor.basic_html.yml @@ -0,0 +1,55 @@ +uuid: 80ae7d4f-a13f-4705-a9cf-2e850d739171 +langcode: en +status: true +dependencies: + config: + - filter.format.basic_html + module: + - ckeditor +_core: + default_config_hash: AqlPmO16LvJI4D0Ih6u4GFQIzqr5OnLgAUSjcUGWk2g +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 + - DrupalImage + - + name: 'Block Formatting' + items: + - Format + - + name: Tools + items: + - Source + plugins: + stylescombo: + styles: '' +image_upload: + status: true + scheme: public + directory: inline-images + max_size: '' + max_dimensions: + width: 0 + height: 0 diff --git a/config/sync/editor.editor.full_html.yml b/config/sync/editor.editor.full_html.yml new file mode 100644 index 0000000000..9c20d17b27 --- /dev/null +++ b/config/sync/editor.editor.full_html.yml @@ -0,0 +1,63 @@ +uuid: 11eb50ef-a54c-4761-9fe4-59bdaa21bb16 +langcode: en +status: true +dependencies: + config: + - filter.format.full_html + module: + - ckeditor +_core: + default_config_hash: 967ijj7p6i7rwrYl7r08WQFeCY_c23YAh0h8u-w_CXM +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 + - DrupalImage + - Table + - HorizontalRule + - + name: 'Block Formatting' + items: + - Format + - + name: Tools + items: + - ShowBlocks + - Source + plugins: + stylescombo: + styles: '' +image_upload: + status: true + scheme: public + directory: inline-images + max_size: '' + max_dimensions: + width: 0 + height: 0 diff --git a/config/sync/field.field.block_content.banner_block.field_banner_image.yml b/config/sync/field.field.block_content.banner_block.field_banner_image.yml new file mode 100644 index 0000000000..855457d3b1 --- /dev/null +++ b/config/sync/field.field.block_content.banner_block.field_banner_image.yml @@ -0,0 +1,40 @@ +uuid: 9549dbc7-479a-4b82-8be8-0b8f05f1877e +langcode: en +status: true +dependencies: + config: + - block_content.type.banner_block + - field.storage.block_content.field_banner_image + module: + - image +_core: + default_config_hash: RVHsGyJPrgw7T4oaALBC0hhhLuj2C5Ex-kBhcDE_gtA +id: block_content.banner_block.field_banner_image +field_name: field_banner_image +entity_type: block_content +bundle: banner_block +label: 'Banner image' +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + file_directory: '[date:custom:Y]-[date:custom:m]' + file_extensions: 'png gif jpg jpeg' + max_filesize: '' + max_resolution: '' + min_resolution: '' + alt_field: true + alt_field_required: false + title_field: false + title_field_required: false + default_image: + uuid: null + alt: '' + title: '' + width: null + height: null + handler: 'default:file' + handler_settings: { } +field_type: image diff --git a/config/sync/field.field.block_content.banner_block.field_content_link.yml b/config/sync/field.field.block_content.banner_block.field_content_link.yml new file mode 100644 index 0000000000..ae2b15b360 --- /dev/null +++ b/config/sync/field.field.block_content.banner_block.field_content_link.yml @@ -0,0 +1,25 @@ +uuid: 8c7761b3-e1e7-4463-826f-e5d977df6108 +langcode: en +status: true +dependencies: + config: + - block_content.type.banner_block + - field.storage.block_content.field_content_link + module: + - link +_core: + default_config_hash: U_NxRw_cXr7H4TaAnRQtDSDrQnKBEdd7amWMWcj4l-0 +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: false +default_value: { } +default_value_callback: '' +settings: + link_type: 17 + title: 2 +field_type: link diff --git a/config/sync/field.field.block_content.banner_block.field_summary.yml b/config/sync/field.field.block_content.banner_block.field_summary.yml new file mode 100644 index 0000000000..bea44f646f --- /dev/null +++ b/config/sync/field.field.block_content.banner_block.field_summary.yml @@ -0,0 +1,21 @@ +uuid: 4c035926-4640-4cb3-8389-e219c8aacd6d +langcode: en +status: true +dependencies: + config: + - block_content.type.banner_block + - field.storage.block_content.field_summary +_core: + default_config_hash: UbUpUyV2arzrlXa29ZvSMfkfZeyejgpQmOsrXFxaL3Q +id: block_content.banner_block.field_summary +field_name: field_summary +entity_type: block_content +bundle: banner_block +label: Summary +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string_long diff --git a/config/sync/field.field.block_content.banner_block.field_title.yml b/config/sync/field.field.block_content.banner_block.field_title.yml new file mode 100644 index 0000000000..26aa662ef3 --- /dev/null +++ b/config/sync/field.field.block_content.banner_block.field_title.yml @@ -0,0 +1,21 @@ +uuid: cf4d0025-60ad-4a51-9a27-2a5f55176654 +langcode: en +status: true +dependencies: + config: + - block_content.type.banner_block + - field.storage.block_content.field_title +_core: + default_config_hash: JkkMQ9RUdpjg8stD3Gww3EGs8cuxV9yoH1D55cTDsrs +id: block_content.banner_block.field_title +field_name: field_title +entity_type: block_content +bundle: banner_block +label: Title +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/sync/field.field.block_content.basic.body.yml b/config/sync/field.field.block_content.basic.body.yml new file mode 100644 index 0000000000..bb465acb4b --- /dev/null +++ b/config/sync/field.field.block_content.basic.body.yml @@ -0,0 +1,24 @@ +uuid: 5e2345be-7f8b-4e69-8a6b-adacb33d7b0f +langcode: en +status: true +dependencies: + config: + - block_content.type.basic + - field.storage.block_content.body + module: + - text +_core: + default_config_hash: R__6wc-rMfFMO8d7jcgqnqiA92j8spKhcc5MiqecrMc +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 +field_type: text_with_summary diff --git a/config/sync/field.field.block_content.disclaimer_block.field_copyright.yml b/config/sync/field.field.block_content.disclaimer_block.field_copyright.yml new file mode 100644 index 0000000000..0179608c46 --- /dev/null +++ b/config/sync/field.field.block_content.disclaimer_block.field_copyright.yml @@ -0,0 +1,23 @@ +uuid: eb9c176a-da02-4645-9953-7db879074ad5 +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/sync/field.field.block_content.disclaimer_block.field_disclaimer.yml b/config/sync/field.field.block_content.disclaimer_block.field_disclaimer.yml new file mode 100644 index 0000000000..3fc92f7c68 --- /dev/null +++ b/config/sync/field.field.block_content.disclaimer_block.field_disclaimer.yml @@ -0,0 +1,23 @@ +uuid: bfd6d816-1769-4225-9326-55182bb9f20b +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/sync/field.field.block_content.footer_promo_block.field_content_link.yml b/config/sync/field.field.block_content.footer_promo_block.field_content_link.yml new file mode 100644 index 0000000000..b0647172e7 --- /dev/null +++ b/config/sync/field.field.block_content.footer_promo_block.field_content_link.yml @@ -0,0 +1,25 @@ +uuid: 6d10f709-2add-4b58-83e2-34f6a4aa2725 +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/sync/field.field.block_content.footer_promo_block.field_promo_image.yml b/config/sync/field.field.block_content.footer_promo_block.field_promo_image.yml new file mode 100644 index 0000000000..7265afd45c --- /dev/null +++ b/config/sync/field.field.block_content.footer_promo_block.field_promo_image.yml @@ -0,0 +1,40 @@ +uuid: 79f6f132-03cd-41cd-9225-10cc114f2a7d +langcode: en +status: true +dependencies: + config: + - block_content.type.footer_promo_block + - field.storage.block_content.field_promo_image + module: + - image +_core: + default_config_hash: dvo67FKFZ3gD8rykZkbhfbfIf7ZvZIkQXhpYO1vJKqw +id: block_content.footer_promo_block.field_promo_image +field_name: field_promo_image +entity_type: block_content +bundle: footer_promo_block +label: 'Promo image' +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + file_directory: '[date:custom:Y]-[date:custom:m]' + file_extensions: 'png gif jpg jpeg' + max_filesize: '' + max_resolution: '' + min_resolution: '' + alt_field: true + alt_field_required: false + title_field: false + title_field_required: false + default_image: + uuid: null + alt: '' + title: '' + width: null + height: null + handler: 'default:file' + handler_settings: { } +field_type: image diff --git a/config/sync/field.field.block_content.footer_promo_block.field_summary.yml b/config/sync/field.field.block_content.footer_promo_block.field_summary.yml new file mode 100644 index 0000000000..ec00cf8c92 --- /dev/null +++ b/config/sync/field.field.block_content.footer_promo_block.field_summary.yml @@ -0,0 +1,21 @@ +uuid: 5f65da9a-ce6d-4c90-ad5e-3d778ea80128 +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/sync/field.field.block_content.footer_promo_block.field_title.yml b/config/sync/field.field.block_content.footer_promo_block.field_title.yml new file mode 100644 index 0000000000..cebbd3be2b --- /dev/null +++ b/config/sync/field.field.block_content.footer_promo_block.field_title.yml @@ -0,0 +1,21 @@ +uuid: c3a7132c-7e91-4db5-8a85-089ab91a3c7d +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/sync/field.field.media.audio.field_media_audio_file.yml b/config/sync/field.field.media.audio.field_media_audio_file.yml new file mode 100644 index 0000000000..c3f049f420 --- /dev/null +++ b/config/sync/field.field.media.audio.field_media_audio_file.yml @@ -0,0 +1,29 @@ +uuid: 12657307-5c11-4f16-aa43-3b79c6c379c8 +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/sync/field.field.media.file.field_media_file.yml b/config/sync/field.field.media.file.field_media_file.yml new file mode 100644 index 0000000000..baffd95454 --- /dev/null +++ b/config/sync/field.field.media.file.field_media_file.yml @@ -0,0 +1,32 @@ +uuid: 46e12f36-1f76-423f-b9ad-9caca2fa4430 +langcode: en +status: true +dependencies: + config: + - field.storage.media.field_media_file + - media.type.file + enforced: + module: + - media + module: + - file +_core: + default_config_hash: _C8rbTRQABc6PuyRw2LD9zdf_muwzZVumKG6HSfzqfI +id: media.file.field_media_file +field_name: field_media_file +entity_type: media +bundle: file +label: File +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/sync/field.field.media.image.field_media_image.yml b/config/sync/field.field.media.image.field_media_image.yml new file mode 100644 index 0000000000..6c6771d945 --- /dev/null +++ b/config/sync/field.field.media.image.field_media_image.yml @@ -0,0 +1,43 @@ +uuid: e7ba7a98-699c-4a38-bb09-2d562bd1c364 +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/sync/field.field.media.remote_video.field_media_oembed_video.yml b/config/sync/field.field.media.remote_video.field_media_oembed_video.yml new file mode 100644 index 0000000000..667caa474f --- /dev/null +++ b/config/sync/field.field.media.remote_video.field_media_oembed_video.yml @@ -0,0 +1,21 @@ +uuid: 31981e82-5289-4a59-a09f-474db44ad910 +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/sync/field.field.media.video.field_media_video_file.yml b/config/sync/field.field.media.video.field_media_video_file.yml new file mode 100644 index 0000000000..1ec36c8ac2 --- /dev/null +++ b/config/sync/field.field.media.video.field_media_video_file.yml @@ -0,0 +1,29 @@ +uuid: 1188ea95-f450-4b59-a9b8-3eed5c10291a +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/sync/field.field.node.article.body.yml b/config/sync/field.field.node.article.body.yml new file mode 100644 index 0000000000..fd39e18353 --- /dev/null +++ b/config/sync/field.field.node.article.body.yml @@ -0,0 +1,24 @@ +uuid: 334f4808-a210-4845-9b84-9a9a3de00541 +langcode: en +status: true +dependencies: + config: + - field.storage.node.body + - node.type.article + module: + - text +_core: + default_config_hash: Ay3b2hq42cpQTFB_lNu8S2ZxuVIY6-dlBsc7vLeJ-YY +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 +field_type: text_with_summary diff --git a/config/sync/field.field.node.article.field_image.yml b/config/sync/field.field.node.article.field_image.yml new file mode 100644 index 0000000000..ace9794c29 --- /dev/null +++ b/config/sync/field.field.node.article.field_image.yml @@ -0,0 +1,40 @@ +uuid: d62a92cc-9023-45ec-8097-2058e7c7fd54 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_image + - node.type.article + module: + - image +_core: + default_config_hash: tgJzhA7Swh4M_gWU5FwFe5lPxPj5rebpMbvhpdNrERs +id: node.article.field_image +field_name: field_image +entity_type: node +bundle: article +label: Image +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + file_directory: '[date:custom:Y]-[date:custom:m]' + file_extensions: 'png gif jpg jpeg' + max_filesize: '' + max_resolution: '' + min_resolution: '' + alt_field: true + title_field: false + alt_field_required: true + title_field_required: false + default_image: + uuid: null + alt: '' + title: '' + width: null + height: null + handler: 'default:file' + handler_settings: { } +field_type: image diff --git a/config/sync/field.field.node.article.field_tags.yml b/config/sync/field.field.node.article.field_tags.yml new file mode 100644 index 0000000000..c4ff10d849 --- /dev/null +++ b/config/sync/field.field.node.article.field_tags.yml @@ -0,0 +1,29 @@ +uuid: d4f362d0-22aa-4efb-94c6-94812f4d7a8d +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_tags + - node.type.article + - taxonomy.vocabulary.tags +_core: + default_config_hash: _SoqxgE-PpvQ1CiL06mO3IV7EU4UyUb1i5soeU0gdOg +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 +field_type: entity_reference diff --git a/config/sync/field.field.node.page.body.yml b/config/sync/field.field.node.page.body.yml new file mode 100644 index 0000000000..6e77a40097 --- /dev/null +++ b/config/sync/field.field.node.page.body.yml @@ -0,0 +1,24 @@ +uuid: 93983717-9f57-4a6f-b110-89ed22ed86f7 +langcode: en +status: true +dependencies: + config: + - field.storage.node.body + - node.type.page + module: + - text +_core: + default_config_hash: rUop-8b6hvxxDYbv-KobTfNIBNbPY9qOPl8f6kBNSpw +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 +field_type: text_with_summary diff --git a/config/sync/field.field.node.recipe.field_cooking_time.yml b/config/sync/field.field.node.recipe.field_cooking_time.yml new file mode 100644 index 0000000000..5bdfadef0a --- /dev/null +++ b/config/sync/field.field.node.recipe.field_cooking_time.yml @@ -0,0 +1,25 @@ +uuid: 393ffc2e-a3f3-4fbd-869c-e76217c7fddd +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/sync/field.field.node.recipe.field_difficulty.yml b/config/sync/field.field.node.recipe.field_difficulty.yml new file mode 100644 index 0000000000..6918921a03 --- /dev/null +++ b/config/sync/field.field.node.recipe.field_difficulty.yml @@ -0,0 +1,25 @@ +uuid: 4b3fb722-d191-4ef0-83a4-81a0f0ad2ad4 +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/sync/field.field.node.recipe.field_image.yml b/config/sync/field.field.node.recipe.field_image.yml new file mode 100644 index 0000000000..f5d0565f1a --- /dev/null +++ b/config/sync/field.field.node.recipe.field_image.yml @@ -0,0 +1,40 @@ +uuid: b95a9d99-cf28-4641-9ece-36cb01acad11 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_image + - node.type.recipe + module: + - image +_core: + default_config_hash: MIGyvTtO79nt-wyhOztq7W4THL5MbTI-XpNZj6O9v9k +id: node.recipe.field_image +field_name: field_image +entity_type: node +bundle: recipe +label: Image +description: 'This image will be used on both the recipe page and wherever the recipe is promoted.' +required: true +translatable: true +default_value: { } +default_value_callback: '' +settings: + file_directory: '[date:custom:Y]-[date:custom:m]' + file_extensions: 'png gif jpg jpeg' + max_filesize: '' + max_resolution: '' + min_resolution: '' + alt_field: true + alt_field_required: true + title_field: false + title_field_required: false + default_image: + uuid: null + alt: '' + title: '' + width: null + height: null + handler: 'default:file' + handler_settings: { } +field_type: image diff --git a/config/sync/field.field.node.recipe.field_ingredients.yml b/config/sync/field.field.node.recipe.field_ingredients.yml new file mode 100644 index 0000000000..333d3426a5 --- /dev/null +++ b/config/sync/field.field.node.recipe.field_ingredients.yml @@ -0,0 +1,21 @@ +uuid: 735eabc2-acb5-4bf0-a606-00489c9a7b83 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_ingredients + - node.type.recipe +_core: + default_config_hash: psfKUXZWX3NXkQ8lOkwPKHSVfQtjvtybVdrhdyOrMxg +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: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/sync/field.field.node.recipe.field_number_of_servings.yml b/config/sync/field.field.node.recipe.field_number_of_servings.yml new file mode 100644 index 0000000000..9b808331bd --- /dev/null +++ b/config/sync/field.field.node.recipe.field_number_of_servings.yml @@ -0,0 +1,25 @@ +uuid: 00888b9b-1796-4bce-bf5c-79f781250033 +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/sync/field.field.node.recipe.field_preparation_time.yml b/config/sync/field.field.node.recipe.field_preparation_time.yml new file mode 100644 index 0000000000..1ead053f5e --- /dev/null +++ b/config/sync/field.field.node.recipe.field_preparation_time.yml @@ -0,0 +1,25 @@ +uuid: e3eec2e3-c90b-41f2-b902-f185b80b033f +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/sync/field.field.node.recipe.field_recipe_category.yml b/config/sync/field.field.node.recipe.field_recipe_category.yml new file mode 100644 index 0000000000..3ae6b920e1 --- /dev/null +++ b/config/sync/field.field.node.recipe.field_recipe_category.yml @@ -0,0 +1,31 @@ +uuid: 3fa30540-599c-409a-9e57-1b7d59bfbb84 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_recipe_category + - node.type.recipe + - taxonomy.vocabulary.recipe_category +_core: + default_config_hash: 6wO6a2Er6JzYlsHrhgrNGfgEZpNqJFghCTECTofmCsY +id: node.recipe.field_recipe_category +field_name: field_recipe_category +entity_type: node +bundle: recipe +label: 'Recipe category' +description: '' +required: false +translatable: false +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/sync/field.field.node.recipe.field_recipe_instruction.yml b/config/sync/field.field.node.recipe.field_recipe_instruction.yml new file mode 100644 index 0000000000..84d4864429 --- /dev/null +++ b/config/sync/field.field.node.recipe.field_recipe_instruction.yml @@ -0,0 +1,23 @@ +uuid: a2c26b18-adbf-407f-b522-ffcc48cd51fa +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_recipe_instruction + - node.type.recipe + module: + - text +_core: + default_config_hash: AOKQqQYWkOqOrLsDbv3LKWO6CWz-8sKLPxF6xbepW0A +id: node.recipe.field_recipe_instruction +field_name: field_recipe_instruction +entity_type: node +bundle: recipe +label: 'Recipe instruction' +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: text_long diff --git a/config/sync/field.field.node.recipe.field_summary.yml b/config/sync/field.field.node.recipe.field_summary.yml new file mode 100644 index 0000000000..8467e15f12 --- /dev/null +++ b/config/sync/field.field.node.recipe.field_summary.yml @@ -0,0 +1,23 @@ +uuid: 0e23003a-b512-45c0-bd04-d09945963359 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_summary + - node.type.recipe + module: + - text +_core: + default_config_hash: w6F7yAQYNfF4z90zpYKAhXLoWqN9Xot8T0_HSbu2v3w +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: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: text_long diff --git a/config/sync/field.field.node.recipe.field_tags.yml b/config/sync/field.field.node.recipe.field_tags.yml new file mode 100644 index 0000000000..e047de5cef --- /dev/null +++ b/config/sync/field.field.node.recipe.field_tags.yml @@ -0,0 +1,30 @@ +uuid: 99a8f099-20eb-4e7b-a352-aa6ae134078a +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_tags + - node.type.recipe + - taxonomy.vocabulary.tags +_core: + default_config_hash: LftOP0eXVyIXDfjr8LCEovubuLjFSzjRh4x0d4RaLDw +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 +field_type: entity_reference diff --git a/config/sync/field.field.user.user.user_picture.yml b/config/sync/field.field.user.user.user_picture.yml new file mode 100644 index 0000000000..6253462550 --- /dev/null +++ b/config/sync/field.field.user.user.user_picture.yml @@ -0,0 +1,40 @@ +uuid: 1053eaaa-6b3d-4c1a-ba73-6b879c452919 +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/sync/field.settings.yml b/config/sync/field.settings.yml new file mode 100644 index 0000000000..95c042d778 --- /dev/null +++ b/config/sync/field.settings.yml @@ -0,0 +1,3 @@ +purge_batch_size: 50 +_core: + default_config_hash: nJk0TAQBzlNo52ehiHI7bIEPLGi0BYqZvPdEn7Chfu0 diff --git a/config/sync/field.storage.block_content.body.yml b/config/sync/field.storage.block_content.body.yml new file mode 100644 index 0000000000..ca90acddeb --- /dev/null +++ b/config/sync/field.storage.block_content.body.yml @@ -0,0 +1,21 @@ +uuid: 93d97f1d-7f3c-41f8-baf4-4a53af16e41b +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/sync/field.storage.block_content.field_banner_image.yml b/config/sync/field.storage.block_content.field_banner_image.yml new file mode 100644 index 0000000000..3e43f5d61b --- /dev/null +++ b/config/sync/field.storage.block_content.field_banner_image.yml @@ -0,0 +1,32 @@ +uuid: 1d7145bf-be39-492f-8f77-93bc3241898b +langcode: en +status: true +dependencies: + module: + - block_content + - file + - image +_core: + default_config_hash: KYPjbkIWmJLcT0h381VL8Y4tCR01BeI70iDb438OdX4 +id: block_content.field_banner_image +field_name: field_banner_image +entity_type: block_content +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: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.block_content.field_content_link.yml b/config/sync/field.storage.block_content.field_content_link.yml new file mode 100644 index 0000000000..2efd26a970 --- /dev/null +++ b/config/sync/field.storage.block_content.field_content_link.yml @@ -0,0 +1,21 @@ +uuid: 709483d6-313a-4279-bbf6-5c766da9ca50 +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/sync/field.storage.block_content.field_copyright.yml b/config/sync/field.storage.block_content.field_copyright.yml new file mode 100644 index 0000000000..aef62856c2 --- /dev/null +++ b/config/sync/field.storage.block_content.field_copyright.yml @@ -0,0 +1,21 @@ +uuid: 08561b6c-3952-41b0-8a1d-def377997790 +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/sync/field.storage.block_content.field_disclaimer.yml b/config/sync/field.storage.block_content.field_disclaimer.yml new file mode 100644 index 0000000000..c2a947aabf --- /dev/null +++ b/config/sync/field.storage.block_content.field_disclaimer.yml @@ -0,0 +1,21 @@ +uuid: 7b09cd6b-d9df-4e3d-9a72-ea4d8510e198 +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/sync/field.storage.block_content.field_promo_image.yml b/config/sync/field.storage.block_content.field_promo_image.yml new file mode 100644 index 0000000000..6224c0c72c --- /dev/null +++ b/config/sync/field.storage.block_content.field_promo_image.yml @@ -0,0 +1,32 @@ +uuid: 25904c8e-e385-4f28-9c2c-a199a0c7a5c7 +langcode: en +status: true +dependencies: + module: + - block_content + - file + - image +_core: + default_config_hash: spc3J3oxp-gE45rrygjWVTdnHjHtMQ61y9uHEz85IgQ +id: block_content.field_promo_image +field_name: field_promo_image +entity_type: block_content +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: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.block_content.field_summary.yml b/config/sync/field.storage.block_content.field_summary.yml new file mode 100644 index 0000000000..47dcfe48a7 --- /dev/null +++ b/config/sync/field.storage.block_content.field_summary.yml @@ -0,0 +1,21 @@ +uuid: 7f48abcc-bdd5-42eb-a1c0-bb18e3a297c7 +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/sync/field.storage.block_content.field_title.yml b/config/sync/field.storage.block_content.field_title.yml new file mode 100644 index 0000000000..f7cfd9cbad --- /dev/null +++ b/config/sync/field.storage.block_content.field_title.yml @@ -0,0 +1,23 @@ +uuid: 588d750d-7ac2-4a90-a1d3-2d2cc68ed504 +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/sync/field.storage.media.field_media_audio_file.yml b/config/sync/field.storage.media.field_media_audio_file.yml new file mode 100644 index 0000000000..d07845dec5 --- /dev/null +++ b/config/sync/field.storage.media.field_media_audio_file.yml @@ -0,0 +1,25 @@ +uuid: acec5dde-f25d-4db6-a71b-425c269dd2e9 +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/sync/field.storage.media.field_media_file.yml b/config/sync/field.storage.media.field_media_file.yml new file mode 100644 index 0000000000..5679cfde12 --- /dev/null +++ b/config/sync/field.storage.media.field_media_file.yml @@ -0,0 +1,28 @@ +uuid: 657b6e35-54a4-4694-bb22-6757f3c7ea84 +langcode: en +status: true +dependencies: + enforced: + module: + - media + module: + - file + - media +_core: + default_config_hash: 4GNilUMnj0opT050eZIkWhkfuzu69ClyEr-cHxofjQw +id: media.field_media_file +field_name: field_media_file +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/sync/field.storage.media.field_media_image.yml b/config/sync/field.storage.media.field_media_image.yml new file mode 100644 index 0000000000..c4a5a8eff1 --- /dev/null +++ b/config/sync/field.storage.media.field_media_image.yml @@ -0,0 +1,35 @@ +uuid: 3af640cb-0263-4ff4-a2a4-56cd84462c1f +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/sync/field.storage.media.field_media_oembed_video.yml b/config/sync/field.storage.media.field_media_oembed_video.yml new file mode 100644 index 0000000000..87e8704571 --- /dev/null +++ b/config/sync/field.storage.media.field_media_oembed_video.yml @@ -0,0 +1,23 @@ +uuid: 771f1b5c-83d1-4333-b580-6b03112a7007 +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/sync/field.storage.media.field_media_video_file.yml b/config/sync/field.storage.media.field_media_video_file.yml new file mode 100644 index 0000000000..f3183dc2ef --- /dev/null +++ b/config/sync/field.storage.media.field_media_video_file.yml @@ -0,0 +1,25 @@ +uuid: 650dadb1-a6ed-4be7-8f9e-6dbdf3bec192 +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/sync/field.storage.node.body.yml b/config/sync/field.storage.node.body.yml new file mode 100644 index 0000000000..0726f08c30 --- /dev/null +++ b/config/sync/field.storage.node.body.yml @@ -0,0 +1,21 @@ +uuid: 7335b21c-7c07-4f41-8b8a-b4bbd7c9f409 +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/sync/field.storage.node.field_cooking_time.yml b/config/sync/field.storage.node.field_cooking_time.yml new file mode 100644 index 0000000000..ebc4469317 --- /dev/null +++ b/config/sync/field.storage.node.field_cooking_time.yml @@ -0,0 +1,22 @@ +uuid: 3e13802b-2dd4-4b24-928e-3552ca3b6abd +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/sync/field.storage.node.field_difficulty.yml b/config/sync/field.storage.node.field_difficulty.yml new file mode 100644 index 0000000000..34aa973583 --- /dev/null +++ b/config/sync/field.storage.node.field_difficulty.yml @@ -0,0 +1,32 @@ +uuid: c0ef96c4-80c8-4519-bf0a-831703ae553e +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/sync/field.storage.node.field_image.yml b/config/sync/field.storage.node.field_image.yml new file mode 100644 index 0000000000..e52c75368b --- /dev/null +++ b/config/sync/field.storage.node.field_image.yml @@ -0,0 +1,34 @@ +uuid: 69f40148-d2ad-4d74-969f-11c64afc182c +langcode: en +status: true +dependencies: + module: + - file + - image + - node +_core: + default_config_hash: SkXIPKZYiIMMtnBmfnxk58RYfbZ8cHSw5NZPY_JByME +id: node.field_image +field_name: field_image +entity_type: node +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/sync/field.storage.node.field_ingredients.yml b/config/sync/field.storage.node.field_ingredients.yml new file mode 100644 index 0000000000..b1f6998f02 --- /dev/null +++ b/config/sync/field.storage.node.field_ingredients.yml @@ -0,0 +1,23 @@ +uuid: 5d729d55-f52d-439d-8f73-2ccaf8293620 +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/sync/field.storage.node.field_number_of_servings.yml b/config/sync/field.storage.node.field_number_of_servings.yml new file mode 100644 index 0000000000..806497e83d --- /dev/null +++ b/config/sync/field.storage.node.field_number_of_servings.yml @@ -0,0 +1,22 @@ +uuid: 8a77756f-6293-4bd5-8309-82a10ef8de6a +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/sync/field.storage.node.field_preparation_time.yml b/config/sync/field.storage.node.field_preparation_time.yml new file mode 100644 index 0000000000..114ff05cd1 --- /dev/null +++ b/config/sync/field.storage.node.field_preparation_time.yml @@ -0,0 +1,22 @@ +uuid: a4b4855d-a6f7-4bdb-98f9-e786d9cfd637 +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/sync/field.storage.node.field_recipe_category.yml b/config/sync/field.storage.node.field_recipe_category.yml new file mode 100644 index 0000000000..8e05ef75e7 --- /dev/null +++ b/config/sync/field.storage.node.field_recipe_category.yml @@ -0,0 +1,22 @@ +uuid: 70d4e71d-a4b5-4f3c-9d83-5823574a47f1 +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/sync/field.storage.node.field_recipe_instruction.yml b/config/sync/field.storage.node.field_recipe_instruction.yml new file mode 100644 index 0000000000..59fa5d0196 --- /dev/null +++ b/config/sync/field.storage.node.field_recipe_instruction.yml @@ -0,0 +1,21 @@ +uuid: 3d3d5e3d-0ef3-4c0f-a97c-6e5be739be2a +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/sync/field.storage.node.field_summary.yml b/config/sync/field.storage.node.field_summary.yml new file mode 100644 index 0000000000..086aa0f4b8 --- /dev/null +++ b/config/sync/field.storage.node.field_summary.yml @@ -0,0 +1,21 @@ +uuid: 5c0dc2a7-413d-4e61-9d55-8c1ea69550c2 +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/sync/field.storage.node.field_tags.yml b/config/sync/field.storage.node.field_tags.yml new file mode 100644 index 0000000000..3e012ae873 --- /dev/null +++ b/config/sync/field.storage.node.field_tags.yml @@ -0,0 +1,22 @@ +uuid: 0eeea337-5a90-4522-b5dd-61b363d4851c +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/sync/field.storage.user.user_picture.yml b/config/sync/field.storage.user.user_picture.yml new file mode 100644 index 0000000000..a84e13dcc8 --- /dev/null +++ b/config/sync/field.storage.user.user_picture.yml @@ -0,0 +1,34 @@ +uuid: 41395588-ac7c-42df-ba2d-1975fe103f77 +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/sync/field_ui.settings.yml b/config/sync/field_ui.settings.yml new file mode 100644 index 0000000000..274396991d --- /dev/null +++ b/config/sync/field_ui.settings.yml @@ -0,0 +1,3 @@ +field_prefix: field_ +_core: + default_config_hash: Q1nMi90W6YQxKzZAgJQw7Ag9U4JrsEUwkomF0lhvbIM diff --git a/config/sync/file.settings.yml b/config/sync/file.settings.yml new file mode 100644 index 0000000000..33151657d7 --- /dev/null +++ b/config/sync/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/sync/filter.format.basic_html.yml b/config/sync/filter.format.basic_html.yml new file mode 100644 index 0000000000..b8913a15b1 --- /dev/null +++ b/config/sync/filter.format.basic_html.yml @@ -0,0 +1,51 @@ +uuid: bcf30fd0-365c-418c-9be7-391918ae87dd +langcode: en +status: true +dependencies: + module: + - editor +_core: + default_config_hash: LzCNBOeYvDX1M6LZtPw5LA3czZmf4V-AcngIywgi4oQ +name: 'Basic HTML' +format: basic_html +weight: 0 +filters: + filter_html: + id: filter_html + provider: filter + status: true + weight: -10 + settings: + allowed_html: '