diff --git a/composer.json b/composer.json index 5c75daf40..da0c6c8d5 100755 --- a/composer.json +++ b/composer.json @@ -74,7 +74,7 @@ "drupal/seckit": "^2.0", "drupal/select2": "^1.6", "drupal/select_or_other": "^4.0", - "drupal/social_auth_hid": "^3.0", + "drupal/social_auth_hid": "^3.1", "drupal/spamspan": "^1.2", "drupal/stage_file_proxy": "^1.1", "drupal/tablefield": "^2.1", @@ -101,7 +101,9 @@ "require-dev": { "drupal/coder": "^8.3", "drupal/config_filter": "^2.2", + "drupal/console": "~1.0", "drupal/core-dev": "^9.3.8", + "drupal/dev_mode": "^2.3", "drupal/devel": "^4.1", "drupal/upgrade_rector": "1.x-dev@dev", "drupal/upgrade_status": "^3.8", diff --git a/composer.lock b/composer.lock index f25097ef7..402d63bad 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ce30c86aab8d1001d27674b2d78678c2", + "content-hash": "326f5c4af68165a7b10902682d1ad8b5", "packages": [ { "name": "algolia/places", @@ -1697,21 +1697,22 @@ }, { "name": "drupal/address", - "version": "1.9.0", + "version": "1.10.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/address.git", - "reference": "8.x-1.9" + "reference": "8.x-1.10" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/address-8.x-1.9.zip", - "reference": "8.x-1.9", - "shasum": "c7e6406d88c6d6be9e8fe0091040d67012bdbf05" + "url": "https://ftp.drupal.org/files/projects/address-8.x-1.10.zip", + "reference": "8.x-1.10", + "shasum": "bbe61eb51da9d9b2a7ab247f90426836eb9b6f25" }, "require": { - "commerceguys/addressing": "^1.0.7", - "drupal/core": "^8.8 || ^9" + "commerceguys/addressing": "^1.2.0", + "drupal/core": "^9.2 || ^10", + "php": "^7.3 || ^8.0" }, "require-dev": { "drupal/token": "^1.0" @@ -1719,8 +1720,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.9", - "datestamp": "1604422821", + "version": "8.x-1.10", + "datestamp": "1643715177", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -1732,6 +1733,10 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Centarro", + "homepage": "https://www.drupal.org/user/3661446" + }, { "name": "bojanz", "homepage": "https://www.drupal.org/user/86106" @@ -2992,29 +2997,33 @@ }, { "name": "drupal/dynamic_entity_reference", - "version": "1.12.0", + "version": "1.16.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/dynamic_entity_reference.git", - "reference": "8.x-1.12" + "reference": "8.x-1.16" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/dynamic_entity_reference-8.x-1.12.zip", - "reference": "8.x-1.12", - "shasum": "ee0423f07d962ccd1c1116ac81de3e96f28ac89a" + "url": "https://ftp.drupal.org/files/projects/dynamic_entity_reference-8.x-1.16.zip", + "reference": "8.x-1.16", + "shasum": "4155c11eac17ccd485888e6e5c52858358726415" }, "require": { - "drupal/core": "^8.7.7 || ^9" + "drupal/core": "^9.3", + "php": ">=7.4" }, "require-dev": { - "drupal/diff": "1.x-dev" + "drupal/diff": "1.x-dev", + "mglaman/phpstan-drupal": "^1.1", + "phpstan/phpstan": "^1.1", + "phpstan/phpstan-deprecation-rules": "^1.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.12", - "datestamp": "1620309082", + "version": "8.x-1.16", + "datestamp": "1644273068", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3051,26 +3060,26 @@ }, { "name": "drupal/entity", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entity.git", - "reference": "8.x-1.2" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "7e7cb12ea65d9f986b59935eda316387cf511079" + "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "9515e28a70448d369adf4199d08a01a5ab75792d" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^8.8.2 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.2", - "datestamp": "1606399149", + "version": "8.x-1.3", + "datestamp": "1646324539", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3112,9 +3121,10 @@ } ], "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.", - "homepage": "http://drupal.org/project/entity", + "homepage": "https://www.drupal.org/project/entity", "support": { - "source": "https://git.drupalcode.org/project/entity" + "source": "https://git.drupalcode.org/project/entity", + "issues": "https://www.drupal.org/project/issues/entity" } }, { @@ -3736,17 +3746,17 @@ }, { "name": "drupal/geocoder", - "version": "3.24.0", + "version": "3.25.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/geocoder.git", - "reference": "8.x-3.24" + "reference": "8.x-3.25" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/geocoder-8.x-3.24.zip", - "reference": "8.x-3.24", - "shasum": "6674d4c3f8a840f6aef3bffbb7d8f15fc4dc6084" + "url": "https://ftp.drupal.org/files/projects/geocoder-8.x-3.25.zip", + "reference": "8.x-3.25", + "shasum": "959dd2df6c17eaa0550ecb3943f06bb77d1d3adc" }, "require": { "davedevelopment/stiphle": "^0.9.2", @@ -3761,6 +3771,7 @@ "drupal/coder": "^8.2", "drupal/geocoder_field": "*", "drupal/geofield": "*", + "geo6/geocoder-php-bpost-provider": "^1.3.0", "geo6/geocoder-php-geopunt-provider": "^1.0", "geo6/geocoder-php-spw-provider": "^1.0", "geocoder-php/arcgis-online-provider": "^4.0", @@ -3791,8 +3802,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.24", - "datestamp": "1638225451", + "version": "8.x-3.25", + "datestamp": "1642803151", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3861,17 +3872,17 @@ }, { "name": "drupal/geofield", - "version": "1.36.0", + "version": "1.38.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/geofield.git", - "reference": "8.x-1.36" + "reference": "8.x-1.38" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/geofield-8.x-1.36.zip", - "reference": "8.x-1.36", - "shasum": "4aa5f6b6f60f33506a7044f11d7ed68bd4e75009" + "url": "https://ftp.drupal.org/files/projects/geofield-8.x-1.38.zip", + "reference": "8.x-1.38", + "shasum": "a41ce66e4aab2c266a8e9f0addcac68a0b76f44b" }, "require": { "drupal/core": "^8.8 || ^9", @@ -3880,8 +3891,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.36", - "datestamp": "1641134825", + "version": "8.x-1.38", + "datestamp": "1646604411", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3927,17 +3938,17 @@ }, { "name": "drupal/geofield_map", - "version": "2.71.0", + "version": "2.73.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/geofield_map.git", - "reference": "8.x-2.71" + "reference": "8.x-2.73" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/geofield_map-8.x-2.71.zip", - "reference": "8.x-2.71", - "shasum": "df8424ee6c4a0e8a3315bd366e792bfb99832553" + "url": "https://ftp.drupal.org/files/projects/geofield_map-8.x-2.73.zip", + "reference": "8.x-2.73", + "shasum": "d8a1ea523f292276cd95536a1a76efd21d4dcd1f" }, "require": { "drupal/core": "^8.8 || ^9", @@ -3946,8 +3957,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.71", - "datestamp": "1639781659", + "version": "8.x-2.73", + "datestamp": "1646437343", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4392,17 +4403,17 @@ }, { "name": "drupal/paragraphs", - "version": "1.12.0", + "version": "1.13.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/paragraphs.git", - "reference": "8.x-1.12" + "reference": "8.x-1.13" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.12.zip", - "reference": "8.x-1.12", - "shasum": "3b67d8af1160af42d93a4610be1e02869e428965" + "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.13.zip", + "reference": "8.x-1.13", + "shasum": "5e06df68411b17a5d8adaa292ddf70840d00876f" }, "require": { "drupal/core": "^8.8 || ^9", @@ -4418,7 +4429,7 @@ "drupal/inline_entity_form": "~1.0", "drupal/paragraphs-paragraphs_library": "*", "drupal/replicate": "~1.0", - "drupal/search_api": "~1.0", + "drupal/search_api": "1.x-dev", "drupal/search_api_db": "*" }, "suggest": { @@ -4427,8 +4438,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.12", - "datestamp": "1590140081", + "version": "8.x-1.13", + "datestamp": "1646121716", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4637,17 +4648,17 @@ }, { "name": "drupal/pathauto", - "version": "1.8.0", + "version": "1.9.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/pathauto.git", - "reference": "8.x-1.8" + "reference": "8.x-1.9" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.8.zip", - "reference": "8.x-1.8", - "shasum": "ede3216abb9c4f77709338d9147334c595046329" + "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.9.zip", + "reference": "8.x-1.9", + "shasum": "f075ebff595c9b8b62333d65ad29020330e0ea9d" }, "require": { "drupal/core": "^8.8 || ^9", @@ -4660,8 +4671,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.8", - "datestamp": "1588103046", + "version": "8.x-1.9", + "datestamp": "1644822949", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5298,31 +5309,33 @@ }, { "name": "drupal/social_api", - "version": "3.0.2", + "version": "3.0.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/social_api.git", - "reference": "3.0.2" + "reference": "3.0.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/social_api-3.0.2.zip", - "reference": "3.0.2", - "shasum": "66e3a62416c9fe9ad9ced204e8f243aaa264babf" + "url": "https://ftp.drupal.org/files/projects/social_api-3.0.3.zip", + "reference": "3.0.3", + "shasum": "33db9b3e33c04d53220fd2f218802bf66178a4c5" }, "require": { "drupal/core": "^8.8 || ^9.0", + "ext-openssl": "*", "league/oauth2-client": "^2.0" }, "require-dev": { "drupal/coder": "^8.3", - "drupal/social_auth": "^3.0@dev" + "drupal/social_auth": "^3.0@dev", + "phpcompatibility/php-compatibility": "^9.3" }, "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.2", - "datestamp": "1629547558", + "version": "3.0.3", + "datestamp": "1646578799", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5445,17 +5458,17 @@ }, { "name": "drupal/social_auth_hid", - "version": "3.0.0", + "version": "3.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/social_auth_hid.git", - "reference": "8.x-3.0" + "reference": "8.x-3.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/social_auth_hid-8.x-3.0.zip", - "reference": "8.x-3.0", - "shasum": "2d7f88dbdc3e5ec780735788901915facfeda10d" + "url": "https://ftp.drupal.org/files/projects/social_auth_hid-8.x-3.1.zip", + "reference": "8.x-3.1", + "shasum": "8461a73d2af95f025a7772000a78530b588bbdb8" }, "require": { "drupal/core": "^9 || ^10", @@ -5465,8 +5478,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.0", - "datestamp": "1641290573", + "version": "8.x-3.1", + "datestamp": "1646815796", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12730,6 +12743,74 @@ } ], "packages-dev": [ + { + "name": "alchemy/zippy", + "version": "0.4.9", + "source": { + "type": "git", + "url": "https://github.com/alchemy-fr/Zippy.git", + "reference": "59fbeefb9a249122867ef25e53addfcce31850d7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/59fbeefb9a249122867ef25e53addfcce31850d7", + "reference": "59fbeefb9a249122867ef25e53addfcce31850d7", + "shasum": "" + }, + "require": { + "doctrine/collections": "~1.0", + "php": ">=5.5", + "symfony/filesystem": "^2.0.5 || ^3.0 || ^4.0", + "symfony/polyfill-mbstring": "^1.3", + "symfony/process": "^2.1 || ^3.0 || ^4.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 || ^4.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" + ], + "support": { + "issues": "https://github.com/alchemy-fr/Zippy/issues", + "source": "https://github.com/alchemy-fr/Zippy/tree/master" + }, + "time": "2018-02-22T13:58:36+00:00" + }, { "name": "behat/mink", "version": "v1.9.0", @@ -13491,6 +13572,126 @@ }, "time": "2022-02-04T12:51:07+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" + ], + "support": { + "issues": "https://github.com/dflydev/dflydev-dot-access-configuration/issues", + "source": "https://github.com/dflydev/dflydev-dot-access-configuration/tree/master" + }, + "time": "2018-09-08T23:00:17+00:00" + }, + { + "name": "dflydev/placeholder-resolver", + "version": "v1.0.3", + "source": { + "type": "git", + "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git", + "reference": "d0161b4be1e15838327b01b21d0149f382d69906" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/d0161b4be1e15838327b01b21d0149f382d69906", + "reference": "d0161b4be1e15838327b01b21d0149f382d69906", + "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" + ], + "support": { + "issues": "https://github.com/dflydev/dflydev-placeholder-resolver/issues", + "source": "https://github.com/dflydev/dflydev-placeholder-resolver/tree/v1.0.3" + }, + "time": "2021-12-03T16:48:58+00:00" + }, { "name": "doctrine/cache", "version": "1.12.1", @@ -14167,6 +14368,291 @@ "slack": "https://drupal.slack.com/archives/C45342CDD" } }, + { + "name": "drupal/console", + "version": "1.9.8", + "source": { + "type": "git", + "url": "https://github.com/hechoendrupal/drupal-console.git", + "reference": "d292c940c07d164e32bbe9525e909311ca65e8cb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/d292c940c07d164e32bbe9525e909311ca65e8cb", + "reference": "d292c940c07d164e32bbe9525e909311ca65e8cb", + "shasum": "" + }, + "require": { + "alchemy/zippy": "~0.4", + "composer/installers": "~1.0", + "doctrine/annotations": "^1.2", + "doctrine/collections": "^1.3", + "drupal/console-core": "1.9.7", + "drupal/console-extend-plugin": "~0.9.5", + "php": ">=7.0.8", + "psy/psysh": "0.6.* || ~0.8", + "symfony/css-selector": "~3.0|~4.0", + "symfony/dom-crawler": "~3.0|~4.0", + "symfony/http-foundation": "~3.0|~4.0" + }, + "suggest": { + "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-4": { + "Drupal\\Console\\": "src" + } + }, + "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": "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": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.", + "homepage": "http://drupalconsole.com/", + "keywords": [ + "console", + "development", + "drupal", + "symfony" + ], + "support": { + "docs": "https://docs.drupalconsole.com/", + "forum": "https://gitter.im/hechoendrupal/DrupalConsole", + "issues": "https://github.com/hechoendrupal/drupal-console/issues", + "source": "https://github.com/hechoendrupal/drupal-console/tree/1.9.8" + }, + "funding": [ + { + "url": "https://opencollective.com/drupalconsole", + "type": "open_collective" + } + ], + "time": "2021-11-29T17:09:44+00:00" + }, + { + "name": "drupal/console-core", + "version": "1.9.7", + "source": { + "type": "git", + "url": "https://github.com/hechoendrupal/drupal-console-core.git", + "reference": "ab3abc2631761c9588230ba88189d9ba4eb9ed63" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/ab3abc2631761c9588230ba88189d9ba4eb9ed63", + "reference": "ab3abc2631761c9588230ba88189d9ba4eb9ed63", + "shasum": "" + }, + "require": { + "dflydev/dot-access-configuration": "^1.0", + "drupal/console-en": "1.9.7", + "guzzlehttp/guzzle": "~6.1", + "php": ">=7.0.8", + "stecman/symfony-console-completion": "~0.7", + "symfony/config": "~3.0|^4.4", + "symfony/console": "~3.0|^4.4", + "symfony/debug": "~3.0|^4.4", + "symfony/dependency-injection": "~3.0|^4.4", + "symfony/event-dispatcher": "~3.0|^4.4", + "symfony/filesystem": "~3.0|^4.4", + "symfony/finder": "~3.0|^4.4", + "symfony/process": "~3.0|^4.4", + "symfony/translation": "~3.0|^4.4", + "symfony/yaml": "~3.0|^4.4", + "twig/twig": "^1.38.2|^2.12.0", + "webflo/drupal-finder": "^1.0", + "webmozart/path-util": "^2.3" + }, + "type": "library", + "autoload": { + "files": [ + "src/functions.php" + ], + "psr-4": { + "Drupal\\Console\\Core\\": "src" + } + }, + "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": "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/DrupalConsole/graphs/contributors" + } + ], + "description": "Drupal Console Core", + "homepage": "http://drupalconsole.com/", + "keywords": [ + "console", + "development", + "drupal", + "symfony" + ], + "support": { + "docs": "http://docs.drupalconsole.com/", + "forum": "https://gitter.im/hechoendrupal/DrupalConsole", + "issues": "https://github.com/hechoendrupal/DrupalConsole/issues", + "source": "https://github.com/hechoendrupal/drupal-console-core/tree/1.9.7" + }, + "time": "2020-11-30T01:45:57+00:00" + }, + { + "name": "drupal/console-en", + "version": "v1.9.7", + "source": { + "type": "git", + "url": "https://github.com/hechoendrupal/drupal-console-en.git", + "reference": "7594601fff153c2799a62bd678ff80749baeee0c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/7594601fff153c2799a62bd678ff80749baeee0c", + "reference": "7594601fff153c2799a62bd678ff80749baeee0c", + "shasum": "" + }, + "type": "library", + "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": "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/DrupalConsole/graphs/contributors" + } + ], + "description": "Drupal Console English Language", + "homepage": "http://drupalconsole.com/", + "keywords": [ + "console", + "development", + "drupal", + "symfony" + ], + "support": { + "docs": "https://docs.drupalconsole.com", + "forum": "https://gitter.im/hechoendrupal/DrupalConsole", + "issues": "https://github.com/hechoendrupal/DrupalConsole/issues", + "source": "https://github.com/hechoendrupal/drupal-console-en/tree/master" + }, + "time": "2020-08-15T03:34:54+00:00" + }, + { + "name": "drupal/console-extend-plugin", + "version": "0.9.5", + "source": { + "type": "git", + "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git", + "reference": "eff6da99cfb5fe1fc60990672d2667c402eb3585" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/eff6da99cfb5fe1fc60990672d2667c402eb3585", + "reference": "eff6da99cfb5fe1fc60990672d2667c402eb3585", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0 || ^2.0", + "composer/installers": "^1.2", + "symfony/finder": "~3.0|^4.4", + "symfony/yaml": "~3.0|^4.4" + }, + "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", + "support": { + "issues": "https://github.com/hechoendrupal/drupal-console-extend-plugin/issues", + "source": "https://github.com/hechoendrupal/drupal-console-extend-plugin/tree/0.9.5" + }, + "time": "2020-11-18T00:15:28+00:00" + }, { "name": "drupal/core-dev", "version": "9.3.9", @@ -14217,19 +14703,69 @@ }, "time": "2021-11-30T05:41:29+00:00" }, + { + "name": "drupal/dev_mode", + "version": "2.3.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/dev_mode.git", + "reference": "8.x-2.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/dev_mode-8.x-2.3.zip", + "reference": "8.x-2.3", + "shasum": "674cf161f4b69c63b9f1f71f7bcdeb5f390dc60a" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-2.3", + "datestamp": "1646430756", + "security-coverage": { + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "George Anderson (geoanders)", + "homepage": "https://www.drupal.org/u/geoanders", + "role": "Maintainer" + }, + { + "name": "rduplock", + "homepage": "https://www.drupal.org/user/3506644" + } + ], + "description": "Enable this module to activate development mode on your Drupal site.", + "homepage": "https://drupal.org/project/dev_mode", + "support": { + "source": "https://git.drupalcode.org/project/dev_mode", + "issues": "https://drupal.org/project/issues/dev_mode" + } + }, { "name": "drupal/devel", - "version": "4.1.3", + "version": "4.1.5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/devel.git", - "reference": "4.1.3" + "reference": "4.1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/devel-4.1.3.zip", - "reference": "4.1.3", - "shasum": "f82261ca19a43379742e1df4c5a3795ef7a70441" + "url": "https://ftp.drupal.org/files/projects/devel-4.1.5.zip", + "reference": "4.1.5", + "shasum": "7d0b4397215f615a67ba80aab777e93918d497f9" }, "require": { "doctrine/common": "^2.7", @@ -14248,8 +14784,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "4.1.3", - "datestamp": "1639534069", + "version": "4.1.5", + "datestamp": "1646072825", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -14327,17 +14863,17 @@ }, { "name": "drupal/upgrade_status", - "version": "3.13.0", + "version": "3.14.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/upgrade_status.git", - "reference": "8.x-3.13" + "reference": "8.x-3.14" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/upgrade_status-8.x-3.13.zip", - "reference": "8.x-3.13", - "shasum": "7dd12034dad9fb5e58b6c3e4dd1ea0c530442e8d" + "url": "https://ftp.drupal.org/files/projects/upgrade_status-8.x-3.14.zip", + "reference": "8.x-3.14", + "shasum": "facb4a7bf148f87fc0f4fd34f58bbaa0659073d9" }, "require": { "drupal/core": "^8 || ^9", @@ -14351,8 +14887,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.13", - "datestamp": "1639504710", + "version": "8.x-3.14", + "datestamp": "1646132501", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -17992,6 +18528,55 @@ }, "time": "2021-12-12T21:44:58+00:00" }, + { + "name": "stecman/symfony-console-completion", + "version": "0.11.0", + "source": { + "type": "git", + "url": "https://github.com/stecman/symfony-console-completion.git", + "reference": "a9502dab59405e275a9f264536c4e1cb61fc3518" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/a9502dab59405e275a9f264536c4e1cb61fc3518", + "reference": "a9502dab59405e275a9f264536c4e1cb61fc3518", + "shasum": "" + }, + "require": { + "php": ">=5.3.2", + "symfony/console": "~2.3 || ~3.0 || ~4.0 || ~5.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.4" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.10.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.", + "support": { + "issues": "https://github.com/stecman/symfony-console-completion/issues", + "source": "https://github.com/stecman/symfony-console-completion/tree/0.11.0" + }, + "time": "2019-11-24T17:03:06+00:00" + }, { "name": "symfony/browser-kit", "version": "v4.4.37", diff --git a/config/automated_cron.settings.yml b/config/automated_cron.settings.yml index 2418a00e9..3fc5821fe 100644 --- a/config/automated_cron.settings.yml +++ b/config/automated_cron.settings.yml @@ -1,3 +1,3 @@ -interval: 10800 _core: default_config_hash: fUksROt4FfkAU9BV4hV2XvhTBSS2nTNrZS4U7S-tKrs +interval: 10800 diff --git a/config/block.block.audiencelabel.yml b/config/block.block.audiencelabel.yml index 85fab70af..5e9859c7a 100644 --- a/config/block.block.audiencelabel.yml +++ b/config/block.block.audiencelabel.yml @@ -18,12 +18,12 @@ plugin: 'facet_block:search_audience_label' settings: id: 'facet_block:search_audience_label' label: 'Authoring body' - provider: facets label_display: visible + provider: facets block_id: audiencelabel visibility: request_path: id: request_path - pages: /search negate: false context_mapping: { } + pages: /search diff --git a/config/block.block.authoredon.yml b/config/block.block.authoredon.yml index fcefb424d..f5ef5d37f 100644 --- a/config/block.block.authoredon.yml +++ b/config/block.block.authoredon.yml @@ -18,12 +18,12 @@ plugin: 'facet_block:search_authored_on' settings: id: 'facet_block:search_authored_on' label: 'Authored on' - provider: facets label_display: visible + provider: facets block_id: authoredon visibility: request_path: id: request_path - pages: /search negate: false context_mapping: { } + pages: /search diff --git a/config/block.block.bartik_account_menu.yml b/config/block.block.bartik_account_menu.yml index c0060cfda..fb686a9ce 100644 --- a/config/block.block.bartik_account_menu.yml +++ b/config/block.block.bartik_account_menu.yml @@ -19,8 +19,8 @@ plugin: 'system_menu_block:account' settings: id: 'system_menu_block:account' label: 'User account menu' - provider: system label_display: '0' + provider: system level: 1 depth: 1 expand_all_items: false diff --git a/config/block.block.bartik_branding.yml b/config/block.block.bartik_branding.yml index 7483d9a37..fd80003a0 100644 --- a/config/block.block.bartik_branding.yml +++ b/config/block.block.bartik_branding.yml @@ -17,8 +17,8 @@ plugin: system_branding_block settings: id: system_branding_block label: 'Site branding' - provider: system label_display: '0' + provider: system use_site_logo: true use_site_name: true use_site_slogan: true diff --git a/config/block.block.bartik_breadcrumbs.yml b/config/block.block.bartik_breadcrumbs.yml index 341e5cc33..b21f33e21 100644 --- a/config/block.block.bartik_breadcrumbs.yml +++ b/config/block.block.bartik_breadcrumbs.yml @@ -17,6 +17,6 @@ plugin: system_breadcrumb_block settings: id: system_breadcrumb_block label: Breadcrumbs - provider: system label_display: '0' + provider: system visibility: { } diff --git a/config/block.block.bartik_footer.yml b/config/block.block.bartik_footer.yml index 24eaaa3cb..36e174313 100644 --- a/config/block.block.bartik_footer.yml +++ b/config/block.block.bartik_footer.yml @@ -19,8 +19,8 @@ plugin: 'system_menu_block:footer' settings: id: 'system_menu_block:footer' label: 'Footer menu' - provider: system label_display: '0' + provider: system level: 1 depth: 0 expand_all_items: false diff --git a/config/block.block.bartik_help.yml b/config/block.block.bartik_help.yml index 3b812da36..04b34ca19 100644 --- a/config/block.block.bartik_help.yml +++ b/config/block.block.bartik_help.yml @@ -17,6 +17,6 @@ plugin: help_block settings: id: help_block label: Help - provider: help label_display: '0' + provider: help visibility: { } diff --git a/config/block.block.bartik_local_actions.yml b/config/block.block.bartik_local_actions.yml index dcb5107fe..16fff8bb2 100644 --- a/config/block.block.bartik_local_actions.yml +++ b/config/block.block.bartik_local_actions.yml @@ -15,6 +15,6 @@ plugin: local_actions_block settings: id: local_actions_block label: 'Primary admin actions' - provider: core label_display: '0' + provider: core visibility: { } diff --git a/config/block.block.bartik_local_tasks.yml b/config/block.block.bartik_local_tasks.yml index ffd159f7f..14eea95fd 100644 --- a/config/block.block.bartik_local_tasks.yml +++ b/config/block.block.bartik_local_tasks.yml @@ -15,8 +15,8 @@ plugin: local_tasks_block settings: id: local_tasks_block label: Tabs - provider: core label_display: '0' + provider: core primary: true secondary: true visibility: { } diff --git a/config/block.block.bartik_main_menu.yml b/config/block.block.bartik_main_menu.yml index 55400f634..35cb0b777 100644 --- a/config/block.block.bartik_main_menu.yml +++ b/config/block.block.bartik_main_menu.yml @@ -19,8 +19,8 @@ plugin: 'system_menu_block:main' settings: id: 'system_menu_block:main' label: 'Main navigation' - provider: system label_display: '0' + provider: system level: 1 depth: 1 expand_all_items: false diff --git a/config/block.block.bartik_messages.yml b/config/block.block.bartik_messages.yml index 95f6b5d2b..d578ce785 100644 --- a/config/block.block.bartik_messages.yml +++ b/config/block.block.bartik_messages.yml @@ -17,6 +17,6 @@ plugin: system_messages_block settings: id: system_messages_block label: 'Status messages' - provider: system label_display: '0' + provider: system visibility: { } diff --git a/config/block.block.bartik_page_title.yml b/config/block.block.bartik_page_title.yml index 23e2e17f5..0bfad3c71 100644 --- a/config/block.block.bartik_page_title.yml +++ b/config/block.block.bartik_page_title.yml @@ -15,6 +15,6 @@ plugin: page_title_block settings: id: page_title_block label: 'Page title' - provider: core label_display: '0' + provider: core visibility: { } diff --git a/config/block.block.bartik_powered.yml b/config/block.block.bartik_powered.yml index 028d2630a..33fdf1677 100644 --- a/config/block.block.bartik_powered.yml +++ b/config/block.block.bartik_powered.yml @@ -17,6 +17,6 @@ plugin: system_powered_by_block settings: id: system_powered_by_block label: 'Powered by Drupal' - provider: system label_display: '0' + provider: system visibility: { } diff --git a/config/block.block.bartik_tools.yml b/config/block.block.bartik_tools.yml index 28146be57..f4d176ed6 100644 --- a/config/block.block.bartik_tools.yml +++ b/config/block.block.bartik_tools.yml @@ -19,8 +19,8 @@ plugin: 'system_menu_block:tools' settings: id: 'system_menu_block:tools' label: Tools - provider: system label_display: visible + provider: system level: 1 depth: 0 expand_all_items: false diff --git a/config/block.block.breadcrumbs.yml b/config/block.block.breadcrumbs.yml index c6f318687..cdf012bfe 100644 --- a/config/block.block.breadcrumbs.yml +++ b/config/block.block.breadcrumbs.yml @@ -15,6 +15,6 @@ plugin: system_breadcrumb_block settings: id: system_breadcrumb_block label: Breadcrumbs - provider: system label_display: '0' + provider: system visibility: { } diff --git a/config/block.block.changed.yml b/config/block.block.changed.yml index b626f4df5..d7bb5a802 100644 --- a/config/block.block.changed.yml +++ b/config/block.block.changed.yml @@ -18,12 +18,12 @@ plugin: 'facet_block:changed' settings: id: 'facet_block:changed' label: Changed - provider: facets label_display: visible + provider: facets block_id: changed visibility: request_path: id: request_path - pages: '/group/*/documents' negate: false context_mapping: { } + pages: '/group/*/documents' diff --git a/config/block.block.contenttype.yml b/config/block.block.contenttype.yml index b3c5f99cb..53bb5f6de 100644 --- a/config/block.block.contenttype.yml +++ b/config/block.block.contenttype.yml @@ -18,12 +18,12 @@ plugin: 'facet_block:search_content_type' settings: id: 'facet_block:search_content_type' label: 'Content type' - provider: facets label_display: visible + provider: facets block_id: contenttype visibility: request_path: id: request_path - pages: /search negate: false context_mapping: { } + pages: /search diff --git a/config/block.block.documentsummary.yml b/config/block.block.documentsummary.yml index 29d1059a7..0f01b4bba 100644 --- a/config/block.block.documentsummary.yml +++ b/config/block.block.documentsummary.yml @@ -18,11 +18,11 @@ plugin: 'facets_summary_block:document_summary' settings: id: 'facets_summary_block:document_summary' label: 'Document summary' - provider: facets_summary label_display: visible + provider: facets_summary visibility: request_path: id: request_path - pages: '/group/*/documents' negate: false context_mapping: { } + pages: '/group/*/documents' diff --git a/config/block.block.documenttypelabel.yml b/config/block.block.documenttypelabel.yml index cd3065867..3cf7b634d 100644 --- a/config/block.block.documenttypelabel.yml +++ b/config/block.block.documenttypelabel.yml @@ -18,12 +18,12 @@ plugin: 'facet_block:document_type_label' settings: id: 'facet_block:document_type_label' label: 'Document Type' - provider: facets label_display: visible + provider: facets block_id: documenttypelabel visibility: request_path: id: request_path - pages: '/group/*/documents' negate: false context_mapping: { } + pages: '/group/*/documents' diff --git a/config/block.block.exposed_form_iasc_services.yml b/config/block.block.exposed_form_iasc_services.yml index 0a30135a5..80adf76eb 100644 --- a/config/block.block.exposed_form_iasc_services.yml +++ b/config/block.block.exposed_form_iasc_services.yml @@ -18,12 +18,12 @@ plugin: 'views_exposed_filter_block:iasc_services-page_1' settings: id: 'views_exposed_filter_block:iasc_services-page_1' label: '' - provider: views label_display: visible + provider: views views_label: 'Looking for something specific?' visibility: request_path: id: request_path - pages: "/rg2/service-directory/services\r\n/rg2/service-directory/services/*" negate: false context_mapping: { } + pages: "/rg2/service-directory/services\r\n/rg2/service-directory/services/*" diff --git a/config/block.block.feature_request.yml b/config/block.block.feature_request.yml index b938062a7..6630a50fc 100644 --- a/config/block.block.feature_request.yml +++ b/config/block.block.feature_request.yml @@ -18,14 +18,14 @@ plugin: 'block_content:c4a8b976-f0e5-469a-b8da-5d651fa4b4e7' settings: id: 'block_content:c4a8b976-f0e5-469a-b8da-5d651fa4b4e7' label: 'Does your entity offer a service not featured here?' - provider: block_content label_display: '0' + provider: block_content status: true info: '' view_mode: full visibility: request_path: id: request_path - pages: "/rg2/service-directory/services\r\n/rg2/service-directory/services/*" negate: false context_mapping: { } + pages: "/rg2/service-directory/services\r\n/rg2/service-directory/services/*" diff --git a/config/block.block.feedback.yml b/config/block.block.feedback.yml index 45b90d704..11fe141d7 100644 --- a/config/block.block.feedback.yml +++ b/config/block.block.feedback.yml @@ -18,14 +18,14 @@ plugin: 'block_content:842ea753-7b32-4b4a-aa13-cd33501583ac' settings: id: 'block_content:842ea753-7b32-4b4a-aa13-cd33501583ac' label: 'Have feedback on the Service Directory?' - provider: block_content label_display: '0' + provider: block_content status: true info: '' view_mode: full visibility: request_path: id: request_path - pages: "/rg2/service-directory/services\r\n/rg2/service-directory/services/*" negate: false context_mapping: { } + pages: "/rg2/service-directory/services\r\n/rg2/service-directory/services/*" diff --git a/config/block.block.footer_2.yml b/config/block.block.footer_2.yml index 7357b1679..b84d81f16 100644 --- a/config/block.block.footer_2.yml +++ b/config/block.block.footer_2.yml @@ -17,8 +17,8 @@ plugin: 'system_menu_block:footer' settings: id: 'system_menu_block:footer' label: Footer - provider: system label_display: '0' + provider: system level: 1 depth: 0 expand_all_items: false diff --git a/config/block.block.group_operations.yml b/config/block.block.group_operations.yml index 2b30a5b36..3ae3c1cea 100644 --- a/config/block.block.group_operations.yml +++ b/config/block.block.group_operations.yml @@ -17,8 +17,8 @@ plugin: group_operations settings: id: group_operations label: 'Group operations' - provider: group label_display: visible + provider: group context_mapping: group: '@group.group_route_context:group' visibility: { } diff --git a/config/block.block.headersearch.yml b/config/block.block.headersearch.yml index 0ea89a878..97badc0df 100644 --- a/config/block.block.headersearch.yml +++ b/config/block.block.headersearch.yml @@ -15,6 +15,6 @@ plugin: iasc_header_search_block settings: id: iasc_header_search_block label: 'Header search' - provider: iasc_content label_display: visible + provider: iasc_content visibility: { } diff --git a/config/block.block.iasc_admin_system_main.yml b/config/block.block.iasc_admin_system_main.yml index 16dd06118..8158d4ef7 100644 --- a/config/block.block.iasc_admin_system_main.yml +++ b/config/block.block.iasc_admin_system_main.yml @@ -17,6 +17,6 @@ plugin: system_main_block settings: id: system_main_block label: '' - provider: system label_display: '0' + provider: system visibility: { } diff --git a/config/block.block.iasc_statements_authoredon.yml b/config/block.block.iasc_statements_authoredon.yml index 68ed23336..b1d0ea299 100644 --- a/config/block.block.iasc_statements_authoredon.yml +++ b/config/block.block.iasc_statements_authoredon.yml @@ -17,7 +17,7 @@ plugin: 'facet_block:iasc_statements_authored_on' settings: id: 'facet_block:iasc_statements_authored_on' label: 'Authored on' - provider: facets label_display: visible + provider: facets block_id: iasc_statements_authoredon visibility: { } diff --git a/config/block.block.iasc_statements_productcategorylabel.yml b/config/block.block.iasc_statements_productcategorylabel.yml index 9c496c4aa..ac4602ce2 100644 --- a/config/block.block.iasc_statements_productcategorylabel.yml +++ b/config/block.block.iasc_statements_productcategorylabel.yml @@ -17,7 +17,7 @@ plugin: 'facet_block:iasc_statements_product_category_label' settings: id: 'facet_block:iasc_statements_product_category_label' label: 'Product Category' - provider: facets label_display: visible + provider: facets block_id: iasc_statements_productcategorylabel visibility: { } diff --git a/config/block.block.iasc_system_main.yml b/config/block.block.iasc_system_main.yml index ce11a3cbb..5961691ec 100644 --- a/config/block.block.iasc_system_main.yml +++ b/config/block.block.iasc_system_main.yml @@ -17,6 +17,6 @@ plugin: system_main_block settings: id: system_main_block label: '' - provider: system label_display: '0' + provider: system visibility: { } diff --git a/config/block.block.mainmenu.yml b/config/block.block.mainmenu.yml index 9da569ffa..90b277aff 100644 --- a/config/block.block.mainmenu.yml +++ b/config/block.block.mainmenu.yml @@ -17,8 +17,8 @@ plugin: 'system_menu_block:main' settings: id: 'system_menu_block:main' label: 'Main menu' - provider: system label_display: '0' + provider: system level: 1 depth: 0 expand_all_items: false diff --git a/config/block.block.mainpagecontent.yml b/config/block.block.mainpagecontent.yml index be094a0ab..0c02a0349 100644 --- a/config/block.block.mainpagecontent.yml +++ b/config/block.block.mainpagecontent.yml @@ -15,6 +15,6 @@ plugin: system_main_block settings: id: system_main_block label: 'Main page content' - provider: system label_display: '0' + provider: system visibility: { } diff --git a/config/block.block.messages.yml b/config/block.block.messages.yml index 7713bf85b..18c423657 100644 --- a/config/block.block.messages.yml +++ b/config/block.block.messages.yml @@ -15,6 +15,6 @@ plugin: system_messages_block settings: id: system_messages_block label: Messages - provider: system label_display: '0' + provider: system visibility: { } diff --git a/config/block.block.newsletterauthoredon.yml b/config/block.block.newsletterauthoredon.yml index bbc14bb2a..943f2a9e4 100644 --- a/config/block.block.newsletterauthoredon.yml +++ b/config/block.block.newsletterauthoredon.yml @@ -18,12 +18,12 @@ plugin: 'facet_block:newsletter_authored_on' settings: id: 'facet_block:newsletter_authored_on' label: 'Authored on' - provider: facets label_display: visible + provider: facets block_id: newsletterauthoredon visibility: request_path: id: request_path - pages: /resources/iasc-newsletter negate: false context_mapping: { } + pages: /resources/iasc-newsletter diff --git a/config/block.block.organisationentity.yml b/config/block.block.organisationentity.yml index 00c4daf74..1d5d71b3d 100644 --- a/config/block.block.organisationentity.yml +++ b/config/block.block.organisationentity.yml @@ -18,12 +18,12 @@ plugin: 'facet_block:aap_agency_initiative_or_group' settings: id: 'facet_block:aap_agency_initiative_or_group' label: Organisation/Entity - provider: facets label_display: visible + provider: facets block_id: organisationentity visibility: request_path: id: request_path - pages: "/rg2/service-directory/services\r\n/rg2/service-directory/services/*" negate: false context_mapping: { } + pages: "/rg2/service-directory/services\r\n/rg2/service-directory/services/*" diff --git a/config/block.block.pagetitle.yml b/config/block.block.pagetitle.yml index 3b9644a41..01881fca9 100644 --- a/config/block.block.pagetitle.yml +++ b/config/block.block.pagetitle.yml @@ -13,6 +13,6 @@ plugin: page_title_block settings: id: page_title_block label: 'Page title' - provider: core label_display: '0' + provider: core visibility: { } diff --git a/config/block.block.poweredbydrupal.yml b/config/block.block.poweredbydrupal.yml index 05f71c7e8..633ac5d3f 100644 --- a/config/block.block.poweredbydrupal.yml +++ b/config/block.block.poweredbydrupal.yml @@ -15,6 +15,6 @@ plugin: system_powered_by_block settings: id: system_powered_by_block label: 'Powered by Drupal' - provider: system label_display: visible + provider: system visibility: { } diff --git a/config/block.block.productcategorylabel.yml b/config/block.block.productcategorylabel.yml index 3f0d11e0d..2f75870ef 100644 --- a/config/block.block.productcategorylabel.yml +++ b/config/block.block.productcategorylabel.yml @@ -18,12 +18,12 @@ plugin: 'facet_block:product_category_label' settings: id: 'facet_block:product_category_label' label: 'Product Category' - provider: facets label_display: visible + provider: facets block_id: productcategorylabel visibility: request_path: id: request_path - pages: '/group/*/documents' negate: false context_mapping: { } + pages: '/group/*/documents' diff --git a/config/block.block.productssummary.yml b/config/block.block.productssummary.yml index 9bca0420c..8f9116c70 100644 --- a/config/block.block.productssummary.yml +++ b/config/block.block.productssummary.yml @@ -18,11 +18,11 @@ plugin: 'facets_summary_block:products_summary' settings: id: 'facets_summary_block:products_summary' label: 'Products summary' - provider: facets_summary label_display: visible + provider: facets_summary visibility: request_path: id: request_path - pages: /resources/iasc-products negate: false context_mapping: { } + pages: /resources/iasc-products diff --git a/config/block.block.relevanthpcstage.yml b/config/block.block.relevanthpcstage.yml index 7e74e0f62..0ae49fb6a 100644 --- a/config/block.block.relevanthpcstage.yml +++ b/config/block.block.relevanthpcstage.yml @@ -18,12 +18,12 @@ plugin: 'facet_block:services_relevant_hpc_stage' settings: id: 'facet_block:services_relevant_hpc_stage' label: 'Stages of HPC' - provider: facets label_display: visible + provider: facets block_id: relevanthpcstage visibility: request_path: id: request_path - pages: "/rg2/service-directory/services\r\n/rg2/service-directory/services/*" negate: false context_mapping: { } + pages: "/rg2/service-directory/services\r\n/rg2/service-directory/services/*" diff --git a/config/block.block.resourceaudiencelabel.yml b/config/block.block.resourceaudiencelabel.yml index eddab0d41..419e93d7e 100644 --- a/config/block.block.resourceaudiencelabel.yml +++ b/config/block.block.resourceaudiencelabel.yml @@ -18,12 +18,12 @@ plugin: 'facet_block:resource_audience_label' settings: id: 'facet_block:resource_audience_label' label: 'Authoring body' - provider: facets label_display: visible + provider: facets block_id: resourceaudiencelabel visibility: request_path: id: request_path - pages: /resources negate: false context_mapping: { } + pages: /resources diff --git a/config/block.block.resourcedocumentsaudiencelabel.yml b/config/block.block.resourcedocumentsaudiencelabel.yml index 10bb5f3f8..47529f512 100644 --- a/config/block.block.resourcedocumentsaudiencelabel.yml +++ b/config/block.block.resourcedocumentsaudiencelabel.yml @@ -18,12 +18,12 @@ plugin: 'facet_block:resource_documents_audience_label' settings: id: 'facet_block:resource_documents_audience_label' label: 'Authoring body' - provider: facets label_display: visible + provider: facets block_id: resourcedocumentsaudiencelabel visibility: request_path: id: request_path - pages: /resources/meeting-documents negate: false context_mapping: { } + pages: /resources/meeting-documents diff --git a/config/block.block.resourcedocumentsauthoredon.yml b/config/block.block.resourcedocumentsauthoredon.yml index 500dd7dd3..26827a345 100644 --- a/config/block.block.resourcedocumentsauthoredon.yml +++ b/config/block.block.resourcedocumentsauthoredon.yml @@ -18,12 +18,12 @@ plugin: 'facet_block:resource_documents_authored_on' settings: id: 'facet_block:resource_documents_authored_on' label: 'Authored on' - provider: facets label_display: visible + provider: facets block_id: resourcedocumentsauthoredon visibility: request_path: id: request_path - pages: /resources/meeting-documents negate: false context_mapping: { } + pages: /resources/meeting-documents diff --git a/config/block.block.resourcedocumentsdocumenttypelabel.yml b/config/block.block.resourcedocumentsdocumenttypelabel.yml index bd1d51df9..c681d6faf 100644 --- a/config/block.block.resourcedocumentsdocumenttypelabel.yml +++ b/config/block.block.resourcedocumentsdocumenttypelabel.yml @@ -18,12 +18,12 @@ plugin: 'facet_block:resource_documents_document_type_label' settings: id: 'facet_block:resource_documents_document_type_label' label: 'Document Type' - provider: facets label_display: visible + provider: facets block_id: resourcedocumentsdocumenttypelabel visibility: request_path: id: request_path - pages: /resources/meeting-documents negate: false context_mapping: { } + pages: /resources/meeting-documents diff --git a/config/block.block.resourcedocumentsproductcategorylabel.yml b/config/block.block.resourcedocumentsproductcategorylabel.yml index a845540c1..d10752ae4 100644 --- a/config/block.block.resourcedocumentsproductcategorylabel.yml +++ b/config/block.block.resourcedocumentsproductcategorylabel.yml @@ -18,12 +18,12 @@ plugin: 'facet_block:resource_documents_product_category_label' settings: id: 'facet_block:resource_documents_product_category_label' label: 'Product Category' - provider: facets label_display: visible + provider: facets block_id: resourcedocumentsproductcategorylabel visibility: request_path: id: request_path - pages: /resources/meeting-documents negate: false context_mapping: { } + pages: /resources/meeting-documents diff --git a/config/block.block.resourceproductsaudiencelabel.yml b/config/block.block.resourceproductsaudiencelabel.yml index b631d49f9..80cc4854d 100644 --- a/config/block.block.resourceproductsaudiencelabel.yml +++ b/config/block.block.resourceproductsaudiencelabel.yml @@ -18,12 +18,12 @@ plugin: 'facet_block:resource_products_audience_label' settings: id: 'facet_block:resource_products_audience_label' label: 'Authoring body' - provider: facets label_display: visible + provider: facets block_id: resourceproductsaudiencelabel visibility: request_path: id: request_path - pages: /resources/iasc-products negate: false context_mapping: { } + pages: /resources/iasc-products diff --git a/config/block.block.resourceproductsauthoredon.yml b/config/block.block.resourceproductsauthoredon.yml index 3b2f45c82..2bd318ef3 100644 --- a/config/block.block.resourceproductsauthoredon.yml +++ b/config/block.block.resourceproductsauthoredon.yml @@ -18,12 +18,12 @@ plugin: 'facet_block:resource_products_authored_on' settings: id: 'facet_block:resource_products_authored_on' label: 'Authored on' - provider: facets label_display: visible + provider: facets block_id: resourceproductsauthoredon visibility: request_path: id: request_path - pages: /resources/iasc-products negate: false context_mapping: { } + pages: /resources/iasc-products diff --git a/config/block.block.resourceproductsdocumenttypelabel.yml b/config/block.block.resourceproductsdocumenttypelabel.yml index 104642bff..1f907ead7 100644 --- a/config/block.block.resourceproductsdocumenttypelabel.yml +++ b/config/block.block.resourceproductsdocumenttypelabel.yml @@ -18,12 +18,12 @@ plugin: 'facet_block:resource_products_document_type_label' settings: id: 'facet_block:resource_products_document_type_label' label: 'Document Type' - provider: facets label_display: visible + provider: facets block_id: resourceproductsdocumenttypelabel visibility: request_path: id: request_path - pages: /resources/iasc-products negate: false context_mapping: { } + pages: /resources/iasc-products diff --git a/config/block.block.resourceproductsproductcategorylabel.yml b/config/block.block.resourceproductsproductcategorylabel.yml index 8f5f2b138..415ff75f3 100644 --- a/config/block.block.resourceproductsproductcategorylabel.yml +++ b/config/block.block.resourceproductsproductcategorylabel.yml @@ -18,12 +18,12 @@ plugin: 'facet_block:resource_products_product_category_label' settings: id: 'facet_block:resource_products_product_category_label' label: 'Product Category' - provider: facets label_display: visible + provider: facets block_id: resourceproductsproductcategorylabel visibility: request_path: id: request_path - pages: /resources/iasc-products negate: false context_mapping: { } + pages: /resources/iasc-products diff --git a/config/block.block.resourcesauthoredon.yml b/config/block.block.resourcesauthoredon.yml index 27ccc0b7c..68220ac74 100644 --- a/config/block.block.resourcesauthoredon.yml +++ b/config/block.block.resourcesauthoredon.yml @@ -18,12 +18,12 @@ plugin: 'facet_block:resources_authored_on' settings: id: 'facet_block:resources_authored_on' label: 'Authored on' - provider: facets label_display: visible + provider: facets block_id: resourcesauthoredon visibility: request_path: id: request_path - pages: /resources negate: false context_mapping: { } + pages: /resources diff --git a/config/block.block.resourcescontenttype.yml b/config/block.block.resourcescontenttype.yml index 3463857cf..d9be9f626 100644 --- a/config/block.block.resourcescontenttype.yml +++ b/config/block.block.resourcescontenttype.yml @@ -18,12 +18,12 @@ plugin: 'facet_block:resources_content_type' settings: id: 'facet_block:resources_content_type' label: 'Content type' - provider: facets label_display: visible + provider: facets block_id: resourcescontenttype visibility: request_path: id: request_path - pages: /resources negate: false context_mapping: { } + pages: /resources diff --git a/config/block.block.resourcesdocumenttypelabel.yml b/config/block.block.resourcesdocumenttypelabel.yml index be0e1990e..29da0d2a1 100644 --- a/config/block.block.resourcesdocumenttypelabel.yml +++ b/config/block.block.resourcesdocumenttypelabel.yml @@ -18,12 +18,12 @@ plugin: 'facet_block:resources_document_type_label' settings: id: 'facet_block:resources_document_type_label' label: 'Document Type' - provider: facets label_display: visible + provider: facets block_id: resourcesdocumenttypelabel visibility: request_path: id: request_path - pages: /resources negate: false context_mapping: { } + pages: /resources diff --git a/config/block.block.resourcesproductcategorylabel.yml b/config/block.block.resourcesproductcategorylabel.yml index d1d250c34..538472596 100644 --- a/config/block.block.resourcesproductcategorylabel.yml +++ b/config/block.block.resourcesproductcategorylabel.yml @@ -18,12 +18,12 @@ plugin: 'facet_block:resources_product_category_label' settings: id: 'facet_block:resources_product_category_label' label: 'Product Category' - provider: facets label_display: visible + provider: facets block_id: resourcesproductcategorylabel visibility: request_path: id: request_path - pages: /resources negate: false context_mapping: { } + pages: /resources diff --git a/config/block.block.resourcessummary.yml b/config/block.block.resourcessummary.yml index edc87a2e8..2c06d3cd4 100644 --- a/config/block.block.resourcessummary.yml +++ b/config/block.block.resourcessummary.yml @@ -18,11 +18,11 @@ plugin: 'facets_summary_block:resources_summary' settings: id: 'facets_summary_block:resources_summary' label: 'Resources summary' - provider: facets_summary label_display: visible + provider: facets_summary visibility: request_path: id: request_path - pages: /resources negate: false context_mapping: { } + pages: /resources diff --git a/config/block.block.searchsummary.yml b/config/block.block.searchsummary.yml index d36ed0b0e..8c32c1321 100644 --- a/config/block.block.searchsummary.yml +++ b/config/block.block.searchsummary.yml @@ -18,11 +18,11 @@ plugin: 'facets_summary_block:search_summary' settings: id: 'facets_summary_block:search_summary' label: 'Search summary' - provider: facets_summary label_display: visible + provider: facets_summary visibility: request_path: id: request_path - pages: /search negate: false context_mapping: { } + pages: /search diff --git a/config/block.block.sectionmenublock.yml b/config/block.block.sectionmenublock.yml index 2f8be2e1a..1ee2739fe 100644 --- a/config/block.block.sectionmenublock.yml +++ b/config/block.block.sectionmenublock.yml @@ -15,6 +15,6 @@ plugin: iasc_section_menu_block settings: id: iasc_section_menu_block label: 'Section menu block' - provider: iasc_content label_display: visible + provider: iasc_content visibility: { } diff --git a/config/block.block.servicecoveragecountry.yml b/config/block.block.servicecoveragecountry.yml index 7520c8a8f..1b4325c74 100644 --- a/config/block.block.servicecoveragecountry.yml +++ b/config/block.block.servicecoveragecountry.yml @@ -18,12 +18,12 @@ plugin: 'facet_block:aap_service_coverage_country' settings: id: 'facet_block:aap_service_coverage_country' label: 'Service Coverage Country' - provider: facets label_display: visible + provider: facets block_id: servicecoveragecountry visibility: request_path: id: request_path - pages: "/rg2/service-directory/services\r\n/rg2/service-directory/services/*" negate: false context_mapping: { } + pages: "/rg2/service-directory/services\r\n/rg2/service-directory/services/*" diff --git a/config/block.block.servicecoverageregion.yml b/config/block.block.servicecoverageregion.yml index 47efc8643..443f31241 100644 --- a/config/block.block.servicecoverageregion.yml +++ b/config/block.block.servicecoverageregion.yml @@ -18,12 +18,12 @@ plugin: 'facet_block:aap_service_coverage_region' settings: id: 'facet_block:aap_service_coverage_region' label: 'Service Coverage Region' - provider: facets label_display: visible + provider: facets block_id: servicecoverageregion visibility: request_path: id: request_path - pages: "/rg2/service-directory/services\r\n/rg2/service-directory/services/*" negate: false context_mapping: { } + pages: "/rg2/service-directory/services\r\n/rg2/service-directory/services/*" diff --git a/config/block.block.services.yml b/config/block.block.services.yml index d4a6cef4a..9f1ae0683 100644 --- a/config/block.block.services.yml +++ b/config/block.block.services.yml @@ -18,12 +18,12 @@ plugin: 'facet_block:aap_services' settings: id: 'facet_block:aap_services' label: Services - provider: facets label_display: visible + provider: facets block_id: services visibility: request_path: id: request_path - pages: "/rg2/service-directory/services\r\n/rg2/service-directory/services/*\r\n" negate: false context_mapping: { } + pages: "/rg2/service-directory/services\r\n/rg2/service-directory/services/*\r\n" diff --git a/config/block.block.servicessummary.yml b/config/block.block.servicessummary.yml index ec75ecf88..40c5ef820 100644 --- a/config/block.block.servicessummary.yml +++ b/config/block.block.servicessummary.yml @@ -18,11 +18,11 @@ plugin: 'facets_summary_block:services_summary' settings: id: 'facets_summary_block:services_summary' label: 'Services summary' - provider: facets_summary label_display: visible + provider: facets_summary visibility: request_path: id: request_path - pages: "/rg2/service-directory/services\r\n/rg2/service-directory/services/*" negate: false context_mapping: { } + pages: "/rg2/service-directory/services\r\n/rg2/service-directory/services/*" diff --git a/config/block.block.seven_breadcrumbs.yml b/config/block.block.seven_breadcrumbs.yml index e23ef005b..e045ec038 100644 --- a/config/block.block.seven_breadcrumbs.yml +++ b/config/block.block.seven_breadcrumbs.yml @@ -17,6 +17,6 @@ plugin: system_breadcrumb_block settings: id: system_breadcrumb_block label: Breadcrumbs - provider: system label_display: '0' + provider: system visibility: { } diff --git a/config/block.block.seven_help.yml b/config/block.block.seven_help.yml index cc264dad7..bc852122d 100644 --- a/config/block.block.seven_help.yml +++ b/config/block.block.seven_help.yml @@ -17,6 +17,6 @@ plugin: help_block settings: id: help_block label: Help - provider: help label_display: '0' + provider: help visibility: { } diff --git a/config/block.block.seven_local_actions.yml b/config/block.block.seven_local_actions.yml index e6546e5a8..0ae06d31d 100644 --- a/config/block.block.seven_local_actions.yml +++ b/config/block.block.seven_local_actions.yml @@ -15,6 +15,6 @@ plugin: local_actions_block settings: id: local_actions_block label: 'Primary admin actions' - provider: core label_display: '0' + provider: core visibility: { } diff --git a/config/block.block.seven_messages.yml b/config/block.block.seven_messages.yml index 3a75b33f7..426d126b8 100644 --- a/config/block.block.seven_messages.yml +++ b/config/block.block.seven_messages.yml @@ -17,6 +17,6 @@ plugin: system_messages_block settings: id: system_messages_block label: 'Status messages' - provider: system label_display: '0' + provider: system visibility: { } diff --git a/config/block.block.seven_page_title.yml b/config/block.block.seven_page_title.yml index 55fdeef2a..7f6360833 100644 --- a/config/block.block.seven_page_title.yml +++ b/config/block.block.seven_page_title.yml @@ -15,6 +15,6 @@ plugin: page_title_block settings: id: page_title_block label: 'Page title' - provider: core label_display: '0' + provider: core visibility: { } diff --git a/config/block.block.seven_primary_local_tasks.yml b/config/block.block.seven_primary_local_tasks.yml index fc6a198c9..17ad3eb95 100644 --- a/config/block.block.seven_primary_local_tasks.yml +++ b/config/block.block.seven_primary_local_tasks.yml @@ -15,8 +15,8 @@ plugin: local_tasks_block settings: id: local_tasks_block label: 'Primary tabs' - provider: core label_display: '0' + provider: core primary: true secondary: false visibility: { } diff --git a/config/block.block.seven_secondary_local_tasks.yml b/config/block.block.seven_secondary_local_tasks.yml index 37610dad7..2da8575bc 100644 --- a/config/block.block.seven_secondary_local_tasks.yml +++ b/config/block.block.seven_secondary_local_tasks.yml @@ -15,8 +15,8 @@ plugin: local_tasks_block settings: id: local_tasks_block label: 'Secondary tabs' - provider: core label_display: '0' + provider: core primary: false secondary: true visibility: { } diff --git a/config/block.block.sitebranding.yml b/config/block.block.sitebranding.yml index d1859b1e9..a9c887203 100644 --- a/config/block.block.sitebranding.yml +++ b/config/block.block.sitebranding.yml @@ -15,8 +15,8 @@ plugin: system_branding_block settings: id: system_branding_block label: 'Site branding' - provider: system label_display: '0' + provider: system use_site_logo: true use_site_name: true use_site_slogan: true diff --git a/config/block.block.tabs.yml b/config/block.block.tabs.yml index e1bddafa3..4481b3412 100644 --- a/config/block.block.tabs.yml +++ b/config/block.block.tabs.yml @@ -13,8 +13,8 @@ plugin: local_tasks_block settings: id: local_tasks_block label: Tabs - provider: core label_display: '0' + provider: core primary: true secondary: true visibility: { } diff --git a/config/block.block.usermenu.yml b/config/block.block.usermenu.yml index eb190c18c..d0612e174 100644 --- a/config/block.block.usermenu.yml +++ b/config/block.block.usermenu.yml @@ -17,8 +17,8 @@ plugin: 'system_menu_block:account' settings: id: 'system_menu_block:account' label: 'User menu' - provider: system label_display: '0' + provider: system level: 1 depth: 0 expand_all_items: false diff --git a/config/core.entity_form_display.block_content.basic.default.yml b/config/core.entity_form_display.block_content.basic.default.yml index 87e19aaa6..157964f9d 100644 --- a/config/core.entity_form_display.block_content.basic.default.yml +++ b/config/core.entity_form_display.block_content.basic.default.yml @@ -15,15 +15,15 @@ bundle: basic mode: default content: body: + type: text_textarea_with_summary weight: 26 + region: content settings: rows: 9 summary_rows: 3 placeholder: '' show_summary: false third_party_settings: { } - type: text_textarea_with_summary - region: content info: type: string_textfield weight: -5 diff --git a/config/core.entity_form_display.block_content.block_with_text_and_link.default.yml b/config/core.entity_form_display.block_content.block_with_text_and_link.default.yml index b5ea33d61..3b34de3c2 100644 --- a/config/core.entity_form_display.block_content.block_with_text_and_link.default.yml +++ b/config/core.entity_form_display.block_content.block_with_text_and_link.default.yml @@ -15,29 +15,29 @@ bundle: block_with_text_and_link mode: default content: field_block_title: + type: string_textfield weight: 0 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - type: string_textfield - region: content field_description: + type: string_textarea weight: 3 + region: content settings: rows: 5 placeholder: '' third_party_settings: { } - type: string_textarea - region: content field_link: + type: link_default weight: 4 + region: content settings: placeholder_url: '' placeholder_title: '' third_party_settings: { } - type: link_default - region: content info: type: string_textfield weight: 1 diff --git a/config/core.entity_form_display.file.document.default.yml b/config/core.entity_form_display.file.document.default.yml index afd3c4bc0..c0ada3c55 100644 --- a/config/core.entity_form_display.file.document.default.yml +++ b/config/core.entity_form_display.file.document.default.yml @@ -12,13 +12,13 @@ bundle: document mode: default content: field_file_title: - weight: -4 type: string_textfield + weight: -4 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content langcode: type: language_select weight: 2 diff --git a/config/core.entity_form_display.file.image.default.yml b/config/core.entity_form_display.file.image.default.yml index fb052046c..843cabaa1 100644 --- a/config/core.entity_form_display.file.image.default.yml +++ b/config/core.entity_form_display.file.image.default.yml @@ -13,21 +13,21 @@ bundle: image mode: default content: field_file_image_alt_text: - weight: -4 type: string_textfield + weight: -4 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content field_file_image_title_text: - weight: -3 type: string_textfield + weight: -3 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content langcode: type: language_select weight: 2 diff --git a/config/core.entity_form_display.group.iasc_group.default.yml b/config/core.entity_form_display.group.iasc_group.default.yml index 25543c064..fb09bfbe0 100644 --- a/config/core.entity_form_display.group.iasc_group.default.yml +++ b/config/core.entity_form_display.group.iasc_group.default.yml @@ -3,6 +3,8 @@ langcode: en status: true dependencies: config: + - field.field.group.iasc_group.field_archive_group + - field.field.group.iasc_group.field_archive_message - field.field.group.iasc_group.field_description - field.field.group.iasc_group.field_group_banner - field.field.group.iasc_group.field_parent_space @@ -19,39 +21,71 @@ targetEntityType: group bundle: iasc_group mode: default content: + field_archive_group: + type: boolean_checkbox + weight: 121 + region: content + settings: + display_label: true + third_party_settings: { } + field_archive_message: + type: text_textarea + weight: 122 + region: content + settings: + rows: 5 + placeholder: '' + third_party_settings: + conditional_fields: + f989a8c5-2463-4d0f-b3b6-08f6ff89c54a: + entity_type: group + bundle: iasc_group + dependee: field_archive_group + settings: + state: visible + condition: checked + grouping: AND + values_set: 1 + value: '' + values: { } + value_form: + value: false + effect: show + effect_options: { } + selector: '' field_description: + type: text_textarea weight: 31 + region: content settings: rows: 5 placeholder: '' third_party_settings: { } - type: text_textarea - region: content field_group_banner: type: media_library_widget weight: 34 + region: content settings: media_types: { } third_party_settings: { } - region: content field_parent_space: + type: entity_reference_autocomplete weight: 33 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 third_party_settings: { } - type: entity_reference_autocomplete - region: content field_primary_image: + type: image_image weight: 32 + region: content settings: progress_indicator: throbber preview_image_style: thumbnail third_party_settings: { } - type: image_image - region: content label: type: string_textfield weight: -5 @@ -75,10 +109,10 @@ content: third_party_settings: { } status: type: boolean_checkbox - settings: - display_label: true weight: 120 region: content + settings: + display_label: true third_party_settings: { } hidden: uid: true diff --git a/config/core.entity_form_display.group.iasc_space.default.yml b/config/core.entity_form_display.group.iasc_space.default.yml index 3a097afa4..2d813e55a 100644 --- a/config/core.entity_form_display.group.iasc_space.default.yml +++ b/config/core.entity_form_display.group.iasc_space.default.yml @@ -3,6 +3,8 @@ langcode: en status: true dependencies: config: + - field.field.group.iasc_space.field_archive_group + - field.field.group.iasc_space.field_archive_message - field.field.group.iasc_space.field_banner_image - field.field.group.iasc_space.field_banner_position - field.field.group.iasc_space.field_banner_text @@ -29,17 +31,50 @@ targetEntityType: group bundle: iasc_space mode: default content: + field_archive_group: + type: boolean_checkbox + weight: 12 + region: content + settings: + display_label: true + third_party_settings: { } + field_archive_message: + type: text_textarea + weight: 13 + region: content + settings: + rows: 5 + placeholder: '' + third_party_settings: + conditional_fields: + 3450c1c1-2b34-4c8e-a354-b4824c0f842c: + entity_type: group + bundle: iasc_space + dependee: field_archive_group + settings: + state: visible + condition: checked + grouping: AND + values_set: 1 + value: '' + values: { } + value_form: + value: false + effect: show + effect_options: { } + selector: '' field_banner_text: + type: string_textfield weight: 5 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - type: string_textfield - region: content field_content: type: paragraphs weight: 9 + region: content settings: title: Paragraph title_plural: Paragraphs @@ -51,66 +86,66 @@ content: form_display_mode: default default_paragraph_type: _none features: - duplicate: duplicate - collapse_edit_all: collapse_edit_all add_above: '0' + collapse_edit_all: collapse_edit_all + duplicate: duplicate third_party_settings: { } - region: content field_date_closed: - weight: 10 - settings: { } - third_party_settings: { } type: datetime_default + weight: 11 region: content + settings: { } + third_party_settings: { } field_description: + type: text_textarea weight: 6 + region: content settings: rows: 5 placeholder: '' third_party_settings: { } - type: text_textarea - region: content field_external_link: - weight: 11 + type: link_default + weight: 14 + region: content settings: placeholder_url: '' placeholder_title: '' third_party_settings: { } - type: link_default - region: content field_group_banner: + type: media_library_widget weight: 4 + region: content settings: media_types: { } third_party_settings: { } - type: media_library_widget - region: content field_main_image: type: media_library_widget weight: 8 + region: content settings: media_types: { } third_party_settings: { } - region: content field_responsibilities: + type: text_textarea weight: 7 + region: content settings: rows: 5 placeholder: '' third_party_settings: { } - type: text_textarea - region: content field_short_name: + type: string_textfield weight: 3 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - type: string_textfield - region: content field_sidebar: type: paragraphs - weight: 12 + weight: 10 + region: content settings: title: Paragraph title_plural: Paragraphs @@ -122,11 +157,10 @@ content: form_display_mode: default default_paragraph_type: _none features: - duplicate: duplicate - collapse_edit_all: collapse_edit_all add_above: '0' + collapse_edit_all: collapse_edit_all + duplicate: duplicate third_party_settings: { } - region: content label: type: string_textfield weight: 0 @@ -148,6 +182,13 @@ content: region: content settings: { } third_party_settings: { } + status: + type: boolean_checkbox + weight: 15 + region: content + settings: + display_label: true + third_party_settings: { } hidden: field_banner_image: true field_banner_position: true diff --git a/config/core.entity_form_display.group_content.iasc_group-group_membership.default.yml b/config/core.entity_form_display.group_content.iasc_group-group_membership.default.yml index b35faa5bc..2513485de 100644 --- a/config/core.entity_form_display.group_content.iasc_group-group_membership.default.yml +++ b/config/core.entity_form_display.group_content.iasc_group-group_membership.default.yml @@ -15,19 +15,19 @@ content: entity_id: type: entity_reference_autocomplete weight: 5 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 - region: content third_party_settings: { } group_roles: type: options_buttons weight: 31 + region: content settings: { } third_party_settings: { } - region: content langcode: type: language_select weight: 2 diff --git a/config/core.entity_form_display.group_content.iasc_space-group_membership.default.yml b/config/core.entity_form_display.group_content.iasc_space-group_membership.default.yml index 2460c8a39..d16df46f9 100644 --- a/config/core.entity_form_display.group_content.iasc_space-group_membership.default.yml +++ b/config/core.entity_form_display.group_content.iasc_space-group_membership.default.yml @@ -15,19 +15,19 @@ content: entity_id: type: entity_reference_autocomplete weight: 5 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 - region: content third_party_settings: { } group_roles: type: options_buttons weight: 31 + region: content settings: { } third_party_settings: { } - region: content langcode: type: language_select weight: 2 diff --git a/config/core.entity_form_display.hero.hero.default.yml b/config/core.entity_form_display.hero.hero.default.yml index 19d19513c..0a156e1b6 100644 --- a/config/core.entity_form_display.hero.hero.default.yml +++ b/config/core.entity_form_display.hero.hero.default.yml @@ -20,50 +20,50 @@ bundle: hero mode: default content: field_hero_caption: + type: string_textfield weight: 2 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - type: string_textfield - region: content field_hero_date: + type: datetime_default weight: 5 + region: content settings: { } third_party_settings: { } - type: datetime_default - region: content field_hero_description: + type: string_textarea weight: 4 + region: content settings: rows: 5 placeholder: '' third_party_settings: { } - type: string_textarea - region: content field_hero_heading: + type: string_textfield weight: 3 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - type: string_textfield - region: content field_hero_image: type: media_library_widget weight: 1 + region: content settings: media_types: { } third_party_settings: { } - region: content field_hero_link: + type: link_default weight: 6 + region: content settings: placeholder_url: '' placeholder_title: '' third_party_settings: { } - type: link_default - region: content name: type: string_textfield weight: 0 diff --git a/config/core.entity_form_display.media.audio.default.yml b/config/core.entity_form_display.media.audio.default.yml index 7d1540c3f..eb63b2fa3 100644 --- a/config/core.entity_form_display.media.audio.default.yml +++ b/config/core.entity_form_display.media.audio.default.yml @@ -22,12 +22,12 @@ content: settings: { } third_party_settings: { } field_media_audio_file: + type: file_generic weight: 0 + region: content settings: progress_indicator: throbber third_party_settings: { } - type: file_generic - region: content langcode: type: language_select weight: 2 @@ -43,20 +43,21 @@ content: third_party_settings: { } status: type: boolean_checkbox - settings: - display_label: true weight: 100 region: content + settings: + display_label: true third_party_settings: { } uid: type: entity_reference_autocomplete weight: 5 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 - region: content third_party_settings: { } hidden: name: true + replace_file: true diff --git a/config/core.entity_form_display.media.file.default.yml b/config/core.entity_form_display.media.file.default.yml index e189d7cbb..b4d81842b 100644 --- a/config/core.entity_form_display.media.file.default.yml +++ b/config/core.entity_form_display.media.file.default.yml @@ -22,12 +22,12 @@ content: settings: { } third_party_settings: { } field_media_file: - settings: - progress_indicator: throbber - third_party_settings: { } type: file_generic weight: 0 region: content + settings: + progress_indicator: throbber + third_party_settings: { } langcode: type: language_select weight: 2 @@ -48,20 +48,20 @@ content: third_party_settings: { } status: type: boolean_checkbox - settings: - display_label: true weight: 6 region: content + settings: + display_label: true third_party_settings: { } uid: type: entity_reference_autocomplete weight: 3 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 - region: content third_party_settings: { } hidden: name: true diff --git a/config/core.entity_form_display.media.image.default.yml b/config/core.entity_form_display.media.image.default.yml index 9484b8b4d..463f84350 100644 --- a/config/core.entity_form_display.media.image.default.yml +++ b/config/core.entity_form_display.media.image.default.yml @@ -23,13 +23,13 @@ content: settings: { } third_party_settings: { } field_media_image: + type: image_image + weight: 0 + region: content settings: progress_indicator: throbber preview_image_style: thumbnail third_party_settings: { } - type: image_image - weight: 0 - region: content langcode: type: language_select weight: 2 @@ -50,20 +50,20 @@ content: third_party_settings: { } status: type: boolean_checkbox - settings: - display_label: true weight: 6 region: content + settings: + display_label: true third_party_settings: { } uid: type: entity_reference_autocomplete weight: 3 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 - region: content third_party_settings: { } hidden: name: true diff --git a/config/core.entity_form_display.media.remote_video.default.yml b/config/core.entity_form_display.media.remote_video.default.yml index 949dd8abb..66660ab46 100644 --- a/config/core.entity_form_display.media.remote_video.default.yml +++ b/config/core.entity_form_display.media.remote_video.default.yml @@ -24,11 +24,11 @@ content: field_media_oembed_video: type: oembed_textfield weight: 0 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content langcode: type: language_select weight: 2 @@ -44,20 +44,20 @@ content: third_party_settings: { } status: type: boolean_checkbox - settings: - display_label: true weight: 100 region: content + settings: + display_label: true third_party_settings: { } uid: type: entity_reference_autocomplete weight: 5 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 - region: content third_party_settings: { } hidden: name: true diff --git a/config/core.entity_form_display.media.video.default.yml b/config/core.entity_form_display.media.video.default.yml index b7c5441cd..ec9e3abb1 100644 --- a/config/core.entity_form_display.media.video.default.yml +++ b/config/core.entity_form_display.media.video.default.yml @@ -22,12 +22,12 @@ content: settings: { } third_party_settings: { } field_media_video_file: + type: file_generic weight: 0 + region: content settings: progress_indicator: throbber third_party_settings: { } - type: file_generic - region: content langcode: type: language_select weight: 2 @@ -43,20 +43,21 @@ content: third_party_settings: { } status: type: boolean_checkbox - settings: - display_label: true weight: 100 region: content + settings: + display_label: true third_party_settings: { } uid: type: entity_reference_autocomplete weight: 5 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 - region: content third_party_settings: { } hidden: name: true + replace_file: true diff --git a/config/core.entity_form_display.node.action_point.default.yml b/config/core.entity_form_display.node.action_point.default.yml index 934ae662f..faaf8e921 100644 --- a/config/core.entity_form_display.node.action_point.default.yml +++ b/config/core.entity_form_display.node.action_point.default.yml @@ -28,13 +28,13 @@ content: body: type: text_textarea_with_summary weight: 121 + region: content settings: rows: 9 summary_rows: 3 placeholder: '' show_summary: false third_party_settings: { } - region: content created: type: datetime_timestamp weight: 10 @@ -42,73 +42,73 @@ content: settings: { } third_party_settings: { } field_ap_date: - weight: 1 type: datetime_default + weight: 1 + region: content settings: { } third_party_settings: { } - region: content field_ap_progress_overview: - weight: 8 type: text_textarea + weight: 8 + region: content settings: rows: 5 placeholder: '' third_party_settings: { } - region: content field_ap_responsibility: - weight: 4 type: select2_entity_reference + weight: 4 + region: content settings: width: 100% - match_operator: CONTAINS autocomplete: false + match_operator: CONTAINS third_party_settings: { } - region: content field_ap_status: - weight: 6 type: options_select + weight: 6 + region: content settings: { } third_party_settings: { } - region: content field_ap_topic: - weight: 2 type: string_textfield + weight: 2 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content field_contact: - weight: 7 type: entity_reference_autocomplete + weight: 7 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 third_party_settings: { } - region: content field_date: - weight: 5 type: datetime_default + weight: 5 + region: content settings: { } third_party_settings: { } - region: content field_iasc_audience: + type: select2_entity_reference weight: 122 + region: content settings: - match_operator: CONTAINS - autocomplete: false width: 100% + autocomplete: false + match_operator: CONTAINS third_party_settings: { } - type: select2_entity_reference - region: content group_content_access: - weight: 13 type: options_select + weight: 13 + region: content settings: { } third_party_settings: { } - region: content langcode: type: language_select weight: 2 @@ -124,24 +124,24 @@ content: third_party_settings: { } promote: type: boolean_checkbox - settings: - display_label: true weight: 15 region: content + settings: + display_label: true third_party_settings: { } status: type: boolean_checkbox - settings: - display_label: true weight: 120 region: content + settings: + display_label: true third_party_settings: { } sticky: type: boolean_checkbox - settings: - display_label: true weight: 16 region: content + settings: + display_label: true third_party_settings: { } title: type: string_textfield @@ -154,17 +154,17 @@ content: uid: type: entity_reference_autocomplete weight: 5 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 - region: content third_party_settings: { } url_redirects: weight: 50 + region: content settings: { } third_party_settings: { } - region: content hidden: og_group_ref: true diff --git a/config/core.entity_form_display.node.announcement.default.yml b/config/core.entity_form_display.node.announcement.default.yml index 03a9b970e..0441a9103 100644 --- a/config/core.entity_form_display.node.announcement.default.yml +++ b/config/core.entity_form_display.node.announcement.default.yml @@ -32,13 +32,13 @@ content: body: type: text_textarea_with_summary weight: 16 + region: content settings: rows: 9 summary_rows: 3 placeholder: '' show_summary: false third_party_settings: { } - region: content created: type: datetime_timestamp weight: 10 @@ -46,49 +46,49 @@ content: settings: { } third_party_settings: { } field_contact: - weight: 7 type: entity_reference_autocomplete + weight: 7 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 third_party_settings: { } - region: content field_iasc_audience: + type: select2_entity_reference weight: 17 + region: content settings: width: 100% autocomplete: true match_operator: CONTAINS match_limit: 10 third_party_settings: { } - type: select2_entity_reference - region: content field_links: - weight: 4 type: link_default + weight: 4 + region: content settings: placeholder_url: '' placeholder_title: '' third_party_settings: { } - region: content field_published_date: - weight: 2 type: datetime_default + weight: 2 + region: content settings: { } third_party_settings: { } - region: content field_referenced_docs: - weight: 6 type: select2_entity_reference + weight: 6 + region: content settings: width: 100% autocomplete: true match_operator: CONTAINS match_limit: 10 third_party_settings: { } - region: content field_section: type: options_select weight: 8 @@ -104,10 +104,10 @@ content: field_thumbnail: type: media_library_widget weight: 3 + region: content settings: media_types: { } third_party_settings: { } - region: content langcode: type: language_select weight: 1 @@ -123,24 +123,24 @@ content: third_party_settings: { } promote: type: boolean_checkbox - settings: - display_label: true weight: 11 region: content + settings: + display_label: true third_party_settings: { } status: type: boolean_checkbox - settings: - display_label: true weight: 15 region: content + settings: + display_label: true third_party_settings: { } sticky: type: boolean_checkbox - settings: - display_label: true weight: 12 region: content + settings: + display_label: true third_party_settings: { } title: type: string_textfield @@ -153,12 +153,12 @@ content: uid: type: entity_reference_autocomplete weight: 5 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 - region: content third_party_settings: { } url_redirects: weight: 14 diff --git a/config/core.entity_form_display.node.contact.default.yml b/config/core.entity_form_display.node.contact.default.yml index 25f70c56f..cd243efc0 100644 --- a/config/core.entity_form_display.node.contact.default.yml +++ b/config/core.entity_form_display.node.contact.default.yml @@ -38,13 +38,13 @@ content: body: type: text_textarea_with_summary weight: 24 + region: content settings: rows: 9 summary_rows: 3 placeholder: '' show_summary: false third_party_settings: { } - region: content created: type: datetime_timestamp weight: 11 @@ -52,67 +52,67 @@ content: settings: { } third_party_settings: { } field_address: - weight: 16 type: address_default + weight: 16 + region: content settings: { } third_party_settings: { } - region: content field_branch: - weight: 19 type: string_textfield + weight: 19 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content field_department: - weight: 18 type: string_textfield + weight: 18 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content field_email: - weight: 12 type: string_textfield + weight: 12 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content field_fax: - weight: 10 type: string_textfield + weight: 10 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content field_first_name: - weight: 4 type: string_textfield + weight: 4 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content field_homepage: - weight: 20 type: link_default + weight: 20 + region: content settings: placeholder_url: '' placeholder_title: '' third_party_settings: { } - region: content field_last_name: - weight: 5 type: string_textfield + weight: 5 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content field_media_photo: type: media_library_widget weight: 2 @@ -121,8 +121,9 @@ content: media_types: { } third_party_settings: { } field_membership: - weight: 7 type: entity_reference_paragraphs + weight: 7 + region: content settings: title: Paragraph title_plural: Paragraphs @@ -131,46 +132,45 @@ content: form_display_mode: default default_paragraph_type: '' third_party_settings: { } - region: content field_mobile: - weight: 9 type: string_textfield + weight: 9 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content field_organisation: - weight: 15 type: select2_entity_reference + weight: 15 + region: content settings: - match_operator: CONTAINS - autocomplete: false width: 100% + autocomplete: false + match_operator: CONTAINS third_party_settings: { } - region: content field_phone: - weight: 8 type: string_textfield + weight: 8 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content field_position: - weight: 17 type: string_textfield + weight: 17 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content field_title: - weight: 3 type: options_select + weight: 3 + region: content settings: { } third_party_settings: { } - region: content langcode: type: language_select weight: 1 @@ -186,24 +186,24 @@ content: third_party_settings: { } promote: type: boolean_checkbox - settings: - display_label: true weight: 13 region: content + settings: + display_label: true third_party_settings: { } status: type: boolean_checkbox - settings: - display_label: true weight: 23 region: content + settings: + display_label: true third_party_settings: { } sticky: type: boolean_checkbox - settings: - display_label: true weight: 14 region: content + settings: + display_label: true third_party_settings: { } title: type: string_textfield @@ -216,12 +216,12 @@ content: uid: type: entity_reference_autocomplete weight: 6 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 - region: content third_party_settings: { } url_redirects: weight: 22 diff --git a/config/core.entity_form_display.node.oa_event.default.yml b/config/core.entity_form_display.node.oa_event.default.yml index e1053617b..f365bfbe0 100644 --- a/config/core.entity_form_display.node.oa_event.default.yml +++ b/config/core.entity_form_display.node.oa_event.default.yml @@ -41,13 +41,13 @@ content: body: type: text_textarea_with_summary weight: 10 + region: content settings: rows: 9 summary_rows: 3 placeholder: '' show_summary: false third_party_settings: { } - region: content created: type: datetime_timestamp weight: 18 @@ -55,8 +55,9 @@ content: settings: { } third_party_settings: { } field_additional_locations: - weight: 9 type: paragraphs + weight: 9 + region: content settings: title: Paragraph title_plural: Paragraphs @@ -68,14 +69,14 @@ content: form_display_mode: default default_paragraph_type: additional_locations features: - duplicate: duplicate - collapse_edit_all: collapse_edit_all add_above: '0' + collapse_edit_all: collapse_edit_all + duplicate: duplicate third_party_settings: { } - region: content field_agenda_items: - weight: 14 type: paragraphs + weight: 14 + region: content settings: title: Paragraph title_plural: Paragraphs @@ -87,93 +88,92 @@ content: form_display_mode: default default_paragraph_type: agenda_items features: - duplicate: duplicate - collapse_edit_all: collapse_edit_all add_above: '0' + collapse_edit_all: collapse_edit_all + duplicate: duplicate third_party_settings: { } - region: content field_city: - weight: 6 type: string_textfield + weight: 6 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content field_contact: - weight: 11 type: select2_entity_reference + weight: 11 + region: content settings: width: 100% autocomplete: true match_operator: CONTAINS third_party_settings: { } - region: content field_dial_in_meeting: - weight: 16 type: boolean_checkbox + weight: 16 + region: content settings: display_label: true third_party_settings: { } - region: content field_host: - weight: 12 type: select2_entity_reference + weight: 12 + region: content settings: + width: 100% autocomplete: false match_operator: CONTAINS - width: 100% third_party_settings: { } - region: content field_iasc_audience: + type: select2_entity_reference weight: 24 + region: content settings: width: 100% autocomplete: true match_operator: CONTAINS third_party_settings: { } - type: select2_entity_reference - region: content field_info_private: - weight: 17 type: text_textarea + weight: 17 + region: content settings: rows: 5 placeholder: '' third_party_settings: { } - region: content field_meeting_agendas: - weight: 13 type: select2_entity_reference + weight: 13 + region: content settings: width: 100% autocomplete: true match_operator: CONTAINS third_party_settings: { } - region: content field_meeting_notes: - weight: 15 type: select2_entity_reference + weight: 15 + region: content settings: width: 100% autocomplete: true match_operator: CONTAINS third_party_settings: { } - region: content field_oa_date: + type: iasc_date_recur_modular_alpha weight: 5 + region: content settings: { } third_party_settings: { } - type: iasc_date_recur_modular_alpha - region: content field_room: - weight: 8 type: string_textfield + weight: 8 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content field_section: type: options_select weight: 2 @@ -187,20 +187,20 @@ content: settings: { } third_party_settings: { } field_thumbnail: + type: media_library_widget weight: 1 + region: content settings: media_types: { } third_party_settings: { } - type: media_library_widget - region: content field_venue: - weight: 7 type: string_textfield + weight: 7 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content langcode: type: language_select weight: 4 @@ -216,24 +216,24 @@ content: third_party_settings: { } promote: type: boolean_checkbox - settings: - display_label: true weight: 19 region: content + settings: + display_label: true third_party_settings: { } status: type: boolean_checkbox - settings: - display_label: true weight: 23 region: content + settings: + display_label: true third_party_settings: { } sticky: type: boolean_checkbox - settings: - display_label: true weight: 21 region: content + settings: + display_label: true third_party_settings: { } title: type: string_textfield @@ -246,12 +246,12 @@ content: uid: type: entity_reference_autocomplete weight: 20 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 - region: content third_party_settings: { } url_redirects: weight: 25 diff --git a/config/core.entity_form_display.node.oa_section.default.yml b/config/core.entity_form_display.node.oa_section.default.yml index 175ecc464..a6a376bed 100644 --- a/config/core.entity_form_display.node.oa_section.default.yml +++ b/config/core.entity_form_display.node.oa_section.default.yml @@ -27,13 +27,13 @@ content: body: type: text_textarea_with_summary weight: 14 + region: content settings: rows: 9 summary_rows: 3 placeholder: '' show_summary: false third_party_settings: { } - region: content created: type: datetime_timestamp weight: 7 @@ -41,7 +41,9 @@ content: settings: { } third_party_settings: { } field_content: + type: paragraphs weight: 15 + region: content settings: title: Paragraph title_plural: Paragraphs @@ -53,48 +55,46 @@ content: form_display_mode: default default_paragraph_type: _none features: - duplicate: duplicate - collapse_edit_all: collapse_edit_all add_above: '0' + collapse_edit_all: collapse_edit_all + duplicate: duplicate third_party_settings: { } - type: paragraphs - region: content field_iasc_audience: + type: entity_reference_autocomplete weight: 16 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 third_party_settings: { } - type: entity_reference_autocomplete - region: content field_oa_node_types: - weight: 6 type: options_buttons + weight: 6 + region: content settings: { } third_party_settings: { } - region: content field_oa_section: - weight: 3 type: options_select + weight: 3 + region: content settings: { } third_party_settings: { } - region: content field_oa_section_override: - weight: 5 type: boolean_checkbox + weight: 5 + region: content settings: display_label: true third_party_settings: { } - region: content field_oa_section_weight: - weight: 2 type: number + weight: 2 + region: content settings: placeholder: '' third_party_settings: { } - region: content langcode: type: language_select weight: 1 @@ -110,24 +110,24 @@ content: third_party_settings: { } promote: type: boolean_checkbox - settings: - display_label: true weight: 8 region: content + settings: + display_label: true third_party_settings: { } status: type: boolean_checkbox - settings: - display_label: true weight: 13 region: content + settings: + display_label: true third_party_settings: { } sticky: type: boolean_checkbox - settings: - display_label: true weight: 9 region: content + settings: + display_label: true third_party_settings: { } title: type: string_textfield @@ -140,12 +140,12 @@ content: uid: type: entity_reference_autocomplete weight: 4 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 - region: content third_party_settings: { } url_redirects: weight: 12 diff --git a/config/core.entity_form_display.node.oa_wiki_page.default.yml b/config/core.entity_form_display.node.oa_wiki_page.default.yml index 84ff65af9..e9d437496 100644 --- a/config/core.entity_form_display.node.oa_wiki_page.default.yml +++ b/config/core.entity_form_display.node.oa_wiki_page.default.yml @@ -36,13 +36,13 @@ content: body: type: text_textarea_with_summary weight: 17 + region: content settings: rows: 9 summary_rows: 3 placeholder: '' show_summary: false third_party_settings: { } - region: content created: type: datetime_timestamp weight: 11 @@ -50,54 +50,54 @@ content: settings: { } third_party_settings: { } field_category: - weight: 3 type: options_select + weight: 3 + region: content settings: { } third_party_settings: { } - region: content field_document_no: - weight: 9 type: string_textfield + weight: 9 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content field_document_type: - weight: 2 type: options_select + weight: 2 + region: content settings: { } third_party_settings: { } - region: content field_iasc_audience: + type: select2_entity_reference weight: 18 + region: content settings: width: 100% autocomplete: true match_operator: CONTAINS third_party_settings: { } - type: select2_entity_reference - region: content field_media_files: type: media_library_widget weight: 19 + region: content settings: media_types: { } third_party_settings: { } - region: content field_oa_wiki_page_no_redirect: - weight: 6 type: boolean_checkbox + weight: 6 + region: content settings: display_label: true third_party_settings: { } - region: content field_published_date: - weight: 7 type: datetime_default + weight: 7 + region: content settings: { } third_party_settings: { } - region: content field_section: type: options_select weight: 4 @@ -111,12 +111,12 @@ content: settings: { } third_party_settings: { } field_thumbnail: + type: media_library_widget weight: 10 + region: content settings: media_types: { } third_party_settings: { } - type: media_library_widget - region: content langcode: type: language_select weight: 1 @@ -132,24 +132,24 @@ content: third_party_settings: { } promote: type: boolean_checkbox - settings: - display_label: true weight: 12 region: content + settings: + display_label: true third_party_settings: { } status: type: boolean_checkbox - settings: - display_label: true weight: 16 region: content + settings: + display_label: true third_party_settings: { } sticky: type: boolean_checkbox - settings: - display_label: true weight: 13 region: content + settings: + display_label: true third_party_settings: { } title: type: string_textfield @@ -162,12 +162,12 @@ content: uid: type: entity_reference_autocomplete weight: 8 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 - region: content third_party_settings: { } url_redirects: weight: 15 diff --git a/config/core.entity_form_display.node.oa_worktracker_task.default.yml b/config/core.entity_form_display.node.oa_worktracker_task.default.yml index e655a94f0..bebc13ee0 100644 --- a/config/core.entity_form_display.node.oa_worktracker_task.default.yml +++ b/config/core.entity_form_display.node.oa_worktracker_task.default.yml @@ -38,13 +38,13 @@ content: body: type: text_textarea_with_summary weight: 24 + region: content settings: rows: 9 summary_rows: 3 placeholder: '' show_summary: false third_party_settings: { } - region: content created: type: datetime_timestamp weight: 11 @@ -52,84 +52,84 @@ content: settings: { } third_party_settings: { } field_addressee: - weight: 16 type: string_textarea + weight: 16 + region: content settings: rows: 2 placeholder: '' third_party_settings: { } - region: content field_date: - weight: 10 type: datetime_default + weight: 10 + region: content settings: { } third_party_settings: { } - region: content field_description_implementation: - weight: 19 type: string_textfield + weight: 19 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content field_evaluation_title: - weight: 8 type: string_textfield + weight: 8 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content field_iasc_audience: + type: entity_reference_autocomplete weight: 25 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 third_party_settings: { } - type: entity_reference_autocomplete - region: content field_oa_media: - weight: 2 type: file_generic + weight: 2 + region: content settings: progress_indicator: throbber third_party_settings: { } - region: content field_oa_worktracker_assigned_to: - weight: 6 type: options_select + weight: 6 + region: content settings: { } third_party_settings: { } - region: content field_oa_worktracker_priority: - weight: 9 type: options_select + weight: 9 + region: content settings: { } third_party_settings: { } - region: content field_oa_worktracker_task_status: - weight: 7 type: options_select + weight: 7 + region: content settings: { } third_party_settings: { } - region: content field_oa_worktracker_task_type: - weight: 12 type: options_select + weight: 12 + region: content settings: { } third_party_settings: { } - region: content field_recomendation: - weight: 13 type: string_textfield + weight: 13 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content field_section: type: options_select weight: 4 @@ -143,29 +143,29 @@ content: settings: { } third_party_settings: { } field_summary_of_recommendat: - weight: 18 type: string_textarea + weight: 18 + region: content settings: rows: 5 placeholder: '' third_party_settings: { } - region: content field_timeframe: - weight: 15 type: options_select + weight: 15 + region: content settings: { } third_party_settings: { } - region: content field_worktracker_country: - weight: 14 type: entity_reference_autocomplete + weight: 14 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 third_party_settings: { } - region: content langcode: type: language_select weight: 1 @@ -181,24 +181,24 @@ content: third_party_settings: { } promote: type: boolean_checkbox - settings: - display_label: true weight: 17 region: content + settings: + display_label: true third_party_settings: { } status: type: boolean_checkbox - settings: - display_label: true weight: 23 region: content + settings: + display_label: true third_party_settings: { } sticky: type: boolean_checkbox - settings: - display_label: true weight: 20 region: content + settings: + display_label: true third_party_settings: { } title: type: string_textfield @@ -211,12 +211,12 @@ content: uid: type: entity_reference_autocomplete weight: 3 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 - region: content third_party_settings: { } url_redirects: weight: 22 diff --git a/config/core.entity_form_display.node.panopoly_landing_page.default.yml b/config/core.entity_form_display.node.panopoly_landing_page.default.yml index 67a17bb70..9821f3b50 100644 --- a/config/core.entity_form_display.node.panopoly_landing_page.default.yml +++ b/config/core.entity_form_display.node.panopoly_landing_page.default.yml @@ -19,15 +19,15 @@ bundle: panopoly_landing_page mode: default content: body: + type: text_textarea_with_summary weight: 2 + region: content settings: rows: 9 summary_rows: 3 placeholder: '' show_summary: false third_party_settings: { } - type: text_textarea_with_summary - region: content created: type: datetime_timestamp weight: 8 @@ -37,6 +37,7 @@ content: field_content: type: paragraphs weight: 3 + region: content settings: title: Paragraph title_plural: Paragraphs @@ -48,14 +49,14 @@ content: form_display_mode: default default_paragraph_type: _none features: - duplicate: duplicate - collapse_edit_all: collapse_edit_all add_above: '0' + collapse_edit_all: collapse_edit_all + duplicate: duplicate third_party_settings: { } - region: content field_footer: type: paragraphs weight: 5 + region: content settings: title: Paragraph title_plural: Paragraphs @@ -67,14 +68,14 @@ content: form_display_mode: default default_paragraph_type: _none features: - duplicate: duplicate - collapse_edit_all: collapse_edit_all add_above: '0' + collapse_edit_all: collapse_edit_all + duplicate: duplicate third_party_settings: { } - region: content field_header: type: paragraphs weight: 1 + region: content settings: title: Paragraph title_plural: Paragraphs @@ -86,14 +87,14 @@ content: form_display_mode: default default_paragraph_type: _none features: - duplicate: duplicate - collapse_edit_all: collapse_edit_all add_above: '0' + collapse_edit_all: collapse_edit_all + duplicate: duplicate third_party_settings: { } - region: content field_sidebar: type: paragraphs weight: 4 + region: content settings: title: Paragraph title_plural: Paragraphs @@ -105,11 +106,10 @@ content: form_display_mode: default default_paragraph_type: _none features: - duplicate: duplicate - collapse_edit_all: collapse_edit_all add_above: '0' + collapse_edit_all: collapse_edit_all + duplicate: duplicate third_party_settings: { } - region: content langcode: type: language_select weight: 6 @@ -125,24 +125,24 @@ content: third_party_settings: { } promote: type: boolean_checkbox - settings: - display_label: true weight: 9 region: content + settings: + display_label: true third_party_settings: { } status: type: boolean_checkbox - settings: - display_label: true weight: 13 region: content + settings: + display_label: true third_party_settings: { } sticky: type: boolean_checkbox - settings: - display_label: true weight: 10 region: content + settings: + display_label: true third_party_settings: { } title: type: string_textfield @@ -155,12 +155,12 @@ content: uid: type: entity_reference_autocomplete weight: 7 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 - region: content third_party_settings: { } url_redirects: weight: 12 diff --git a/config/core.entity_form_display.node.panopoly_page.default.yml b/config/core.entity_form_display.node.panopoly_page.default.yml index b6bac27ee..269b10e68 100644 --- a/config/core.entity_form_display.node.panopoly_page.default.yml +++ b/config/core.entity_form_display.node.panopoly_page.default.yml @@ -29,13 +29,13 @@ content: body: type: text_textarea_with_summary weight: 4 + region: content settings: rows: 9 summary_rows: 3 placeholder: '' show_summary: false third_party_settings: { } - region: content created: type: datetime_timestamp weight: 10 @@ -45,12 +45,14 @@ content: field_banner_image: type: media_library_widget weight: 1 + region: content settings: media_types: { } third_party_settings: { } - region: content field_content: + type: paragraphs weight: 5 + region: content settings: title: Paragraph title_plural: Paragraphs @@ -66,28 +68,28 @@ content: collapse_edit_all: collapse_edit_all duplicate: duplicate third_party_settings: { } - type: paragraphs - region: content field_featured_categories: - weight: 8 type: select2_entity_reference + weight: 8 + region: content settings: width: 100% autocomplete: true match_operator: CONTAINS match_limit: 10 third_party_settings: { } - region: content field_oa_banner_text: + type: string_textfield weight: 2 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - type: string_textfield - region: content field_sidebar: + type: paragraphs weight: 6 + region: content settings: title: Paragraph title_plural: Paragraphs @@ -103,15 +105,13 @@ content: collapse_edit_all: collapse_edit_all duplicate: duplicate third_party_settings: { } - type: paragraphs - region: content field_thumbnail: + type: media_library_widget weight: 3 + region: content settings: media_types: { } third_party_settings: { } - type: media_library_widget - region: content langcode: type: language_select weight: 7 @@ -127,24 +127,24 @@ content: third_party_settings: { } promote: type: boolean_checkbox - settings: - display_label: true weight: 11 region: content + settings: + display_label: true third_party_settings: { } status: type: boolean_checkbox - settings: - display_label: true weight: 15 region: content + settings: + display_label: true third_party_settings: { } sticky: type: boolean_checkbox - settings: - display_label: true weight: 12 region: content + settings: + display_label: true third_party_settings: { } title: type: string_textfield @@ -157,12 +157,12 @@ content: uid: type: entity_reference_autocomplete weight: 9 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 - region: content third_party_settings: { } url_redirects: weight: 14 diff --git a/config/core.entity_form_display.node.service.default.yml b/config/core.entity_form_display.node.service.default.yml index dd6acfa1f..623ddd4a2 100644 --- a/config/core.entity_form_display.node.service.default.yml +++ b/config/core.entity_form_display.node.service.default.yml @@ -41,144 +41,144 @@ content: settings: { } third_party_settings: { } field_agency_initiative_or_group: + type: select_or_other_reference weight: 122 + region: content settings: select_element_type: select_or_other_select sort_options: '' third_party_settings: { } - type: select_or_other_reference - region: content field_complaints_and_feedback: + type: select_a11y weight: 128 + region: content settings: width: 100% third_party_settings: { } - type: select_a11y - region: content field_description: + type: string_textarea weight: 132 + region: content settings: rows: 5 placeholder: '' third_party_settings: { } - type: string_textarea - region: content field_examples_and_case_studies: + type: text_textarea weight: 134 + region: content settings: rows: 5 placeholder: '' third_party_settings: { } - type: text_textarea - region: content field_global_focal_point: + type: select2_entity_reference weight: 127 + region: content settings: + width: 100% + autocomplete: false match_operator: CONTAINS match_limit: 10 - autocomplete: false - width: 100% third_party_settings: { } - type: select2_entity_reference - region: content field_inter_agency_cfm_resources: + type: text_textarea weight: 135 + region: content settings: rows: 5 placeholder: '' third_party_settings: { } - type: text_textarea - region: content field_interest: + type: entity_reference_autocomplete weight: 129 + region: content settings: match_operator: CONTAINS match_limit: 10 size: 60 placeholder: '' third_party_settings: { } - type: entity_reference_autocomplete - region: content field_kind_of_data: + type: entity_reference_autocomplete weight: 131 + region: content settings: match_operator: CONTAINS match_limit: 10 size: 60 placeholder: '' third_party_settings: { } - type: entity_reference_autocomplete - region: content field_links_to_relevant_docs: + type: link_default weight: 133 + region: content settings: placeholder_url: '' placeholder_title: '' third_party_settings: { } - type: link_default - region: content field_relevant_hpc_stage: + type: entity_reference_autocomplete weight: 136 + region: content settings: match_operator: CONTAINS match_limit: 10 size: 60 placeholder: '' third_party_settings: { } - type: entity_reference_autocomplete - region: content field_service_coverage_country: + type: options_buttons weight: 138 + region: content settings: { } third_party_settings: { } - type: options_buttons - region: content field_service_coverage_region: + type: options_buttons weight: 137 + region: content settings: { } third_party_settings: { } - type: options_buttons - region: content field_service_description: + type: string_textarea weight: 125 + region: content settings: rows: 5 placeholder: '' third_party_settings: { } - type: string_textarea - region: content field_services: + type: select_or_other_reference weight: 124 + region: content settings: select_element_type: select_or_other_buttons sort_options: '' third_party_settings: { } - type: select_or_other_reference - region: content field_share_data: + type: entity_reference_autocomplete weight: 130 + region: content settings: match_operator: CONTAINS match_limit: 10 size: 60 placeholder: '' third_party_settings: { } - type: entity_reference_autocomplete - region: content field_type_of_entity: + type: select_or_other_reference weight: 123 + region: content settings: select_element_type: select_or_other_select sort_options: '' third_party_settings: { } - type: select_or_other_reference - region: content field_updated: + type: datetime_default weight: 121 + region: content settings: { } third_party_settings: { } - type: datetime_default - region: content langcode: type: language_select weight: 2 @@ -194,24 +194,24 @@ content: third_party_settings: { } promote: type: boolean_checkbox - settings: - display_label: true weight: 15 region: content + settings: + display_label: true third_party_settings: { } status: type: boolean_checkbox - settings: - display_label: true weight: 120 region: content + settings: + display_label: true third_party_settings: { } sticky: type: boolean_checkbox - settings: - display_label: true weight: 16 region: content + settings: + display_label: true third_party_settings: { } title: type: string_textfield @@ -224,12 +224,12 @@ content: uid: type: entity_reference_autocomplete weight: 5 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 - region: content third_party_settings: { } url_redirects: weight: 50 diff --git a/config/core.entity_form_display.paragraph.additional_locations.default.yml b/config/core.entity_form_display.paragraph.additional_locations.default.yml index 0cc3aa24c..9ebe69a6b 100644 --- a/config/core.entity_form_display.paragraph.additional_locations.default.yml +++ b/config/core.entity_form_display.paragraph.additional_locations.default.yml @@ -11,13 +11,13 @@ bundle: additional_locations mode: default content: field_additional_city: - weight: 1 type: string_textfield + weight: 1 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content hidden: created: true status: true diff --git a/config/core.entity_form_display.paragraph.agenda_items.default.yml b/config/core.entity_form_display.paragraph.agenda_items.default.yml index 6c16cab5d..511e9a423 100644 --- a/config/core.entity_form_display.paragraph.agenda_items.default.yml +++ b/config/core.entity_form_display.paragraph.agenda_items.default.yml @@ -17,49 +17,49 @@ bundle: agenda_items mode: default content: field_ai_description: - weight: 1 type: text_textarea + weight: 1 + region: content settings: rows: 5 placeholder: '' third_party_settings: { } - region: content field_ai_title: - weight: 0 type: string_textfield + weight: 0 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content field_contact: - weight: 3 type: entity_reference_autocomplete + weight: 3 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 third_party_settings: { } - region: content field_presenter_external: - weight: 4 type: string_textfield + weight: 4 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content field_referenced_docs: - weight: 5 type: entity_reference_autocomplete + weight: 5 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 third_party_settings: { } - region: content hidden: created: true status: true diff --git a/config/core.entity_form_display.paragraph.contact_list.default.yml b/config/core.entity_form_display.paragraph.contact_list.default.yml index 15260f3b5..e3b3b64f8 100644 --- a/config/core.entity_form_display.paragraph.contact_list.default.yml +++ b/config/core.entity_form_display.paragraph.contact_list.default.yml @@ -12,23 +12,23 @@ bundle: contact_list mode: default content: field_contacts: + type: entity_reference_autocomplete weight: 1 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 third_party_settings: { } - type: entity_reference_autocomplete - region: content field_list_title: + type: string_textfield weight: 0 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - type: string_textfield - region: content hidden: created: true status: true diff --git a/config/core.entity_form_display.paragraph.content_item.default.yml b/config/core.entity_form_display.paragraph.content_item.default.yml index ea0bd6039..709aad0c6 100644 --- a/config/core.entity_form_display.paragraph.content_item.default.yml +++ b/config/core.entity_form_display.paragraph.content_item.default.yml @@ -12,23 +12,23 @@ bundle: content_item mode: default content: field_para_title: + type: string_textfield weight: 0 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - type: string_textfield - region: content field_piece_of_content: + type: entity_reference_autocomplete weight: 1 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 third_party_settings: { } - type: entity_reference_autocomplete - region: content hidden: created: true status: true diff --git a/config/core.entity_form_display.paragraph.custom_block.default.yml b/config/core.entity_form_display.paragraph.custom_block.default.yml index 3081846b8..6ac3b19a7 100644 --- a/config/core.entity_form_display.paragraph.custom_block.default.yml +++ b/config/core.entity_form_display.paragraph.custom_block.default.yml @@ -13,11 +13,11 @@ bundle: custom_block mode: default content: field_custom_block: + type: dynamic_entity_reference_options_select weight: 1 + region: content settings: { } third_party_settings: { } - type: dynamic_entity_reference_options_select - region: content hidden: created: true status: true diff --git a/config/core.entity_form_display.paragraph.hero.default.yml b/config/core.entity_form_display.paragraph.hero.default.yml index 27fd8f82e..c6dd76af5 100644 --- a/config/core.entity_form_display.paragraph.hero.default.yml +++ b/config/core.entity_form_display.paragraph.hero.default.yml @@ -19,15 +19,15 @@ bundle: hero mode: default content: field_hero: + type: select2_entity_reference weight: 0 + region: content settings: + width: 100% + autocomplete: false match_operator: CONTAINS match_limit: 10 - autocomplete: false - width: 100% third_party_settings: { } - type: select2_entity_reference - region: content hidden: created: true field_hero_caption: true diff --git a/config/core.entity_form_display.paragraph.list.default.yml b/config/core.entity_form_display.paragraph.list.default.yml index a73237188..1c88a016e 100644 --- a/config/core.entity_form_display.paragraph.list.default.yml +++ b/config/core.entity_form_display.paragraph.list.default.yml @@ -16,6 +16,7 @@ content: field_list_item: type: entity_reference_paragraphs weight: 1 + region: content settings: title: Paragraph title_plural: Paragraphs @@ -24,15 +25,14 @@ content: form_display_mode: default default_paragraph_type: '' third_party_settings: { } - region: content field_list_title: + type: string_textfield weight: 0 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - type: string_textfield - region: content hidden: created: true status: true diff --git a/config/core.entity_form_display.paragraph.list_item.default.yml b/config/core.entity_form_display.paragraph.list_item.default.yml index 74791287c..4d2fd2545 100644 --- a/config/core.entity_form_display.paragraph.list_item.default.yml +++ b/config/core.entity_form_display.paragraph.list_item.default.yml @@ -17,36 +17,36 @@ bundle: list_item mode: default content: field_list_item_description: + type: string_textarea weight: 2 + region: content settings: rows: 5 placeholder: '' third_party_settings: { } - type: string_textarea - region: content field_list_item_icon: type: media_library_widget weight: 0 + region: content settings: media_types: { } third_party_settings: { } - region: content field_list_item_link: + type: link_default weight: 3 + region: content settings: placeholder_url: '' placeholder_title: '' third_party_settings: { } - type: link_default - region: content field_list_item_title: + type: string_textfield weight: 1 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - type: string_textfield - region: content hidden: created: true status: true diff --git a/config/core.entity_form_display.paragraph.membership.default.yml b/config/core.entity_form_display.paragraph.membership.default.yml index 3f308c9b1..425a12aa8 100644 --- a/config/core.entity_form_display.paragraph.membership.default.yml +++ b/config/core.entity_form_display.paragraph.membership.default.yml @@ -16,28 +16,28 @@ bundle: membership mode: default content: field_body_membership: + type: select2_entity_reference weight: 0 + region: content settings: width: element - match_operator: CONTAINS autocomplete: false + match_operator: CONTAINS third_party_settings: { } - type: select2_entity_reference - region: content field_contact_category: - weight: 2 type: string_textfield + weight: 2 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content field_member_position: + type: options_select weight: 1 + region: content settings: { } third_party_settings: { } - type: options_select - region: content hidden: created: true field_position: true diff --git a/config/core.entity_form_display.paragraph.paragraph_content.default.yml b/config/core.entity_form_display.paragraph.paragraph_content.default.yml index aefe58960..498a7c143 100644 --- a/config/core.entity_form_display.paragraph.paragraph_content.default.yml +++ b/config/core.entity_form_display.paragraph.paragraph_content.default.yml @@ -13,23 +13,23 @@ bundle: paragraph_content mode: default content: field_oa_related_content: - weight: 1 type: entity_reference_autocomplete_tags + weight: 1 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 third_party_settings: { } - region: content field_para_title: + type: string_textfield weight: 0 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - type: string_textfield - region: content hidden: created: true field_oa_content_layout: true diff --git a/config/core.entity_form_display.paragraph.paragraph_media.default.yml b/config/core.entity_form_display.paragraph.paragraph_media.default.yml index 4b246d16a..575cdb22e 100644 --- a/config/core.entity_form_display.paragraph.paragraph_media.default.yml +++ b/config/core.entity_form_display.paragraph.paragraph_media.default.yml @@ -14,18 +14,18 @@ bundle: paragraph_media mode: default content: field_image_alignment: - weight: 3 type: options_select + weight: 3 + region: content settings: { } third_party_settings: { } - region: content field_oa_media: - weight: 2 type: file_generic + weight: 2 + region: content settings: progress_indicator: throbber third_party_settings: { } - region: content hidden: created: true field_media: true diff --git a/config/core.entity_form_display.paragraph.paragraph_snippet.default.yml b/config/core.entity_form_display.paragraph.paragraph_snippet.default.yml index e7945d4f4..d4cea9e50 100644 --- a/config/core.entity_form_display.paragraph.paragraph_snippet.default.yml +++ b/config/core.entity_form_display.paragraph.paragraph_snippet.default.yml @@ -16,49 +16,49 @@ bundle: paragraph_snippet mode: default content: field_paragraph_layout: - weight: 3 type: options_select + weight: 3 + region: content settings: { } third_party_settings: { } - region: content field_paragraph_lock_revision: - weight: 4 type: boolean_checkbox + weight: 4 + region: content settings: display_label: true third_party_settings: { } - region: content field_snippet_content: - weight: 1 type: entity_reference_autocomplete + weight: 1 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 third_party_settings: { } - region: content field_snippet_showtitle: - weight: 5 type: boolean_checkbox + weight: 5 + region: content settings: display_label: true third_party_settings: { } - region: content field_snippet_title_override: - weight: 6 type: string_textfield + weight: 6 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content field_snippet_viewmode: - weight: 1 type: options_select + weight: 1 + region: content settings: { } third_party_settings: { } - region: content hidden: created: true status: true diff --git a/config/core.entity_form_display.paragraph.paragraph_text.default.yml b/config/core.entity_form_display.paragraph.paragraph_text.default.yml index e223b1d8e..d68a7b765 100644 --- a/config/core.entity_form_display.paragraph.paragraph_text.default.yml +++ b/config/core.entity_form_display.paragraph.paragraph_text.default.yml @@ -18,11 +18,11 @@ bundle: paragraph_text mode: default content: field_image_align: + type: options_select weight: 3 + region: content settings: { } third_party_settings: { } - type: options_select - region: content field_para_title: type: string_textfield weight: 0 @@ -32,20 +32,20 @@ content: placeholder: '' third_party_settings: { } field_paragraph_text: - weight: 1 type: text_textarea + weight: 1 + region: content settings: rows: 5 placeholder: '' third_party_settings: { } - region: content field_teaser_image: + type: media_library_widget weight: 2 + region: content settings: media_types: { } third_party_settings: { } - type: media_library_widget - region: content hidden: created: true field_paragraph_layout: true diff --git a/config/core.entity_form_display.paragraph.reliefweb_feed.default.yml b/config/core.entity_form_display.paragraph.reliefweb_feed.default.yml index 3652e6817..11594344a 100644 --- a/config/core.entity_form_display.paragraph.reliefweb_feed.default.yml +++ b/config/core.entity_form_display.paragraph.reliefweb_feed.default.yml @@ -11,11 +11,11 @@ bundle: reliefweb_feed mode: default content: field_reliefweb_feed_limit: + type: options_select weight: 0 + region: content settings: { } third_party_settings: { } - type: options_select - region: content hidden: created: true status: true diff --git a/config/core.entity_form_display.paragraph.section_menu.default.yml b/config/core.entity_form_display.paragraph.section_menu.default.yml index 8886188bd..23852b446 100644 --- a/config/core.entity_form_display.paragraph.section_menu.default.yml +++ b/config/core.entity_form_display.paragraph.section_menu.default.yml @@ -13,13 +13,13 @@ bundle: section_menu mode: default content: field_custom_link: + type: link_default weight: 0 + region: content settings: placeholder_url: '' placeholder_title: '' third_party_settings: { } - type: link_default - region: content hidden: created: true status: true diff --git a/config/core.entity_form_display.paragraph.teaser_grid.default.yml b/config/core.entity_form_display.paragraph.teaser_grid.default.yml index 4836a7c69..5771c52e2 100644 --- a/config/core.entity_form_display.paragraph.teaser_grid.default.yml +++ b/config/core.entity_form_display.paragraph.teaser_grid.default.yml @@ -14,16 +14,17 @@ bundle: teaser_grid mode: default content: field_teaser_grid_title: + type: string_textfield weight: 0 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - type: string_textfield - region: content field_teaser_item: type: entity_reference_paragraphs weight: 1 + region: content settings: title: Paragraph title_plural: Paragraphs @@ -32,7 +33,6 @@ content: form_display_mode: default default_paragraph_type: '' third_party_settings: { } - region: content hidden: created: true status: true diff --git a/config/core.entity_form_display.paragraph.teaser_item.default.yml b/config/core.entity_form_display.paragraph.teaser_item.default.yml index 13405f400..060826069 100644 --- a/config/core.entity_form_display.paragraph.teaser_item.default.yml +++ b/config/core.entity_form_display.paragraph.teaser_item.default.yml @@ -17,36 +17,36 @@ bundle: teaser_item mode: default content: field_teaser_description: + type: string_textarea weight: 2 + region: content settings: rows: 5 placeholder: '' third_party_settings: { } - type: string_textarea - region: content field_teaser_image: type: media_library_widget weight: 0 + region: content settings: media_types: { } third_party_settings: { } - region: content field_teaser_link: + type: link_default weight: 3 + region: content settings: placeholder_url: '' placeholder_title: '' third_party_settings: { } - type: link_default - region: content field_teaser_title: + type: string_textfield weight: 1 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - type: string_textfield - region: content hidden: created: true status: true diff --git a/config/core.entity_form_display.paragraph.twitter.default.yml b/config/core.entity_form_display.paragraph.twitter.default.yml index d9acba987..a59b6cc60 100644 --- a/config/core.entity_form_display.paragraph.twitter.default.yml +++ b/config/core.entity_form_display.paragraph.twitter.default.yml @@ -13,29 +13,29 @@ bundle: twitter mode: default content: field_twitter_feed_title: + type: string_textfield weight: 0 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - type: string_textfield - region: content field_twitter_handle: + type: string_textfield weight: 1 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - type: string_textfield - region: content field_twitter_list: + type: string_textfield weight: 2 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - type: string_textfield - region: content hidden: created: true status: true diff --git a/config/core.entity_form_display.paragraph.video.default.yml b/config/core.entity_form_display.paragraph.video.default.yml index f4aade483..52ced2100 100644 --- a/config/core.entity_form_display.paragraph.video.default.yml +++ b/config/core.entity_form_display.paragraph.video.default.yml @@ -14,20 +14,20 @@ bundle: video mode: default content: field_para_title: + type: string_textfield weight: 0 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - type: string_textfield - region: content field_video: type: media_library_widget weight: 1 + region: content settings: media_types: { } third_party_settings: { } - region: content hidden: created: true status: true diff --git a/config/core.entity_form_display.paragraph.view.default.yml b/config/core.entity_form_display.paragraph.view.default.yml index 22fa0fa97..853bf67be 100644 --- a/config/core.entity_form_display.paragraph.view.default.yml +++ b/config/core.entity_form_display.paragraph.view.default.yml @@ -13,11 +13,11 @@ bundle: view mode: default content: field_view: + type: viewsreference_select weight: 1 + region: content settings: { } third_party_settings: { } - type: viewsreference_select - region: content hidden: created: true status: true diff --git a/config/core.entity_form_display.taxonomy_term.hosts.default.yml b/config/core.entity_form_display.taxonomy_term.hosts.default.yml index 6df398971..a3e6539f1 100644 --- a/config/core.entity_form_display.taxonomy_term.hosts.default.yml +++ b/config/core.entity_form_display.taxonomy_term.hosts.default.yml @@ -29,40 +29,40 @@ content: placeholder: '' third_party_settings: { } field_addresses: - weight: 31 type: address_default + weight: 31 + region: content settings: { } third_party_settings: { } - region: content field_homepage: - weight: 6 type: link_default + weight: 6 + region: content settings: placeholder_url: '' placeholder_title: '' third_party_settings: { } - region: content field_logo: - weight: 4 type: file_generic + weight: 4 + region: content settings: progress_indicator: throbber third_party_settings: { } - region: content field_long_name: - weight: 3 type: string_textfield + weight: 3 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content field_membership_level: - weight: 5 type: options_select + weight: 5 + region: content settings: { } third_party_settings: { } - region: content langcode: type: language_select weight: 2 @@ -84,4 +84,11 @@ content: region: content settings: { } third_party_settings: { } + status: + type: boolean_checkbox + weight: 100 + region: content + settings: + display_label: true + third_party_settings: { } hidden: { } diff --git a/config/core.entity_form_display.taxonomy_term.panopoly_categories.default.yml b/config/core.entity_form_display.taxonomy_term.panopoly_categories.default.yml index 0c121aa36..9e7139514 100644 --- a/config/core.entity_form_display.taxonomy_term.panopoly_categories.default.yml +++ b/config/core.entity_form_display.taxonomy_term.panopoly_categories.default.yml @@ -24,13 +24,13 @@ content: placeholder: '' third_party_settings: { } field_featured_image: - weight: 1 type: image_image + weight: 1 + region: content settings: progress_indicator: throbber preview_image_style: thumbnail third_party_settings: { } - region: content langcode: type: language_select weight: 2 @@ -52,5 +52,12 @@ content: region: content settings: { } third_party_settings: { } + status: + type: boolean_checkbox + weight: 100 + region: content + settings: + display_label: true + third_party_settings: { } hidden: field_featured_media: true diff --git a/config/core.entity_form_display.taxonomy_term.section_type.default.yml b/config/core.entity_form_display.taxonomy_term.section_type.default.yml index 7e28287cc..7f2dde0f0 100644 --- a/config/core.entity_form_display.taxonomy_term.section_type.default.yml +++ b/config/core.entity_form_display.taxonomy_term.section_type.default.yml @@ -27,38 +27,38 @@ content: placeholder: '' third_party_settings: { } field_oa_icon_class: - weight: 4 type: string_textfield + weight: 4 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content field_oa_icon_image: - weight: 5 type: file_generic + weight: 5 + region: content settings: progress_indicator: throbber third_party_settings: { } - region: content field_oa_node_types: - weight: 32 type: options_buttons + weight: 32 + region: content settings: { } third_party_settings: { } - region: content field_oa_section_layout: - weight: 3 type: options_select + weight: 3 + region: content settings: { } third_party_settings: { } - region: content field_oa_section_type_menu: - weight: 33 type: options_select + weight: 33 + region: content settings: { } third_party_settings: { } - region: content langcode: type: language_select weight: 2 @@ -80,5 +80,12 @@ content: region: content settings: { } third_party_settings: { } + status: + type: boolean_checkbox + weight: 100 + region: content + settings: + display_label: true + third_party_settings: { } hidden: field_icon_image: true diff --git a/config/core.entity_form_display.taxonomy_term.space_type.default.yml b/config/core.entity_form_display.taxonomy_term.space_type.default.yml index 382156ac7..b9e5b96d6 100644 --- a/config/core.entity_form_display.taxonomy_term.space_type.default.yml +++ b/config/core.entity_form_display.taxonomy_term.space_type.default.yml @@ -25,33 +25,33 @@ content: placeholder: '' third_party_settings: { } field_oa_clone_enabled: - weight: 3 type: options_buttons + weight: 3 + region: content settings: { } third_party_settings: { } - region: content field_oa_clone_space: - weight: 3 type: entity_reference_autocomplete + weight: 3 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 third_party_settings: { } - region: content field_oa_node_types: - weight: 34 type: options_buttons + weight: 34 + region: content settings: { } third_party_settings: { } - region: content field_oa_section_layout: - weight: 32 type: options_select + weight: 32 + region: content settings: { } third_party_settings: { } - region: content langcode: type: language_select weight: 2 @@ -75,9 +75,9 @@ content: third_party_settings: { } status: type: boolean_checkbox - settings: - display_label: true weight: 100 region: content + settings: + display_label: true third_party_settings: { } hidden: { } diff --git a/config/core.entity_form_display.user.user.default.yml b/config/core.entity_form_display.user.user.default.yml index 8ae890e8b..b8904e507 100644 --- a/config/core.entity_form_display.user.user.default.yml +++ b/config/core.entity_form_display.user.user.default.yml @@ -35,57 +35,57 @@ content: settings: { } third_party_settings: { } field_first_name: - weight: 6 type: string_textfield + weight: 6 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content field_iasc_group_space: + type: entity_reference_autocomplete weight: 11 + region: content settings: match_operator: CONTAINS + match_limit: 10 size: 60 placeholder: '' - match_limit: 10 third_party_settings: { } - type: entity_reference_autocomplete - region: content field_last_name: - weight: 7 type: string_textfield + weight: 7 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content field_user_about: - weight: 2 type: text_textarea_with_summary + weight: 2 + region: content settings: rows: 9 summary_rows: 3 placeholder: '' show_summary: false third_party_settings: { } - region: content field_user_display_name: - weight: 3 type: string_textfield + weight: 3 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - region: content field_user_picture: - weight: 4 type: image_image + weight: 4 + region: content settings: progress_indicator: throbber preview_image_style: thumbnail third_party_settings: { } - region: content language: weight: 1 region: content @@ -103,13 +103,13 @@ content: settings: { } third_party_settings: { } user_picture: + type: image_image + weight: 5 + region: content settings: progress_indicator: throbber preview_image_style: thumbnail - type: image_image - weight: 5 third_party_settings: { } - region: content hidden: langcode: true og_user_node: true diff --git a/config/core.entity_form_mode.media.media_library.yml b/config/core.entity_form_mode.media.media_library.yml index bd68b6a25..f8e86a895 100644 --- a/config/core.entity_form_mode.media.media_library.yml +++ b/config/core.entity_form_mode.media.media_library.yml @@ -2,11 +2,11 @@ uuid: 1110049f-c403-435e-83d5-533a9b121fff langcode: en status: true dependencies: + module: + - media enforced: module: - media_library - module: - - media _core: default_config_hash: pkq0uj-IoqEQRBOP_ddUDV0ZJ-dKQ_fLcppsEDF2UO8 id: media.media_library diff --git a/config/core.entity_view_display.block_content.basic.default.yml b/config/core.entity_view_display.block_content.basic.default.yml index e5654281f..4aa5d9224 100644 --- a/config/core.entity_view_display.block_content.basic.default.yml +++ b/config/core.entity_view_display.block_content.basic.default.yml @@ -15,11 +15,11 @@ bundle: basic mode: default content: body: + type: text_default label: hidden - weight: 1 settings: { } third_party_settings: { } - type: text_default + weight: 1 region: content hidden: langcode: true diff --git a/config/core.entity_view_display.block_content.block_with_text_and_link.default.yml b/config/core.entity_view_display.block_content.block_with_text_and_link.default.yml index 1c703dc44..4db70d2f9 100644 --- a/config/core.entity_view_display.block_content.block_with_text_and_link.default.yml +++ b/config/core.entity_view_display.block_content.block_with_text_and_link.default.yml @@ -15,31 +15,31 @@ bundle: block_with_text_and_link mode: default content: field_block_title: - weight: 0 + type: string label: hidden settings: link_to_entity: false third_party_settings: { } - type: string + weight: 0 region: content field_description: - weight: 1 + type: basic_string label: hidden settings: { } third_party_settings: { } - type: basic_string + weight: 1 region: content field_link: - weight: 2 + type: link label: hidden settings: trim_length: 80 - target: _blank url_only: false url_plain: false rel: '0' + target: _blank third_party_settings: { } - type: link + weight: 2 region: content hidden: langcode: true diff --git a/config/core.entity_view_display.file.document.default.yml b/config/core.entity_view_display.file.document.default.yml index e3e0eb7dc..29562868c 100644 --- a/config/core.entity_view_display.file.document.default.yml +++ b/config/core.entity_view_display.file.document.default.yml @@ -12,12 +12,12 @@ bundle: document mode: default content: field_file_title: - label: hidden - weight: 0 type: string + label: hidden settings: link_to_entity: false third_party_settings: { } + weight: 0 region: content hidden: langcode: true diff --git a/config/core.entity_view_display.group.iasc_group.default.yml b/config/core.entity_view_display.group.iasc_group.default.yml index e0e518568..52917e9ce 100644 --- a/config/core.entity_view_display.group.iasc_group.default.yml +++ b/config/core.entity_view_display.group.iasc_group.default.yml @@ -3,6 +3,8 @@ langcode: en status: true dependencies: config: + - field.field.group.iasc_group.field_archive_group + - field.field.group.iasc_group.field_archive_message - field.field.group.iasc_group.field_description - field.field.group.iasc_group.field_group_banner - field.field.group.iasc_group.field_parent_space @@ -17,49 +19,51 @@ bundle: iasc_group mode: default content: field_description: - weight: -4 + type: text_default label: above settings: { } third_party_settings: { } - type: text_default + weight: 1 region: content field_group_banner: type: entity_reference_entity_view - weight: -1 label: hidden settings: view_mode: hero link: false third_party_settings: { } + weight: 4 region: content field_parent_space: - weight: -2 + type: entity_reference_label label: above settings: link: true third_party_settings: { } - type: entity_reference_label + weight: 3 region: content field_primary_image: - weight: -3 + type: image label: above settings: - image_style: '' image_link: '' + image_style: '' third_party_settings: { } - type: image + weight: 2 region: content label: - label: hidden type: string - weight: -5 - region: content + label: hidden settings: link_to_entity: false third_party_settings: { } + weight: 0 + region: content hidden: changed: true created: true + field_archive_group: true + field_archive_message: true langcode: true search_api_excerpt: true uid: true diff --git a/config/core.entity_view_display.group.iasc_space.default.yml b/config/core.entity_view_display.group.iasc_space.default.yml index a55aba740..f16d8be96 100644 --- a/config/core.entity_view_display.group.iasc_space.default.yml +++ b/config/core.entity_view_display.group.iasc_space.default.yml @@ -3,6 +3,8 @@ langcode: en status: true dependencies: config: + - field.field.group.iasc_space.field_archive_group + - field.field.group.iasc_space.field_archive_message - field.field.group.iasc_space.field_banner_image - field.field.group.iasc_space.field_banner_position - field.field.group.iasc_space.field_banner_text @@ -29,39 +31,39 @@ mode: default content: field_banner_text: type: string - weight: 2 - region: content label: hidden settings: link_to_entity: false third_party_settings: { } + weight: 2 + region: content field_content: type: entity_reference_revisions_entity_view - weight: 6 label: hidden settings: view_mode: default link: '' third_party_settings: { } + weight: 6 region: content field_date_closed: - weight: 7 + type: datetime_default label: above settings: timezone_override: '' format_type: teaser third_party_settings: { } - type: datetime_default + weight: 7 region: content field_description: - weight: 3 + type: text_default label: hidden settings: { } third_party_settings: { } - type: text_default + weight: 3 region: content field_external_link: - weight: 8 + type: link label: above settings: trim_length: 80 @@ -70,53 +72,55 @@ content: rel: '' target: '' third_party_settings: { } - type: link + weight: 8 region: content field_group_banner: - weight: 1 + type: entity_reference_entity_view label: hidden settings: view_mode: banner link: false third_party_settings: { } - type: entity_reference_entity_view + weight: 1 region: content field_main_image: type: entity_reference_entity_view - weight: 5 label: hidden settings: view_mode: full link: false third_party_settings: { } + weight: 5 region: content field_responsibilities: - weight: 4 + type: text_default label: above settings: { } third_party_settings: { } - type: text_default + weight: 4 region: content field_sidebar: type: entity_reference_revisions_entity_view - weight: 9 label: hidden settings: view_mode: default link: '' third_party_settings: { } + weight: 9 region: content label: - label: hidden type: string - weight: 0 - region: content + label: hidden settings: link_to_entity: false third_party_settings: { } + weight: 0 + region: content hidden: changed: true created: true + field_archive_group: true + field_archive_message: true field_banner_image: true field_banner_position: true field_primary_image: true diff --git a/config/core.entity_view_display.group.iasc_space.search_result.yml b/config/core.entity_view_display.group.iasc_space.search_result.yml index 88af8054e..7a8d5c60d 100644 --- a/config/core.entity_view_display.group.iasc_space.search_result.yml +++ b/config/core.entity_view_display.group.iasc_space.search_result.yml @@ -4,6 +4,8 @@ status: true dependencies: config: - core.entity_view_mode.group.search_result + - field.field.group.iasc_space.field_archive_group + - field.field.group.iasc_space.field_archive_message - field.field.group.iasc_space.field_banner_image - field.field.group.iasc_space.field_banner_position - field.field.group.iasc_space.field_banner_text @@ -26,24 +28,26 @@ bundle: iasc_space mode: search_result content: field_description: - weight: 1 + type: text_trimmed label: hidden settings: trim_length: 600 third_party_settings: { } - type: text_trimmed + weight: 1 region: content label: - label: hidden type: string - weight: 0 - region: content + label: hidden settings: link_to_entity: true third_party_settings: { } + weight: 0 + region: content hidden: changed: true created: true + field_archive_group: true + field_archive_message: true field_banner_image: true field_banner_position: true field_banner_text: true diff --git a/config/core.entity_view_display.group.iasc_space.teaser.yml b/config/core.entity_view_display.group.iasc_space.teaser.yml index 826f1e670..3e53d9f94 100644 --- a/config/core.entity_view_display.group.iasc_space.teaser.yml +++ b/config/core.entity_view_display.group.iasc_space.teaser.yml @@ -4,6 +4,8 @@ status: true dependencies: config: - core.entity_view_mode.group.teaser + - field.field.group.iasc_space.field_archive_group + - field.field.group.iasc_space.field_archive_message - field.field.group.iasc_space.field_banner_image - field.field.group.iasc_space.field_banner_position - field.field.group.iasc_space.field_banner_text @@ -26,33 +28,35 @@ bundle: iasc_space mode: teaser content: field_description: - weight: 2 + type: text_trimmed label: hidden settings: trim_length: 600 third_party_settings: { } - type: text_trimmed + weight: 2 region: content field_group_banner: type: entity_reference_entity_view - weight: 1 - region: content label: hidden settings: view_mode: product_thumbnail link: false third_party_settings: { } + weight: 1 + region: content label: - label: hidden type: string - weight: 0 - region: content + label: hidden settings: link_to_entity: false third_party_settings: { } + weight: 0 + region: content hidden: changed: true created: true + field_archive_group: true + field_archive_message: true field_banner_image: true field_banner_position: true field_banner_text: true diff --git a/config/core.entity_view_display.group.iasc_space.title.yml b/config/core.entity_view_display.group.iasc_space.title.yml index b1755683e..cb4d49c24 100644 --- a/config/core.entity_view_display.group.iasc_space.title.yml +++ b/config/core.entity_view_display.group.iasc_space.title.yml @@ -4,6 +4,8 @@ status: true dependencies: config: - core.entity_view_mode.group.title + - field.field.group.iasc_space.field_archive_group + - field.field.group.iasc_space.field_archive_message - field.field.group.iasc_space.field_banner_image - field.field.group.iasc_space.field_banner_position - field.field.group.iasc_space.field_banner_text @@ -24,16 +26,18 @@ bundle: iasc_space mode: title content: label: - label: hidden type: string - weight: 0 - region: content + label: hidden settings: link_to_entity: false third_party_settings: { } + weight: 0 + region: content hidden: changed: true created: true + field_archive_group: true + field_archive_message: true field_banner_image: true field_banner_position: true field_banner_text: true diff --git a/config/core.entity_view_display.group.iasc_space.view_header_documents.yml b/config/core.entity_view_display.group.iasc_space.view_header_documents.yml index eea582412..fd19dea87 100644 --- a/config/core.entity_view_display.group.iasc_space.view_header_documents.yml +++ b/config/core.entity_view_display.group.iasc_space.view_header_documents.yml @@ -4,6 +4,8 @@ status: true dependencies: config: - core.entity_view_mode.group.view_header_documents + - field.field.group.iasc_space.field_archive_group + - field.field.group.iasc_space.field_archive_message - field.field.group.iasc_space.field_banner_image - field.field.group.iasc_space.field_banner_position - field.field.group.iasc_space.field_banner_text @@ -24,16 +26,18 @@ bundle: iasc_space mode: view_header_documents content: label: - label: hidden type: string - weight: 0 - region: content + label: hidden settings: link_to_entity: false third_party_settings: { } + weight: 0 + region: content hidden: changed: true created: true + field_archive_group: true + field_archive_message: true field_banner_image: true field_banner_position: true field_banner_text: true diff --git a/config/core.entity_view_display.group.iasc_space.view_header_meetings.yml b/config/core.entity_view_display.group.iasc_space.view_header_meetings.yml index 5f8edd17d..21cddb79b 100644 --- a/config/core.entity_view_display.group.iasc_space.view_header_meetings.yml +++ b/config/core.entity_view_display.group.iasc_space.view_header_meetings.yml @@ -4,6 +4,8 @@ status: true dependencies: config: - core.entity_view_mode.group.view_header_meetings + - field.field.group.iasc_space.field_archive_group + - field.field.group.iasc_space.field_archive_message - field.field.group.iasc_space.field_banner_image - field.field.group.iasc_space.field_banner_position - field.field.group.iasc_space.field_banner_text @@ -24,16 +26,18 @@ bundle: iasc_space mode: view_header_meetings content: label: - label: hidden type: string - weight: 0 - region: content + label: hidden settings: link_to_entity: false third_party_settings: { } + weight: 0 + region: content hidden: changed: true created: true + field_archive_group: true + field_archive_message: true field_banner_image: true field_banner_position: true field_banner_text: true diff --git a/config/core.entity_view_display.group.iasc_space.view_header_news.yml b/config/core.entity_view_display.group.iasc_space.view_header_news.yml index 15800edd7..dbbed21a0 100644 --- a/config/core.entity_view_display.group.iasc_space.view_header_news.yml +++ b/config/core.entity_view_display.group.iasc_space.view_header_news.yml @@ -4,6 +4,8 @@ status: true dependencies: config: - core.entity_view_mode.group.view_header_news + - field.field.group.iasc_space.field_archive_group + - field.field.group.iasc_space.field_archive_message - field.field.group.iasc_space.field_banner_image - field.field.group.iasc_space.field_banner_position - field.field.group.iasc_space.field_banner_text @@ -24,16 +26,18 @@ bundle: iasc_space mode: view_header_news content: label: - label: hidden type: string - weight: 0 - region: content + label: hidden settings: link_to_entity: false third_party_settings: { } + weight: 0 + region: content hidden: changed: true created: true + field_archive_group: true + field_archive_message: true field_banner_image: true field_banner_position: true field_banner_text: true diff --git a/config/core.entity_view_display.group_content.iasc_group-group_membership.default.yml b/config/core.entity_view_display.group_content.iasc_group-group_membership.default.yml index 27c2f23e1..c8ac783cf 100644 --- a/config/core.entity_view_display.group_content.iasc_group-group_membership.default.yml +++ b/config/core.entity_view_display.group_content.iasc_group-group_membership.default.yml @@ -11,12 +11,12 @@ bundle: iasc_group-group_membership mode: default content: group_roles: - label: above type: entity_reference_label + label: above settings: link: false - weight: -4 third_party_settings: { } + weight: -4 region: content hidden: entity_id: true diff --git a/config/core.entity_view_display.group_content.iasc_space-group_membership.default.yml b/config/core.entity_view_display.group_content.iasc_space-group_membership.default.yml index f27efb2b8..1175ffce8 100644 --- a/config/core.entity_view_display.group_content.iasc_space-group_membership.default.yml +++ b/config/core.entity_view_display.group_content.iasc_space-group_membership.default.yml @@ -11,12 +11,12 @@ bundle: iasc_space-group_membership mode: default content: group_roles: - label: above type: entity_reference_label + label: above settings: link: false - weight: -4 third_party_settings: { } + weight: -4 region: content hidden: entity_id: true diff --git a/config/core.entity_view_display.hero.hero.default.yml b/config/core.entity_view_display.hero.hero.default.yml index edb0ab23a..4bd421a39 100644 --- a/config/core.entity_view_display.hero.hero.default.yml +++ b/config/core.entity_view_display.hero.hero.default.yml @@ -19,48 +19,48 @@ bundle: hero mode: default content: field_hero_caption: - weight: 5 + type: string label: hidden settings: link_to_entity: false third_party_settings: { } - type: string + weight: 5 region: content field_hero_date: - weight: 3 + type: datetime_default label: hidden settings: timezone_override: '' format_type: teaser third_party_settings: { } - type: datetime_default + weight: 3 region: content field_hero_description: - weight: 2 + type: basic_string label: hidden settings: { } third_party_settings: { } - type: basic_string + weight: 2 region: content field_hero_heading: - weight: 1 + type: string label: hidden settings: link_to_entity: false third_party_settings: { } - type: string + weight: 1 region: content field_hero_image: type: entity_reference_entity_view - weight: 0 label: hidden settings: view_mode: hero link: false third_party_settings: { } + weight: 0 region: content field_hero_link: - weight: 4 + type: link label: hidden settings: trim_length: 80 @@ -69,7 +69,7 @@ content: rel: '' target: '' third_party_settings: { } - type: link + weight: 4 region: content hidden: langcode: true diff --git a/config/core.entity_view_display.hero.hero.featured.yml b/config/core.entity_view_display.hero.hero.featured.yml index 58309b8d6..a2db333cf 100644 --- a/config/core.entity_view_display.hero.hero.featured.yml +++ b/config/core.entity_view_display.hero.hero.featured.yml @@ -21,31 +21,31 @@ bundle: hero mode: featured content: field_hero_description: - weight: 2 + type: basic_string label: hidden settings: { } third_party_settings: { } - type: basic_string + weight: 2 region: content field_hero_heading: - weight: 1 + type: string label: hidden settings: link_to_entity: false third_party_settings: { } - type: string + weight: 1 region: content field_hero_image: type: media_thumbnail - weight: 0 label: hidden settings: - image_style: medium image_link: '' + image_style: medium third_party_settings: { } + weight: 0 region: content field_hero_link: - weight: 3 + type: link label: hidden settings: trim_length: 80 @@ -54,7 +54,7 @@ content: rel: '' target: '' third_party_settings: { } - type: link + weight: 3 region: content hidden: field_hero_caption: true diff --git a/config/core.entity_view_display.media.audio.default.yml b/config/core.entity_view_display.media.audio.default.yml index 5977f76ca..4bab10de0 100644 --- a/config/core.entity_view_display.media.audio.default.yml +++ b/config/core.entity_view_display.media.audio.default.yml @@ -16,7 +16,6 @@ mode: default content: field_media_audio_file: type: file_audio - weight: 0 label: visually_hidden settings: controls: true @@ -24,6 +23,7 @@ content: loop: false multiple_file_display_type: tags third_party_settings: { } + weight: 0 region: content hidden: created: true diff --git a/config/core.entity_view_display.media.audio.media_library.yml b/config/core.entity_view_display.media.audio.media_library.yml index 048e8f665..4d6492eba 100644 --- a/config/core.entity_view_display.media.audio.media_library.yml +++ b/config/core.entity_view_display.media.audio.media_library.yml @@ -18,13 +18,13 @@ mode: media_library content: thumbnail: type: image - weight: 0 - region: content label: hidden settings: - image_style: thumbnail image_link: '' + image_style: thumbnail third_party_settings: { } + weight: 0 + region: content hidden: created: true field_media_audio_file: true diff --git a/config/core.entity_view_display.media.file.default.yml b/config/core.entity_view_display.media.file.default.yml index 986f7efff..cc64f124c 100644 --- a/config/core.entity_view_display.media.file.default.yml +++ b/config/core.entity_view_display.media.file.default.yml @@ -15,11 +15,11 @@ bundle: file mode: default content: field_media_file: + type: file_default label: visually_hidden settings: use_description_as_link_text: true third_party_settings: { } - type: file_default weight: 1 region: content hidden: diff --git a/config/core.entity_view_display.media.file.link.yml b/config/core.entity_view_display.media.file.link.yml index f36d53780..63611720f 100644 --- a/config/core.entity_view_display.media.file.link.yml +++ b/config/core.entity_view_display.media.file.link.yml @@ -16,10 +16,10 @@ bundle: file mode: link content: field_media_file: + type: file_url_plain label: visually_hidden settings: { } third_party_settings: { } - type: file_url_plain weight: 1 region: content hidden: diff --git a/config/core.entity_view_display.media.file.media_library.yml b/config/core.entity_view_display.media.file.media_library.yml index 786b24fba..ed0460c6a 100644 --- a/config/core.entity_view_display.media.file.media_library.yml +++ b/config/core.entity_view_display.media.file.media_library.yml @@ -18,13 +18,13 @@ mode: media_library content: thumbnail: type: image - weight: 0 - region: content label: hidden settings: - image_style: thumbnail image_link: '' + image_style: thumbnail third_party_settings: { } + weight: 0 + region: content hidden: created: true field_media_file: true diff --git a/config/core.entity_view_display.media.image.banner.yml b/config/core.entity_view_display.media.image.banner.yml index 4c32b7755..5f96e575d 100644 --- a/config/core.entity_view_display.media.image.banner.yml +++ b/config/core.entity_view_display.media.image.banner.yml @@ -17,12 +17,12 @@ bundle: image mode: banner content: field_media_image: + type: image label: visually_hidden settings: - image_style: banner image_link: '' + image_style: banner third_party_settings: { } - type: image weight: 1 region: content hidden: diff --git a/config/core.entity_view_display.media.image.default.yml b/config/core.entity_view_display.media.image.default.yml index 5d728b766..18768017e 100644 --- a/config/core.entity_view_display.media.image.default.yml +++ b/config/core.entity_view_display.media.image.default.yml @@ -15,12 +15,12 @@ bundle: image mode: default content: field_media_image: + type: image label: visually_hidden settings: - image_style: '' image_link: '' + image_style: '' third_party_settings: { } - type: image weight: 1 region: content hidden: diff --git a/config/core.entity_view_display.media.image.full.yml b/config/core.entity_view_display.media.image.full.yml index 046854af0..cbacd5b6a 100644 --- a/config/core.entity_view_display.media.image.full.yml +++ b/config/core.entity_view_display.media.image.full.yml @@ -17,12 +17,12 @@ bundle: image mode: full content: field_media_image: + type: image label: visually_hidden settings: - image_style: full_content image_link: '' + image_style: full_content third_party_settings: { } - type: image weight: 1 region: content hidden: diff --git a/config/core.entity_view_display.media.image.hero.yml b/config/core.entity_view_display.media.image.hero.yml index 22c9b4b27..39a904db7 100644 --- a/config/core.entity_view_display.media.image.hero.yml +++ b/config/core.entity_view_display.media.image.hero.yml @@ -17,12 +17,12 @@ bundle: image mode: hero content: field_media_image: + type: image label: visually_hidden settings: - image_style: hero image_link: '' + image_style: hero third_party_settings: { } - type: image weight: 1 region: content hidden: diff --git a/config/core.entity_view_display.media.image.icon.yml b/config/core.entity_view_display.media.image.icon.yml index 6fe965fc5..bef2a86d6 100644 --- a/config/core.entity_view_display.media.image.icon.yml +++ b/config/core.entity_view_display.media.image.icon.yml @@ -17,12 +17,12 @@ bundle: image mode: icon content: field_media_image: + type: image label: visually_hidden settings: - image_style: thumbnail image_link: '' + image_style: thumbnail third_party_settings: { } - type: image weight: 1 region: content hidden: diff --git a/config/core.entity_view_display.media.image.media_library.yml b/config/core.entity_view_display.media.image.media_library.yml index 0a90c0f27..efb1f5294 100644 --- a/config/core.entity_view_display.media.image.media_library.yml +++ b/config/core.entity_view_display.media.image.media_library.yml @@ -18,13 +18,13 @@ mode: media_library content: thumbnail: type: image - weight: 0 - region: content label: hidden settings: - image_style: medium image_link: '' + image_style: medium third_party_settings: { } + weight: 0 + region: content hidden: created: true field_media_image: true diff --git a/config/core.entity_view_display.media.image.product_thumbnail.yml b/config/core.entity_view_display.media.image.product_thumbnail.yml index 81db051b7..9558bad8f 100644 --- a/config/core.entity_view_display.media.image.product_thumbnail.yml +++ b/config/core.entity_view_display.media.image.product_thumbnail.yml @@ -17,12 +17,12 @@ bundle: image mode: product_thumbnail content: field_media_image: + type: image label: visually_hidden settings: - image_style: thumbnail image_link: '' + image_style: thumbnail third_party_settings: { } - type: image weight: 1 region: content hidden: diff --git a/config/core.entity_view_display.media.image.teaser.yml b/config/core.entity_view_display.media.image.teaser.yml index 24346bfa5..6b650f3de 100644 --- a/config/core.entity_view_display.media.image.teaser.yml +++ b/config/core.entity_view_display.media.image.teaser.yml @@ -17,12 +17,12 @@ bundle: image mode: teaser content: field_media_image: + type: image label: visually_hidden settings: - image_style: medium image_link: '' + image_style: medium third_party_settings: { } - type: image weight: 1 region: content hidden: diff --git a/config/core.entity_view_display.media.image.thumbnail.yml b/config/core.entity_view_display.media.image.thumbnail.yml index 3e378f6c1..01c76cd7c 100644 --- a/config/core.entity_view_display.media.image.thumbnail.yml +++ b/config/core.entity_view_display.media.image.thumbnail.yml @@ -17,12 +17,12 @@ bundle: image mode: thumbnail content: field_media_image: + type: image label: visually_hidden settings: - image_style: featured_thumbnail image_link: '' + image_style: featured_thumbnail third_party_settings: { } - type: image weight: 1 region: content hidden: diff --git a/config/core.entity_view_display.media.remote_video.default.yml b/config/core.entity_view_display.media.remote_video.default.yml index 9c78c4427..9e0f75e9d 100644 --- a/config/core.entity_view_display.media.remote_video.default.yml +++ b/config/core.entity_view_display.media.remote_video.default.yml @@ -16,12 +16,12 @@ mode: default content: field_media_oembed_video: type: oembed - weight: 0 label: hidden settings: max_width: 0 max_height: 0 third_party_settings: { } + weight: 0 region: content hidden: created: true diff --git a/config/core.entity_view_display.media.remote_video.media_library.yml b/config/core.entity_view_display.media.remote_video.media_library.yml index c8f82880d..2523551ef 100644 --- a/config/core.entity_view_display.media.remote_video.media_library.yml +++ b/config/core.entity_view_display.media.remote_video.media_library.yml @@ -18,13 +18,13 @@ mode: media_library content: thumbnail: type: image - weight: 0 - region: content label: hidden settings: - image_style: medium image_link: '' + image_style: medium third_party_settings: { } + weight: 0 + region: content hidden: created: true field_media_oembed_video: true diff --git a/config/core.entity_view_display.media.video.default.yml b/config/core.entity_view_display.media.video.default.yml index 966cff5d0..0ff9965e2 100644 --- a/config/core.entity_view_display.media.video.default.yml +++ b/config/core.entity_view_display.media.video.default.yml @@ -16,17 +16,17 @@ 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 + muted: false + width: 640 + height: 480 third_party_settings: { } + weight: 0 region: content hidden: created: true diff --git a/config/core.entity_view_display.media.video.media_library.yml b/config/core.entity_view_display.media.video.media_library.yml index 420748e4b..b8a85b7bb 100644 --- a/config/core.entity_view_display.media.video.media_library.yml +++ b/config/core.entity_view_display.media.video.media_library.yml @@ -18,13 +18,13 @@ mode: media_library content: thumbnail: type: image - weight: 0 - region: content label: hidden settings: - image_style: thumbnail image_link: '' + image_style: thumbnail third_party_settings: { } + weight: 0 + region: content hidden: created: true field_media_video_file: true diff --git a/config/core.entity_view_display.node.action_point.bio_long.yml b/config/core.entity_view_display.node.action_point.bio_long.yml index 18bdbcd2a..1347eaa5e 100644 --- a/config/core.entity_view_display.node.action_point.bio_long.yml +++ b/config/core.entity_view_display.node.action_point.bio_long.yml @@ -24,9 +24,9 @@ bundle: action_point mode: bio_long content: links: - weight: 100 settings: { } third_party_settings: { } + weight: 100 region: content hidden: body: true diff --git a/config/core.entity_view_display.node.action_point.bio_short.yml b/config/core.entity_view_display.node.action_point.bio_short.yml index a8e6492f6..6f3099257 100644 --- a/config/core.entity_view_display.node.action_point.bio_short.yml +++ b/config/core.entity_view_display.node.action_point.bio_short.yml @@ -24,9 +24,9 @@ bundle: action_point mode: bio_short content: links: - weight: 100 settings: { } third_party_settings: { } + weight: 100 region: content hidden: body: true diff --git a/config/core.entity_view_display.node.action_point.default.yml b/config/core.entity_view_display.node.action_point.default.yml index 752e4a209..ed7685f1a 100644 --- a/config/core.entity_view_display.node.action_point.default.yml +++ b/config/core.entity_view_display.node.action_point.default.yml @@ -26,80 +26,80 @@ bundle: action_point mode: default content: body: - label: hidden type: text_default - weight: 0 + label: hidden settings: { } third_party_settings: { } + weight: 0 region: content field_ap_date: - label: above - weight: 2 type: datetime_default + label: above settings: - format_type: medium timezone_override: '' + format_type: medium third_party_settings: { } + weight: 2 region: content field_ap_progress_overview: - label: above - weight: 4 type: text_default + label: above settings: { } third_party_settings: { } + weight: 4 region: content field_ap_responsibility: - label: above - weight: 6 type: entity_reference_label + label: above settings: link: false third_party_settings: { } + weight: 6 region: content field_ap_status: - label: above - weight: 3 type: list_default + label: above settings: { } third_party_settings: { } + weight: 3 region: content field_ap_topic: - label: above - weight: 7 type: string + label: above settings: link_to_entity: false third_party_settings: { } + weight: 7 region: content field_contact: - label: above - weight: 5 type: entity_reference_label + label: above settings: link: false third_party_settings: { } + weight: 5 region: content field_date: - label: above - weight: 1 type: datetime_default + label: above settings: - format_type: medium timezone_override: '' + format_type: medium third_party_settings: { } + weight: 1 region: content group_content_access: - label: above - weight: 8 type: list_default + label: above settings: { } third_party_settings: { } + weight: 8 region: content links: - weight: 10 - region: content settings: { } third_party_settings: { } + weight: 10 + region: content hidden: field_iasc_audience: true langcode: true diff --git a/config/core.entity_view_display.node.action_point.featured.yml b/config/core.entity_view_display.node.action_point.featured.yml index 9040a591a..d155d35cc 100644 --- a/config/core.entity_view_display.node.action_point.featured.yml +++ b/config/core.entity_view_display.node.action_point.featured.yml @@ -24,9 +24,9 @@ bundle: action_point mode: featured content: links: - weight: 100 settings: { } third_party_settings: { } + weight: 100 region: content hidden: body: true diff --git a/config/core.entity_view_display.node.action_point.full.yml b/config/core.entity_view_display.node.action_point.full.yml index df606e8e5..ec02674a0 100644 --- a/config/core.entity_view_display.node.action_point.full.yml +++ b/config/core.entity_view_display.node.action_point.full.yml @@ -27,80 +27,80 @@ bundle: action_point mode: full content: body: - label: hidden type: text_default - weight: 0 + label: hidden settings: { } third_party_settings: { } + weight: 0 region: content field_ap_date: - label: above - weight: 2 type: datetime_default + label: above settings: - format_type: medium timezone_override: '' + format_type: medium third_party_settings: { } + weight: 2 region: content field_ap_progress_overview: - label: above - weight: 4 type: text_default + label: above settings: { } third_party_settings: { } + weight: 4 region: content field_ap_responsibility: - label: above - weight: 6 type: entity_reference_label + label: above settings: link: false third_party_settings: { } + weight: 6 region: content field_ap_status: - label: above - weight: 3 type: list_default + label: above settings: { } third_party_settings: { } + weight: 3 region: content field_ap_topic: - label: above - weight: 7 type: string + label: above settings: link_to_entity: false third_party_settings: { } + weight: 7 region: content field_contact: - label: above - weight: 5 type: entity_reference_label + label: above settings: link: false third_party_settings: { } + weight: 5 region: content field_date: - label: above - weight: 1 type: datetime_default + label: above settings: - format_type: medium timezone_override: '' + format_type: medium third_party_settings: { } + weight: 1 region: content group_content_access: - label: above - weight: 8 type: list_default + label: above settings: { } third_party_settings: { } + weight: 8 region: content links: - weight: 10 - region: content settings: { } third_party_settings: { } + weight: 10 + region: content hidden: field_iasc_audience: true langcode: true diff --git a/config/core.entity_view_display.node.action_point.search_result.yml b/config/core.entity_view_display.node.action_point.search_result.yml index 17f1198c1..6b840da60 100644 --- a/config/core.entity_view_display.node.action_point.search_result.yml +++ b/config/core.entity_view_display.node.action_point.search_result.yml @@ -25,18 +25,18 @@ bundle: action_point mode: search_result content: body: - label: hidden type: text_summary_or_trimmed - weight: 0 + label: hidden settings: trim_length: 600 third_party_settings: { } + weight: 0 region: content links: - weight: 1 - region: content settings: { } third_party_settings: { } + weight: 1 + region: content hidden: field_ap_date: true field_ap_progress_overview: true diff --git a/config/core.entity_view_display.node.action_point.teaser.yml b/config/core.entity_view_display.node.action_point.teaser.yml index 0705b6360..04916b573 100644 --- a/config/core.entity_view_display.node.action_point.teaser.yml +++ b/config/core.entity_view_display.node.action_point.teaser.yml @@ -25,17 +25,17 @@ bundle: action_point mode: teaser content: body: - label: hidden type: text_summary_or_trimmed - weight: 101 + label: hidden settings: trim_length: 600 third_party_settings: { } + weight: 101 region: content links: - weight: 100 settings: { } third_party_settings: { } + weight: 100 region: content hidden: field_ap_date: true diff --git a/config/core.entity_view_display.node.announcement.default.yml b/config/core.entity_view_display.node.announcement.default.yml index 9dde01242..59ce6924a 100644 --- a/config/core.entity_view_display.node.announcement.default.yml +++ b/config/core.entity_view_display.node.announcement.default.yml @@ -28,25 +28,24 @@ bundle: announcement mode: default content: body: - label: hidden type: text_default - weight: 1 + label: hidden settings: { } third_party_settings: { } + weight: 1 region: content field_contact: - label: above - weight: 3 type: entity_reference_entity_view + label: above settings: view_mode: bio_long link: false third_party_settings: { } + weight: 3 region: content field_links: - label: above - weight: 2 type: link + label: above settings: trim_length: 80 url_only: false @@ -54,39 +53,40 @@ content: rel: '' target: '' third_party_settings: { } + weight: 2 region: content field_published_date: - label: inline - weight: 0 type: datetime_default + label: inline settings: timezone_override: '' format_type: published_date third_party_settings: { } + weight: 0 region: content field_referenced_docs: - label: above - weight: 5 type: entity_reference_label + label: above settings: link: true third_party_settings: { } + weight: 5 region: content oa_section_ref: - label: above - weight: 6 type: entity_reference_label + label: above settings: link: true third_party_settings: { } + weight: 6 region: content og_group_ref: - label: above - weight: 4 type: entity_reference_label + label: above settings: link: true third_party_settings: { } + weight: 4 region: content hidden: field_grand_bargain_content: true diff --git a/config/core.entity_view_display.node.announcement.featured.yml b/config/core.entity_view_display.node.announcement.featured.yml index f29f27714..2c9f48d49 100644 --- a/config/core.entity_view_display.node.announcement.featured.yml +++ b/config/core.entity_view_display.node.announcement.featured.yml @@ -27,13 +27,13 @@ mode: featured content: field_thumbnail: type: entity_reference_entity_view - weight: 0 - region: content label: hidden settings: view_mode: thumbnail link: false third_party_settings: { } + weight: 0 + region: content hidden: body: true field_contact: true diff --git a/config/core.entity_view_display.node.announcement.full.yml b/config/core.entity_view_display.node.announcement.full.yml index 15c1fbb59..c166cb0dc 100644 --- a/config/core.entity_view_display.node.announcement.full.yml +++ b/config/core.entity_view_display.node.announcement.full.yml @@ -29,25 +29,24 @@ bundle: announcement mode: full content: body: - label: hidden type: text_default - weight: 1 + label: hidden settings: { } third_party_settings: { } + weight: 1 region: content field_contact: - label: above - weight: 3 type: entity_reference_entity_view + label: above settings: view_mode: bio_long link: false third_party_settings: { } + weight: 3 region: content field_links: - label: above - weight: 2 type: link + label: above settings: trim_length: 80 url_only: false @@ -55,39 +54,40 @@ content: rel: '' target: '' third_party_settings: { } + weight: 2 region: content field_published_date: - label: inline - weight: 0 type: datetime_default + label: inline settings: timezone_override: '' format_type: published_date third_party_settings: { } + weight: 0 region: content field_referenced_docs: - label: above - weight: 5 type: entity_reference_label + label: above settings: link: true third_party_settings: { } + weight: 5 region: content oa_section_ref: - label: above - weight: 6 type: entity_reference_label + label: above settings: link: true third_party_settings: { } + weight: 6 region: content og_group_ref: - label: above - weight: 4 type: entity_reference_label + label: above settings: link: true third_party_settings: { } + weight: 4 region: content hidden: field_grand_bargain_content: true diff --git a/config/core.entity_view_display.node.announcement.search_result.yml b/config/core.entity_view_display.node.announcement.search_result.yml index 1641fa94a..54e8ff6a1 100644 --- a/config/core.entity_view_display.node.announcement.search_result.yml +++ b/config/core.entity_view_display.node.announcement.search_result.yml @@ -28,27 +28,27 @@ bundle: announcement mode: search_result content: body: - label: hidden type: text_summary_or_trimmed - weight: 1 + label: hidden settings: trim_length: 600 third_party_settings: { } + weight: 1 region: content field_published_date: type: datetime_default - weight: 0 - region: content label: inline settings: timezone_override: '' format_type: published_date third_party_settings: { } - links: - weight: 2 + weight: 0 region: content + links: settings: { } third_party_settings: { } + weight: 2 + region: content hidden: field_contact: true field_grand_bargain_content: true diff --git a/config/core.entity_view_display.node.announcement.teaser.yml b/config/core.entity_view_display.node.announcement.teaser.yml index 9838d51b4..ae82d55bf 100644 --- a/config/core.entity_view_display.node.announcement.teaser.yml +++ b/config/core.entity_view_display.node.announcement.teaser.yml @@ -29,30 +29,30 @@ mode: teaser content: body: type: text_summary_or_trimmed - weight: 2 - region: content label: hidden settings: trim_length: 600 third_party_settings: { } + weight: 2 + region: content field_published_date: type: datetime_default - weight: 1 - region: content label: inline settings: timezone_override: '' format_type: published_date third_party_settings: { } + weight: 1 + region: content field_thumbnail: type: entity_reference_entity_view - weight: 0 - region: content label: hidden settings: view_mode: product_thumbnail link: false third_party_settings: { } + weight: 0 + region: content hidden: field_contact: true field_grand_bargain_content: true diff --git a/config/core.entity_view_display.node.announcement.title.yml b/config/core.entity_view_display.node.announcement.title.yml index fcb86e9db..abccd6d1e 100644 --- a/config/core.entity_view_display.node.announcement.title.yml +++ b/config/core.entity_view_display.node.announcement.title.yml @@ -27,13 +27,13 @@ bundle: announcement mode: title content: field_published_date: - label: hidden - weight: 0 type: datetime_default + label: hidden settings: timezone_override: '' format_type: published_date third_party_settings: { } + weight: 0 region: content hidden: body: true diff --git a/config/core.entity_view_display.node.contact.bio_long.yml b/config/core.entity_view_display.node.contact.bio_long.yml index 30e0c06bb..4b34362c7 100644 --- a/config/core.entity_view_display.node.contact.bio_long.yml +++ b/config/core.entity_view_display.node.contact.bio_long.yml @@ -34,9 +34,8 @@ bundle: contact mode: bio_long content: field_email: - label: inline - weight: 3 type: email_spamspan + label: inline settings: spamspan_at: ' [at] ' spamspan_dot: ' [dot] ' @@ -47,31 +46,32 @@ content: spamspan_form_default_displaytext: 'contact form' spamspan_use_form: 0 third_party_settings: { } + weight: 3 region: content field_media_photo: type: media_thumbnail - weight: 0 - region: content label: hidden settings: - image_style: thumbnail image_link: '' + image_style: thumbnail third_party_settings: { } + weight: 0 + region: content field_organisation: type: entity_reference_label - weight: 2 - region: content label: hidden settings: link: false third_party_settings: { } + weight: 2 + region: content field_position: - label: hidden - weight: 1 type: string + label: hidden settings: link_to_entity: false third_party_settings: { } + weight: 1 region: content hidden: body: true diff --git a/config/core.entity_view_display.node.contact.bio_short.yml b/config/core.entity_view_display.node.contact.bio_short.yml index 76bcbc565..d6b243f61 100644 --- a/config/core.entity_view_display.node.contact.bio_short.yml +++ b/config/core.entity_view_display.node.contact.bio_short.yml @@ -34,29 +34,29 @@ mode: bio_short content: field_media_photo: type: media_thumbnail - weight: 0 - region: content label: hidden settings: - image_style: thumbnail image_link: '' + image_style: thumbnail third_party_settings: { } + weight: 0 + region: content field_organisation: - label: hidden - weight: 2 type: entity_reference_label + label: hidden settings: link: false third_party_settings: { } + weight: 2 region: content field_position: type: string - weight: 1 - region: content label: hidden settings: link_to_entity: false third_party_settings: { } + weight: 1 + region: content hidden: body: true field_address: true diff --git a/config/core.entity_view_display.node.contact.default.yml b/config/core.entity_view_display.node.contact.default.yml index 1b830b22c..968c6a07a 100644 --- a/config/core.entity_view_display.node.contact.default.yml +++ b/config/core.entity_view_display.node.contact.default.yml @@ -37,39 +37,38 @@ bundle: contact mode: default content: body: - label: above type: text_default - weight: 8 + label: above settings: { } third_party_settings: { } + weight: 8 region: content field_address: - label: above - weight: 6 type: address_default + label: above settings: { } third_party_settings: { } + weight: 6 region: content field_branch: - label: inline - weight: 4 type: string + label: inline settings: link_to_entity: false third_party_settings: { } + weight: 4 region: content field_department: - label: inline - weight: 3 type: string + label: inline settings: link_to_entity: false third_party_settings: { } + weight: 3 region: content field_email: - label: inline - weight: 1 type: email_spamspan + label: inline settings: spamspan_at: ' [at] ' spamspan_use_graphic: 0 @@ -80,19 +79,19 @@ content: spamspan_form_default_url: contact spamspan_form_default_displaytext: 'contact form' third_party_settings: { } + weight: 1 region: content field_fax: - label: inline - weight: 5 type: string + label: inline settings: link_to_entity: false third_party_settings: { } + weight: 5 region: content field_homepage: - label: inline - weight: 7 type: link + label: inline settings: trim_length: 80 url_only: false @@ -100,40 +99,41 @@ content: rel: '' target: '' third_party_settings: { } + weight: 7 region: content field_membership: - label: above - weight: 9 type: entity_reference_revisions_entity_view + label: above settings: view_mode: full link: '' third_party_settings: { } + weight: 9 region: content field_organisation: - label: above - weight: 10 type: entity_reference_label + label: above settings: link: true third_party_settings: { } + weight: 10 region: content field_photo: - label: hidden - weight: 0 type: image + label: hidden settings: - image_style: thumbnail image_link: '' + image_style: thumbnail third_party_settings: { } + weight: 0 region: content field_position: - label: inline - weight: 2 type: string + label: inline settings: link_to_entity: false third_party_settings: { } + weight: 2 region: content hidden: field_first_name: true diff --git a/config/core.entity_view_display.node.contact.featured.yml b/config/core.entity_view_display.node.contact.featured.yml index 1efe7bc5d..e92b41863 100644 --- a/config/core.entity_view_display.node.contact.featured.yml +++ b/config/core.entity_view_display.node.contact.featured.yml @@ -31,9 +31,9 @@ bundle: contact mode: featured content: links: - weight: 100 settings: { } third_party_settings: { } + weight: 100 region: content hidden: body: true diff --git a/config/core.entity_view_display.node.contact.full.yml b/config/core.entity_view_display.node.contact.full.yml index a9a40d2f9..63f033f6d 100644 --- a/config/core.entity_view_display.node.contact.full.yml +++ b/config/core.entity_view_display.node.contact.full.yml @@ -38,39 +38,38 @@ bundle: contact mode: full content: body: - label: above type: text_default - weight: 8 + label: above settings: { } third_party_settings: { } + weight: 8 region: content field_address: - label: above - weight: 6 type: address_default + label: above settings: { } third_party_settings: { } + weight: 6 region: content field_branch: - label: inline - weight: 4 type: string + label: inline settings: link_to_entity: false third_party_settings: { } + weight: 4 region: content field_department: - label: inline - weight: 3 type: string + label: inline settings: link_to_entity: false third_party_settings: { } + weight: 3 region: content field_email: - label: inline - weight: 1 type: email_spamspan + label: inline settings: spamspan_at: ' [at] ' spamspan_use_graphic: 0 @@ -81,19 +80,19 @@ content: spamspan_form_default_url: contact spamspan_form_default_displaytext: 'contact form' third_party_settings: { } + weight: 1 region: content field_fax: - label: inline - weight: 5 type: string + label: inline settings: link_to_entity: false third_party_settings: { } + weight: 5 region: content field_homepage: - label: inline - weight: 7 type: link + label: inline settings: trim_length: 80 url_only: false @@ -101,40 +100,41 @@ content: rel: '' target: '' third_party_settings: { } + weight: 7 region: content field_membership: - label: above - weight: 9 type: entity_reference_revisions_entity_view + label: above settings: view_mode: full link: '' third_party_settings: { } + weight: 9 region: content field_organisation: - label: above - weight: 10 type: entity_reference_label + label: above settings: link: true third_party_settings: { } + weight: 10 region: content field_photo: - label: hidden - weight: 0 type: image + label: hidden settings: - image_style: thumbnail image_link: '' + image_style: thumbnail third_party_settings: { } + weight: 0 region: content field_position: - label: inline - weight: 2 type: string + label: inline settings: link_to_entity: false third_party_settings: { } + weight: 2 region: content hidden: field_first_name: true diff --git a/config/core.entity_view_display.node.contact.search_result.yml b/config/core.entity_view_display.node.contact.search_result.yml index 36f5b6a2a..40df8c07f 100644 --- a/config/core.entity_view_display.node.contact.search_result.yml +++ b/config/core.entity_view_display.node.contact.search_result.yml @@ -32,25 +32,25 @@ mode: search_result content: field_organisation: type: entity_reference_label - weight: 1 - region: content label: inline settings: link: false third_party_settings: { } + weight: 1 + region: content field_position: type: string - weight: 0 - region: content label: inline settings: link_to_entity: false third_party_settings: { } - links: - weight: 2 + weight: 0 region: content + links: settings: { } third_party_settings: { } + weight: 2 + region: content hidden: body: true field_address: true diff --git a/config/core.entity_view_display.node.contact.teaser.yml b/config/core.entity_view_display.node.contact.teaser.yml index bbfe97bca..4359f0281 100644 --- a/config/core.entity_view_display.node.contact.teaser.yml +++ b/config/core.entity_view_display.node.contact.teaser.yml @@ -34,37 +34,37 @@ mode: teaser content: field_email: type: string - weight: 3 - region: content label: inline settings: link_to_entity: false third_party_settings: { } + weight: 3 + region: content field_organisation: type: entity_reference_label - weight: 2 - region: content label: hidden settings: link: true third_party_settings: { } + weight: 2 + region: content field_photo: type: image - weight: 0 - region: content label: hidden settings: - image_style: thumbnail image_link: '' + image_style: thumbnail third_party_settings: { } + weight: 0 + region: content field_position: type: string - weight: 1 - region: content label: hidden settings: link_to_entity: false third_party_settings: { } + weight: 1 + region: content hidden: body: true field_address: true diff --git a/config/core.entity_view_display.node.oa_event.bio_long.yml b/config/core.entity_view_display.node.oa_event.bio_long.yml index 1cc20d1db..e00ba3e36 100644 --- a/config/core.entity_view_display.node.oa_event.bio_long.yml +++ b/config/core.entity_view_display.node.oa_event.bio_long.yml @@ -35,9 +35,9 @@ bundle: oa_event mode: bio_long content: links: - weight: 100 settings: { } third_party_settings: { } + weight: 100 region: content hidden: body: true diff --git a/config/core.entity_view_display.node.oa_event.bio_short.yml b/config/core.entity_view_display.node.oa_event.bio_short.yml index 28a7af52e..e86a79331 100644 --- a/config/core.entity_view_display.node.oa_event.bio_short.yml +++ b/config/core.entity_view_display.node.oa_event.bio_short.yml @@ -35,9 +35,9 @@ bundle: oa_event mode: bio_short content: links: - weight: 100 settings: { } third_party_settings: { } + weight: 100 region: content hidden: body: true diff --git a/config/core.entity_view_display.node.oa_event.default.yml b/config/core.entity_view_display.node.oa_event.default.yml index 38450b139..f4abd42c9 100644 --- a/config/core.entity_view_display.node.oa_event.default.yml +++ b/config/core.entity_view_display.node.oa_event.default.yml @@ -38,125 +38,125 @@ bundle: oa_event mode: default content: body: - label: hidden type: text_default - weight: 1 + label: hidden settings: { } third_party_settings: { } + weight: 1 region: content field_additional_locations: - label: above - weight: 4 type: entity_reference_revisions_entity_view + label: above settings: view_mode: full link: '' third_party_settings: { } + weight: 4 region: content field_agenda_items: - label: above - weight: 9 type: entity_reference_revisions_entity_view + label: above settings: view_mode: full link: '' third_party_settings: { } + weight: 9 region: content field_city: - label: inline - weight: 3 type: string + label: inline settings: link_to_entity: false third_party_settings: { } + weight: 3 region: content field_contact: - label: above - weight: 2 type: entity_reference_label + label: above settings: link: false third_party_settings: { } + weight: 2 region: content field_dial_in_meeting: type: boolean - weight: 12 - region: content label: above settings: format: default format_custom_false: '' format_custom_true: '' third_party_settings: { } + weight: 12 + region: content field_host: - label: above - weight: 0 type: entity_reference_label + label: above settings: link: true third_party_settings: { } + weight: 0 region: content field_info_private: type: text_default - weight: 13 - region: content label: above settings: { } third_party_settings: { } + weight: 13 + region: content field_meeting_agendas: - label: above - weight: 7 type: entity_reference_entity_view + label: above settings: view_mode: default link: false third_party_settings: { } + weight: 7 region: content field_meeting_notes: - label: above - weight: 8 type: entity_reference_entity_view + label: above settings: view_mode: default link: false third_party_settings: { } + weight: 8 region: content field_oa_date: - weight: 11 + type: date_recur_basic_formatter label: above settings: + timezone_override: '' format_type: long - occurrence_format_type: long - same_end_date_format_type: long separator: '-' - timezone_override: '' - interpreter: '' show_next: 5 count_per_item: true + occurrence_format_type: long + same_end_date_format_type: long + interpreter: '' third_party_settings: { } - type: date_recur_basic_formatter + weight: 11 region: content field_room: - label: inline - weight: 6 type: string + label: inline settings: link_to_entity: false third_party_settings: { } + weight: 6 region: content field_venue: - label: inline - weight: 5 type: string + label: inline settings: link_to_entity: false third_party_settings: { } + weight: 5 region: content links: - weight: 10 - region: content settings: { } third_party_settings: { } + weight: 10 + region: content hidden: field_iasc_audience: true field_legacy_publish: true diff --git a/config/core.entity_view_display.node.oa_event.featured.yml b/config/core.entity_view_display.node.oa_event.featured.yml index 14ce5a60a..d73e7c3e1 100644 --- a/config/core.entity_view_display.node.oa_event.featured.yml +++ b/config/core.entity_view_display.node.oa_event.featured.yml @@ -36,13 +36,13 @@ mode: featured content: field_thumbnail: type: entity_reference_entity_view - weight: 0 - region: content label: hidden settings: view_mode: thumbnail link: false third_party_settings: { } + weight: 0 + region: content hidden: body: true field_additional_locations: true diff --git a/config/core.entity_view_display.node.oa_event.full.yml b/config/core.entity_view_display.node.oa_event.full.yml index 361f6e73c..7f9efbcea 100644 --- a/config/core.entity_view_display.node.oa_event.full.yml +++ b/config/core.entity_view_display.node.oa_event.full.yml @@ -39,120 +39,120 @@ bundle: oa_event mode: full content: body: - label: hidden type: text_default - weight: 2 + label: hidden settings: { } third_party_settings: { } + weight: 2 region: content field_additional_locations: - label: above - weight: 5 type: entity_reference_revisions_entity_view + label: above settings: view_mode: full link: '' third_party_settings: { } + weight: 5 region: content field_agenda_items: - label: above - weight: 10 type: entity_reference_revisions_entity_view + label: above settings: view_mode: full link: '' third_party_settings: { } + weight: 10 region: content field_city: - label: inline - weight: 4 type: string + label: inline settings: link_to_entity: false third_party_settings: { } + weight: 4 region: content field_contact: - label: above - weight: 3 type: entity_reference_entity_view + label: above settings: view_mode: teaser link: false third_party_settings: { } + weight: 3 region: content field_dial_in_meeting: type: boolean - weight: 12 - region: content label: above settings: format: default format_custom_false: '' format_custom_true: '' third_party_settings: { } + weight: 12 + region: content field_host: - label: above - weight: 0 type: entity_reference_label + label: above settings: link: true third_party_settings: { } + weight: 0 region: content field_info_private: type: text_default - weight: 11 - region: content label: above settings: { } third_party_settings: { } + weight: 11 + region: content field_meeting_agendas: - label: above - weight: 8 type: entity_reference_entity_view + label: above settings: view_mode: title link: false third_party_settings: { } + weight: 8 region: content field_meeting_notes: - label: above - weight: 9 type: entity_reference_entity_view + label: above settings: view_mode: title link: false third_party_settings: { } + weight: 9 region: content field_oa_date: type: date_recur_basic_formatter - weight: 1 - region: content label: hidden settings: + timezone_override: '' format_type: medium - occurrence_format_type: medium - same_end_date_format_type: medium separator: to - timezone_override: '' - interpreter: '' show_next: 100 count_per_item: true + occurrence_format_type: medium + same_end_date_format_type: medium + interpreter: '' third_party_settings: { } + weight: 1 + region: content field_room: - label: inline - weight: 7 type: string + label: inline settings: link_to_entity: false third_party_settings: { } + weight: 7 region: content field_venue: - label: inline - weight: 6 type: string + label: inline settings: link_to_entity: false third_party_settings: { } + weight: 6 region: content hidden: field_iasc_audience: true diff --git a/config/core.entity_view_display.node.oa_event.notifications.yml b/config/core.entity_view_display.node.oa_event.notifications.yml index 686cceadb..d39bd908a 100644 --- a/config/core.entity_view_display.node.oa_event.notifications.yml +++ b/config/core.entity_view_display.node.oa_event.notifications.yml @@ -35,9 +35,9 @@ bundle: oa_event mode: notifications content: links: - weight: 100 settings: { } third_party_settings: { } + weight: 100 region: content hidden: body: true diff --git a/config/core.entity_view_display.node.oa_event.search_result.yml b/config/core.entity_view_display.node.oa_event.search_result.yml index 74e3de1ac..d1a6b4d16 100644 --- a/config/core.entity_view_display.node.oa_event.search_result.yml +++ b/config/core.entity_view_display.node.oa_event.search_result.yml @@ -36,18 +36,18 @@ bundle: oa_event mode: search_result content: body: - label: hidden type: text_summary_or_trimmed - weight: 0 + label: hidden settings: trim_length: 600 third_party_settings: { } + weight: 0 region: content links: - weight: 1 - region: content settings: { } third_party_settings: { } + weight: 1 + region: content hidden: field_additional_locations: true field_agenda_items: true diff --git a/config/core.entity_view_display.node.oa_event.teaser.yml b/config/core.entity_view_display.node.oa_event.teaser.yml index 4f7501c35..50fcf54ee 100644 --- a/config/core.entity_view_display.node.oa_event.teaser.yml +++ b/config/core.entity_view_display.node.oa_event.teaser.yml @@ -37,51 +37,51 @@ bundle: oa_event mode: teaser content: field_city: - label: hidden - weight: 2 type: string + label: hidden settings: link_to_entity: false third_party_settings: { } + weight: 2 region: content field_oa_date: type: date_recur_basic_formatter - weight: 0 - region: content label: hidden settings: + timezone_override: '' format_type: medium - occurrence_format_type: medium - same_end_date_format_type: medium separator: '-' - timezone_override: '' - interpreter: '' show_next: 5 count_per_item: true + occurrence_format_type: medium + same_end_date_format_type: medium + interpreter: '' third_party_settings: { } + weight: 0 + region: content field_room: - label: hidden - weight: 3 type: string + label: hidden settings: link_to_entity: false third_party_settings: { } + weight: 3 region: content field_venue: - label: hidden - weight: 1 type: string + label: hidden settings: link_to_entity: false third_party_settings: { } + weight: 1 region: content og_group_ref: - label: hidden - weight: 4 type: entity_reference_label + label: hidden settings: link: true third_party_settings: { } + weight: 4 region: content hidden: body: true diff --git a/config/core.entity_view_display.node.oa_event.title.yml b/config/core.entity_view_display.node.oa_event.title.yml index bac0793c8..a2a1024a9 100644 --- a/config/core.entity_view_display.node.oa_event.title.yml +++ b/config/core.entity_view_display.node.oa_event.title.yml @@ -37,27 +37,27 @@ bundle: oa_event mode: title content: field_city: - label: inline - weight: 1 type: string + label: inline settings: link_to_entity: false third_party_settings: { } + weight: 1 region: content field_oa_date: - weight: 0 + type: date_recur_basic_formatter label: inline settings: + timezone_override: '' format_type: medium - occurrence_format_type: medium - same_end_date_format_type: medium separator: '-' - timezone_override: '' - interpreter: '' show_next: 5 count_per_item: true + occurrence_format_type: medium + same_end_date_format_type: medium + interpreter: '' third_party_settings: { } - type: date_recur_basic_formatter + weight: 0 region: content hidden: body: true diff --git a/config/core.entity_view_display.node.oa_section.bio_long.yml b/config/core.entity_view_display.node.oa_section.bio_long.yml index e4900f17d..e5d9c6415 100644 --- a/config/core.entity_view_display.node.oa_section.bio_long.yml +++ b/config/core.entity_view_display.node.oa_section.bio_long.yml @@ -24,9 +24,9 @@ bundle: oa_section mode: bio_long content: links: - weight: 100 settings: { } third_party_settings: { } + weight: 100 region: content hidden: body: true diff --git a/config/core.entity_view_display.node.oa_section.bio_short.yml b/config/core.entity_view_display.node.oa_section.bio_short.yml index 2620e97cd..ca5c78dd3 100644 --- a/config/core.entity_view_display.node.oa_section.bio_short.yml +++ b/config/core.entity_view_display.node.oa_section.bio_short.yml @@ -24,9 +24,9 @@ bundle: oa_section mode: bio_short content: links: - weight: 100 settings: { } third_party_settings: { } + weight: 100 region: content hidden: body: true diff --git a/config/core.entity_view_display.node.oa_section.default.yml b/config/core.entity_view_display.node.oa_section.default.yml index 90966fa5d..5649756a9 100644 --- a/config/core.entity_view_display.node.oa_section.default.yml +++ b/config/core.entity_view_display.node.oa_section.default.yml @@ -26,65 +26,65 @@ bundle: oa_section mode: default content: body: - label: hidden type: text_default - weight: 6 + label: hidden settings: { } third_party_settings: { } + weight: 6 region: content field_content: - weight: 7 + type: entity_reference_revisions_entity_view label: hidden settings: view_mode: default link: '' third_party_settings: { } - type: entity_reference_revisions_entity_view + weight: 7 region: content field_oa_group_ref: - label: above - weight: 0 type: entity_reference_label + label: above settings: link: true third_party_settings: { } + weight: 0 region: content field_oa_node_types: - label: above - weight: 4 type: list_default + label: above settings: { } third_party_settings: { } + weight: 4 region: content field_oa_section: - label: above - weight: 3 type: entity_reference_label + label: above settings: link: true third_party_settings: { } + weight: 3 region: content field_oa_team_ref: - label: above - weight: 1 type: entity_reference_label + label: above settings: link: true third_party_settings: { } + weight: 1 region: content field_oa_user_ref: - label: above - weight: 2 type: entity_reference_label + label: above settings: link: true third_party_settings: { } + weight: 2 region: content links: - weight: 5 - region: content settings: { } third_party_settings: { } + weight: 5 + region: content hidden: field_iasc_audience: true field_oa_section_override: true diff --git a/config/core.entity_view_display.node.oa_section.featured.yml b/config/core.entity_view_display.node.oa_section.featured.yml index d4f3871f8..0bc9128df 100644 --- a/config/core.entity_view_display.node.oa_section.featured.yml +++ b/config/core.entity_view_display.node.oa_section.featured.yml @@ -24,9 +24,9 @@ bundle: oa_section mode: featured content: links: - weight: 100 settings: { } third_party_settings: { } + weight: 100 region: content hidden: body: true diff --git a/config/core.entity_view_display.node.oa_section.teaser.yml b/config/core.entity_view_display.node.oa_section.teaser.yml index adf32a21d..9ac681b32 100644 --- a/config/core.entity_view_display.node.oa_section.teaser.yml +++ b/config/core.entity_view_display.node.oa_section.teaser.yml @@ -25,17 +25,17 @@ bundle: oa_section mode: teaser content: body: - label: hidden type: text_summary_or_trimmed - weight: 101 + label: hidden settings: trim_length: 600 third_party_settings: { } + weight: 101 region: content links: - weight: 100 settings: { } third_party_settings: { } + weight: 100 region: content hidden: field_content: true diff --git a/config/core.entity_view_display.node.oa_wiki_page.bio_long.yml b/config/core.entity_view_display.node.oa_wiki_page.bio_long.yml index 572799fd5..6fa516e1d 100644 --- a/config/core.entity_view_display.node.oa_wiki_page.bio_long.yml +++ b/config/core.entity_view_display.node.oa_wiki_page.bio_long.yml @@ -31,9 +31,9 @@ bundle: oa_wiki_page mode: bio_long content: links: - weight: 100 settings: { } third_party_settings: { } + weight: 100 region: content hidden: body: true diff --git a/config/core.entity_view_display.node.oa_wiki_page.bio_short.yml b/config/core.entity_view_display.node.oa_wiki_page.bio_short.yml index 666458173..ef0b849b6 100644 --- a/config/core.entity_view_display.node.oa_wiki_page.bio_short.yml +++ b/config/core.entity_view_display.node.oa_wiki_page.bio_short.yml @@ -31,9 +31,9 @@ bundle: oa_wiki_page mode: bio_short content: links: - weight: 100 settings: { } third_party_settings: { } + weight: 100 region: content hidden: body: true diff --git a/config/core.entity_view_display.node.oa_wiki_page.default.yml b/config/core.entity_view_display.node.oa_wiki_page.default.yml index 6a41b7607..2d203ae05 100644 --- a/config/core.entity_view_display.node.oa_wiki_page.default.yml +++ b/config/core.entity_view_display.node.oa_wiki_page.default.yml @@ -34,109 +34,109 @@ bundle: oa_wiki_page mode: default content: body: - label: hidden type: text_default - weight: 11 + label: hidden settings: { } third_party_settings: { } + weight: 11 region: content field_category: - label: above - weight: 5 type: entity_reference_label + label: above settings: link: true third_party_settings: { } + weight: 5 region: content field_document_no: - label: above - weight: 3 type: string + label: above settings: link_to_entity: false third_party_settings: { } + weight: 3 region: content field_document_type: - label: above - weight: 6 type: entity_reference_label + label: above settings: link: true third_party_settings: { } + weight: 6 region: content field_legacy_publish: - label: above - weight: 7 type: string + label: above settings: link_to_entity: false third_party_settings: { } + weight: 7 region: content field_media_files: type: entity_reference_entity_view - weight: 13 label: above settings: view_mode: default link: false third_party_settings: { } + weight: 13 region: content field_oa_media: - label: above - weight: 2 type: file_default + label: above settings: use_description_as_link_text: true third_party_settings: { } + weight: 2 region: content field_oa_wiki_page_no_redirect: - label: above - weight: 4 type: boolean + label: above settings: format: default format_custom_false: '' format_custom_true: '' third_party_settings: { } + weight: 4 region: content field_product_thumbnail: - label: hidden - weight: 1 type: image + label: hidden settings: - image_style: '' image_link: '' + image_style: '' third_party_settings: { } + weight: 1 region: content field_published_date: - label: above - weight: 8 type: datetime_default + label: above settings: - format_type: medium timezone_override: '' + format_type: medium third_party_settings: { } + weight: 8 region: content field_thumbnail: - weight: 12 + type: entity_reference_label label: above settings: link: true third_party_settings: { } - type: entity_reference_label + weight: 12 region: content links: - weight: 10 - region: content settings: { } third_party_settings: { } + weight: 10 + region: content oa_section_ref: - label: above - weight: 0 type: entity_reference_label + label: above settings: link: true third_party_settings: { } + weight: 0 region: content hidden: field_iasc_audience: true diff --git a/config/core.entity_view_display.node.oa_wiki_page.featured.yml b/config/core.entity_view_display.node.oa_wiki_page.featured.yml index 9617d6bbf..c2e95c326 100644 --- a/config/core.entity_view_display.node.oa_wiki_page.featured.yml +++ b/config/core.entity_view_display.node.oa_wiki_page.featured.yml @@ -32,13 +32,13 @@ mode: featured content: field_thumbnail: type: entity_reference_entity_view - weight: 0 - region: content label: hidden settings: view_mode: thumbnail link: false third_party_settings: { } + weight: 0 + region: content hidden: body: true field_category: true diff --git a/config/core.entity_view_display.node.oa_wiki_page.full.yml b/config/core.entity_view_display.node.oa_wiki_page.full.yml index 8a338fae0..639c666df 100644 --- a/config/core.entity_view_display.node.oa_wiki_page.full.yml +++ b/config/core.entity_view_display.node.oa_wiki_page.full.yml @@ -33,46 +33,46 @@ bundle: oa_wiki_page mode: full content: body: - label: hidden type: text_default - weight: 1 + label: hidden settings: { } third_party_settings: { } + weight: 1 region: content field_category: - label: above - weight: 3 type: entity_reference_label + label: above settings: link: false third_party_settings: { } + weight: 3 region: content field_media_files: type: entity_reference_entity_view - weight: 2 - region: content label: above settings: - link: true view_mode: default + link: true third_party_settings: { } + weight: 2 + region: content field_published_date: type: datetime_default - weight: 0 - region: content label: inline settings: timezone_override: '' format_type: teaser third_party_settings: { } + weight: 0 + region: content og_group_ref: type: entity_reference_label - weight: 4 - region: content label: above settings: link: true third_party_settings: { } + weight: 4 + region: content hidden: field_document_no: true field_document_type: true diff --git a/config/core.entity_view_display.node.oa_wiki_page.search_result.yml b/config/core.entity_view_display.node.oa_wiki_page.search_result.yml index 0d7e23971..4ed688336 100644 --- a/config/core.entity_view_display.node.oa_wiki_page.search_result.yml +++ b/config/core.entity_view_display.node.oa_wiki_page.search_result.yml @@ -33,36 +33,36 @@ bundle: oa_wiki_page mode: search_result content: body: - label: hidden type: text_summary_or_trimmed - weight: 2 + label: hidden settings: trim_length: 600 third_party_settings: { } + weight: 2 region: content field_published_date: type: datetime_default - weight: 1 - region: content label: inline settings: timezone_override: '' format_type: published_date third_party_settings: { } + weight: 1 + region: content field_thumbnail: type: entity_reference_entity_view - weight: 0 - region: content label: hidden settings: view_mode: product_thumbnail link: false third_party_settings: { } - links: - weight: 3 + weight: 0 region: content + links: settings: { } third_party_settings: { } + weight: 3 + region: content hidden: field_category: true field_document_no: true diff --git a/config/core.entity_view_display.node.oa_wiki_page.teaser.yml b/config/core.entity_view_display.node.oa_wiki_page.teaser.yml index 6fce72a4f..c5e6c1a8f 100644 --- a/config/core.entity_view_display.node.oa_wiki_page.teaser.yml +++ b/config/core.entity_view_display.node.oa_wiki_page.teaser.yml @@ -35,72 +35,72 @@ bundle: oa_wiki_page mode: teaser content: body: - label: hidden type: text_summary_or_trimmed - weight: 6 + label: hidden settings: trim_length: 600 third_party_settings: { } + weight: 6 region: content field_category: type: entity_reference_label - weight: 3 - region: content label: inline settings: link: false third_party_settings: { } + weight: 3 + region: content field_document_type: type: entity_reference_label - weight: 2 - region: content label: inline settings: link: false third_party_settings: { } + weight: 2 + region: content field_media_files: type: entity_reference_entity_view - weight: 7 - region: content label: hidden settings: view_mode: link link: false third_party_settings: { } + weight: 7 + region: content field_product_thumbnail: - label: hidden - weight: 1 type: image + label: hidden settings: - image_style: thumbnail image_link: content + image_style: thumbnail third_party_settings: { } + weight: 1 region: content field_published_date: - label: inline - weight: 5 type: datetime_default + label: inline settings: timezone_override: '' format_type: published_date third_party_settings: { } + weight: 5 region: content field_thumbnail: type: entity_reference_entity_view - weight: 0 - region: content label: hidden settings: view_mode: product_thumbnail link: false third_party_settings: { } + weight: 0 + region: content og_group_ref: - label: inline - weight: 4 type: entity_reference_label + label: inline settings: link: true third_party_settings: { } + weight: 4 region: content hidden: field_document_no: true diff --git a/config/core.entity_view_display.node.oa_wiki_page.title.yml b/config/core.entity_view_display.node.oa_wiki_page.title.yml index 97fbbe54e..8959e9627 100644 --- a/config/core.entity_view_display.node.oa_wiki_page.title.yml +++ b/config/core.entity_view_display.node.oa_wiki_page.title.yml @@ -33,21 +33,21 @@ mode: title content: field_media_files: type: entity_reference_entity_view - weight: 1 - region: content label: hidden settings: view_mode: link link: false third_party_settings: { } + weight: 1 + region: content field_published_date: - label: inline - weight: 0 type: datetime_default + label: inline settings: timezone_override: '' format_type: published_date third_party_settings: { } + weight: 0 region: content hidden: body: true diff --git a/config/core.entity_view_display.node.oa_worktracker_task.bio_long.yml b/config/core.entity_view_display.node.oa_worktracker_task.bio_long.yml index 949c2a9fb..d3f8ffd47 100644 --- a/config/core.entity_view_display.node.oa_worktracker_task.bio_long.yml +++ b/config/core.entity_view_display.node.oa_worktracker_task.bio_long.yml @@ -34,9 +34,9 @@ bundle: oa_worktracker_task mode: bio_long content: links: - weight: 100 settings: { } third_party_settings: { } + weight: 100 region: content hidden: body: true diff --git a/config/core.entity_view_display.node.oa_worktracker_task.bio_short.yml b/config/core.entity_view_display.node.oa_worktracker_task.bio_short.yml index 0e63af771..ba62bb1d9 100644 --- a/config/core.entity_view_display.node.oa_worktracker_task.bio_short.yml +++ b/config/core.entity_view_display.node.oa_worktracker_task.bio_short.yml @@ -34,9 +34,9 @@ bundle: oa_worktracker_task mode: bio_short content: links: - weight: 100 settings: { } third_party_settings: { } + weight: 100 region: content hidden: body: true diff --git a/config/core.entity_view_display.node.oa_worktracker_task.default.yml b/config/core.entity_view_display.node.oa_worktracker_task.default.yml index 110cb781b..ea7b92cc2 100644 --- a/config/core.entity_view_display.node.oa_worktracker_task.default.yml +++ b/config/core.entity_view_display.node.oa_worktracker_task.default.yml @@ -37,116 +37,116 @@ bundle: oa_worktracker_task mode: default content: body: - label: hidden type: text_default - weight: 3 + label: hidden settings: { } third_party_settings: { } + weight: 3 region: content field_addressee: - label: above - weight: 11 type: basic_string + label: above settings: { } third_party_settings: { } + weight: 11 region: content field_date: - label: inline - weight: 5 type: datetime_default + label: inline settings: - format_type: medium timezone_override: '' + format_type: medium third_party_settings: { } + weight: 5 region: content field_description_implementation: - label: above - weight: 6 type: string + label: above settings: link_to_entity: false third_party_settings: { } + weight: 6 region: content field_evaluation_title: - label: inline - weight: 9 type: string + label: inline settings: link_to_entity: false third_party_settings: { } + weight: 9 region: content field_oa_media: - label: above - weight: 13 type: file_default + label: above settings: use_description_as_link_text: true third_party_settings: { } + weight: 13 region: content field_oa_worktracker_assigned_to: - label: inline - weight: 12 type: entity_reference_label + label: inline settings: link: false third_party_settings: { } + weight: 12 region: content field_oa_worktracker_priority: - label: inline - weight: 1 type: list_default + label: inline settings: { } third_party_settings: { } + weight: 1 region: content field_oa_worktracker_task_status: - label: inline - weight: 0 type: list_default + label: inline settings: { } third_party_settings: { } + weight: 0 region: content field_oa_worktracker_task_type: - label: inline - weight: 2 type: list_default + label: inline settings: { } third_party_settings: { } + weight: 2 region: content field_recomendation: - label: above - weight: 4 type: string + label: above settings: link_to_entity: false third_party_settings: { } + weight: 4 region: content field_summary_of_recommendat: - label: above - weight: 8 type: basic_string + label: above settings: { } third_party_settings: { } + weight: 8 region: content field_timeframe: - label: inline - weight: 10 type: list_default + label: inline settings: { } third_party_settings: { } + weight: 10 region: content field_worktracker_country: - label: inline - weight: 7 type: entity_reference_label + label: inline settings: link: false third_party_settings: { } + weight: 7 region: content links: - weight: 14 - region: content settings: { } third_party_settings: { } + weight: 14 + region: content hidden: field_iasc_audience: true field_media_files: true diff --git a/config/core.entity_view_display.node.oa_worktracker_task.featured.yml b/config/core.entity_view_display.node.oa_worktracker_task.featured.yml index ff49efbcc..f5bd76be2 100644 --- a/config/core.entity_view_display.node.oa_worktracker_task.featured.yml +++ b/config/core.entity_view_display.node.oa_worktracker_task.featured.yml @@ -34,9 +34,9 @@ bundle: oa_worktracker_task mode: featured content: links: - weight: 100 settings: { } third_party_settings: { } + weight: 100 region: content hidden: body: true diff --git a/config/core.entity_view_display.node.oa_worktracker_task.search_result.yml b/config/core.entity_view_display.node.oa_worktracker_task.search_result.yml index 658ab0dc4..a9d86b5b9 100644 --- a/config/core.entity_view_display.node.oa_worktracker_task.search_result.yml +++ b/config/core.entity_view_display.node.oa_worktracker_task.search_result.yml @@ -35,18 +35,18 @@ bundle: oa_worktracker_task mode: search_result content: body: - label: hidden type: text_summary_or_trimmed - weight: 0 + label: hidden settings: trim_length: 600 third_party_settings: { } + weight: 0 region: content links: - weight: 1 - region: content settings: { } third_party_settings: { } + weight: 1 + region: content hidden: field_addressee: true field_date: true diff --git a/config/core.entity_view_display.node.oa_worktracker_task.teaser.yml b/config/core.entity_view_display.node.oa_worktracker_task.teaser.yml index baafe68fd..67ac75a36 100644 --- a/config/core.entity_view_display.node.oa_worktracker_task.teaser.yml +++ b/config/core.entity_view_display.node.oa_worktracker_task.teaser.yml @@ -35,17 +35,17 @@ bundle: oa_worktracker_task mode: teaser content: body: - label: hidden type: text_summary_or_trimmed - weight: 101 + label: hidden settings: trim_length: 600 third_party_settings: { } + weight: 101 region: content links: - weight: 100 settings: { } third_party_settings: { } + weight: 100 region: content hidden: field_addressee: true diff --git a/config/core.entity_view_display.node.panopoly_landing_page.default.yml b/config/core.entity_view_display.node.panopoly_landing_page.default.yml index d69a0acdc..858ff0c64 100644 --- a/config/core.entity_view_display.node.panopoly_landing_page.default.yml +++ b/config/core.entity_view_display.node.panopoly_landing_page.default.yml @@ -19,53 +19,53 @@ bundle: panopoly_landing_page mode: default content: body: - weight: 1 + type: text_default label: hidden settings: { } third_party_settings: { } - type: text_default + weight: 1 region: content field_content: type: entity_reference_revisions_entity_view - weight: 2 label: hidden settings: view_mode: default link: '' third_party_settings: { } + weight: 2 region: content field_footer: type: entity_reference_revisions_entity_view - weight: 4 label: hidden settings: view_mode: default link: '' third_party_settings: { } + weight: 4 region: content field_header: type: entity_reference_revisions_entity_view - weight: 0 label: hidden settings: view_mode: default link: '' third_party_settings: { } + weight: 0 region: content field_sidebar: type: entity_reference_revisions_entity_view - weight: 3 label: hidden settings: view_mode: default link: '' third_party_settings: { } + weight: 3 region: content links: - weight: 5 - region: content settings: { } third_party_settings: { } + weight: 5 + region: content hidden: langcode: true search_api_excerpt: true diff --git a/config/core.entity_view_display.node.panopoly_landing_page.full.yml b/config/core.entity_view_display.node.panopoly_landing_page.full.yml index 536125b67..b8fc93746 100644 --- a/config/core.entity_view_display.node.panopoly_landing_page.full.yml +++ b/config/core.entity_view_display.node.panopoly_landing_page.full.yml @@ -20,53 +20,53 @@ bundle: panopoly_landing_page mode: full content: body: - weight: 1 + type: text_default label: hidden settings: { } third_party_settings: { } - type: text_default + weight: 1 region: content field_content: type: entity_reference_revisions_entity_view - weight: 2 label: hidden settings: view_mode: default link: '' third_party_settings: { } + weight: 2 region: content field_footer: type: entity_reference_revisions_entity_view - weight: 4 label: hidden settings: view_mode: default link: '' third_party_settings: { } + weight: 4 region: content field_header: type: entity_reference_revisions_entity_view - weight: 0 label: hidden settings: view_mode: default link: '' third_party_settings: { } + weight: 0 region: content field_sidebar: type: entity_reference_revisions_entity_view - weight: 3 label: hidden settings: view_mode: default link: '' third_party_settings: { } + weight: 3 region: content links: - weight: 5 - region: content settings: { } third_party_settings: { } + weight: 5 + region: content hidden: langcode: true search_api_excerpt: true diff --git a/config/core.entity_view_display.node.panopoly_landing_page.search_result.yml b/config/core.entity_view_display.node.panopoly_landing_page.search_result.yml index fe5d1023d..21486802a 100644 --- a/config/core.entity_view_display.node.panopoly_landing_page.search_result.yml +++ b/config/core.entity_view_display.node.panopoly_landing_page.search_result.yml @@ -17,10 +17,10 @@ bundle: panopoly_landing_page mode: search_result content: links: - weight: 0 - region: content settings: { } third_party_settings: { } + weight: 0 + region: content hidden: body: true field_content: true diff --git a/config/core.entity_view_display.node.panopoly_landing_page.teaser.yml b/config/core.entity_view_display.node.panopoly_landing_page.teaser.yml index 3516709af..a5935aed9 100644 --- a/config/core.entity_view_display.node.panopoly_landing_page.teaser.yml +++ b/config/core.entity_view_display.node.panopoly_landing_page.teaser.yml @@ -19,11 +19,11 @@ bundle: panopoly_landing_page mode: teaser content: body: - weight: 0 + type: text_default label: hidden settings: { } third_party_settings: { } - type: text_default + weight: 0 region: content hidden: field_content: true diff --git a/config/core.entity_view_display.node.panopoly_page.bio_long.yml b/config/core.entity_view_display.node.panopoly_page.bio_long.yml index 5b41db681..1086b9e3d 100644 --- a/config/core.entity_view_display.node.panopoly_page.bio_long.yml +++ b/config/core.entity_view_display.node.panopoly_page.bio_long.yml @@ -24,9 +24,9 @@ bundle: panopoly_page mode: bio_long content: links: - weight: 100 settings: { } third_party_settings: { } + weight: 100 region: content hidden: body: true diff --git a/config/core.entity_view_display.node.panopoly_page.bio_short.yml b/config/core.entity_view_display.node.panopoly_page.bio_short.yml index 243969d2c..1d3080d1c 100644 --- a/config/core.entity_view_display.node.panopoly_page.bio_short.yml +++ b/config/core.entity_view_display.node.panopoly_page.bio_short.yml @@ -24,9 +24,9 @@ bundle: panopoly_page mode: bio_short content: links: - weight: 100 settings: { } third_party_settings: { } + weight: 100 region: content hidden: body: true diff --git a/config/core.entity_view_display.node.panopoly_page.default.yml b/config/core.entity_view_display.node.panopoly_page.default.yml index 69db89724..510a1cc78 100644 --- a/config/core.entity_view_display.node.panopoly_page.default.yml +++ b/config/core.entity_view_display.node.panopoly_page.default.yml @@ -25,86 +25,86 @@ bundle: panopoly_page mode: default content: body: - label: hidden type: text_default - weight: 3 + label: hidden settings: { } third_party_settings: { } + weight: 3 region: content field_banner_image: type: entity_reference_entity_view - weight: 1 label: hidden settings: view_mode: banner link: false third_party_settings: { } + weight: 1 region: content field_content: - weight: 4 + type: entity_reference_revisions_entity_view label: hidden settings: view_mode: default link: '' third_party_settings: { } - type: entity_reference_revisions_entity_view + weight: 4 region: content field_featured_categories: - label: above - weight: 7 type: entity_reference_label + label: above settings: link: true third_party_settings: { } + weight: 7 region: content field_footer: - weight: 6 + type: entity_reference_revisions_entity_view label: hidden settings: view_mode: default link: '' third_party_settings: { } - type: entity_reference_revisions_entity_view + weight: 6 region: content field_header: - weight: 0 + type: entity_reference_revisions_entity_view label: hidden settings: view_mode: default link: '' third_party_settings: { } - type: entity_reference_revisions_entity_view + weight: 0 region: content field_oa_banner_text: - weight: 2 + type: string label: hidden settings: link_to_entity: false third_party_settings: { } - type: string + weight: 2 region: content field_sidebar: - weight: 5 + type: entity_reference_revisions_entity_view label: hidden settings: view_mode: default link: '' third_party_settings: { } - type: entity_reference_revisions_entity_view + weight: 5 region: content field_thumbnail: - weight: 9 + type: entity_reference_label label: above settings: link: true third_party_settings: { } - type: entity_reference_label + weight: 9 region: content links: - weight: 8 - region: content settings: { } third_party_settings: { } + weight: 8 + region: content hidden: field_featured_image: true field_featured_status: true diff --git a/config/core.entity_view_display.node.panopoly_page.featured.yml b/config/core.entity_view_display.node.panopoly_page.featured.yml index 06b70295a..8df8619bf 100644 --- a/config/core.entity_view_display.node.panopoly_page.featured.yml +++ b/config/core.entity_view_display.node.panopoly_page.featured.yml @@ -25,18 +25,18 @@ mode: featured content: field_thumbnail: type: entity_reference_entity_view - weight: 0 - region: content label: hidden settings: - link: true view_mode: default + link: true third_party_settings: { } - links: - weight: 1 + weight: 0 region: content + links: settings: { } third_party_settings: { } + weight: 1 + region: content hidden: body: true field_banner_image: true diff --git a/config/core.entity_view_display.node.panopoly_page.full.yml b/config/core.entity_view_display.node.panopoly_page.full.yml index 42b1bad3b..d99e636e2 100644 --- a/config/core.entity_view_display.node.panopoly_page.full.yml +++ b/config/core.entity_view_display.node.panopoly_page.full.yml @@ -26,78 +26,78 @@ bundle: panopoly_page mode: full content: body: - label: hidden type: text_default - weight: 3 + label: hidden settings: { } third_party_settings: { } + weight: 3 region: content field_banner_image: type: entity_reference_entity_view - weight: 1 label: hidden settings: view_mode: banner link: false third_party_settings: { } + weight: 1 region: content field_content: - weight: 4 + type: entity_reference_revisions_entity_view label: hidden settings: view_mode: default link: '' third_party_settings: { } - type: entity_reference_revisions_entity_view + weight: 4 region: content field_featured_categories: - label: above - weight: 7 type: entity_reference_label + label: above settings: link: true third_party_settings: { } + weight: 7 region: content field_footer: - weight: 6 + type: entity_reference_revisions_entity_view label: hidden settings: view_mode: default link: '' third_party_settings: { } - type: entity_reference_revisions_entity_view + weight: 6 region: content field_header: - weight: 0 + type: entity_reference_revisions_entity_view label: hidden settings: view_mode: default link: '' third_party_settings: { } - type: entity_reference_revisions_entity_view + weight: 0 region: content field_oa_banner_text: - weight: 2 + type: string label: hidden settings: link_to_entity: false third_party_settings: { } - type: string + weight: 2 region: content field_sidebar: - weight: 5 + type: entity_reference_revisions_entity_view label: hidden settings: view_mode: default link: '' third_party_settings: { } - type: entity_reference_revisions_entity_view + weight: 5 region: content links: - weight: 8 - region: content settings: { } third_party_settings: { } + weight: 8 + region: content hidden: field_featured_image: true field_featured_status: true diff --git a/config/core.entity_view_display.node.panopoly_page.search_result.yml b/config/core.entity_view_display.node.panopoly_page.search_result.yml index 1256b49a0..f1b92e735 100644 --- a/config/core.entity_view_display.node.panopoly_page.search_result.yml +++ b/config/core.entity_view_display.node.panopoly_page.search_result.yml @@ -26,17 +26,17 @@ mode: search_result content: body: type: text_summary_or_trimmed - weight: 0 - region: content label: hidden settings: trim_length: 600 third_party_settings: { } - links: - weight: 1 + weight: 0 region: content + links: settings: { } third_party_settings: { } + weight: 1 + region: content hidden: field_banner_image: true field_content: true diff --git a/config/core.entity_view_display.node.panopoly_page.teaser.yml b/config/core.entity_view_display.node.panopoly_page.teaser.yml index 4781968cf..637a2be97 100644 --- a/config/core.entity_view_display.node.panopoly_page.teaser.yml +++ b/config/core.entity_view_display.node.panopoly_page.teaser.yml @@ -25,12 +25,12 @@ bundle: panopoly_page mode: teaser content: body: - label: hidden type: text_summary_or_trimmed - weight: 0 + label: hidden settings: trim_length: 600 third_party_settings: { } + weight: 0 region: content hidden: field_banner_image: true diff --git a/config/core.entity_view_display.node.service.default.yml b/config/core.entity_view_display.node.service.default.yml index b00c4049f..dd445899a 100644 --- a/config/core.entity_view_display.node.service.default.yml +++ b/config/core.entity_view_display.node.service.default.yml @@ -32,69 +32,69 @@ bundle: service mode: default content: field_agency_initiative_or_group: - weight: 102 + type: entity_reference_label label: above settings: link: false third_party_settings: { } - type: entity_reference_label + weight: 102 region: content field_complaints_and_feedback: - weight: 108 + type: entity_reference_label label: above settings: link: false third_party_settings: { } - type: entity_reference_label + weight: 108 region: content field_description: - weight: 112 + type: basic_string label: above settings: { } third_party_settings: { } - type: basic_string + weight: 112 region: content field_examples_and_case_studies: - weight: 114 + type: text_default label: above settings: { } third_party_settings: { } - type: text_default + weight: 114 region: content field_global_focal_point: - weight: 107 + type: entity_reference_entity_view label: above settings: view_mode: bio_long link: false third_party_settings: { } - type: entity_reference_entity_view + weight: 107 region: content field_inter_agency_cfm_resources: - weight: 115 + type: text_default label: above settings: { } third_party_settings: { } - type: text_default + weight: 115 region: content field_interest: - weight: 109 + type: entity_reference_label label: above settings: link: false third_party_settings: { } - type: entity_reference_label + weight: 109 region: content field_kind_of_data: - weight: 111 + type: entity_reference_label label: above settings: link: false third_party_settings: { } - type: entity_reference_label + weight: 111 region: content field_links_to_relevant_docs: - weight: 113 + type: link label: above settings: trim_length: 80 @@ -103,77 +103,77 @@ content: rel: '' target: '' third_party_settings: { } - type: link + weight: 113 region: content field_relevant_hpc_stage: - weight: 116 + type: entity_reference_label label: above settings: link: false third_party_settings: { } - type: entity_reference_label + weight: 116 region: content field_service_coverage_country: - weight: 118 + type: entity_reference_label label: above settings: link: false third_party_settings: { } - type: entity_reference_label + weight: 118 region: content field_service_coverage_region: - weight: 117 + type: entity_reference_label label: above settings: link: false third_party_settings: { } - type: entity_reference_label + weight: 117 region: content field_service_description: - weight: 105 + type: basic_string label: above settings: { } third_party_settings: { } - type: basic_string + weight: 105 region: content field_services: - weight: 104 + type: entity_reference_label label: above settings: link: false third_party_settings: { } - type: entity_reference_label + weight: 104 region: content field_share_data: - weight: 110 + type: entity_reference_label label: above settings: link: false third_party_settings: { } - type: entity_reference_label + weight: 110 region: content field_type_of_entity: - weight: 103 + type: entity_reference_label label: above settings: link: false third_party_settings: { } - type: entity_reference_label + weight: 103 region: content field_updated: - weight: 101 + type: datetime_default label: above settings: timezone_override: '' format_type: published_date third_party_settings: { } - type: datetime_default + weight: 101 region: content links: - weight: 100 - region: content settings: { } third_party_settings: { } + weight: 100 + region: content hidden: langcode: true search_api_excerpt: true diff --git a/config/core.entity_view_display.node.service.full.yml b/config/core.entity_view_display.node.service.full.yml index fac18dda5..ea068df32 100644 --- a/config/core.entity_view_display.node.service.full.yml +++ b/config/core.entity_view_display.node.service.full.yml @@ -33,69 +33,69 @@ bundle: service mode: full content: field_agency_initiative_or_group: - weight: 102 + type: entity_reference_label label: above settings: link: false third_party_settings: { } - type: entity_reference_label + weight: 102 region: content field_complaints_and_feedback: - weight: 108 + type: entity_reference_label label: above settings: link: false third_party_settings: { } - type: entity_reference_label + weight: 108 region: content field_description: - weight: 112 + type: basic_string label: above settings: { } third_party_settings: { } - type: basic_string + weight: 112 region: content field_examples_and_case_studies: - weight: 114 + type: text_default label: above settings: { } third_party_settings: { } - type: text_default + weight: 114 region: content field_global_focal_point: - weight: 107 + type: entity_reference_entity_view label: above settings: view_mode: bio_long link: false third_party_settings: { } - type: entity_reference_entity_view + weight: 107 region: content field_inter_agency_cfm_resources: - weight: 115 + type: text_default label: above settings: { } third_party_settings: { } - type: text_default + weight: 115 region: content field_interest: - weight: 109 + type: entity_reference_label label: above settings: link: false third_party_settings: { } - type: entity_reference_label + weight: 109 region: content field_kind_of_data: - weight: 111 + type: entity_reference_label label: above settings: link: false third_party_settings: { } - type: entity_reference_label + weight: 111 region: content field_links_to_relevant_docs: - weight: 113 + type: link label: above settings: trim_length: 80 @@ -104,77 +104,77 @@ content: rel: '' target: '' third_party_settings: { } - type: link + weight: 113 region: content field_relevant_hpc_stage: - weight: 116 + type: entity_reference_label label: above settings: link: false third_party_settings: { } - type: entity_reference_label + weight: 116 region: content field_service_coverage_country: - weight: 118 + type: entity_reference_label label: above settings: link: false third_party_settings: { } - type: entity_reference_label + weight: 118 region: content field_service_coverage_region: - weight: 117 + type: entity_reference_label label: above settings: link: false third_party_settings: { } - type: entity_reference_label + weight: 117 region: content field_service_description: - weight: 105 + type: basic_string label: above settings: { } third_party_settings: { } - type: basic_string + weight: 105 region: content field_services: - weight: 104 + type: entity_reference_label label: above settings: link: false third_party_settings: { } - type: entity_reference_label + weight: 104 region: content field_share_data: - weight: 110 + type: entity_reference_label label: above settings: link: false third_party_settings: { } - type: entity_reference_label + weight: 110 region: content field_type_of_entity: - weight: 103 + type: entity_reference_label label: above settings: link: false third_party_settings: { } - type: entity_reference_label + weight: 103 region: content field_updated: - weight: 101 + type: datetime_default label: above settings: timezone_override: '' format_type: published_date third_party_settings: { } - type: datetime_default + weight: 101 region: content links: - weight: 100 - region: content settings: { } third_party_settings: { } + weight: 100 + region: content hidden: langcode: true search_api_excerpt: true diff --git a/config/core.entity_view_display.node.service.teaser.yml b/config/core.entity_view_display.node.service.teaser.yml index d5e5e09fa..55c16a841 100644 --- a/config/core.entity_view_display.node.service.teaser.yml +++ b/config/core.entity_view_display.node.service.teaser.yml @@ -31,20 +31,20 @@ mode: teaser content: field_relevant_hpc_stage: type: entity_reference_label - weight: 2 - region: content label: above settings: link: false third_party_settings: { } + weight: 2 + region: content field_services: type: entity_reference_label - weight: 0 - region: content label: above settings: link: false third_party_settings: { } + weight: 0 + region: content hidden: field_agency_initiative_or_group: true field_complaints_and_feedback: true diff --git a/config/core.entity_view_display.paragraph.additional_locations.default.yml b/config/core.entity_view_display.paragraph.additional_locations.default.yml index 51615c374..e8d652397 100644 --- a/config/core.entity_view_display.paragraph.additional_locations.default.yml +++ b/config/core.entity_view_display.paragraph.additional_locations.default.yml @@ -11,12 +11,12 @@ bundle: additional_locations mode: default content: field_additional_city: - label: inline - weight: 0 type: string + label: inline settings: link_to_entity: false third_party_settings: { } + weight: 0 region: content hidden: search_api_excerpt: true diff --git a/config/core.entity_view_display.paragraph.agenda_items.default.yml b/config/core.entity_view_display.paragraph.agenda_items.default.yml index 14dceaf55..4aa5fdb33 100644 --- a/config/core.entity_view_display.paragraph.agenda_items.default.yml +++ b/config/core.entity_view_display.paragraph.agenda_items.default.yml @@ -17,35 +17,35 @@ bundle: agenda_items mode: default content: field_ai_description: - label: hidden - weight: 1 type: text_default + label: hidden settings: { } third_party_settings: { } + weight: 1 region: content field_ai_title: - label: hidden - weight: 0 type: string + label: hidden settings: link_to_entity: false third_party_settings: { } + weight: 0 region: content field_contact: - label: inline - weight: 3 type: entity_reference_label + label: inline settings: link: true third_party_settings: { } + weight: 3 region: content field_referenced_docs: - label: above - weight: 5 type: entity_reference_label + label: above settings: link: true third_party_settings: { } + weight: 5 region: content hidden: field_presenter_external: true diff --git a/config/core.entity_view_display.paragraph.agenda_items.full.yml b/config/core.entity_view_display.paragraph.agenda_items.full.yml index 5c5a3e3d4..21dfedf71 100644 --- a/config/core.entity_view_display.paragraph.agenda_items.full.yml +++ b/config/core.entity_view_display.paragraph.agenda_items.full.yml @@ -18,35 +18,35 @@ bundle: agenda_items mode: full content: field_ai_description: - label: hidden - weight: 1 type: text_default + label: hidden settings: { } third_party_settings: { } + weight: 1 region: content field_ai_title: - label: hidden - weight: 0 type: string + label: hidden settings: link_to_entity: false third_party_settings: { } + weight: 0 region: content field_contact: - label: inline - weight: 3 type: entity_reference_label + label: inline settings: link: true third_party_settings: { } + weight: 3 region: content field_referenced_docs: - label: above - weight: 5 type: entity_reference_label + label: above settings: link: true third_party_settings: { } + weight: 5 region: content hidden: field_presenter_external: true diff --git a/config/core.entity_view_display.paragraph.contact_list.bio_long.yml b/config/core.entity_view_display.paragraph.contact_list.bio_long.yml index 117243196..dd946f100 100644 --- a/config/core.entity_view_display.paragraph.contact_list.bio_long.yml +++ b/config/core.entity_view_display.paragraph.contact_list.bio_long.yml @@ -13,21 +13,21 @@ bundle: contact_list mode: bio_long content: field_contacts: - weight: 1 + type: entity_reference_entity_view label: hidden settings: view_mode: bio_long link: false third_party_settings: { } - type: entity_reference_entity_view + weight: 1 region: content field_list_title: type: string - weight: 0 - region: content label: hidden settings: link_to_entity: false third_party_settings: { } + weight: 0 + region: content hidden: search_api_excerpt: true diff --git a/config/core.entity_view_display.paragraph.contact_list.bio_short.yml b/config/core.entity_view_display.paragraph.contact_list.bio_short.yml index 9c01715c6..1efe8d6e6 100644 --- a/config/core.entity_view_display.paragraph.contact_list.bio_short.yml +++ b/config/core.entity_view_display.paragraph.contact_list.bio_short.yml @@ -13,21 +13,21 @@ bundle: contact_list mode: bio_short content: field_contacts: - weight: 1 + type: entity_reference_entity_view label: hidden settings: view_mode: bio_short link: false third_party_settings: { } - type: entity_reference_entity_view + weight: 1 region: content field_list_title: type: string - weight: 0 - region: content label: hidden settings: link_to_entity: false third_party_settings: { } + weight: 0 + region: content hidden: search_api_excerpt: true diff --git a/config/core.entity_view_display.paragraph.contact_list.default.yml b/config/core.entity_view_display.paragraph.contact_list.default.yml index f0349c8f6..8bc73be03 100644 --- a/config/core.entity_view_display.paragraph.contact_list.default.yml +++ b/config/core.entity_view_display.paragraph.contact_list.default.yml @@ -12,21 +12,21 @@ bundle: contact_list mode: default content: field_contacts: - weight: 0 + type: entity_reference_entity_view label: hidden settings: view_mode: bio_short link: false third_party_settings: { } - type: entity_reference_entity_view + weight: 0 region: content field_list_title: - weight: 1 + type: string label: hidden settings: link_to_entity: false third_party_settings: { } - type: string + weight: 1 region: content hidden: search_api_excerpt: true diff --git a/config/core.entity_view_display.paragraph.content_item.default.yml b/config/core.entity_view_display.paragraph.content_item.default.yml index d7823cea1..6486bec3d 100644 --- a/config/core.entity_view_display.paragraph.content_item.default.yml +++ b/config/core.entity_view_display.paragraph.content_item.default.yml @@ -14,15 +14,15 @@ bundle: content_item mode: default content: field_para_title: - weight: 0 + type: string label: hidden settings: link_to_entity: false third_party_settings: { } - type: string + weight: 0 region: content field_piece_of_content: - weight: 1 + type: dynamic_entity_reference_entity_view label: hidden settings: node: @@ -72,7 +72,7 @@ content: view_mode: default link: false third_party_settings: { } - type: dynamic_entity_reference_entity_view + weight: 1 region: content hidden: search_api_excerpt: true diff --git a/config/core.entity_view_display.paragraph.custom_block.default.yml b/config/core.entity_view_display.paragraph.custom_block.default.yml index 5bf8b0553..f14fa1950 100644 --- a/config/core.entity_view_display.paragraph.custom_block.default.yml +++ b/config/core.entity_view_display.paragraph.custom_block.default.yml @@ -13,7 +13,7 @@ bundle: custom_block mode: default content: field_custom_block: - weight: 1 + type: dynamic_entity_reference_entity_view label: hidden settings: node: @@ -74,7 +74,7 @@ content: view_mode: default link: false third_party_settings: { } - type: dynamic_entity_reference_entity_view + weight: 1 region: content hidden: search_api_excerpt: true diff --git a/config/core.entity_view_display.paragraph.featured.default.yml b/config/core.entity_view_display.paragraph.featured.default.yml index adfb81d9b..cffc0a54a 100644 --- a/config/core.entity_view_display.paragraph.featured.default.yml +++ b/config/core.entity_view_display.paragraph.featured.default.yml @@ -11,13 +11,13 @@ bundle: featured mode: default content: field_hero: - weight: 0 + type: entity_reference_entity_view label: hidden settings: view_mode: featured link: false third_party_settings: { } - type: entity_reference_entity_view + weight: 0 region: content hidden: search_api_excerpt: true diff --git a/config/core.entity_view_display.paragraph.hero.default.yml b/config/core.entity_view_display.paragraph.hero.default.yml index 35cb90bf4..3e699a5fd 100644 --- a/config/core.entity_view_display.paragraph.hero.default.yml +++ b/config/core.entity_view_display.paragraph.hero.default.yml @@ -17,13 +17,13 @@ bundle: hero mode: default content: field_hero: - weight: 0 + type: entity_reference_entity_view label: hidden settings: - link: true view_mode: default + link: true third_party_settings: { } - type: entity_reference_entity_view + weight: 0 region: content hidden: field_hero_caption: true diff --git a/config/core.entity_view_display.paragraph.list.default.yml b/config/core.entity_view_display.paragraph.list.default.yml index 389af3a47..f59f12599 100644 --- a/config/core.entity_view_display.paragraph.list.default.yml +++ b/config/core.entity_view_display.paragraph.list.default.yml @@ -15,20 +15,20 @@ mode: default content: field_list_item: type: entity_reference_revisions_entity_view - weight: 1 label: hidden settings: view_mode: default link: '' third_party_settings: { } + weight: 1 region: content field_list_title: - weight: 0 + type: string label: hidden settings: link_to_entity: false third_party_settings: { } - type: string + weight: 0 region: content hidden: search_api_excerpt: true diff --git a/config/core.entity_view_display.paragraph.list_item.default.yml b/config/core.entity_view_display.paragraph.list_item.default.yml index 81feea6d9..73ca6002d 100644 --- a/config/core.entity_view_display.paragraph.list_item.default.yml +++ b/config/core.entity_view_display.paragraph.list_item.default.yml @@ -16,23 +16,23 @@ bundle: list_item mode: default content: field_list_item_description: - weight: 2 + type: basic_string label: hidden settings: { } third_party_settings: { } - type: basic_string + weight: 2 region: content field_list_item_icon: type: entity_reference_entity_view - weight: 0 label: hidden settings: view_mode: icon link: false third_party_settings: { } + weight: 0 region: content field_list_item_link: - weight: 3 + type: link_separate label: hidden settings: trim_length: 80 @@ -41,15 +41,15 @@ content: rel: '' target: '' third_party_settings: { } - type: link_separate + weight: 3 region: content field_list_item_title: - weight: 1 + type: string label: hidden settings: link_to_entity: false third_party_settings: { } - type: string + weight: 1 region: content hidden: search_api_excerpt: true diff --git a/config/core.entity_view_display.paragraph.membership.default.yml b/config/core.entity_view_display.paragraph.membership.default.yml index 420691a93..d1f053077 100644 --- a/config/core.entity_view_display.paragraph.membership.default.yml +++ b/config/core.entity_view_display.paragraph.membership.default.yml @@ -16,27 +16,27 @@ bundle: membership mode: default content: field_body_membership: - weight: 2 + type: entity_reference_label label: above settings: link: true third_party_settings: { } - type: entity_reference_label + weight: 2 region: content field_contact_category: - label: inline - weight: 1 type: string + label: inline settings: link_to_entity: false third_party_settings: { } + weight: 1 region: content field_member_position: - weight: 0 + type: list_default label: inline settings: { } third_party_settings: { } - type: list_default + weight: 0 region: content hidden: field_position: true diff --git a/config/core.entity_view_display.paragraph.paragraph_content.default.yml b/config/core.entity_view_display.paragraph.paragraph_content.default.yml index dd4654abc..7e40a8b0d 100644 --- a/config/core.entity_view_display.paragraph.paragraph_content.default.yml +++ b/config/core.entity_view_display.paragraph.paragraph_content.default.yml @@ -13,20 +13,20 @@ bundle: paragraph_content mode: default content: field_oa_related_content: - label: hidden - weight: 1 type: entity_reference_label + label: hidden settings: link: true third_party_settings: { } + weight: 1 region: content field_para_title: - weight: 0 + type: string label: hidden settings: link_to_entity: false third_party_settings: { } - type: string + weight: 0 region: content hidden: field_oa_content_layout: true diff --git a/config/core.entity_view_display.paragraph.paragraph_media.default.yml b/config/core.entity_view_display.paragraph.paragraph_media.default.yml index 1232b8f80..b1a4e71bd 100644 --- a/config/core.entity_view_display.paragraph.paragraph_media.default.yml +++ b/config/core.entity_view_display.paragraph.paragraph_media.default.yml @@ -14,11 +14,11 @@ bundle: paragraph_media mode: default content: field_image_alignment: - label: hidden - weight: 1 type: list_default + label: hidden settings: { } third_party_settings: { } + weight: 1 region: content hidden: field_media: true diff --git a/config/core.entity_view_display.paragraph.paragraph_snippet.default.yml b/config/core.entity_view_display.paragraph.paragraph_snippet.default.yml index 2663f6b00..56842d48a 100644 --- a/config/core.entity_view_display.paragraph.paragraph_snippet.default.yml +++ b/config/core.entity_view_display.paragraph.paragraph_snippet.default.yml @@ -18,49 +18,49 @@ bundle: paragraph_snippet mode: default content: field_paragraph_layout: - label: hidden - weight: 1 type: list_default + label: hidden settings: { } third_party_settings: { } + weight: 1 region: content field_paragraph_lock_revision: - label: above - weight: 2 type: list_default + label: above settings: { } third_party_settings: { } + weight: 2 region: content field_snippet_content: - label: hidden - weight: 0 type: entity_reference_entity_view + label: hidden settings: view_mode: default link: false third_party_settings: { } + weight: 0 region: content field_snippet_showtitle: - label: above - weight: 3 type: list_default + label: above settings: { } third_party_settings: { } + weight: 3 region: content field_snippet_title_override: - label: above - weight: 4 type: string + label: above settings: link_to_entity: false third_party_settings: { } + weight: 4 region: content field_snippet_viewmode: - label: above - weight: 5 type: list_default + label: above settings: { } third_party_settings: { } + weight: 5 region: content hidden: search_api_excerpt: true diff --git a/config/core.entity_view_display.paragraph.paragraph_text.default.yml b/config/core.entity_view_display.paragraph.paragraph_text.default.yml index 74eca39ca..742086109 100644 --- a/config/core.entity_view_display.paragraph.paragraph_text.default.yml +++ b/config/core.entity_view_display.paragraph.paragraph_text.default.yml @@ -19,34 +19,34 @@ mode: default content: field_image_align: type: list_default - weight: 3 - region: content label: above settings: { } third_party_settings: { } + weight: 3 + region: content field_para_title: type: string - weight: 0 - region: content label: hidden settings: link_to_entity: false third_party_settings: { } + weight: 0 + region: content field_paragraph_text: - label: hidden - weight: 1 type: text_default + label: hidden settings: { } third_party_settings: { } + weight: 1 region: content field_teaser_image: - weight: 2 + type: entity_reference_entity_view label: hidden settings: - link: true view_mode: default + link: true third_party_settings: { } - type: entity_reference_entity_view + weight: 2 region: content hidden: field_paragraph_layout: true diff --git a/config/core.entity_view_display.paragraph.reliefweb_feed.default.yml b/config/core.entity_view_display.paragraph.reliefweb_feed.default.yml index 8660f3a7c..fe59527c5 100644 --- a/config/core.entity_view_display.paragraph.reliefweb_feed.default.yml +++ b/config/core.entity_view_display.paragraph.reliefweb_feed.default.yml @@ -13,11 +13,11 @@ bundle: reliefweb_feed mode: default content: field_reliefweb_feed_limit: - weight: 0 + type: list_default label: above settings: { } third_party_settings: { } - type: list_default + weight: 0 region: content hidden: search_api_excerpt: true diff --git a/config/core.entity_view_display.paragraph.section_menu.default.yml b/config/core.entity_view_display.paragraph.section_menu.default.yml index 28cb886fe..b03d5c732 100644 --- a/config/core.entity_view_display.paragraph.section_menu.default.yml +++ b/config/core.entity_view_display.paragraph.section_menu.default.yml @@ -13,7 +13,7 @@ bundle: section_menu mode: default content: field_custom_link: - weight: 0 + type: link label: above settings: trim_length: 80 @@ -22,7 +22,7 @@ content: rel: '' target: '' third_party_settings: { } - type: link + weight: 0 region: content hidden: search_api_excerpt: true diff --git a/config/core.entity_view_display.paragraph.teaser_grid.default.yml b/config/core.entity_view_display.paragraph.teaser_grid.default.yml index 263b5ddb3..cf4410607 100644 --- a/config/core.entity_view_display.paragraph.teaser_grid.default.yml +++ b/config/core.entity_view_display.paragraph.teaser_grid.default.yml @@ -14,21 +14,21 @@ bundle: teaser_grid mode: default content: field_teaser_grid_title: - weight: 0 + type: string label: hidden settings: link_to_entity: false third_party_settings: { } - type: string + weight: 0 region: content field_teaser_item: type: entity_reference_revisions_entity_view - weight: 1 label: hidden settings: view_mode: default link: '' third_party_settings: { } + weight: 1 region: content hidden: search_api_excerpt: true diff --git a/config/core.entity_view_display.paragraph.teaser_item.default.yml b/config/core.entity_view_display.paragraph.teaser_item.default.yml index 06c1b269e..dd629f4a6 100644 --- a/config/core.entity_view_display.paragraph.teaser_item.default.yml +++ b/config/core.entity_view_display.paragraph.teaser_item.default.yml @@ -16,23 +16,23 @@ bundle: teaser_item mode: default content: field_teaser_description: - weight: 2 + type: basic_string label: hidden settings: { } third_party_settings: { } - type: basic_string + weight: 2 region: content field_teaser_image: type: entity_reference_entity_view - weight: 0 label: hidden settings: view_mode: thumbnail link: false third_party_settings: { } + weight: 0 region: content field_teaser_link: - weight: 3 + type: link_separate label: hidden settings: trim_length: 80 @@ -41,15 +41,15 @@ content: rel: '' target: '' third_party_settings: { } - type: link_separate + weight: 3 region: content field_teaser_title: - weight: 1 + type: string label: hidden settings: link_to_entity: false third_party_settings: { } - type: string + weight: 1 region: content hidden: search_api_excerpt: true diff --git a/config/core.entity_view_display.paragraph.twitter.default.yml b/config/core.entity_view_display.paragraph.twitter.default.yml index 18a6b0d98..6a9a7c88a 100644 --- a/config/core.entity_view_display.paragraph.twitter.default.yml +++ b/config/core.entity_view_display.paragraph.twitter.default.yml @@ -13,28 +13,28 @@ bundle: twitter mode: default content: field_twitter_feed_title: - weight: 0 + type: string label: hidden settings: link_to_entity: false third_party_settings: { } - type: string + weight: 0 region: content field_twitter_handle: - weight: 1 + type: string label: hidden settings: link_to_entity: false third_party_settings: { } - type: string + weight: 1 region: content field_twitter_list: - weight: 2 + type: string label: hidden settings: link_to_entity: false third_party_settings: { } - type: string + weight: 2 region: content hidden: search_api_excerpt: true diff --git a/config/core.entity_view_display.paragraph.video.default.yml b/config/core.entity_view_display.paragraph.video.default.yml index 7db812fd3..b0af1705e 100644 --- a/config/core.entity_view_display.paragraph.video.default.yml +++ b/config/core.entity_view_display.paragraph.video.default.yml @@ -12,21 +12,21 @@ bundle: video mode: default content: field_para_title: - weight: 0 + type: string label: hidden settings: link_to_entity: false third_party_settings: { } - type: string + weight: 0 region: content field_video: type: entity_reference_entity_view - weight: 1 label: hidden settings: view_mode: default link: false third_party_settings: { } + weight: 1 region: content hidden: search_api_excerpt: true diff --git a/config/core.entity_view_display.paragraph.view.default.yml b/config/core.entity_view_display.paragraph.view.default.yml index cfd0b2372..928e579fe 100644 --- a/config/core.entity_view_display.paragraph.view.default.yml +++ b/config/core.entity_view_display.paragraph.view.default.yml @@ -13,13 +13,13 @@ bundle: view mode: default content: field_view: - weight: 1 + type: viewsreference_formatter label: hidden settings: plugin_types: - block third_party_settings: { } - type: viewsreference_formatter + weight: 1 region: content hidden: search_api_excerpt: true diff --git a/config/core.entity_view_display.taxonomy_term.hosts.default.yml b/config/core.entity_view_display.taxonomy_term.hosts.default.yml index 736f756c0..0bf0fdf39 100644 --- a/config/core.entity_view_display.taxonomy_term.hosts.default.yml +++ b/config/core.entity_view_display.taxonomy_term.hosts.default.yml @@ -22,23 +22,22 @@ bundle: hosts mode: default content: description: - label: hidden type: text_default - weight: 3 - region: content + label: hidden settings: { } third_party_settings: { } + weight: 3 + region: content field_addresses: - label: above - weight: 5 type: address_default + label: above settings: { } third_party_settings: { } + weight: 5 region: content field_homepage: - label: above - weight: 2 type: link + label: above settings: trim_length: 80 url_only: false @@ -46,30 +45,31 @@ content: rel: '' target: '' third_party_settings: { } + weight: 2 region: content field_logo: - label: above - weight: 4 type: image + label: above settings: - image_style: medium image_link: '' + image_style: medium third_party_settings: { } + weight: 4 region: content field_long_name: - label: above - weight: 0 type: string + label: above settings: link_to_entity: false third_party_settings: { } + weight: 0 region: content field_membership_level: - label: above - weight: 1 type: list_default + label: above settings: { } third_party_settings: { } + weight: 1 region: content hidden: langcode: true diff --git a/config/core.entity_view_display.taxonomy_term.hosts.featured.yml b/config/core.entity_view_display.taxonomy_term.hosts.featured.yml index e1deb4317..38d53b641 100644 --- a/config/core.entity_view_display.taxonomy_term.hosts.featured.yml +++ b/config/core.entity_view_display.taxonomy_term.hosts.featured.yml @@ -21,8 +21,6 @@ mode: featured content: field_homepage: type: link - weight: 2 - region: content label: hidden settings: trim_length: 80 @@ -31,23 +29,25 @@ content: rel: '0' target: '0' third_party_settings: { } + weight: 2 + region: content field_logo: type: image - weight: 0 - region: content label: hidden settings: - image_style: thumbnail image_link: '' + image_style: thumbnail third_party_settings: { } + weight: 0 + region: content field_long_name: type: string - weight: 1 - region: content label: hidden settings: link_to_entity: false third_party_settings: { } + weight: 1 + region: content hidden: description: true field_addresses: true diff --git a/config/core.entity_view_display.taxonomy_term.panopoly_categories.default.yml b/config/core.entity_view_display.taxonomy_term.panopoly_categories.default.yml index 6fc96b8ec..f4dd7f3ee 100644 --- a/config/core.entity_view_display.taxonomy_term.panopoly_categories.default.yml +++ b/config/core.entity_view_display.taxonomy_term.panopoly_categories.default.yml @@ -14,20 +14,20 @@ bundle: panopoly_categories mode: default content: description: - label: hidden type: text_default - weight: 0 - region: content + label: hidden settings: { } third_party_settings: { } - field_featured_image: - label: hidden weight: 0 + region: content + field_featured_image: type: image + label: hidden settings: - image_style: '' image_link: '' + image_style: '' third_party_settings: { } + weight: 0 region: content hidden: field_featured_media: true diff --git a/config/core.entity_view_display.taxonomy_term.panopoly_categories.featured.yml b/config/core.entity_view_display.taxonomy_term.panopoly_categories.featured.yml index 3127db777..5b7bea36c 100644 --- a/config/core.entity_view_display.taxonomy_term.panopoly_categories.featured.yml +++ b/config/core.entity_view_display.taxonomy_term.panopoly_categories.featured.yml @@ -14,12 +14,12 @@ bundle: panopoly_categories mode: featured content: description: - label: hidden type: text_default - weight: 0 - region: content + label: hidden settings: { } third_party_settings: { } + weight: 0 + region: content hidden: field_featured_image: true field_featured_media: true diff --git a/config/core.entity_view_display.taxonomy_term.section_type.default.yml b/config/core.entity_view_display.taxonomy_term.section_type.default.yml index 93a282b69..4fb931e47 100644 --- a/config/core.entity_view_display.taxonomy_term.section_type.default.yml +++ b/config/core.entity_view_display.taxonomy_term.section_type.default.yml @@ -19,49 +19,49 @@ bundle: section_type mode: default content: description: - label: hidden type: text_default - weight: 0 - region: content + label: hidden settings: { } third_party_settings: { } + weight: 0 + region: content field_oa_icon_class: - label: above - weight: 2 type: string + label: above settings: link_to_entity: false third_party_settings: { } + weight: 2 region: content field_oa_icon_image: - label: above - weight: 3 type: image + label: above settings: - image_style: '' image_link: '' + image_style: '' third_party_settings: { } + weight: 3 region: content field_oa_node_types: - label: above - weight: 1 type: list_default + label: above settings: { } third_party_settings: { } + weight: 1 region: content field_oa_section_layout: - label: above - weight: 0 type: list_default + label: above settings: { } third_party_settings: { } + weight: 0 region: content field_oa_section_type_menu: - label: above - weight: 4 type: list_default + label: above settings: { } third_party_settings: { } + weight: 4 region: content hidden: field_icon_image: true diff --git a/config/core.entity_view_display.taxonomy_term.section_type.featured.yml b/config/core.entity_view_display.taxonomy_term.section_type.featured.yml index f6a718fb6..0af302956 100644 --- a/config/core.entity_view_display.taxonomy_term.section_type.featured.yml +++ b/config/core.entity_view_display.taxonomy_term.section_type.featured.yml @@ -18,12 +18,12 @@ bundle: section_type mode: featured content: description: - label: hidden type: text_default - weight: 0 - region: content + label: hidden settings: { } third_party_settings: { } + weight: 0 + region: content hidden: field_icon_image: true field_oa_icon_class: true diff --git a/config/core.entity_view_display.taxonomy_term.space_type.default.yml b/config/core.entity_view_display.taxonomy_term.space_type.default.yml index aa39f661c..22dd07298 100644 --- a/config/core.entity_view_display.taxonomy_term.space_type.default.yml +++ b/config/core.entity_view_display.taxonomy_term.space_type.default.yml @@ -17,40 +17,40 @@ bundle: space_type mode: default content: description: - label: hidden type: text_default - weight: 0 - region: content + label: hidden settings: { } third_party_settings: { } + weight: 0 + region: content field_oa_clone_enabled: - label: inline - weight: 3 type: list_default + label: inline settings: { } third_party_settings: { } + weight: 3 region: content field_oa_clone_space: - label: inline - weight: 2 type: entity_reference_label + label: inline settings: link: true third_party_settings: { } + weight: 2 region: content field_oa_node_types: - label: above - weight: 1 type: list_default + label: above settings: { } third_party_settings: { } + weight: 1 region: content field_oa_section_layout: - label: above - weight: 0 type: list_default + label: above settings: { } third_party_settings: { } + weight: 0 region: content hidden: langcode: true diff --git a/config/core.entity_view_display.taxonomy_term.space_type.featured.yml b/config/core.entity_view_display.taxonomy_term.space_type.featured.yml index b4bacf40c..327296f3a 100644 --- a/config/core.entity_view_display.taxonomy_term.space_type.featured.yml +++ b/config/core.entity_view_display.taxonomy_term.space_type.featured.yml @@ -17,12 +17,12 @@ bundle: space_type mode: featured content: description: - label: hidden type: text_default - weight: 0 - region: content + label: hidden settings: { } third_party_settings: { } + weight: 0 + region: content hidden: field_oa_clone_enabled: true field_oa_clone_space: true diff --git a/config/core.entity_view_display.user.user.compact.yml b/config/core.entity_view_display.user.user.compact.yml index 78990b546..12196f79b 100644 --- a/config/core.entity_view_display.user.user.compact.yml +++ b/config/core.entity_view_display.user.user.compact.yml @@ -24,19 +24,19 @@ bundle: user mode: compact content: flag_following: - weight: 10 settings: { } third_party_settings: { } + weight: 10 region: content user_picture: type: image - weight: 0 - region: content + label: hidden settings: - image_style: thumbnail image_link: content + image_style: thumbnail third_party_settings: { } - label: hidden + weight: 0 + region: content hidden: field_first_name: true field_iasc_group_space: true diff --git a/config/core.entity_view_display.user.user.default.yml b/config/core.entity_view_display.user.user.default.yml index 3ba436194..fee76cc3e 100644 --- a/config/core.entity_view_display.user.user.default.yml +++ b/config/core.entity_view_display.user.user.default.yml @@ -23,71 +23,71 @@ bundle: user mode: default content: field_first_name: - label: above - weight: 1 type: string + label: above settings: link_to_entity: false third_party_settings: { } + weight: 1 region: content field_iasc_group_space: - weight: 8 + type: entity_reference_label label: above settings: link: true third_party_settings: { } - type: entity_reference_label + weight: 8 region: content field_last_name: - label: above - weight: 2 type: string + label: above settings: link_to_entity: false third_party_settings: { } + weight: 2 region: content field_user_about: - label: above - weight: 7 type: text_default + label: above settings: { } third_party_settings: { } + weight: 7 region: content field_user_display_name: - label: above - weight: 0 type: string + label: above settings: link_to_entity: false third_party_settings: { } + weight: 0 region: content field_user_picture: - label: above - weight: 4 type: image + label: above settings: - image_style: medium image_link: '' + image_style: medium third_party_settings: { } + weight: 4 region: content flag_following: + settings: { } + third_party_settings: { } weight: 6 region: content + member_for: settings: { } third_party_settings: { } - member_for: weight: 3 region: content - settings: { } - third_party_settings: { } user_picture: + type: image label: above settings: - image_style: '' image_link: content - type: image - weight: 5 + image_style: '' third_party_settings: { } + weight: 5 region: content hidden: langcode: true diff --git a/config/core.entity_view_mode.media.media_library.yml b/config/core.entity_view_mode.media.media_library.yml index 5164cf785..a70058758 100644 --- a/config/core.entity_view_mode.media.media_library.yml +++ b/config/core.entity_view_mode.media.media_library.yml @@ -2,11 +2,11 @@ uuid: 1b7c375e-9353-45f6-b323-1081abe5130f langcode: en status: true dependencies: + module: + - media enforced: module: - media_library - module: - - media _core: default_config_hash: pkq0uj-IoqEQRBOP_ddUDV0ZJ-dKQ_fLcppsEDF2UO8 id: media.media_library diff --git a/config/core.entity_view_mode.node.diff.yml b/config/core.entity_view_mode.node.diff.yml index e89fb61b0..0aad62c29 100644 --- a/config/core.entity_view_mode.node.diff.yml +++ b/config/core.entity_view_mode.node.diff.yml @@ -2,12 +2,12 @@ uuid: 00c1a629-5c89-4238-933f-bfee70490270 langcode: en status: false dependencies: + module: + - node enforced: module: - node - diff - module: - - node _core: default_config_hash: pqZNtad5J9THcdbYjwPD4qINqvrTxnOd8KCWn6tUBRs id: node.diff diff --git a/config/core.extension.yml b/config/core.extension.yml index 121ea195e..9f510b96f 100644 --- a/config/core.extension.yml +++ b/config/core.extension.yml @@ -1,3 +1,5 @@ +_core: + default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc module: address: 0 admin_denied: 0 @@ -124,5 +126,3 @@ theme: common_design: 0 iasc_common_design: 0 profile: minimal -_core: - default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc diff --git a/config/core.menu.static_menu_link_overrides.yml b/config/core.menu.static_menu_link_overrides.yml index 1bb86b261..1fce60071 100644 --- a/config/core.menu.static_menu_link_overrides.yml +++ b/config/core.menu.static_menu_link_overrides.yml @@ -1,93 +1,93 @@ +_core: + default_config_hash: o4bYR9ZupWb3AsOIizTUG4g-nu1mdJqA59UB7QT-ifQ definitions: contact__site_page: - enabled: false menu_name: footer parent: '' - expanded: false weight: 0 - user__page: + expanded: false enabled: false + user__page: menu_name: account parent: '' - expanded: false weight: -10 + expanded: false + enabled: false block__admin_display: - weight: -80 menu_name: admin parent: system.admin_structure - enabled: true + weight: -80 expanded: false + enabled: true entity__node_type__collection: - weight: -78 menu_name: admin parent: system.admin_structure + weight: -78 expanded: false enabled: true field_ui__display_mode: - weight: -77 menu_name: admin parent: system.admin_structure + weight: -77 expanded: false enabled: true entity__entity_queue__collection: - weight: -76 menu_name: admin parent: system.admin_structure + weight: -76 expanded: false enabled: true flag__admin__structure__flag: - weight: -75 menu_name: admin parent: system.admin_structure + weight: -75 expanded: false enabled: true hero__admin__structure__settings: - weight: -74 menu_name: admin parent: system.admin_structure + weight: -74 expanded: false enabled: true entity__media_type__collection: - weight: -73 menu_name: admin parent: system.admin_structure + weight: -73 expanded: false enabled: true entity__menu__collection: - weight: -72 menu_name: admin parent: system.admin_structure + weight: -72 expanded: false enabled: true entity__paragraphs_type__collection: - weight: -71 menu_name: admin parent: system.admin_structure + weight: -71 expanded: false enabled: true entity__taxonomy_vocabulary__collection: - weight: -70 menu_name: admin parent: system.admin_structure + weight: -70 expanded: false enabled: true entity__view__collection: - weight: -69 menu_name: admin parent: system.admin_structure + weight: -69 expanded: false enabled: true config__conditional_field: - weight: -68 menu_name: admin parent: system.admin_structure + weight: -68 expanded: false enabled: true entity__hero__collection: - enabled: false menu_name: admin parent: system.admin_content - expanded: false weight: 100 -_core: - default_config_hash: o4bYR9ZupWb3AsOIizTUG4g-nu1mdJqA59UB7QT-ifQ + expanded: false + enabled: false diff --git a/config/diff.plugins.yml b/config/diff.plugins.yml index 2c469b78e..34b11266f 100644 --- a/config/diff.plugins.yml +++ b/config/diff.plugins.yml @@ -32,9 +32,9 @@ fields: body: type: text_field_diff_builder settings: - compare_format: 0 show_header: 1 markdown: drupal_html_to_text + compare_format: 0 field_block_title: type: core_field_diff_builder settings: @@ -48,10 +48,10 @@ fields: field_link: type: link_field_diff_builder settings: - compare_title: 0 - compare_uri: 1 show_header: 1 markdown: drupal_html_to_text + compare_title: 0 + compare_uri: 1 entity_subqueue: langcode: type: hidden @@ -157,50 +157,50 @@ fields: field_description: type: text_field_diff_builder settings: - compare_format: 0 show_header: 1 markdown: drupal_html_to_text + compare_format: 0 field_external_link: type: link_field_diff_builder settings: - compare_title: 0 - compare_uri: 1 show_header: 1 markdown: drupal_html_to_text + compare_title: 0 + compare_uri: 1 field_group_banner: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_main_image: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_parent_space: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_primary_image: type: image_field_diff_builder settings: + show_header: 1 + markdown: drupal_html_to_text show_id: 0 compare_alt_field: 1 compare_title_field: 1 property_separator: nl show_thumbnail: 1 - show_header: 1 - markdown: drupal_html_to_text field_responsibilities: type: text_field_diff_builder settings: - compare_format: 0 show_header: 1 markdown: drupal_html_to_text + compare_format: 0 field_short_name: type: core_field_diff_builder settings: @@ -262,16 +262,16 @@ fields: field_hero_image: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_hero_link: type: link_field_diff_builder settings: - compare_title: 0 - compare_uri: 1 show_header: 1 markdown: drupal_html_to_text + compare_title: 0 + compare_uri: 1 media: langcode: type: hidden @@ -297,13 +297,13 @@ fields: thumbnail: type: image_field_diff_builder settings: + show_header: 1 + markdown: drupal_html_to_text show_id: 0 compare_alt_field: 1 compare_title_field: 1 property_separator: nl show_thumbnail: 1 - show_header: 1 - markdown: drupal_html_to_text created: type: hidden settings: { } @@ -322,31 +322,31 @@ fields: field_media_audio_file: type: file_field_diff_builder settings: + show_header: 1 + markdown: drupal_html_to_text show_id: 1 compare_description_field: 0 compare_display_field: 0 property_separator: nl - show_header: 1 - markdown: drupal_html_to_text field_media_file: type: file_field_diff_builder settings: + show_header: 1 + markdown: drupal_html_to_text show_id: 1 compare_description_field: 0 compare_display_field: 0 property_separator: nl - show_header: 1 - markdown: drupal_html_to_text field_media_image: type: image_field_diff_builder settings: + show_header: 1 + markdown: drupal_html_to_text show_id: 0 compare_alt_field: 1 compare_title_field: 1 property_separator: nl show_thumbnail: 1 - show_header: 1 - markdown: drupal_html_to_text field_media_oembed_video: type: core_field_diff_builder settings: @@ -355,12 +355,12 @@ fields: field_media_video_file: type: file_field_diff_builder settings: + show_header: 1 + markdown: drupal_html_to_text show_id: 1 compare_description_field: 0 compare_display_field: 0 property_separator: nl - show_header: 1 - markdown: drupal_html_to_text node: langcode: type: hidden @@ -376,9 +376,9 @@ fields: uid: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 title: type: core_field_diff_builder settings: @@ -410,9 +410,9 @@ fields: body: type: text_field_diff_builder settings: - compare_format: 0 show_header: 1 markdown: drupal_html_to_text + compare_format: 0 field_additional_locations: type: entity_reference_revisions_field_diff_builder settings: @@ -431,9 +431,9 @@ fields: field_agency_initiative_or_group: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_agenda_items: type: entity_reference_revisions_field_diff_builder settings: @@ -447,21 +447,21 @@ fields: field_ap_progress_overview: type: text_field_diff_builder settings: - compare_format: 0 show_header: 1 markdown: drupal_html_to_text + compare_format: 0 field_ap_responsibility: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_ap_status: type: list_field_diff_builder settings: - compare: key show_header: 1 markdown: drupal_html_to_text + compare: key field_ap_topic: type: core_field_diff_builder settings: @@ -470,9 +470,9 @@ fields: field_banner_image: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_branch: type: core_field_diff_builder settings: @@ -481,9 +481,9 @@ fields: field_category: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_city: type: core_field_diff_builder settings: @@ -492,15 +492,15 @@ fields: field_complaints_and_feedback: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_contact: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_content: type: entity_reference_revisions_field_diff_builder settings: @@ -539,9 +539,9 @@ fields: field_document_type: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_email: type: core_field_diff_builder settings: @@ -555,9 +555,9 @@ fields: field_examples_and_case_studies: type: text_field_diff_builder settings: - compare_format: 0 show_header: 1 markdown: drupal_html_to_text + compare_format: 0 field_fax: type: core_field_diff_builder settings: @@ -566,9 +566,9 @@ fields: field_featured_categories: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_featured_image: type: hidden settings: { } @@ -590,9 +590,9 @@ fields: field_global_focal_point: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_grand_bargain_content: type: hidden settings: { } @@ -604,46 +604,46 @@ fields: field_homepage: type: link_field_diff_builder settings: - compare_title: 0 - compare_uri: 1 show_header: 1 markdown: drupal_html_to_text + compare_title: 0 + compare_uri: 1 field_host: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_iasc_audience: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_info_private: type: text_field_diff_builder settings: - compare_format: 0 show_header: 1 markdown: drupal_html_to_text + compare_format: 0 field_interest: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_inter_agency_cfm_resources: type: text_field_diff_builder settings: - compare_format: 0 show_header: 1 markdown: drupal_html_to_text + compare_format: 0 field_kind_of_data: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_last_name: type: hidden settings: { } @@ -658,41 +658,41 @@ fields: field_links: type: link_field_diff_builder settings: - compare_title: 0 - compare_uri: 1 show_header: 1 markdown: drupal_html_to_text + compare_title: 0 + compare_uri: 1 field_links_to_relevant_docs: type: link_field_diff_builder settings: - compare_title: 0 - compare_uri: 1 show_header: 1 markdown: drupal_html_to_text + compare_title: 0 + compare_uri: 1 field_media_files: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_media_photo: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_meeting_agendas: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_meeting_notes: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_membership: type: entity_reference_revisions_field_diff_builder settings: @@ -712,30 +712,30 @@ fields: field_oa_group_ref: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_oa_media: type: file_field_diff_builder settings: + show_header: 1 + markdown: drupal_html_to_text show_id: 1 compare_description_field: 0 compare_display_field: 0 property_separator: nl - show_header: 1 - markdown: drupal_html_to_text field_oa_node_types: type: list_field_diff_builder settings: - compare: key show_header: 1 markdown: drupal_html_to_text + compare: key field_oa_section: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_oa_section_override: type: hidden settings: { } @@ -745,15 +745,15 @@ fields: field_oa_team_ref: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_oa_user_ref: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_oa_wiki_page_no_redirect: type: core_field_diff_builder settings: @@ -762,33 +762,33 @@ fields: field_oa_worktracker_assigned_to: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_oa_worktracker_priority: type: list_field_diff_builder settings: - compare: key show_header: 1 markdown: drupal_html_to_text + compare: key field_oa_worktracker_task_status: type: list_field_diff_builder settings: - compare: key show_header: 1 markdown: drupal_html_to_text + compare: key field_oa_worktracker_task_type: type: list_field_diff_builder settings: - compare: key show_header: 1 markdown: drupal_html_to_text + compare: key field_organisation: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_phone: type: core_field_diff_builder settings: @@ -797,13 +797,13 @@ fields: field_photo: type: image_field_diff_builder settings: + show_header: 1 + markdown: drupal_html_to_text show_id: 0 compare_alt_field: 1 compare_title_field: 1 property_separator: nl show_thumbnail: 1 - show_header: 1 - markdown: drupal_html_to_text field_position: type: core_field_diff_builder settings: @@ -812,13 +812,13 @@ fields: field_product_thumbnail: type: image_field_diff_builder settings: + show_header: 1 + markdown: drupal_html_to_text show_id: 0 compare_alt_field: 1 compare_title_field: 1 property_separator: nl show_thumbnail: 1 - show_header: 1 - markdown: drupal_html_to_text field_published_date: type: core_field_diff_builder settings: @@ -832,15 +832,15 @@ fields: field_referenced_docs: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_relevant_hpc_stage: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_room: type: core_field_diff_builder settings: @@ -849,39 +849,39 @@ fields: field_section: type: list_field_diff_builder settings: - compare: key show_header: 1 markdown: drupal_html_to_text + compare: key field_section_audience: type: list_field_diff_builder settings: - compare: key show_header: 1 markdown: drupal_html_to_text + compare: key field_services: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_service_coverage: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_service_coverage_country: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_service_coverage_region: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_service_description: type: core_field_diff_builder settings: @@ -890,9 +890,9 @@ fields: field_share_data: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_sidebar: type: entity_reference_revisions_field_diff_builder settings: @@ -906,27 +906,27 @@ fields: field_thumbnail: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_timeframe: type: list_field_diff_builder settings: - compare: key show_header: 1 markdown: drupal_html_to_text + compare: key field_title: type: list_field_diff_builder settings: - compare: key show_header: 1 markdown: drupal_html_to_text + compare: key field_type_of_entity: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_updated: type: core_field_diff_builder settings: @@ -940,39 +940,39 @@ fields: field_worktracker_country: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 group_content_access: type: list_field_diff_builder settings: - compare: key show_header: 1 markdown: drupal_html_to_text + compare: key oa_other_spaces_ref: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 oa_section_ref: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 og_group_ref: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 og_vocabulary: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 path_alias: langcode: type: hidden @@ -1013,9 +1013,9 @@ fields: description: type: text_field_diff_builder settings: - compare_format: 0 show_header: 1 markdown: drupal_html_to_text + compare_format: 0 parent: type: hidden settings: { } @@ -1039,36 +1039,36 @@ fields: field_featured_image: type: image_field_diff_builder settings: + show_header: 1 + markdown: drupal_html_to_text show_id: 0 compare_alt_field: 1 compare_title_field: 1 property_separator: nl show_thumbnail: 1 - show_header: 1 - markdown: drupal_html_to_text field_featured_media: type: hidden settings: { } field_homepage: type: link_field_diff_builder settings: - compare_title: 0 - compare_uri: 1 show_header: 1 markdown: drupal_html_to_text + compare_title: 0 + compare_uri: 1 field_icon_image: type: hidden settings: { } field_logo: type: image_field_diff_builder settings: + show_header: 1 + markdown: drupal_html_to_text show_id: 0 compare_alt_field: 1 compare_title_field: 1 property_separator: nl show_thumbnail: 1 - show_header: 1 - markdown: drupal_html_to_text field_long_name: type: core_field_diff_builder settings: @@ -1077,9 +1077,9 @@ fields: field_membership_level: type: list_field_diff_builder settings: - compare: key show_header: 1 markdown: drupal_html_to_text + compare: key field_oa_clone_enabled: type: core_field_diff_builder settings: @@ -1088,9 +1088,9 @@ fields: field_oa_clone_space: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_oa_icon_class: type: core_field_diff_builder settings: @@ -1099,31 +1099,31 @@ fields: field_oa_icon_image: type: image_field_diff_builder settings: + show_header: 1 + markdown: drupal_html_to_text show_id: 0 compare_alt_field: 1 compare_title_field: 1 property_separator: nl show_thumbnail: 1 - show_header: 1 - markdown: drupal_html_to_text field_oa_node_types: type: list_field_diff_builder settings: - compare: key show_header: 1 markdown: drupal_html_to_text + compare: key field_oa_section_layout: type: list_field_diff_builder settings: - compare: key show_header: 1 markdown: drupal_html_to_text + compare: key field_oa_section_type_menu: type: list_field_diff_builder settings: - compare: key show_header: 1 markdown: drupal_html_to_text + compare: key menu_link_content: langcode: type: hidden @@ -1209,9 +1209,9 @@ fields: field_ai_description: type: text_field_diff_builder settings: - compare_format: 0 show_header: 1 markdown: drupal_html_to_text + compare_format: 0 field_ai_title: type: core_field_diff_builder settings: @@ -1220,21 +1220,21 @@ fields: field_body_membership: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_contact: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_contacts: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_contact_category: type: core_field_diff_builder settings: @@ -1243,22 +1243,22 @@ fields: field_custom_block: type: dynamic_entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_custom_link: type: link_field_diff_builder settings: - compare_title: 0 - compare_uri: 1 show_header: 1 markdown: drupal_html_to_text + compare_title: 0 + compare_uri: 1 field_hero: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_hero_caption: type: hidden settings: { } @@ -1280,15 +1280,15 @@ fields: field_image_align: type: list_field_diff_builder settings: - compare: key show_header: 1 markdown: drupal_html_to_text + compare: key field_image_alignment: type: list_field_diff_builder settings: - compare: key show_header: 1 markdown: drupal_html_to_text + compare: key field_list_item: type: entity_reference_revisions_field_diff_builder settings: @@ -1302,16 +1302,16 @@ fields: field_list_item_icon: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_list_item_link: type: link_field_diff_builder settings: - compare_title: 0 - compare_uri: 1 show_header: 1 markdown: drupal_html_to_text + compare_title: 0 + compare_uri: 1 field_list_item_title: type: core_field_diff_builder settings: @@ -1328,9 +1328,9 @@ fields: field_member_position: type: list_field_diff_builder settings: - compare: key show_header: 1 markdown: drupal_html_to_text + compare: key field_oa_content_layout: type: hidden settings: { } @@ -1340,15 +1340,15 @@ fields: field_oa_related_content: type: dynamic_entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_paragraph_layout: type: list_field_diff_builder settings: - compare: key show_header: 1 markdown: drupal_html_to_text + compare: key field_paragraph_lock_revision: type: core_field_diff_builder settings: @@ -1357,9 +1357,9 @@ fields: field_paragraph_text: type: text_field_diff_builder settings: - compare_format: 0 show_header: 1 markdown: drupal_html_to_text + compare_format: 0 field_para_title: type: core_field_diff_builder settings: @@ -1368,9 +1368,9 @@ fields: field_piece_of_content: type: dynamic_entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_position: type: hidden settings: { } @@ -1380,21 +1380,21 @@ fields: field_referenced_docs: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_reliefweb_feed_limit: type: list_field_diff_builder settings: - compare: key show_header: 1 markdown: drupal_html_to_text + compare: key field_snippet_content: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_snippet_showtitle: type: core_field_diff_builder settings: @@ -1408,9 +1408,9 @@ fields: field_snippet_viewmode: type: list_field_diff_builder settings: - compare: key show_header: 1 markdown: drupal_html_to_text + compare: key field_teaser_description: type: core_field_diff_builder settings: @@ -1424,9 +1424,9 @@ fields: field_teaser_image: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_teaser_item: type: entity_reference_revisions_field_diff_builder settings: @@ -1435,10 +1435,10 @@ fields: field_teaser_link: type: link_field_diff_builder settings: - compare_title: 0 - compare_uri: 1 show_header: 1 markdown: drupal_html_to_text + compare_title: 0 + compare_uri: 1 field_teaser_title: type: core_field_diff_builder settings: @@ -1462,9 +1462,9 @@ fields: field_video: type: entity_reference_field_diff_builder settings: - compare_entity_reference: 1 show_header: 1 markdown: drupal_html_to_text + compare_entity_reference: 1 field_view: type: hidden settings: { } diff --git a/config/diff.settings.yml b/config/diff.settings.yml index 5762e78bd..699bbbbb8 100644 --- a/config/diff.settings.yml +++ b/config/diff.settings.yml @@ -1,3 +1,5 @@ +_core: + default_config_hash: oXwX3NzLv9QK_LbNEvpQ9OPwH9tqtMSJzq5y8t63Q8w general_settings: radio_behavior: simple context_lines_leading: 1 @@ -14,5 +16,3 @@ general_settings: enabled: true weight: 2 visual_inline_theme: default -_core: - default_config_hash: oXwX3NzLv9QK_LbNEvpQ9OPwH9tqtMSJzq5y8t63Q8w diff --git a/config/facets.facet.aap__interested.yml b/config/facets.facet.aap__interested.yml index d747919a6..dd32b214b 100644 --- a/config/facets.facet.aap__interested.yml +++ b/config/facets.facet.aap__interested.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: aap__interested name: 'The entity I am representing may be interested in...' -url_alias: aap__interested weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: field_interest +url_alias: aap__interested facet_source_id: 'search_api:views_page__iasc_services__page_1' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: field_interest query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: display_value_widget_order: processor_id: display_value_widget_order @@ -46,6 +49,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.aap_agency_initiative_or_group.yml b/config/facets.facet.aap_agency_initiative_or_group.yml index ae18f3afc..66e8e935d 100644 --- a/config/facets.facet.aap_agency_initiative_or_group.yml +++ b/config/facets.facet.aap_agency_initiative_or_group.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: aap_agency_initiative_or_group name: Organisation/Entity -url_alias: aap_agency_initiative_or_group weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: field_agency_initiative_or_group +url_alias: aap_agency_initiative_or_group facet_source_id: 'search_api:views_page__iasc_services__page_1' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: field_agency_initiative_or_group query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: display_value_widget_order: processor_id: display_value_widget_order @@ -46,6 +49,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.aap_complaints_and_feedback_mechanism.yml b/config/facets.facet.aap_complaints_and_feedback_mechanism.yml index 7dbd08d44..c43cfd5dc 100644 --- a/config/facets.facet.aap_complaints_and_feedback_mechanism.yml +++ b/config/facets.facet.aap_complaints_and_feedback_mechanism.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: aap_complaints_and_feedback_mechanism name: 'Complaints and feedback mechanism' -url_alias: aap_complaints_and_feedback_mechanism weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: field_complaints_and_feedback +url_alias: aap_complaints_and_feedback_mechanism facet_source_id: 'search_api:views_page__iasc_services__page_1' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: field_complaints_and_feedback query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: display_value_widget_order: processor_id: display_value_widget_order @@ -46,6 +49,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.aap_kind_of_data.yml b/config/facets.facet.aap_kind_of_data.yml index ebe5863c4..2688f5ca4 100644 --- a/config/facets.facet.aap_kind_of_data.yml +++ b/config/facets.facet.aap_kind_of_data.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: aap_kind_of_data name: 'What kind of data do you collect that you share/may be interested in sharing for the purposes of collective AAP?' -url_alias: aap_kind_of_data weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: field_kind_of_data +url_alias: aap_kind_of_data facet_source_id: 'search_api:views_page__iasc_services__page_1' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: field_kind_of_data query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: display_value_widget_order: processor_id: display_value_widget_order @@ -46,6 +49,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.aap_service_coverage_country.yml b/config/facets.facet.aap_service_coverage_country.yml index 8d7b47097..ebc764d4a 100644 --- a/config/facets.facet.aap_service_coverage_country.yml +++ b/config/facets.facet.aap_service_coverage_country.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: aap_service_coverage_country name: 'Service Coverage Country' -url_alias: aap_service_coverage_country weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: field_service_coverage_country +url_alias: aap_service_coverage_country facet_source_id: 'search_api:views_page__iasc_services__page_1' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: field_service_coverage_country query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: display_value_widget_order: processor_id: display_value_widget_order @@ -46,6 +49,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.aap_service_coverage_region.yml b/config/facets.facet.aap_service_coverage_region.yml index 4830a73a2..b1520eeb5 100644 --- a/config/facets.facet.aap_service_coverage_region.yml +++ b/config/facets.facet.aap_service_coverage_region.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: aap_service_coverage_region name: 'Service Coverage Region' -url_alias: aap_service_coverage_region weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: field_service_coverage_region +url_alias: aap_service_coverage_region facet_source_id: 'search_api:views_page__iasc_services__page_1' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: field_service_coverage_region query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: display_value_widget_order: processor_id: display_value_widget_order @@ -46,6 +49,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.aap_services.yml b/config/facets.facet.aap_services.yml index f1b48ed7a..0a0cc0d7f 100644 --- a/config/facets.facet.aap_services.yml +++ b/config/facets.facet.aap_services.yml @@ -13,25 +13,28 @@ third_party_settings: coder: taxonomy_term_coder id: aap_services name: Services -url_alias: aap_services weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: field_services +url_alias: aap_services facet_source_id: 'search_api:views_page__iasc_services__page_1' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: field_services query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: display_value_widget_order: processor_id: display_value_widget_order @@ -50,6 +53,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.aap_share_data.yml b/config/facets.facet.aap_share_data.yml index 5f8244b50..dfbc1dd87 100644 --- a/config/facets.facet.aap_share_data.yml +++ b/config/facets.facet.aap_share_data.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: aap_share_data name: 'Does your entity share data with the humanitarian community?' -url_alias: aap_share_data weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: field_share_data +url_alias: aap_share_data facet_source_id: 'search_api:views_page__iasc_services__page_1' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: field_share_data query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: display_value_widget_order: processor_id: display_value_widget_order @@ -46,6 +49,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.aap_type_of_entity.yml b/config/facets.facet.aap_type_of_entity.yml index cf905baea..e87a45d07 100644 --- a/config/facets.facet.aap_type_of_entity.yml +++ b/config/facets.facet.aap_type_of_entity.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: aap_type_of_entity name: 'Type of entity' -url_alias: aap_type_of_entity weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: field_type_of_entity +url_alias: aap_type_of_entity facet_source_id: 'search_api:views_page__iasc_services__page_1' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: field_type_of_entity query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: display_value_widget_order: processor_id: display_value_widget_order @@ -46,6 +49,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.changed.yml b/config/facets.facet.changed.yml index a7f22e5c8..072893ac8 100644 --- a/config/facets.facet.changed.yml +++ b/config/facets.facet.changed.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: changed name: Changed -url_alias: changed weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: changed +url_alias: changed facet_source_id: 'search_api:views_page__iasc_group_content__page_documents' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: changed query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: date_item: processor_id: date_item @@ -49,6 +52,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.document_type_label.yml b/config/facets.facet.document_type_label.yml index 740fee972..fb87a2c1f 100644 --- a/config/facets.facet.document_type_label.yml +++ b/config/facets.facet.document_type_label.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: document_type_label name: 'Document Type' -url_alias: document_type_label weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: document_type_label +url_alias: document_type_label facet_source_id: 'search_api:views_page__iasc_group_content__page_documents' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: document_type_label query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: active_widget_order: processor_id: active_widget_order @@ -53,6 +56,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.iasc_statements_audience_label.yml b/config/facets.facet.iasc_statements_audience_label.yml index 0d0e92f64..f3aa1d4fb 100644 --- a/config/facets.facet.iasc_statements_audience_label.yml +++ b/config/facets.facet.iasc_statements_audience_label.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: iasc_statements_audience_label name: Audience -url_alias: iasc_statements_audience_label weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: audience_label +url_alias: iasc_statements_audience_label facet_source_id: 'search_api:views_page__resources__page_statements' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: audience_label query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: active_widget_order: processor_id: active_widget_order @@ -53,6 +56,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.iasc_statements_authored_on.yml b/config/facets.facet.iasc_statements_authored_on.yml index ca13a37dd..344d15747 100644 --- a/config/facets.facet.iasc_statements_authored_on.yml +++ b/config/facets.facet.iasc_statements_authored_on.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: iasc_statements_authored_on name: 'Authored on' -url_alias: iasc_statements_authored_on weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: created +url_alias: iasc_statements_authored_on facet_source_id: 'search_api:views_page__resources__page_statements' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: created query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: date_item: processor_id: date_item @@ -49,6 +52,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.iasc_statements_product_category_label.yml b/config/facets.facet.iasc_statements_product_category_label.yml index e7d394b85..955fbf2ce 100644 --- a/config/facets.facet.iasc_statements_product_category_label.yml +++ b/config/facets.facet.iasc_statements_product_category_label.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: iasc_statements_product_category_label name: 'Product Category' -url_alias: iasc_statements_product_category_label weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: product_category_label +url_alias: iasc_statements_product_category_label facet_source_id: 'search_api:views_page__resources__page_statements' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: product_category_label query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: display_value_widget_order: processor_id: display_value_widget_order @@ -41,6 +44,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.newsletter_authored_on.yml b/config/facets.facet.newsletter_authored_on.yml index cd700f20e..877c9c806 100644 --- a/config/facets.facet.newsletter_authored_on.yml +++ b/config/facets.facet.newsletter_authored_on.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: newsletter_authored_on name: 'Authored on' -url_alias: resources_authored_on weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: created +url_alias: resources_authored_on facet_source_id: 'search_api:views_page__resources__iasc_newsletters' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: created query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: active_widget_order: processor_id: active_widget_order @@ -61,6 +64,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.product_category_label.yml b/config/facets.facet.product_category_label.yml index fb1e2f848..5943d4e32 100644 --- a/config/facets.facet.product_category_label.yml +++ b/config/facets.facet.product_category_label.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: product_category_label name: 'Product Category' -url_alias: product_category_label weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: product_category_label +url_alias: product_category_label facet_source_id: 'search_api:views_page__iasc_group_content__page_documents' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: product_category_label query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: active_widget_order: processor_id: active_widget_order @@ -53,6 +56,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.resource_audience_label.yml b/config/facets.facet.resource_audience_label.yml index 29a526190..1f452e4ef 100644 --- a/config/facets.facet.resource_audience_label.yml +++ b/config/facets.facet.resource_audience_label.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: resource_audience_label name: Audience -url_alias: resource_audience_label weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: audience_label +url_alias: resource_audience_label facet_source_id: 'search_api:views_page__resources__page_resources' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: audience_label query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: display_value_widget_order: processor_id: display_value_widget_order @@ -41,6 +44,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.resource_documents_audience_label.yml b/config/facets.facet.resource_documents_audience_label.yml index 3b283cdea..54a05d978 100644 --- a/config/facets.facet.resource_documents_audience_label.yml +++ b/config/facets.facet.resource_documents_audience_label.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: resource_documents_audience_label name: Audience -url_alias: resource_audience_label weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: audience_label +url_alias: resource_audience_label facet_source_id: 'search_api:views_page__resources__page_resources_documents' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: audience_label query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: display_value_widget_order: processor_id: display_value_widget_order @@ -41,6 +44,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.resource_documents_authored_on.yml b/config/facets.facet.resource_documents_authored_on.yml index b32d24e4f..ada0be129 100644 --- a/config/facets.facet.resource_documents_authored_on.yml +++ b/config/facets.facet.resource_documents_authored_on.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: resource_documents_authored_on name: 'Authored on' -url_alias: resources_authored_on weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: created +url_alias: resources_authored_on facet_source_id: 'search_api:views_page__resources__page_resources_documents' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: created query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: date_item: processor_id: date_item @@ -49,6 +52,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.resource_documents_document_type_label.yml b/config/facets.facet.resource_documents_document_type_label.yml index b90966dca..1ee530335 100644 --- a/config/facets.facet.resource_documents_document_type_label.yml +++ b/config/facets.facet.resource_documents_document_type_label.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: resource_documents_document_type_label name: 'Document Type' -url_alias: document_type weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: document_type_label +url_alias: document_type facet_source_id: 'search_api:views_page__resources__page_resources_documents' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: document_type_label query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: active_widget_order: processor_id: active_widget_order @@ -53,6 +56,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.resource_documents_product_category_label.yml b/config/facets.facet.resource_documents_product_category_label.yml index 60065f4dc..0622525bf 100644 --- a/config/facets.facet.resource_documents_product_category_label.yml +++ b/config/facets.facet.resource_documents_product_category_label.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: resource_documents_product_category_label name: 'Product Category' -url_alias: product_category weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: product_category_label +url_alias: product_category facet_source_id: 'search_api:views_page__resources__page_resources_documents' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: product_category_label query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: display_value_widget_order: processor_id: display_value_widget_order @@ -41,6 +44,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.resource_products_audience_label.yml b/config/facets.facet.resource_products_audience_label.yml index 0ed21ba63..124b359f4 100644 --- a/config/facets.facet.resource_products_audience_label.yml +++ b/config/facets.facet.resource_products_audience_label.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: resource_products_audience_label name: 'Authoring body' -url_alias: resource_audience_label weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: audience_label +url_alias: resource_audience_label facet_source_id: 'search_api:views_page__resources__page_resources_products' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: audience_label query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: display_value_widget_order: processor_id: display_value_widget_order @@ -41,6 +44,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.resource_products_authored_on.yml b/config/facets.facet.resource_products_authored_on.yml index fd1ded1ce..932b5b15a 100644 --- a/config/facets.facet.resource_products_authored_on.yml +++ b/config/facets.facet.resource_products_authored_on.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: resource_products_authored_on name: 'Authored on' -url_alias: resources_authored_on weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: created +url_alias: resources_authored_on facet_source_id: 'search_api:views_page__resources__page_resources_products' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: created query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: date_item: processor_id: date_item @@ -49,6 +52,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.resource_products_document_type_label.yml b/config/facets.facet.resource_products_document_type_label.yml index 5b7b2107a..999732791 100644 --- a/config/facets.facet.resource_products_document_type_label.yml +++ b/config/facets.facet.resource_products_document_type_label.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: resource_products_document_type_label name: 'Document Type' -url_alias: document_type weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: document_type_label +url_alias: document_type facet_source_id: 'search_api:views_page__resources__page_resources_products' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: document_type_label query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: active_widget_order: processor_id: active_widget_order @@ -53,6 +56,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.resource_products_product_category_label.yml b/config/facets.facet.resource_products_product_category_label.yml index 6c312bffc..6bd235195 100644 --- a/config/facets.facet.resource_products_product_category_label.yml +++ b/config/facets.facet.resource_products_product_category_label.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: resource_products_product_category_label name: 'Product Category' -url_alias: product_category weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: product_category_label +url_alias: product_category facet_source_id: 'search_api:views_page__resources__page_resources_products' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: product_category_label query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: display_value_widget_order: processor_id: display_value_widget_order @@ -41,6 +44,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.resources_authored_on.yml b/config/facets.facet.resources_authored_on.yml index 9b336e6fd..5e79e203e 100644 --- a/config/facets.facet.resources_authored_on.yml +++ b/config/facets.facet.resources_authored_on.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: resources_authored_on name: 'Authored on' -url_alias: resources_authored_on weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: created +url_alias: resources_authored_on facet_source_id: 'search_api:views_page__resources__page_resources' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: created query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: date_item: processor_id: date_item @@ -49,6 +52,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.resources_content_type.yml b/config/facets.facet.resources_content_type.yml index 83daaccbf..b0b00bada 100644 --- a/config/facets.facet.resources_content_type.yml +++ b/config/facets.facet.resources_content_type.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: resources_content_type name: 'Content type' -url_alias: content_type weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: type +url_alias: content_type facet_source_id: 'search_api:views_page__resources__page_resources' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: type query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: active_widget_order: processor_id: active_widget_order @@ -58,6 +61,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.resources_document_type_label.yml b/config/facets.facet.resources_document_type_label.yml index 846036962..82e6f8c7c 100644 --- a/config/facets.facet.resources_document_type_label.yml +++ b/config/facets.facet.resources_document_type_label.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: resources_document_type_label name: 'Document Type' -url_alias: document_type weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: document_type_label +url_alias: document_type facet_source_id: 'search_api:views_page__resources__page_resources' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: document_type_label query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: active_widget_order: processor_id: active_widget_order @@ -53,6 +56,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.resources_product_category_label.yml b/config/facets.facet.resources_product_category_label.yml index 05fa752ff..ee73bfab0 100644 --- a/config/facets.facet.resources_product_category_label.yml +++ b/config/facets.facet.resources_product_category_label.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: resources_product_category_label name: 'Product Category' -url_alias: product_category weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: product_category_label +url_alias: product_category facet_source_id: 'search_api:views_page__resources__page_resources' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: product_category_label query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: display_value_widget_order: processor_id: display_value_widget_order @@ -41,6 +44,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.search_audience_label.yml b/config/facets.facet.search_audience_label.yml index d0dde1b57..10478677f 100644 --- a/config/facets.facet.search_audience_label.yml +++ b/config/facets.facet.search_audience_label.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: search_audience_label name: Audience -url_alias: search_audience_label weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: audience_label +url_alias: search_audience_label facet_source_id: 'search_api:views_page__search_content__search' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: audience_label query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: display_value_widget_order: processor_id: display_value_widget_order @@ -41,6 +44,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.search_authored_on.yml b/config/facets.facet.search_authored_on.yml index a1fc2b9fe..dc10a9c4a 100644 --- a/config/facets.facet.search_authored_on.yml +++ b/config/facets.facet.search_authored_on.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: search_authored_on name: 'Authored on' -url_alias: search_authored_on weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: created +url_alias: search_authored_on facet_source_id: 'search_api:views_page__search_content__search' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: created query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: date_item: processor_id: date_item @@ -49,6 +52,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.search_content_type.yml b/config/facets.facet.search_content_type.yml index 41400fce3..abcf68477 100644 --- a/config/facets.facet.search_content_type.yml +++ b/config/facets.facet.search_content_type.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: search_content_type name: 'Content type' -url_alias: search_content_type weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: type +url_alias: search_content_type facet_source_id: 'search_api:views_page__search_content__search' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: type query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: active_widget_order: processor_id: active_widget_order @@ -58,6 +61,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets.facet.services_relevant_hpc_stage.yml b/config/facets.facet.services_relevant_hpc_stage.yml index 12365e5cc..7c4b7017f 100644 --- a/config/facets.facet.services_relevant_hpc_stage.yml +++ b/config/facets.facet.services_relevant_hpc_stage.yml @@ -9,25 +9,28 @@ dependencies: - search_api id: services_relevant_hpc_stage name: 'Stages of HPC' -url_alias: relevant_hpc_stage weight: 0 min_count: 1 -show_only_one_result: false -field_identifier: field_relevant_hpc_stage +url_alias: relevant_hpc_stage facet_source_id: 'search_api:views_page__iasc_services__page_1' -widget: - type: select_a11y_dropdown - config: - show_numbers: true - default_option_label: Choose +field_identifier: field_relevant_hpc_stage query_operator: or +hard_limit: 0 +exclude: false use_hierarchy: false keep_hierarchy_parents_active: false expand_hierarchy: false enable_parent_when_child_gets_disabled: true -hard_limit: 0 -exclude: false +widget: + type: select_a11y_dropdown + config: + show_numbers: true + default_option_label: Choose +empty_behavior: + behavior: none only_visible_when_facet_source_is_visible: true +show_only_one_result: false +show_title: true processor_configs: active_widget_order: processor_id: active_widget_order @@ -58,6 +61,3 @@ processor_configs: pre_query: 50 build: 15 settings: { } -empty_behavior: - behavior: none -show_title: true diff --git a/config/facets_summary.facets_summary.document_summary.yml b/config/facets_summary.facets_summary.document_summary.yml index 0161e73f7..a60465d0f 100644 --- a/config/facets_summary.facets_summary.document_summary.yml +++ b/config/facets_summary.facets_summary.document_summary.yml @@ -9,25 +9,6 @@ dependencies: - search_api id: document_summary name: 'Document summary' -facets: - changed: - checked: true - label: Changed - separator: ', ' - weight: 0 - show_count: false - document_type_label: - checked: true - label: 'Document Type label' - separator: ', ' - weight: 0 - show_count: false - product_category_label: - checked: true - label: 'Product Category label' - separator: ', ' - weight: 0 - show_count: false facet_source_id: 'search_api:views_page__iasc_group_content__page_documents' processor_configs: hide_when_not_rendered: @@ -60,3 +41,22 @@ processor_configs: text: value: 'No results found.' format: plain_text +facets: + changed: + checked: true + label: Changed + separator: ', ' + show_count: false + weight: 0 + document_type_label: + checked: true + label: 'Document Type label' + separator: ', ' + show_count: false + weight: 0 + product_category_label: + checked: true + label: 'Product Category label' + separator: ', ' + show_count: false + weight: 0 diff --git a/config/facets_summary.facets_summary.products_summary.yml b/config/facets_summary.facets_summary.products_summary.yml index 263ac8976..d599e4292 100644 --- a/config/facets_summary.facets_summary.products_summary.yml +++ b/config/facets_summary.facets_summary.products_summary.yml @@ -9,31 +9,6 @@ dependencies: - search_api id: products_summary name: 'Products summary' -facets: - resource_products_audience_label: - checked: true - label: 'Resource Products - Audience label' - separator: ', ' - weight: 0 - show_count: false - resource_products_authored_on: - checked: true - label: 'Resource Products - Authored on' - separator: ', ' - weight: 0 - show_count: false - resource_products_document_type_label: - checked: true - label: 'Resource Products - Document Type label' - separator: ', ' - weight: 0 - show_count: false - resource_products_product_category_label: - checked: true - label: 'Resource Products - Product Category label' - separator: ', ' - weight: 0 - show_count: false facet_source_id: 'search_api:views_page__resources__page_resources_products' processor_configs: hide_when_not_rendered: @@ -66,3 +41,28 @@ processor_configs: text: value: 'No results found.' format: plain_text +facets: + resource_products_audience_label: + checked: true + label: 'Resource Products - Audience label' + separator: ', ' + show_count: false + weight: 0 + resource_products_authored_on: + checked: true + label: 'Resource Products - Authored on' + separator: ', ' + show_count: false + weight: 0 + resource_products_document_type_label: + checked: true + label: 'Resource Products - Document Type label' + separator: ', ' + show_count: false + weight: 0 + resource_products_product_category_label: + checked: true + label: 'Resource Products - Product Category label' + separator: ', ' + show_count: false + weight: 0 diff --git a/config/facets_summary.facets_summary.resources_summary.yml b/config/facets_summary.facets_summary.resources_summary.yml index 99c852ed8..e45bb29a7 100644 --- a/config/facets_summary.facets_summary.resources_summary.yml +++ b/config/facets_summary.facets_summary.resources_summary.yml @@ -9,37 +9,6 @@ dependencies: - search_api id: resources_summary name: 'Resources summary' -facets: - resource_audience_label: - checked: true - label: 'Resource - Audience label' - separator: ', ' - weight: 0 - show_count: false - resources_authored_on: - checked: true - label: 'Resources - Authored on' - separator: ', ' - weight: 0 - show_count: false - resources_content_type: - checked: true - label: 'Resources - Content type' - separator: ', ' - weight: 0 - show_count: false - resources_document_type_label: - checked: true - label: 'Resources - Document Type label' - separator: ', ' - weight: 0 - show_count: false - resources_product_category_label: - checked: true - label: 'Resources - Product Category label' - separator: ', ' - weight: 0 - show_count: false facet_source_id: 'search_api:views_page__resources__page_resources' processor_configs: hide_when_not_rendered: @@ -72,3 +41,34 @@ processor_configs: text: value: 'No results found.' format: plain_text +facets: + resource_audience_label: + checked: true + label: 'Resource - Audience label' + separator: ', ' + show_count: false + weight: 0 + resources_authored_on: + checked: true + label: 'Resources - Authored on' + separator: ', ' + show_count: false + weight: 0 + resources_content_type: + checked: true + label: 'Resources - Content type' + separator: ', ' + show_count: false + weight: 0 + resources_document_type_label: + checked: true + label: 'Resources - Document Type label' + separator: ', ' + show_count: false + weight: 0 + resources_product_category_label: + checked: true + label: 'Resources - Product Category label' + separator: ', ' + show_count: false + weight: 0 diff --git a/config/facets_summary.facets_summary.search_summary.yml b/config/facets_summary.facets_summary.search_summary.yml index a848e6ffb..2c0e5c015 100644 --- a/config/facets_summary.facets_summary.search_summary.yml +++ b/config/facets_summary.facets_summary.search_summary.yml @@ -9,25 +9,6 @@ dependencies: - search_api id: search_summary name: 'Search summary' -facets: - search_audience_label: - checked: true - label: 'Audience label' - separator: ', ' - weight: 0 - show_count: false - search_authored_on: - checked: true - label: 'Authored on' - separator: ', ' - weight: 0 - show_count: false - search_content_type: - checked: true - label: 'Content type' - separator: ', ' - weight: 0 - show_count: false facet_source_id: 'search_api:views_page__search_content__search' processor_configs: hide_when_not_rendered: @@ -60,3 +41,22 @@ processor_configs: text: value: 'No results found.' format: plain_text +facets: + search_audience_label: + checked: true + label: 'Audience label' + separator: ', ' + show_count: false + weight: 0 + search_authored_on: + checked: true + label: 'Authored on' + separator: ', ' + show_count: false + weight: 0 + search_content_type: + checked: true + label: 'Content type' + separator: ', ' + show_count: false + weight: 0 diff --git a/config/facets_summary.facets_summary.services_summary.yml b/config/facets_summary.facets_summary.services_summary.yml index bdf4c161a..803af5489 100644 --- a/config/facets_summary.facets_summary.services_summary.yml +++ b/config/facets_summary.facets_summary.services_summary.yml @@ -9,31 +9,6 @@ dependencies: - search_api id: services_summary name: 'Services summary' -facets: - aap_services: - checked: true - label: Services - separator: ', ' - weight: -10 - show_count: false - aap_service_coverage_region: - checked: true - label: 'Service Coverage Region' - separator: ', ' - weight: -9 - show_count: false - aap_service_coverage_country: - checked: true - label: 'Service Coverage Country' - separator: ', ' - weight: -8 - show_count: false - services_relevant_hpc_stage: - checked: true - label: 'Relevant HPC Stage' - separator: ', ' - weight: -7 - show_count: false facet_source_id: 'search_api:views_page__iasc_services__page_1' processor_configs: hide_when_not_rendered: @@ -66,3 +41,28 @@ processor_configs: text: value: 'No results found.' format: plain_text +facets: + aap_services: + checked: true + label: Services + separator: ', ' + show_count: false + weight: -10 + aap_service_coverage_region: + checked: true + label: 'Service Coverage Region' + separator: ', ' + show_count: false + weight: -9 + aap_service_coverage_country: + checked: true + label: 'Service Coverage Country' + separator: ', ' + show_count: false + weight: -8 + services_relevant_hpc_stage: + checked: true + label: 'Relevant HPC Stage' + separator: ', ' + show_count: false + weight: -7 diff --git a/config/field.field.block_content.block_with_text_and_link.field_link.yml b/config/field.field.block_content.block_with_text_and_link.field_link.yml index a9097ad9e..0df9a7853 100644 --- a/config/field.field.block_content.block_with_text_and_link.field_link.yml +++ b/config/field.field.block_content.block_with_text_and_link.field_link.yml @@ -18,6 +18,6 @@ translatable: false default_value: { } default_value_callback: '' settings: - link_type: 17 title: 2 + link_type: 17 field_type: link diff --git a/config/field.field.group.iasc_group.field_archive_group.yml b/config/field.field.group.iasc_group.field_archive_group.yml new file mode 100644 index 000000000..22f1bab75 --- /dev/null +++ b/config/field.field.group.iasc_group.field_archive_group.yml @@ -0,0 +1,23 @@ +uuid: e0638076-e98b-4417-8ed6-65d8c54ead9a +langcode: en +status: true +dependencies: + config: + - field.storage.group.field_archive_group + - group.type.iasc_group +id: group.iasc_group.field_archive_group +field_name: field_archive_group +entity_type: group +bundle: iasc_group +label: 'Display archive banner' +description: '' +required: false +translatable: true +default_value: + - + value: 0 +default_value_callback: '' +settings: + on_label: 'On' + off_label: 'Off' +field_type: boolean diff --git a/config/field.field.group.iasc_group.field_archive_message.yml b/config/field.field.group.iasc_group.field_archive_message.yml new file mode 100644 index 000000000..62a998eb4 --- /dev/null +++ b/config/field.field.group.iasc_group.field_archive_message.yml @@ -0,0 +1,21 @@ +uuid: 2d519cc7-0846-4165-8375-af6bdd2cf64a +langcode: en +status: true +dependencies: + config: + - field.storage.group.field_archive_message + - group.type.iasc_group + module: + - text +id: group.iasc_group.field_archive_message +field_name: field_archive_message +entity_type: group +bundle: iasc_group +label: 'Archive message' +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: text_long diff --git a/config/field.field.group.iasc_group.field_primary_image.yml b/config/field.field.group.iasc_group.field_primary_image.yml index 8f9054b2b..df724323b 100644 --- a/config/field.field.group.iasc_group.field_primary_image.yml +++ b/config/field.field.group.iasc_group.field_primary_image.yml @@ -18,6 +18,8 @@ translatable: true default_value: { } default_value_callback: '' settings: + handler: 'default:file' + handler_settings: { } file_directory: '[date:custom:Y]-[date:custom:m]' file_extensions: 'png gif jpg jpeg' max_filesize: '' @@ -33,6 +35,4 @@ settings: title: '' width: null height: null - handler: 'default:file' - handler_settings: { } field_type: image diff --git a/config/field.field.group.iasc_space.field_archive_group.yml b/config/field.field.group.iasc_space.field_archive_group.yml new file mode 100644 index 000000000..2e29e581e --- /dev/null +++ b/config/field.field.group.iasc_space.field_archive_group.yml @@ -0,0 +1,23 @@ +uuid: fdf89f71-4128-493c-a57d-e0fe9deef69f +langcode: en +status: true +dependencies: + config: + - field.storage.group.field_archive_group + - group.type.iasc_space +id: group.iasc_space.field_archive_group +field_name: field_archive_group +entity_type: group +bundle: iasc_space +label: 'Display archive banner' +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/field.field.group.iasc_space.field_archive_message.yml b/config/field.field.group.iasc_space.field_archive_message.yml new file mode 100644 index 000000000..ffe1723d8 --- /dev/null +++ b/config/field.field.group.iasc_space.field_archive_message.yml @@ -0,0 +1,21 @@ +uuid: 5eb71cfe-bf51-414f-8e84-f01de91b4e23 +langcode: en +status: true +dependencies: + config: + - field.storage.group.field_archive_message + - group.type.iasc_space + module: + - text +id: group.iasc_space.field_archive_message +field_name: field_archive_message +entity_type: group +bundle: iasc_space +label: 'Archive message' +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: text_long diff --git a/config/field.field.group.iasc_space.field_banner_image.yml b/config/field.field.group.iasc_space.field_banner_image.yml index c64a26ed3..517ce62c0 100644 --- a/config/field.field.group.iasc_space.field_banner_image.yml +++ b/config/field.field.group.iasc_space.field_banner_image.yml @@ -18,6 +18,8 @@ translatable: false default_value: { } default_value_callback: '' settings: + handler: 'default:file' + handler_settings: { } file_directory: '[date:custom:Y]-[date:custom:m]' file_extensions: 'png gif jpg jpeg' max_filesize: '' @@ -33,6 +35,4 @@ settings: title: '' width: null height: null - handler: 'default:file' - handler_settings: { } field_type: image diff --git a/config/field.field.group.iasc_space.field_content.yml b/config/field.field.group.iasc_space.field_content.yml index 166f41063..6d6ab68a4 100644 --- a/config/field.field.group.iasc_space.field_content.yml +++ b/config/field.field.group.iasc_space.field_content.yml @@ -29,7 +29,6 @@ default_value_callback: '' settings: handler: 'default:paragraph' handler_settings: - negate: 1 target_bundles: additional_locations: additional_locations agenda_items: agenda_items @@ -40,59 +39,60 @@ settings: list_item: list_item teaser_item: teaser_item section_menu: section_menu + negate: 1 target_bundles_drag_drop: additional_locations: - enabled: true weight: 9 - agenda_items: enabled: true + agenda_items: weight: 10 - membership: enabled: true + contact_list: + weight: 19 + enabled: false + content_item: + weight: 22 + enabled: false + hero: + weight: 16 + enabled: true + list: + weight: 17 + enabled: false + list_item: + weight: 18 + enabled: true + membership: weight: 11 + enabled: true paragraph_content: weight: 12 enabled: false paragraph_media: - enabled: true weight: 13 - paragraph_snippet: enabled: true + paragraph_snippet: weight: 14 + enabled: true paragraph_text: weight: 15 enabled: false - hero: - enabled: true - weight: 16 - view: - weight: 16 - enabled: false - list: - weight: 17 - enabled: false - list_item: + section_menu: + weight: 28 enabled: true - weight: 18 - contact_list: - weight: 19 - enabled: false - content_item: - weight: 22 - enabled: false teaser_grid: weight: 24 enabled: false teaser_item: - enabled: true weight: 25 - section_menu: enabled: true - weight: 28 twitter: weight: 31 enabled: false video: weight: 33 enabled: false + view: + weight: 16 + enabled: false field_type: entity_reference_revisions diff --git a/config/field.field.group.iasc_space.field_external_link.yml b/config/field.field.group.iasc_space.field_external_link.yml index 0f52ce577..9b707fa5f 100644 --- a/config/field.field.group.iasc_space.field_external_link.yml +++ b/config/field.field.group.iasc_space.field_external_link.yml @@ -18,6 +18,6 @@ translatable: false default_value: { } default_value_callback: '' settings: - link_type: 16 title: 0 + link_type: 16 field_type: link diff --git a/config/field.field.group.iasc_space.field_primary_image.yml b/config/field.field.group.iasc_space.field_primary_image.yml index 0e2a9e89e..17f4acd57 100644 --- a/config/field.field.group.iasc_space.field_primary_image.yml +++ b/config/field.field.group.iasc_space.field_primary_image.yml @@ -18,6 +18,8 @@ translatable: false default_value: { } default_value_callback: '' settings: + handler: 'default:file' + handler_settings: { } file_directory: '[date:custom:Y]-[date:custom:m]' file_extensions: 'png gif jpg jpeg' max_filesize: '' @@ -33,6 +35,4 @@ settings: title: '' width: null height: null - handler: 'default:file' - handler_settings: { } field_type: image diff --git a/config/field.field.group.iasc_space.field_sidebar.yml b/config/field.field.group.iasc_space.field_sidebar.yml index d40f851eb..bcf25930d 100644 --- a/config/field.field.group.iasc_space.field_sidebar.yml +++ b/config/field.field.group.iasc_space.field_sidebar.yml @@ -28,7 +28,6 @@ default_value_callback: '' settings: handler: 'default:paragraph' handler_settings: - negate: 1 target_bundles: additional_locations: additional_locations agenda_items: agenda_items @@ -38,59 +37,60 @@ settings: hero: hero list_item: list_item teaser_item: teaser_item + negate: 1 target_bundles_drag_drop: additional_locations: - enabled: true weight: 9 - agenda_items: enabled: true + agenda_items: weight: 10 - membership: enabled: true + contact_list: + weight: 19 + enabled: false + content_item: + weight: 22 + enabled: false + hero: + weight: 16 + enabled: true + list: + weight: 17 + enabled: false + list_item: + weight: 18 + enabled: true + membership: weight: 11 + enabled: true paragraph_content: weight: 12 enabled: false paragraph_media: - enabled: true weight: 13 - paragraph_snippet: enabled: true + paragraph_snippet: weight: 14 + enabled: true paragraph_text: weight: 15 enabled: false - hero: - enabled: true - weight: 16 - view: - weight: 16 - enabled: false - list: - weight: 17 - enabled: false - list_item: - enabled: true - weight: 18 - contact_list: - weight: 19 - enabled: false - content_item: - weight: 22 + section_menu: + weight: 28 enabled: false teaser_grid: weight: 24 enabled: false teaser_item: - enabled: true weight: 25 - section_menu: - weight: 28 - enabled: false + enabled: true twitter: weight: 31 enabled: false video: weight: 33 enabled: false + view: + weight: 16 + enabled: false field_type: entity_reference_revisions diff --git a/config/field.field.hero.hero.field_hero_link.yml b/config/field.field.hero.hero.field_hero_link.yml index 14d4d8173..b0216e166 100644 --- a/config/field.field.hero.hero.field_hero_link.yml +++ b/config/field.field.hero.hero.field_hero_link.yml @@ -18,6 +18,6 @@ translatable: false default_value: { } default_value_callback: '' settings: - link_type: 17 title: 1 + link_type: 17 field_type: link diff --git a/config/field.field.media.audio.field_media_audio_file.yml b/config/field.field.media.audio.field_media_audio_file.yml index 6eaf2df66..40eb5c8dd 100644 --- a/config/field.field.media.audio.field_media_audio_file.yml +++ b/config/field.field.media.audio.field_media_audio_file.yml @@ -20,10 +20,10 @@ translatable: true default_value: { } default_value_callback: '' settings: - file_extensions: 'mp3 wav aac' + handler: 'default:file' + handler_settings: { } file_directory: '[date:custom:Y]-[date:custom:m]' + file_extensions: 'mp3 wav aac' max_filesize: '' description_field: false - handler: 'default:file' - handler_settings: { } field_type: file diff --git a/config/field.field.media.file.field_media_file.yml b/config/field.field.media.file.field_media_file.yml index 2f21ef704..d8ee59f20 100644 --- a/config/field.field.media.file.field_media_file.yml +++ b/config/field.field.media.file.field_media_file.yml @@ -5,11 +5,11 @@ dependencies: config: - field.storage.media.field_media_file - media.type.file + module: + - file enforced: module: - media - module: - - file _core: default_config_hash: _C8rbTRQABc6PuyRw2LD9zdf_muwzZVumKG6HSfzqfI id: media.file.field_media_file @@ -23,10 +23,10 @@ translatable: true default_value: { } default_value_callback: '' settings: + handler: 'default:file' + handler_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 zip' max_filesize: '' description_field: false - handler: 'default:file' - handler_settings: { } field_type: file diff --git a/config/field.field.media.image.field_media_image.yml b/config/field.field.media.image.field_media_image.yml index fa321d450..a03f08255 100644 --- a/config/field.field.media.image.field_media_image.yml +++ b/config/field.field.media.image.field_media_image.yml @@ -5,11 +5,11 @@ dependencies: config: - field.storage.media.field_media_image - media.type.image + module: + - image enforced: module: - media - module: - - image _core: default_config_hash: pzPA-2JwyxlJ3qMb4L9viAnhNhbEhl2couH8A3FO020 id: media.image.field_media_image @@ -23,21 +23,21 @@ translatable: true default_value: { } default_value_callback: '' settings: + handler: 'default:file' + handler_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 - max_resolution: '' - min_resolution: '' default_image: uuid: null alt: '' title: '' width: null height: null - file_directory: '[date:custom:Y]-[date:custom:m]' - file_extensions: 'png gif jpg jpeg' - max_filesize: '' - handler: 'default:file' - handler_settings: { } field_type: image diff --git a/config/field.field.media.video.field_media_video_file.yml b/config/field.field.media.video.field_media_video_file.yml index 9b67ce9be..9d720da1b 100644 --- a/config/field.field.media.video.field_media_video_file.yml +++ b/config/field.field.media.video.field_media_video_file.yml @@ -20,10 +20,10 @@ translatable: true default_value: { } default_value_callback: '' settings: - file_extensions: mp4 + handler: 'default:file' + handler_settings: { } file_directory: '[date:custom:Y]-[date:custom:m]' + file_extensions: mp4 max_filesize: '' description_field: false - handler: 'default:file' - handler_settings: { } field_type: file diff --git a/config/field.field.node.action_point.field_ap_responsibility.yml b/config/field.field.node.action_point.field_ap_responsibility.yml index fae3ac8d9..612c68198 100644 --- a/config/field.field.node.action_point.field_ap_responsibility.yml +++ b/config/field.field.node.action_point.field_ap_responsibility.yml @@ -19,12 +19,12 @@ default_value_callback: '' settings: handler: 'default:taxonomy_term' handler_settings: - behaviors: - views-select-list: - status: 0 + target_bundles: + ap_responsibility: ap_responsibility sort: field: _none direction: ASC - target_bundles: - ap_responsibility: ap_responsibility + behaviors: + views-select-list: + status: 0 field_type: entity_reference diff --git a/config/field.field.node.action_point.field_contact.yml b/config/field.field.node.action_point.field_contact.yml index 0566460c1..d40dd3ad4 100644 --- a/config/field.field.node.action_point.field_contact.yml +++ b/config/field.field.node.action_point.field_contact.yml @@ -19,6 +19,11 @@ default_value_callback: '' settings: handler: 'default:node' handler_settings: + target_bundles: + contact: contact + sort: + field: title + direction: ASC behaviors: views-autocomplete: status: 0 @@ -26,9 +31,4 @@ settings: status: 1 lock_revision: 0 reference_revisions: 0 - sort: - field: title - direction: ASC - target_bundles: - contact: contact field_type: entity_reference diff --git a/config/field.field.node.action_point.og_group_ref.yml b/config/field.field.node.action_point.og_group_ref.yml index c71e5c7bf..bf955318c 100644 --- a/config/field.field.node.action_point.og_group_ref.yml +++ b/config/field.field.node.action_point.og_group_ref.yml @@ -18,14 +18,14 @@ default_value_callback: '' settings: handler: 'default:node' handler_settings: + target_bundles: { } + sort: + field: _none + direction: ASC behaviors: og_behavior: status: true views-select-list: status: 1 membership_type: og_membership_type_default - sort: - field: _none - direction: ASC - target_bundles: { } field_type: entity_reference diff --git a/config/field.field.node.announcement.field_contact.yml b/config/field.field.node.announcement.field_contact.yml index 492204484..5b4ad88b7 100644 --- a/config/field.field.node.announcement.field_contact.yml +++ b/config/field.field.node.announcement.field_contact.yml @@ -19,6 +19,11 @@ default_value_callback: '' settings: handler: 'default:node' handler_settings: + target_bundles: + contact: contact + sort: + field: title + direction: ASC behaviors: views-autocomplete: status: 0 @@ -26,9 +31,4 @@ settings: status: 1 lock_revision: 0 reference_revisions: 0 - sort: - field: title - direction: ASC - target_bundles: - contact: contact field_type: entity_reference diff --git a/config/field.field.node.announcement.field_referenced_docs.yml b/config/field.field.node.announcement.field_referenced_docs.yml index 78b014dbf..f83bc99b7 100644 --- a/config/field.field.node.announcement.field_referenced_docs.yml +++ b/config/field.field.node.announcement.field_referenced_docs.yml @@ -19,12 +19,12 @@ default_value_callback: '' settings: handler: 'default:node' handler_settings: - behaviors: - views-select-list: - status: 0 + target_bundles: + oa_wiki_page: oa_wiki_page sort: field: _none direction: ASC - target_bundles: - oa_wiki_page: oa_wiki_page + behaviors: + views-select-list: + status: 0 field_type: entity_reference diff --git a/config/field.field.node.announcement.og_group_ref.yml b/config/field.field.node.announcement.og_group_ref.yml index 4d7df6b36..8c7a27b06 100644 --- a/config/field.field.node.announcement.og_group_ref.yml +++ b/config/field.field.node.announcement.og_group_ref.yml @@ -18,14 +18,14 @@ default_value_callback: '' settings: handler: 'default:node' handler_settings: + target_bundles: { } + sort: + field: _none + direction: ASC behaviors: og_behavior: status: true views-select-list: status: 1 membership_type: og_membership_type_default - sort: - field: _none - direction: ASC - target_bundles: { } field_type: entity_reference diff --git a/config/field.field.node.contact.field_legacy_id.yml b/config/field.field.node.contact.field_legacy_id.yml index 72eb34195..ed7aa7e04 100644 --- a/config/field.field.node.contact.field_legacy_id.yml +++ b/config/field.field.node.contact.field_legacy_id.yml @@ -16,8 +16,8 @@ translatable: false default_value: { } default_value_callback: '' settings: - max: null min: null + max: null prefix: '' suffix: '' field_type: integer diff --git a/config/field.field.node.contact.field_membership.yml b/config/field.field.node.contact.field_membership.yml index 33ff71094..3edb6c10d 100644 --- a/config/field.field.node.contact.field_membership.yml +++ b/config/field.field.node.contact.field_membership.yml @@ -19,31 +19,31 @@ translatable: false default_value: { } default_value_callback: '' settings: + handler: 'default:paragraph' handler_settings: - negate: 0 target_bundles: membership: membership + negate: 0 target_bundles_drag_drop: - membership: - enabled: true - weight: 1 additional_locations: - enabled: false weight: 2 - agenda_items: enabled: false + agenda_items: weight: 3 - paragraph_content: enabled: false + membership: + weight: 1 + enabled: true + paragraph_content: weight: 4 - paragraph_media: enabled: false + paragraph_media: weight: 5 - paragraph_snippet: enabled: false + paragraph_snippet: weight: 6 - paragraph_text: enabled: false + paragraph_text: weight: 7 - handler: 'default:paragraph' + enabled: false field_type: entity_reference_revisions diff --git a/config/field.field.node.contact.field_photo.yml b/config/field.field.node.contact.field_photo.yml index 13b347d43..9cdb662e2 100644 --- a/config/field.field.node.contact.field_photo.yml +++ b/config/field.field.node.contact.field_photo.yml @@ -18,16 +18,16 @@ translatable: false default_value: { } default_value_callback: '' settings: - alt_field: false - default_image: 0 + handler: 'default:file' + handler_settings: { } file_directory: '' file_extensions: 'png gif jpg jpeg' max_filesize: '' max_resolution: '' min_resolution: '' - title_field: false + alt_field: false alt_field_required: true + title_field: false title_field_required: false - handler: 'default:file' - handler_settings: { } + default_image: 0 field_type: image diff --git a/config/field.field.node.oa_event.field_additional_locations.yml b/config/field.field.node.oa_event.field_additional_locations.yml index c8361766c..411334463 100644 --- a/config/field.field.node.oa_event.field_additional_locations.yml +++ b/config/field.field.node.oa_event.field_additional_locations.yml @@ -19,31 +19,31 @@ translatable: false default_value: { } default_value_callback: '' settings: + handler: 'default:paragraph' handler_settings: - negate: 0 target_bundles: additional_locations: additional_locations + negate: 0 target_bundles_drag_drop: additional_locations: - enabled: true weight: 1 + enabled: true agenda_items: - enabled: false weight: 2 - membership: enabled: false + membership: weight: 3 - paragraph_content: enabled: false + paragraph_content: weight: 4 - paragraph_media: enabled: false + paragraph_media: weight: 5 - paragraph_snippet: enabled: false + paragraph_snippet: weight: 6 - paragraph_text: enabled: false + paragraph_text: weight: 7 - handler: 'default:paragraph' + enabled: false field_type: entity_reference_revisions diff --git a/config/field.field.node.oa_event.field_agenda_items.yml b/config/field.field.node.oa_event.field_agenda_items.yml index e942be3eb..aec0b6cfd 100644 --- a/config/field.field.node.oa_event.field_agenda_items.yml +++ b/config/field.field.node.oa_event.field_agenda_items.yml @@ -19,31 +19,31 @@ translatable: false default_value: { } default_value_callback: '' settings: + handler: 'default:paragraph' handler_settings: - negate: 0 target_bundles: agenda_items: agenda_items + negate: 0 target_bundles_drag_drop: - agenda_items: - enabled: true - weight: 1 additional_locations: - enabled: false weight: 2 - membership: enabled: false + agenda_items: + weight: 1 + enabled: true + membership: weight: 3 - paragraph_content: enabled: false + paragraph_content: weight: 4 - paragraph_media: enabled: false + paragraph_media: weight: 5 - paragraph_snippet: enabled: false + paragraph_snippet: weight: 6 - paragraph_text: enabled: false + paragraph_text: weight: 7 - handler: 'default:paragraph' + enabled: false field_type: entity_reference_revisions diff --git a/config/field.field.node.oa_event.field_contact.yml b/config/field.field.node.oa_event.field_contact.yml index 6af3334d9..bb89c6050 100644 --- a/config/field.field.node.oa_event.field_contact.yml +++ b/config/field.field.node.oa_event.field_contact.yml @@ -19,6 +19,11 @@ default_value_callback: '' settings: handler: 'default:node' handler_settings: + target_bundles: + contact: contact + sort: + field: title + direction: ASC behaviors: views-autocomplete: status: 0 @@ -26,9 +31,4 @@ settings: status: 1 lock_revision: 0 reference_revisions: 0 - sort: - field: title - direction: ASC - target_bundles: - contact: contact field_type: entity_reference diff --git a/config/field.field.node.oa_event.field_meeting_agendas.yml b/config/field.field.node.oa_event.field_meeting_agendas.yml index 749fc2229..6be8ce0e8 100644 --- a/config/field.field.node.oa_event.field_meeting_agendas.yml +++ b/config/field.field.node.oa_event.field_meeting_agendas.yml @@ -19,12 +19,12 @@ default_value_callback: '' settings: handler: 'default:node' handler_settings: - behaviors: - views-select-list: - status: 0 + target_bundles: + oa_wiki_page: oa_wiki_page sort: field: _none direction: ASC - target_bundles: - oa_wiki_page: oa_wiki_page + behaviors: + views-select-list: + status: 0 field_type: entity_reference diff --git a/config/field.field.node.oa_event.field_meeting_notes.yml b/config/field.field.node.oa_event.field_meeting_notes.yml index dbaa2c9ed..7fb4e86cd 100644 --- a/config/field.field.node.oa_event.field_meeting_notes.yml +++ b/config/field.field.node.oa_event.field_meeting_notes.yml @@ -19,12 +19,12 @@ default_value_callback: '' settings: handler: 'default:node' handler_settings: - behaviors: - views-select-list: - status: 0 + target_bundles: + oa_wiki_page: oa_wiki_page sort: field: _none direction: ASC - target_bundles: - oa_wiki_page: oa_wiki_page + behaviors: + views-select-list: + status: 0 field_type: entity_reference diff --git a/config/field.field.node.oa_event.oa_other_spaces_ref.yml b/config/field.field.node.oa_event.oa_other_spaces_ref.yml index 082f3a18d..70fd9b980 100644 --- a/config/field.field.node.oa_event.oa_other_spaces_ref.yml +++ b/config/field.field.node.oa_event.oa_other_spaces_ref.yml @@ -18,14 +18,14 @@ default_value_callback: '' settings: handler: 'default:node' handler_settings: + target_bundles: { } + sort: + field: _none + direction: ASC behaviors: og_behavior: status: false views-select-list: status: 1 membership_type: og_membership_type_default - sort: - field: _none - direction: ASC - target_bundles: { } field_type: entity_reference diff --git a/config/field.field.node.oa_event.og_group_ref.yml b/config/field.field.node.oa_event.og_group_ref.yml index 63b48e7c8..39e2a19e3 100644 --- a/config/field.field.node.oa_event.og_group_ref.yml +++ b/config/field.field.node.oa_event.og_group_ref.yml @@ -18,14 +18,14 @@ default_value_callback: '' settings: handler: 'default:node' handler_settings: + target_bundles: { } + sort: + field: _none + direction: ASC behaviors: og_behavior: status: true views-select-list: status: 1 membership_type: og_membership_type_default - sort: - field: _none - direction: ASC - target_bundles: { } field_type: entity_reference diff --git a/config/field.field.node.oa_event.og_vocabulary.yml b/config/field.field.node.oa_event.og_vocabulary.yml index a740cb5a4..f86ebd2b5 100644 --- a/config/field.field.node.oa_event.og_vocabulary.yml +++ b/config/field.field.node.oa_event.og_vocabulary.yml @@ -18,13 +18,13 @@ default_value_callback: '' settings: handler: 'default:taxonomy_term' handler_settings: + target_bundles: null + sort: + field: _none + direction: ASC behaviors: og_vocab: status: true taxonomy-index: status: true - target_bundles: null - sort: - field: _none - direction: ASC field_type: entity_reference diff --git a/config/field.field.node.oa_section.field_content.yml b/config/field.field.node.oa_section.field_content.yml index e2155dcfc..a123f5007 100644 --- a/config/field.field.node.oa_section.field_content.yml +++ b/config/field.field.node.oa_section.field_content.yml @@ -23,11 +23,11 @@ default_value_callback: '' settings: handler: 'default:paragraph' handler_settings: - negate: 0 target_bundles: list: list teaser_grid: teaser_grid view: view + negate: 0 target_bundles_drag_drop: additional_locations: weight: 14 @@ -39,8 +39,8 @@ settings: weight: 16 enabled: false list: - enabled: true weight: 17 + enabled: true list_item: weight: 18 enabled: false @@ -60,12 +60,12 @@ settings: weight: 23 enabled: false teaser_grid: - enabled: true weight: 24 + enabled: true teaser_item: weight: 25 enabled: false view: - enabled: true weight: 26 + enabled: true field_type: entity_reference_revisions diff --git a/config/field.field.node.oa_section.field_oa_group_ref.yml b/config/field.field.node.oa_section.field_oa_group_ref.yml index d88041c8c..67d3d8400 100644 --- a/config/field.field.node.oa_section.field_oa_group_ref.yml +++ b/config/field.field.node.oa_section.field_oa_group_ref.yml @@ -18,14 +18,14 @@ default_value_callback: '' settings: handler: 'default:node' handler_settings: + target_bundles: null + sort: + field: _none + direction: ASC behaviors: views-autocomplete: status: 0 views-select-list: status: 1 include_space: 1 - target_bundles: null - sort: - field: _none - direction: ASC field_type: entity_reference diff --git a/config/field.field.node.oa_section.field_oa_section_weight.yml b/config/field.field.node.oa_section.field_oa_section_weight.yml index da8b3ec33..876530284 100644 --- a/config/field.field.node.oa_section.field_oa_section_weight.yml +++ b/config/field.field.node.oa_section.field_oa_section_weight.yml @@ -18,8 +18,8 @@ default_value: value: 0 default_value_callback: '' settings: - max: null min: null + max: null prefix: '' suffix: '' field_type: integer diff --git a/config/field.field.node.oa_section.field_oa_team_ref.yml b/config/field.field.node.oa_section.field_oa_team_ref.yml index dea01d7be..41ec9d05a 100644 --- a/config/field.field.node.oa_section.field_oa_team_ref.yml +++ b/config/field.field.node.oa_section.field_oa_team_ref.yml @@ -18,13 +18,13 @@ default_value_callback: '' settings: handler: 'default:node' handler_settings: + target_bundles: null + sort: + field: _none + direction: ASC behaviors: views-autocomplete: status: 0 views-select-list: status: 0 - target_bundles: null - sort: - field: _none - direction: ASC field_type: entity_reference diff --git a/config/field.field.node.oa_section.field_oa_user_ref.yml b/config/field.field.node.oa_section.field_oa_user_ref.yml index 818e0c943..1e30aa386 100644 --- a/config/field.field.node.oa_section.field_oa_user_ref.yml +++ b/config/field.field.node.oa_section.field_oa_user_ref.yml @@ -18,6 +18,10 @@ default_value_callback: '' settings: handler: 'default:user' handler_settings: + target_bundles: null + sort: + field: _none + direction: ASC behaviors: views-autocomplete: status: 0 @@ -27,8 +31,4 @@ settings: args: { } display_name: entityreference_1 view_name: open_atrium_user_filters - target_bundles: null - sort: - field: _none - direction: ASC field_type: entity_reference diff --git a/config/field.field.node.oa_section.og_group_ref.yml b/config/field.field.node.oa_section.og_group_ref.yml index 4e205a825..a056f6b53 100644 --- a/config/field.field.node.oa_section.og_group_ref.yml +++ b/config/field.field.node.oa_section.og_group_ref.yml @@ -18,14 +18,14 @@ default_value_callback: '' settings: handler: 'default:node' handler_settings: + target_bundles: { } + sort: + field: _none + direction: ASC behaviors: og_behavior: status: true views-select-list: status: 1 membership_type: og_membership_type_default - sort: - field: _none - direction: ASC - target_bundles: { } field_type: entity_reference diff --git a/config/field.field.node.oa_wiki_page.field_oa_media.yml b/config/field.field.node.oa_wiki_page.field_oa_media.yml index bde2843b3..6a858aab0 100644 --- a/config/field.field.node.oa_wiki_page.field_oa_media.yml +++ b/config/field.field.node.oa_wiki_page.field_oa_media.yml @@ -18,10 +18,10 @@ translatable: false default_value: { } default_value_callback: '' settings: + handler: 'default:file' + handler_settings: { } file_directory: '' file_extensions: 'jpg jpeg gif png txt doc docx xls xlsx pdf ppt pptx pps ppsx odt ods odp mp3 mov mp4 m4a m4v mpeg avi ogg oga ogv weba webp webm zip tgz gz key dotx' max_filesize: '' description_field: false - handler: 'default:file' - handler_settings: { } field_type: file diff --git a/config/field.field.node.oa_wiki_page.field_product_thumbnail.yml b/config/field.field.node.oa_wiki_page.field_product_thumbnail.yml index 22a2a423e..8f68e2bce 100644 --- a/config/field.field.node.oa_wiki_page.field_product_thumbnail.yml +++ b/config/field.field.node.oa_wiki_page.field_product_thumbnail.yml @@ -18,16 +18,16 @@ translatable: false default_value: { } default_value_callback: '' settings: - alt_field: false - default_image: 0 + handler: 'default:file' + handler_settings: { } file_directory: '' file_extensions: 'png gif jpg jpeg' max_filesize: '' max_resolution: '' min_resolution: '' - title_field: false + alt_field: false alt_field_required: true + title_field: false title_field_required: false - handler: 'default:file' - handler_settings: { } + default_image: 0 field_type: image diff --git a/config/field.field.node.oa_wiki_page.oa_other_spaces_ref.yml b/config/field.field.node.oa_wiki_page.oa_other_spaces_ref.yml index 6a2461b9b..7c2c0e91e 100644 --- a/config/field.field.node.oa_wiki_page.oa_other_spaces_ref.yml +++ b/config/field.field.node.oa_wiki_page.oa_other_spaces_ref.yml @@ -18,14 +18,14 @@ default_value_callback: '' settings: handler: 'default:node' handler_settings: + target_bundles: { } + sort: + field: _none + direction: ASC behaviors: og_behavior: status: false views-select-list: status: 1 membership_type: og_membership_type_default - sort: - field: _none - direction: ASC - target_bundles: { } field_type: entity_reference diff --git a/config/field.field.node.oa_wiki_page.og_group_ref.yml b/config/field.field.node.oa_wiki_page.og_group_ref.yml index e0b60a48b..7505782f6 100644 --- a/config/field.field.node.oa_wiki_page.og_group_ref.yml +++ b/config/field.field.node.oa_wiki_page.og_group_ref.yml @@ -18,14 +18,14 @@ default_value_callback: '' settings: handler: 'default:node' handler_settings: + target_bundles: { } + sort: + field: _none + direction: ASC behaviors: og_behavior: status: true views-select-list: status: 1 membership_type: og_membership_type_default - sort: - field: _none - direction: ASC - target_bundles: { } field_type: entity_reference diff --git a/config/field.field.node.oa_wiki_page.og_vocabulary.yml b/config/field.field.node.oa_wiki_page.og_vocabulary.yml index fc94329fc..340b0b27d 100644 --- a/config/field.field.node.oa_wiki_page.og_vocabulary.yml +++ b/config/field.field.node.oa_wiki_page.og_vocabulary.yml @@ -18,13 +18,13 @@ default_value_callback: '' settings: handler: 'default:taxonomy_term' handler_settings: + target_bundles: null + sort: + field: _none + direction: ASC behaviors: og_vocab: status: true taxonomy-index: status: true - target_bundles: null - sort: - field: _none - direction: ASC field_type: entity_reference diff --git a/config/field.field.node.oa_worktracker_task.field_oa_media.yml b/config/field.field.node.oa_worktracker_task.field_oa_media.yml index ea509942d..027bfc555 100644 --- a/config/field.field.node.oa_worktracker_task.field_oa_media.yml +++ b/config/field.field.node.oa_worktracker_task.field_oa_media.yml @@ -18,10 +18,10 @@ translatable: false default_value: { } default_value_callback: '' settings: - description_field: false + handler: 'default:file' + handler_settings: { } file_directory: '' file_extensions: 'jpg jpeg gif png txt doc docx xls xlsx pdf ppt pptx pps ppsx odt ods odp mp3 mov mp4 m4a m4v mpeg avi ogg oga ogv weba webp webm zip tgz gz key dotx' max_filesize: '' - handler: 'default:file' - handler_settings: { } + description_field: false field_type: file diff --git a/config/field.field.node.oa_worktracker_task.field_oa_worktracker_assigned_to.yml b/config/field.field.node.oa_worktracker_task.field_oa_worktracker_assigned_to.yml index a0a289d67..425f588f6 100644 --- a/config/field.field.node.oa_worktracker_task.field_oa_worktracker_assigned_to.yml +++ b/config/field.field.node.oa_worktracker_task.field_oa_worktracker_assigned_to.yml @@ -18,11 +18,11 @@ default_value_callback: '' settings: handler: 'default:user' handler_settings: - behaviors: - views-select-list: - status: 0 target_bundles: null sort: field: _none direction: ASC + behaviors: + views-select-list: + status: 0 field_type: entity_reference diff --git a/config/field.field.node.oa_worktracker_task.og_group_ref.yml b/config/field.field.node.oa_worktracker_task.og_group_ref.yml index 831f754f4..0c362233d 100644 --- a/config/field.field.node.oa_worktracker_task.og_group_ref.yml +++ b/config/field.field.node.oa_worktracker_task.og_group_ref.yml @@ -18,14 +18,14 @@ default_value_callback: '' settings: handler: 'default:node' handler_settings: + target_bundles: { } + sort: + field: _none + direction: ASC behaviors: og_behavior: status: true views-select-list: status: 1 membership_type: og_membership_type_default - sort: - field: _none - direction: ASC - target_bundles: { } field_type: entity_reference diff --git a/config/field.field.node.oa_worktracker_task.og_vocabulary.yml b/config/field.field.node.oa_worktracker_task.og_vocabulary.yml index d47972cef..e4846a522 100644 --- a/config/field.field.node.oa_worktracker_task.og_vocabulary.yml +++ b/config/field.field.node.oa_worktracker_task.og_vocabulary.yml @@ -18,13 +18,13 @@ default_value_callback: '' settings: handler: 'default:taxonomy_term' handler_settings: + target_bundles: null + sort: + field: _none + direction: ASC behaviors: og_vocab: status: true taxonomy-index: status: true - target_bundles: null - sort: - field: _none - direction: ASC field_type: entity_reference diff --git a/config/field.field.node.panopoly_landing_page.field_content.yml b/config/field.field.node.panopoly_landing_page.field_content.yml index d771b2fdd..fe755cf0e 100644 --- a/config/field.field.node.panopoly_landing_page.field_content.yml +++ b/config/field.field.node.panopoly_landing_page.field_content.yml @@ -28,7 +28,6 @@ default_value_callback: '' settings: handler: 'default:paragraph' handler_settings: - negate: 1 target_bundles: additional_locations: additional_locations agenda_items: agenda_items @@ -38,13 +37,14 @@ settings: hero: hero list_item: list_item teaser_item: teaser_item + negate: 1 target_bundles_drag_drop: additional_locations: - enabled: true weight: 9 - agenda_items: enabled: true + agenda_items: weight: 10 + enabled: true contact_list: weight: 18 enabled: false @@ -58,26 +58,26 @@ settings: weight: 27 enabled: false hero: - enabled: true weight: 19 + enabled: true list: weight: 20 enabled: false list_item: - enabled: true weight: 21 - membership: enabled: true + membership: weight: 11 + enabled: true paragraph_content: weight: 12 enabled: false paragraph_media: - enabled: true weight: 13 - paragraph_snippet: enabled: true + paragraph_snippet: weight: 14 + enabled: true paragraph_text: weight: 15 enabled: false @@ -94,8 +94,8 @@ settings: weight: 27 enabled: false teaser_item: - enabled: true weight: 28 + enabled: true twitter: weight: 29 enabled: false diff --git a/config/field.field.node.panopoly_landing_page.field_footer.yml b/config/field.field.node.panopoly_landing_page.field_footer.yml index 5f8440a4a..763f43154 100644 --- a/config/field.field.node.panopoly_landing_page.field_footer.yml +++ b/config/field.field.node.panopoly_landing_page.field_footer.yml @@ -31,7 +31,6 @@ default_value_callback: '' settings: handler: 'default:paragraph' handler_settings: - negate: 1 target_bundles: additional_locations: additional_locations agenda_items: agenda_items @@ -44,13 +43,14 @@ settings: list_item: list_item custom_block: custom_block teaser_item: teaser_item + negate: 1 target_bundles_drag_drop: additional_locations: - enabled: true weight: 9 - agenda_items: enabled: true + agenda_items: weight: 10 + enabled: true contact_list: weight: 18 enabled: false @@ -58,35 +58,35 @@ settings: weight: 26 enabled: false custom_block: - enabled: true weight: 22 + enabled: true featured: weight: 27 enabled: false hero: - enabled: true weight: 19 + enabled: true list: weight: 20 enabled: false list_item: - enabled: true weight: 21 - membership: enabled: true + membership: weight: 11 - paragraph_content: enabled: true + paragraph_content: weight: 12 - paragraph_media: enabled: true + paragraph_media: weight: 13 - paragraph_snippet: enabled: true + paragraph_snippet: weight: 14 - paragraph_text: enabled: true + paragraph_text: weight: 15 + enabled: true reliefweb_feed: weight: 36 enabled: false @@ -97,8 +97,8 @@ settings: weight: 27 enabled: false teaser_item: - enabled: true weight: 28 + enabled: true twitter: weight: 29 enabled: false diff --git a/config/field.field.node.panopoly_landing_page.field_header.yml b/config/field.field.node.panopoly_landing_page.field_header.yml index 779d38f3a..ad46b9419 100644 --- a/config/field.field.node.panopoly_landing_page.field_header.yml +++ b/config/field.field.node.panopoly_landing_page.field_header.yml @@ -32,7 +32,6 @@ default_value_callback: '' settings: handler: 'default:paragraph' handler_settings: - negate: 1 target_bundles: additional_locations: additional_locations agenda_items: agenda_items @@ -46,22 +45,23 @@ settings: teaser_item: teaser_item twitter: twitter section_menu: section_menu + negate: 1 target_bundles_drag_drop: additional_locations: - enabled: true weight: 9 - agenda_items: enabled: true + agenda_items: weight: 10 - contact_list: enabled: true + contact_list: weight: 18 + enabled: true content_item: weight: 22 enabled: false custom_block: - enabled: true weight: 22 + enabled: true featured: weight: 27 enabled: false @@ -72,20 +72,20 @@ settings: weight: 20 enabled: false list_item: - enabled: true weight: 21 - membership: enabled: true + membership: weight: 11 - paragraph_content: enabled: true + paragraph_content: weight: 12 - paragraph_media: enabled: true + paragraph_media: weight: 13 - paragraph_snippet: enabled: true + paragraph_snippet: weight: 14 + enabled: true paragraph_text: weight: 15 enabled: false @@ -93,17 +93,17 @@ settings: weight: 32 enabled: false section_menu: - enabled: true weight: 31 + enabled: true teaser_grid: weight: 27 enabled: false teaser_item: - enabled: true weight: 28 - twitter: enabled: true + twitter: weight: 29 + enabled: true video: weight: 35 enabled: false diff --git a/config/field.field.node.panopoly_landing_page.field_sidebar.yml b/config/field.field.node.panopoly_landing_page.field_sidebar.yml index 28ce40fce..0d302bf80 100644 --- a/config/field.field.node.panopoly_landing_page.field_sidebar.yml +++ b/config/field.field.node.panopoly_landing_page.field_sidebar.yml @@ -29,7 +29,6 @@ default_value_callback: '' settings: handler: 'default:paragraph' handler_settings: - negate: 1 target_bundles: additional_locations: additional_locations agenda_items: agenda_items @@ -40,13 +39,14 @@ settings: list_item: list_item teaser_item: teaser_item services_landing_block: services_landing_block + negate: 1 target_bundles_drag_drop: additional_locations: - enabled: true weight: 9 - agenda_items: enabled: true + agenda_items: weight: 10 + enabled: true contact_list: weight: 21 enabled: false @@ -60,26 +60,26 @@ settings: weight: 28 enabled: false hero: - enabled: true weight: 18 + enabled: true list: weight: 19 enabled: false list_item: - enabled: true weight: 20 - membership: enabled: true + membership: weight: 11 + enabled: true paragraph_content: weight: 12 enabled: false paragraph_media: - enabled: true weight: 13 - paragraph_snippet: enabled: true + paragraph_snippet: weight: 14 + enabled: true paragraph_text: weight: 15 enabled: false @@ -90,14 +90,14 @@ settings: weight: 31 enabled: false services_landing_block: - enabled: true weight: 39 + enabled: true teaser_grid: weight: 26 enabled: false teaser_item: - enabled: true weight: 27 + enabled: true twitter: weight: 15 enabled: false diff --git a/config/field.field.node.panopoly_page.field_content.yml b/config/field.field.node.panopoly_page.field_content.yml index 07f43ae67..418536bbb 100644 --- a/config/field.field.node.panopoly_page.field_content.yml +++ b/config/field.field.node.panopoly_page.field_content.yml @@ -29,7 +29,6 @@ default_value_callback: '' settings: handler: 'default:paragraph' handler_settings: - negate: 0 target_bundles: list: list paragraph_content: paragraph_content @@ -40,6 +39,7 @@ settings: view: view reliefweb_feed: reliefweb_feed video: video + negate: 0 target_bundles_drag_drop: additional_locations: weight: 14 @@ -47,12 +47,18 @@ settings: agenda_items: weight: 15 enabled: false + contact_list: + weight: 22 + enabled: true + content_item: + weight: 23 + enabled: true hero: weight: 16 enabled: false list: - enabled: true weight: 17 + enabled: true list_item: weight: 18 enabled: false @@ -60,42 +66,36 @@ settings: weight: 19 enabled: false paragraph_content: - enabled: true weight: 20 + enabled: true paragraph_media: weight: 21 enabled: false - contact_list: - enabled: true - weight: 22 paragraph_snippet: weight: 22 enabled: false - content_item: - enabled: true - weight: 23 paragraph_text: - enabled: true weight: 23 - teaser_grid: enabled: true - weight: 24 - teaser_item: - weight: 25 - enabled: false - view: - enabled: true - weight: 26 reliefweb_feed: - enabled: true weight: 32 + enabled: true section_menu: weight: 33 enabled: false + teaser_grid: + weight: 24 + enabled: true + teaser_item: + weight: 25 + enabled: false twitter: weight: 36 enabled: false video: - enabled: true weight: 37 + enabled: true + view: + weight: 26 + enabled: true field_type: entity_reference_revisions diff --git a/config/field.field.node.panopoly_page.field_featured_image.yml b/config/field.field.node.panopoly_page.field_featured_image.yml index 3b3603801..21b7eff20 100644 --- a/config/field.field.node.panopoly_page.field_featured_image.yml +++ b/config/field.field.node.panopoly_page.field_featured_image.yml @@ -18,21 +18,21 @@ translatable: false default_value: { } default_value_callback: '' settings: - alt_field: true - default_image: - alt: '' - title: '' - width: null - height: null - uuid: '' + handler: 'default:file' + handler_settings: { } file_directory: pages file_extensions: 'png gif jpg jpeg' max_filesize: '' max_resolution: '' min_resolution: 300x200 - title_field: false + alt_field: true alt_field_required: true + title_field: false title_field_required: false - handler: 'default:file' - handler_settings: { } + default_image: + uuid: '' + alt: '' + title: '' + width: null + height: null field_type: image diff --git a/config/field.field.node.panopoly_page.field_footer.yml b/config/field.field.node.panopoly_page.field_footer.yml index a5eb16407..eafbcba52 100644 --- a/config/field.field.node.panopoly_page.field_footer.yml +++ b/config/field.field.node.panopoly_page.field_footer.yml @@ -23,11 +23,11 @@ default_value_callback: '' settings: handler: 'default:paragraph' handler_settings: - negate: 0 target_bundles: list: list teaser_grid: teaser_grid view: view + negate: 0 target_bundles_drag_drop: additional_locations: weight: 14 @@ -39,8 +39,8 @@ settings: weight: 16 enabled: false list: - enabled: true weight: 17 + enabled: true list_item: weight: 18 enabled: false @@ -60,12 +60,12 @@ settings: weight: 23 enabled: false teaser_grid: - enabled: true weight: 24 + enabled: true teaser_item: weight: 25 enabled: false view: - enabled: true weight: 26 + enabled: true field_type: entity_reference_revisions diff --git a/config/field.field.node.panopoly_page.field_header.yml b/config/field.field.node.panopoly_page.field_header.yml index ec6e7f978..9889946cc 100644 --- a/config/field.field.node.panopoly_page.field_header.yml +++ b/config/field.field.node.panopoly_page.field_header.yml @@ -24,12 +24,12 @@ default_value_callback: '' settings: handler: 'default:paragraph' handler_settings: - negate: 0 target_bundles: hero: hero list: list teaser_grid: teaser_grid view: view + negate: 0 target_bundles_drag_drop: additional_locations: weight: 14 @@ -38,11 +38,11 @@ settings: weight: 15 enabled: false hero: - enabled: true weight: 16 - list: enabled: true + list: weight: 17 + enabled: true list_item: weight: 18 enabled: false @@ -62,12 +62,12 @@ settings: weight: 23 enabled: false teaser_grid: - enabled: true weight: 24 + enabled: true teaser_item: weight: 25 enabled: false view: - enabled: true weight: 26 + enabled: true field_type: entity_reference_revisions diff --git a/config/field.field.node.panopoly_page.field_sidebar.yml b/config/field.field.node.panopoly_page.field_sidebar.yml index 78f5ead6c..1627a590b 100644 --- a/config/field.field.node.panopoly_page.field_sidebar.yml +++ b/config/field.field.node.panopoly_page.field_sidebar.yml @@ -30,7 +30,6 @@ default_value_callback: '' settings: handler: 'default:paragraph' handler_settings: - negate: 0 target_bundles: twitter: twitter list: list @@ -42,62 +41,63 @@ settings: view: view section_menu: section_menu video: video + negate: 0 target_bundles_drag_drop: additional_locations: weight: 14 enabled: false - twitter: - enabled: true - weight: 15 agenda_items: weight: 15 enabled: false + contact_list: + weight: 22 + enabled: true + content_item: + weight: 23 + enabled: true hero: weight: 16 enabled: false list: - enabled: true weight: 17 + enabled: true list_item: weight: 18 enabled: false membership: - enabled: true weight: 19 - paragraph_content: enabled: true + paragraph_content: weight: 20 + enabled: true paragraph_media: weight: 21 enabled: false paragraph_snippet: weight: 22 enabled: false - contact_list: - enabled: true - weight: 22 - content_item: - enabled: true - weight: 23 paragraph_text: - enabled: true weight: 23 + enabled: true + reliefweb_feed: + weight: 32 + enabled: false + section_menu: + weight: 33 + enabled: true teaser_grid: weight: 24 enabled: false teaser_item: weight: 25 enabled: false - view: - enabled: true - weight: 26 - reliefweb_feed: - weight: 32 - enabled: false - section_menu: + twitter: + weight: 15 enabled: true - weight: 33 video: - enabled: true weight: 37 + enabled: true + view: + weight: 26 + enabled: true field_type: entity_reference_revisions diff --git a/config/field.field.node.service.field_links_to_relevant_docs.yml b/config/field.field.node.service.field_links_to_relevant_docs.yml index bcd10581e..b62af6268 100644 --- a/config/field.field.node.service.field_links_to_relevant_docs.yml +++ b/config/field.field.node.service.field_links_to_relevant_docs.yml @@ -18,6 +18,6 @@ translatable: false default_value: { } default_value_callback: '' settings: - link_type: 17 title: 1 + link_type: 17 field_type: link diff --git a/config/field.field.paragraph.agenda_items.field_contact.yml b/config/field.field.paragraph.agenda_items.field_contact.yml index 91914d26a..85d398da3 100644 --- a/config/field.field.paragraph.agenda_items.field_contact.yml +++ b/config/field.field.paragraph.agenda_items.field_contact.yml @@ -19,6 +19,11 @@ default_value_callback: '' settings: handler: 'default:node' handler_settings: + target_bundles: + contact: contact + sort: + field: title + direction: ASC behaviors: views-autocomplete: status: 0 @@ -26,9 +31,4 @@ settings: status: 1 lock_revision: 0 reference_revisions: 0 - sort: - field: title - direction: ASC - target_bundles: - contact: contact field_type: entity_reference diff --git a/config/field.field.paragraph.agenda_items.field_referenced_docs.yml b/config/field.field.paragraph.agenda_items.field_referenced_docs.yml index b2b45e659..915a7635c 100644 --- a/config/field.field.paragraph.agenda_items.field_referenced_docs.yml +++ b/config/field.field.paragraph.agenda_items.field_referenced_docs.yml @@ -19,12 +19,12 @@ default_value_callback: '' settings: handler: 'default:node' handler_settings: - behaviors: - views-select-list: - status: 0 + target_bundles: + oa_wiki_page: oa_wiki_page sort: field: _none direction: ASC - target_bundles: - oa_wiki_page: oa_wiki_page + behaviors: + views-select-list: + status: 0 field_type: entity_reference diff --git a/config/field.field.paragraph.hero.field_hero_link.yml b/config/field.field.paragraph.hero.field_hero_link.yml index 0e68a9475..68c6e3bb7 100644 --- a/config/field.field.paragraph.hero.field_hero_link.yml +++ b/config/field.field.paragraph.hero.field_hero_link.yml @@ -18,6 +18,6 @@ translatable: false default_value: { } default_value_callback: '' settings: - link_type: 17 title: 1 + link_type: 17 field_type: link diff --git a/config/field.field.paragraph.list.field_list_item.yml b/config/field.field.paragraph.list.field_list_item.yml index abfc81b43..db7be946a 100644 --- a/config/field.field.paragraph.list.field_list_item.yml +++ b/config/field.field.paragraph.list.field_list_item.yml @@ -21,22 +21,22 @@ default_value_callback: '' settings: handler: 'default:paragraph' handler_settings: - negate: 0 target_bundles: list_item: list_item + negate: 0 target_bundles_drag_drop: - list: - weight: 13 - enabled: false additional_locations: weight: 14 enabled: false agenda_items: weight: 15 enabled: false + list: + weight: 13 + enabled: false list_item: - enabled: true weight: 16 + enabled: true membership: weight: 17 enabled: false diff --git a/config/field.field.paragraph.list_item.field_list_item_link.yml b/config/field.field.paragraph.list_item.field_list_item_link.yml index 589689236..a3309d439 100644 --- a/config/field.field.paragraph.list_item.field_list_item_link.yml +++ b/config/field.field.paragraph.list_item.field_list_item_link.yml @@ -18,6 +18,6 @@ translatable: false default_value: { } default_value_callback: '' settings: - link_type: 17 title: 1 + link_type: 17 field_type: link diff --git a/config/field.field.paragraph.paragraph_media.field_oa_media.yml b/config/field.field.paragraph.paragraph_media.field_oa_media.yml index 8605ee459..9f3082ed5 100644 --- a/config/field.field.paragraph.paragraph_media.field_oa_media.yml +++ b/config/field.field.paragraph.paragraph_media.field_oa_media.yml @@ -18,10 +18,10 @@ translatable: false default_value: { } default_value_callback: '' settings: - description_field: false + handler: 'default:file' + handler_settings: { } file_directory: '' file_extensions: 'jpg jpeg gif png txt doc docx xls xlsx pdf ppt pptx pps ppsx odt ods odp mp3 mov mp4 m4a m4v mpeg avi ogg oga ogv weba webp webm zip tgz gz key dotx' max_filesize: '' - handler: 'default:file' - handler_settings: { } + description_field: false field_type: file diff --git a/config/field.field.paragraph.paragraph_snippet.field_snippet_content.yml b/config/field.field.paragraph.paragraph_snippet.field_snippet_content.yml index b72050319..70e0ee7c3 100644 --- a/config/field.field.paragraph.paragraph_snippet.field_snippet_content.yml +++ b/config/field.field.paragraph.paragraph_snippet.field_snippet_content.yml @@ -18,13 +18,13 @@ default_value_callback: '' settings: handler: 'default:node' handler_settings: + target_bundles: null + sort: + field: _none + direction: ASC behaviors: views-select-list: status: 0 lock_revision: 0 reference_revisions: 1 - sort: - field: _none - direction: ASC - target_bundles: null field_type: entity_reference diff --git a/config/field.field.paragraph.section_menu.field_custom_link.yml b/config/field.field.paragraph.section_menu.field_custom_link.yml index b37994ac9..9e54e6d20 100644 --- a/config/field.field.paragraph.section_menu.field_custom_link.yml +++ b/config/field.field.paragraph.section_menu.field_custom_link.yml @@ -18,6 +18,6 @@ translatable: false default_value: { } default_value_callback: '' settings: - link_type: 17 title: 1 + link_type: 17 field_type: link diff --git a/config/field.field.paragraph.teaser_grid.field_teaser_item.yml b/config/field.field.paragraph.teaser_grid.field_teaser_item.yml index 3e4f12f16..5d513957c 100644 --- a/config/field.field.paragraph.teaser_grid.field_teaser_item.yml +++ b/config/field.field.paragraph.teaser_grid.field_teaser_item.yml @@ -21,13 +21,10 @@ default_value_callback: '' settings: handler: 'default:paragraph' handler_settings: - negate: 0 target_bundles: teaser_item: teaser_item + negate: 0 target_bundles_drag_drop: - teaser_grid: - weight: 11 - enabled: false additional_locations: weight: 12 enabled: false @@ -49,9 +46,12 @@ settings: paragraph_text: weight: 18 enabled: false + teaser_grid: + weight: 11 + enabled: false teaser_item: - enabled: true weight: 19 + enabled: true view: weight: 20 enabled: false diff --git a/config/field.field.paragraph.teaser_item.field_teaser_link.yml b/config/field.field.paragraph.teaser_item.field_teaser_link.yml index 7de01336e..d9344de35 100644 --- a/config/field.field.paragraph.teaser_item.field_teaser_link.yml +++ b/config/field.field.paragraph.teaser_item.field_teaser_link.yml @@ -18,6 +18,6 @@ translatable: false default_value: { } default_value_callback: '' settings: - link_type: 17 title: 0 + link_type: 17 field_type: link diff --git a/config/field.field.taxonomy_term.hosts.field_logo.yml b/config/field.field.taxonomy_term.hosts.field_logo.yml index 9418d1c76..83dbf7cc1 100644 --- a/config/field.field.taxonomy_term.hosts.field_logo.yml +++ b/config/field.field.taxonomy_term.hosts.field_logo.yml @@ -18,16 +18,16 @@ translatable: false default_value: { } default_value_callback: '' settings: - alt_field: false - default_image: 0 + handler: 'default:file' + handler_settings: { } file_directory: '' file_extensions: 'png gif jpg jpeg' max_filesize: '' max_resolution: '' min_resolution: '' - title_field: false + alt_field: false alt_field_required: true + title_field: false title_field_required: false - handler: 'default:file' - handler_settings: { } + default_image: 0 field_type: image diff --git a/config/field.field.taxonomy_term.panopoly_categories.field_featured_image.yml b/config/field.field.taxonomy_term.panopoly_categories.field_featured_image.yml index fe7d2c8da..12d69830a 100644 --- a/config/field.field.taxonomy_term.panopoly_categories.field_featured_image.yml +++ b/config/field.field.taxonomy_term.panopoly_categories.field_featured_image.yml @@ -18,21 +18,21 @@ translatable: false default_value: { } default_value_callback: '' settings: - alt_field: true - default_image: - alt: '' - title: '' - width: null - height: null - uuid: '' + handler: 'default:file' + handler_settings: { } file_directory: categories file_extensions: 'png gif jpg jpeg' max_filesize: '' max_resolution: '' min_resolution: 300x200 - title_field: false + alt_field: true alt_field_required: true + title_field: false title_field_required: false - handler: 'default:file' - handler_settings: { } + default_image: + uuid: '' + alt: '' + title: '' + width: null + height: null field_type: image diff --git a/config/field.field.taxonomy_term.section_type.field_oa_icon_image.yml b/config/field.field.taxonomy_term.section_type.field_oa_icon_image.yml index f36cce817..738312879 100644 --- a/config/field.field.taxonomy_term.section_type.field_oa_icon_image.yml +++ b/config/field.field.taxonomy_term.section_type.field_oa_icon_image.yml @@ -18,16 +18,16 @@ translatable: false default_value: { } default_value_callback: '' settings: - alt_field: false - default_image: 0 + handler: 'default:file' + handler_settings: { } file_directory: '' file_extensions: 'png gif jpg jpeg' max_filesize: '' max_resolution: '' min_resolution: '' - title_field: false + alt_field: false alt_field_required: true + title_field: false title_field_required: false - handler: 'default:file' - handler_settings: { } + default_image: 0 field_type: image diff --git a/config/field.field.taxonomy_term.space_type.field_oa_clone_space.yml b/config/field.field.taxonomy_term.space_type.field_oa_clone_space.yml index f6a4ef92d..91a081f48 100644 --- a/config/field.field.taxonomy_term.space_type.field_oa_clone_space.yml +++ b/config/field.field.taxonomy_term.space_type.field_oa_clone_space.yml @@ -18,11 +18,11 @@ default_value_callback: '' settings: handler: 'default:node' handler_settings: - behaviors: - views-select-list: - status: 0 + target_bundles: { } sort: field: title direction: ASC - target_bundles: { } + behaviors: + views-select-list: + status: 0 field_type: entity_reference diff --git a/config/field.field.user.user.field_user_picture.yml b/config/field.field.user.user.field_user_picture.yml index ce6eeabc4..39bdde3e9 100644 --- a/config/field.field.user.user.field_user_picture.yml +++ b/config/field.field.user.user.field_user_picture.yml @@ -18,6 +18,8 @@ translatable: false default_value: { } default_value_callback: '' settings: + handler: 'default:file' + handler_settings: { } file_directory: pictures file_extensions: 'png gif jpg jpeg' max_filesize: '' @@ -33,6 +35,4 @@ settings: title: '' width: null height: null - handler: 'default:file' - handler_settings: { } field_type: image diff --git a/config/field.field.user.user.og_user_node.yml b/config/field.field.user.user.og_user_node.yml index 9b07ffbdf..3100d2b9c 100644 --- a/config/field.field.user.user.og_user_node.yml +++ b/config/field.field.user.user.og_user_node.yml @@ -19,12 +19,12 @@ default_value_callback: '' settings: handler: 'default:node' handler_settings: - behaviors: - og_behavior: - status: true - membership_type: og_membership_type_default target_bundles: null sort: field: _none direction: ASC + behaviors: + og_behavior: + status: true + membership_type: og_membership_type_default field_type: entity_reference diff --git a/config/field.field.user.user.user_picture.yml b/config/field.field.user.user.user_picture.yml index 3e1ca23de..c0b705b05 100644 --- a/config/field.field.user.user.user_picture.yml +++ b/config/field.field.user.user.user_picture.yml @@ -20,6 +20,8 @@ translatable: true default_value: { } default_value_callback: '' settings: + handler: 'default:file' + handler_settings: { } file_directory: pictures file_extensions: 'png gif jpg jpeg' max_filesize: 30KB @@ -35,6 +37,4 @@ settings: title: '' width: null height: null - handler: 'default:file' - handler_settings: { } field_type: image diff --git a/config/field.settings.yml b/config/field.settings.yml index 95c042d77..2225b8ffd 100644 --- a/config/field.settings.yml +++ b/config/field.settings.yml @@ -1,3 +1,3 @@ -purge_batch_size: 50 _core: default_config_hash: nJk0TAQBzlNo52ehiHI7bIEPLGi0BYqZvPdEn7Chfu0 +purge_batch_size: 50 diff --git a/config/field.storage.block_content.field_block_title.yml b/config/field.storage.block_content.field_block_title.yml index d6cddbe92..2c204f04a 100644 --- a/config/field.storage.block_content.field_block_title.yml +++ b/config/field.storage.block_content.field_block_title.yml @@ -10,8 +10,8 @@ entity_type: block_content type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.file.field_file_image_alt_text.yml b/config/field.storage.file.field_file_image_alt_text.yml index bfcf2e8b4..7d851bf5f 100644 --- a/config/field.storage.file.field_file_image_alt_text.yml +++ b/config/field.storage.file.field_file_image_alt_text.yml @@ -10,8 +10,8 @@ entity_type: file type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.file.field_file_image_title_text.yml b/config/field.storage.file.field_file_image_title_text.yml index 7610b283f..f6ca6b094 100644 --- a/config/field.storage.file.field_file_image_title_text.yml +++ b/config/field.storage.file.field_file_image_title_text.yml @@ -10,8 +10,8 @@ entity_type: file type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.file.field_file_title.yml b/config/field.storage.file.field_file_title.yml index 971e50aab..c8e3689a8 100644 --- a/config/field.storage.file.field_file_title.yml +++ b/config/field.storage.file.field_file_title.yml @@ -10,8 +10,8 @@ entity_type: file type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.group.field_archive_group.yml b/config/field.storage.group.field_archive_group.yml new file mode 100644 index 000000000..bbbefffab --- /dev/null +++ b/config/field.storage.group.field_archive_group.yml @@ -0,0 +1,18 @@ +uuid: edbea792-818a-45ed-bbc5-2912ab698068 +langcode: en +status: true +dependencies: + module: + - group +id: group.field_archive_group +field_name: field_archive_group +entity_type: group +type: boolean +settings: { } +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.group.field_archive_message.yml b/config/field.storage.group.field_archive_message.yml new file mode 100644 index 000000000..9517d7c21 --- /dev/null +++ b/config/field.storage.group.field_archive_message.yml @@ -0,0 +1,19 @@ +uuid: 9a0438f7-42f9-4d7c-b048-73278748a06e +langcode: en +status: true +dependencies: + module: + - group + - text +id: group.field_archive_message +field_name: field_archive_message +entity_type: group +type: text_long +settings: { } +module: text +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.group.field_banner_image.yml b/config/field.storage.group.field_banner_image.yml index bd3602c75..09a303817 100644 --- a/config/field.storage.group.field_banner_image.yml +++ b/config/field.storage.group.field_banner_image.yml @@ -11,6 +11,9 @@ field_name: field_banner_image entity_type: group type: image settings: + target_type: file + display_field: false + display_default: false uri_scheme: public default_image: uuid: '' @@ -18,9 +21,6 @@ settings: title: '' width: null height: null - target_type: file - display_field: false - display_default: false module: image locked: false cardinality: 1 diff --git a/config/field.storage.group.field_banner_text.yml b/config/field.storage.group.field_banner_text.yml index 56cf5fcad..19371ddbd 100644 --- a/config/field.storage.group.field_banner_text.yml +++ b/config/field.storage.group.field_banner_text.yml @@ -10,8 +10,8 @@ entity_type: group type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.group.field_primary_image.yml b/config/field.storage.group.field_primary_image.yml index 60f5e328b..610f311c0 100644 --- a/config/field.storage.group.field_primary_image.yml +++ b/config/field.storage.group.field_primary_image.yml @@ -11,6 +11,9 @@ field_name: field_primary_image entity_type: group type: image settings: + target_type: file + display_field: false + display_default: false uri_scheme: public default_image: uuid: '' @@ -18,9 +21,6 @@ settings: title: '' width: null height: null - target_type: file - display_field: false - display_default: false module: image locked: false cardinality: 1 diff --git a/config/field.storage.group.field_short_name.yml b/config/field.storage.group.field_short_name.yml index 7df5350d8..ebcd7f38a 100644 --- a/config/field.storage.group.field_short_name.yml +++ b/config/field.storage.group.field_short_name.yml @@ -10,8 +10,8 @@ entity_type: group type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.hero.field_hero_caption.yml b/config/field.storage.hero.field_hero_caption.yml index 7a8d894d1..ae009b679 100644 --- a/config/field.storage.hero.field_hero_caption.yml +++ b/config/field.storage.hero.field_hero_caption.yml @@ -10,8 +10,8 @@ entity_type: hero type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.hero.field_hero_heading.yml b/config/field.storage.hero.field_hero_heading.yml index 3da0224dd..fce1e2c84 100644 --- a/config/field.storage.hero.field_hero_heading.yml +++ b/config/field.storage.hero.field_hero_heading.yml @@ -10,8 +10,8 @@ entity_type: hero type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.media.field_media_file.yml b/config/field.storage.media.field_media_file.yml index 24084eabb..fcea93947 100644 --- a/config/field.storage.media.field_media_file.yml +++ b/config/field.storage.media.field_media_file.yml @@ -2,12 +2,12 @@ uuid: dff8e332-d1e8-4d72-92ee-c6b80a077210 langcode: en status: true dependencies: - enforced: - module: - - media module: - file - media + enforced: + module: + - media _core: default_config_hash: 4GNilUMnj0opT050eZIkWhkfuzu69ClyEr-cHxofjQw id: media.field_media_file @@ -15,10 +15,10 @@ field_name: field_media_file entity_type: media type: file settings: - uri_scheme: private target_type: file display_field: false display_default: false + uri_scheme: private module: file locked: false cardinality: 1 diff --git a/config/field.storage.media.field_media_image.yml b/config/field.storage.media.field_media_image.yml index d8afecbfd..7933ce03a 100644 --- a/config/field.storage.media.field_media_image.yml +++ b/config/field.storage.media.field_media_image.yml @@ -2,13 +2,13 @@ uuid: 5512edfc-5597-4562-9349-aabff6216164 langcode: en status: true dependencies: - enforced: - module: - - media module: - file - image - media + enforced: + module: + - media _core: default_config_hash: 7ZBrcl87ZXaw42v952wwcw_9cQgTBq5_5tgyUkE-VV0 id: media.field_media_image @@ -16,16 +16,16 @@ field_name: field_media_image entity_type: media type: image settings: + target_type: file + display_field: false + display_default: false + uri_scheme: public 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 diff --git a/config/field.storage.media.field_media_oembed_video.yml b/config/field.storage.media.field_media_oembed_video.yml index a4b927deb..3012a6c65 100644 --- a/config/field.storage.media.field_media_oembed_video.yml +++ b/config/field.storage.media.field_media_oembed_video.yml @@ -12,8 +12,8 @@ entity_type: media type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.node.field_ap_topic.yml b/config/field.storage.node.field_ap_topic.yml index 892c5fa62..9bfc1c75c 100644 --- a/config/field.storage.node.field_ap_topic.yml +++ b/config/field.storage.node.field_ap_topic.yml @@ -10,8 +10,8 @@ entity_type: node type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.node.field_branch.yml b/config/field.storage.node.field_branch.yml index 3be51f41a..610e78bf4 100644 --- a/config/field.storage.node.field_branch.yml +++ b/config/field.storage.node.field_branch.yml @@ -10,8 +10,8 @@ entity_type: node type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.node.field_city.yml b/config/field.storage.node.field_city.yml index 15c88c56d..3a56593c1 100644 --- a/config/field.storage.node.field_city.yml +++ b/config/field.storage.node.field_city.yml @@ -10,8 +10,8 @@ entity_type: node type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.node.field_department.yml b/config/field.storage.node.field_department.yml index 56398d0e5..87a1a8440 100644 --- a/config/field.storage.node.field_department.yml +++ b/config/field.storage.node.field_department.yml @@ -10,8 +10,8 @@ entity_type: node type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.node.field_description_implementation.yml b/config/field.storage.node.field_description_implementation.yml index ee64c2504..fbad42749 100644 --- a/config/field.storage.node.field_description_implementation.yml +++ b/config/field.storage.node.field_description_implementation.yml @@ -10,8 +10,8 @@ entity_type: node type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.node.field_document_no.yml b/config/field.storage.node.field_document_no.yml index 3da1e7d61..9ff12bab2 100644 --- a/config/field.storage.node.field_document_no.yml +++ b/config/field.storage.node.field_document_no.yml @@ -10,8 +10,8 @@ entity_type: node type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.node.field_evaluation_title.yml b/config/field.storage.node.field_evaluation_title.yml index 64197b0a0..ac32e01ff 100644 --- a/config/field.storage.node.field_evaluation_title.yml +++ b/config/field.storage.node.field_evaluation_title.yml @@ -10,8 +10,8 @@ entity_type: node type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.node.field_fax.yml b/config/field.storage.node.field_fax.yml index c900dca3f..b52c1e011 100644 --- a/config/field.storage.node.field_fax.yml +++ b/config/field.storage.node.field_fax.yml @@ -10,8 +10,8 @@ entity_type: node type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.node.field_featured_image.yml b/config/field.storage.node.field_featured_image.yml index 203dec4d4..3c67f1b38 100644 --- a/config/field.storage.node.field_featured_image.yml +++ b/config/field.storage.node.field_featured_image.yml @@ -11,12 +11,12 @@ field_name: field_featured_image entity_type: node type: image settings: - default_image: - uuid: '' - uri_scheme: public target_type: file display_field: false display_default: false + uri_scheme: public + default_image: + uuid: '' module: image locked: false cardinality: 1 diff --git a/config/field.storage.node.field_first_name.yml b/config/field.storage.node.field_first_name.yml index f9564674b..0bf4f6d5c 100644 --- a/config/field.storage.node.field_first_name.yml +++ b/config/field.storage.node.field_first_name.yml @@ -10,8 +10,8 @@ entity_type: node type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.node.field_last_name.yml b/config/field.storage.node.field_last_name.yml index 3a927fb8f..bcc036cc2 100644 --- a/config/field.storage.node.field_last_name.yml +++ b/config/field.storage.node.field_last_name.yml @@ -10,8 +10,8 @@ entity_type: node type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.node.field_legacy_publish.yml b/config/field.storage.node.field_legacy_publish.yml index 41f94f302..780758c0c 100644 --- a/config/field.storage.node.field_legacy_publish.yml +++ b/config/field.storage.node.field_legacy_publish.yml @@ -10,8 +10,8 @@ entity_type: node type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.node.field_mobile.yml b/config/field.storage.node.field_mobile.yml index f1002d5c8..27cf7ae32 100644 --- a/config/field.storage.node.field_mobile.yml +++ b/config/field.storage.node.field_mobile.yml @@ -10,8 +10,8 @@ entity_type: node type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: -1 diff --git a/config/field.storage.node.field_oa_banner_text.yml b/config/field.storage.node.field_oa_banner_text.yml index 8965e908f..d9effc253 100644 --- a/config/field.storage.node.field_oa_banner_text.yml +++ b/config/field.storage.node.field_oa_banner_text.yml @@ -10,8 +10,8 @@ entity_type: node type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.node.field_oa_media.yml b/config/field.storage.node.field_oa_media.yml index 0e9b02949..1dca05a4d 100644 --- a/config/field.storage.node.field_oa_media.yml +++ b/config/field.storage.node.field_oa_media.yml @@ -10,10 +10,10 @@ field_name: field_oa_media entity_type: node type: file settings: - display_default: false + target_type: file display_field: false + display_default: false uri_scheme: private - target_type: file module: file locked: false cardinality: -1 diff --git a/config/field.storage.node.field_phone.yml b/config/field.storage.node.field_phone.yml index 0db7f0db8..1fb415abf 100644 --- a/config/field.storage.node.field_phone.yml +++ b/config/field.storage.node.field_phone.yml @@ -10,8 +10,8 @@ entity_type: node type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: -1 diff --git a/config/field.storage.node.field_photo.yml b/config/field.storage.node.field_photo.yml index cf2eafbaf..cd7680f8b 100644 --- a/config/field.storage.node.field_photo.yml +++ b/config/field.storage.node.field_photo.yml @@ -11,12 +11,12 @@ field_name: field_photo entity_type: node type: image settings: - default_image: - uuid: '' - uri_scheme: private target_type: file display_field: false display_default: false + uri_scheme: private + default_image: + uuid: '' module: image locked: false cardinality: 1 diff --git a/config/field.storage.node.field_position.yml b/config/field.storage.node.field_position.yml index edc929aa5..5f68b959a 100644 --- a/config/field.storage.node.field_position.yml +++ b/config/field.storage.node.field_position.yml @@ -10,8 +10,8 @@ entity_type: node type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.node.field_product_thumbnail.yml b/config/field.storage.node.field_product_thumbnail.yml index 87780ac58..c39dc6210 100644 --- a/config/field.storage.node.field_product_thumbnail.yml +++ b/config/field.storage.node.field_product_thumbnail.yml @@ -11,12 +11,12 @@ field_name: field_product_thumbnail entity_type: node type: image settings: - default_image: - uuid: '' - uri_scheme: private target_type: file display_field: false display_default: false + uri_scheme: private + default_image: + uuid: '' module: image locked: false cardinality: 1 diff --git a/config/field.storage.node.field_recomendation.yml b/config/field.storage.node.field_recomendation.yml index ca38df36f..a46cae14d 100644 --- a/config/field.storage.node.field_recomendation.yml +++ b/config/field.storage.node.field_recomendation.yml @@ -10,8 +10,8 @@ entity_type: node type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.node.field_room.yml b/config/field.storage.node.field_room.yml index e32b50d5f..3efb2be01 100644 --- a/config/field.storage.node.field_room.yml +++ b/config/field.storage.node.field_room.yml @@ -10,8 +10,8 @@ entity_type: node type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.node.field_venue.yml b/config/field.storage.node.field_venue.yml index 9479de557..9b22215b6 100644 --- a/config/field.storage.node.field_venue.yml +++ b/config/field.storage.node.field_venue.yml @@ -10,8 +10,8 @@ entity_type: node type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.paragraph.field_additional_city.yml b/config/field.storage.paragraph.field_additional_city.yml index 1cd40e6c0..13cceceb0 100644 --- a/config/field.storage.paragraph.field_additional_city.yml +++ b/config/field.storage.paragraph.field_additional_city.yml @@ -10,8 +10,8 @@ entity_type: paragraph type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.paragraph.field_ai_title.yml b/config/field.storage.paragraph.field_ai_title.yml index 11a078139..74c30d5f7 100644 --- a/config/field.storage.paragraph.field_ai_title.yml +++ b/config/field.storage.paragraph.field_ai_title.yml @@ -10,8 +10,8 @@ entity_type: paragraph type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.paragraph.field_contact_category.yml b/config/field.storage.paragraph.field_contact_category.yml index 749ddc561..856f41422 100644 --- a/config/field.storage.paragraph.field_contact_category.yml +++ b/config/field.storage.paragraph.field_contact_category.yml @@ -10,8 +10,8 @@ entity_type: paragraph type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.paragraph.field_hero_caption.yml b/config/field.storage.paragraph.field_hero_caption.yml index 5ab0e6724..4e02fd851 100644 --- a/config/field.storage.paragraph.field_hero_caption.yml +++ b/config/field.storage.paragraph.field_hero_caption.yml @@ -10,8 +10,8 @@ entity_type: paragraph type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.paragraph.field_hero_heading.yml b/config/field.storage.paragraph.field_hero_heading.yml index e6cbecb8a..8ca243798 100644 --- a/config/field.storage.paragraph.field_hero_heading.yml +++ b/config/field.storage.paragraph.field_hero_heading.yml @@ -10,8 +10,8 @@ entity_type: paragraph type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.paragraph.field_list_item_title.yml b/config/field.storage.paragraph.field_list_item_title.yml index 348a3e516..4c42c63f6 100644 --- a/config/field.storage.paragraph.field_list_item_title.yml +++ b/config/field.storage.paragraph.field_list_item_title.yml @@ -10,8 +10,8 @@ entity_type: paragraph type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.paragraph.field_list_title.yml b/config/field.storage.paragraph.field_list_title.yml index f3f409fd0..ae5d3600d 100644 --- a/config/field.storage.paragraph.field_list_title.yml +++ b/config/field.storage.paragraph.field_list_title.yml @@ -10,8 +10,8 @@ entity_type: paragraph type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.paragraph.field_oa_media.yml b/config/field.storage.paragraph.field_oa_media.yml index 8faebddcc..f0a295a48 100644 --- a/config/field.storage.paragraph.field_oa_media.yml +++ b/config/field.storage.paragraph.field_oa_media.yml @@ -10,10 +10,10 @@ field_name: field_oa_media entity_type: paragraph type: file settings: - display_default: false + target_type: file display_field: false + display_default: false uri_scheme: private - target_type: file module: file locked: false cardinality: -1 diff --git a/config/field.storage.paragraph.field_para_title.yml b/config/field.storage.paragraph.field_para_title.yml index d61b8da9b..7f43334ae 100644 --- a/config/field.storage.paragraph.field_para_title.yml +++ b/config/field.storage.paragraph.field_para_title.yml @@ -10,8 +10,8 @@ entity_type: paragraph type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.paragraph.field_position.yml b/config/field.storage.paragraph.field_position.yml index bafa91239..5fc2d39d8 100644 --- a/config/field.storage.paragraph.field_position.yml +++ b/config/field.storage.paragraph.field_position.yml @@ -10,8 +10,8 @@ entity_type: paragraph type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.paragraph.field_presenter_external.yml b/config/field.storage.paragraph.field_presenter_external.yml index 9093adb57..25a6e1f41 100644 --- a/config/field.storage.paragraph.field_presenter_external.yml +++ b/config/field.storage.paragraph.field_presenter_external.yml @@ -10,8 +10,8 @@ entity_type: paragraph type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.paragraph.field_snippet_title_override.yml b/config/field.storage.paragraph.field_snippet_title_override.yml index 5445abe19..47a3d88cc 100644 --- a/config/field.storage.paragraph.field_snippet_title_override.yml +++ b/config/field.storage.paragraph.field_snippet_title_override.yml @@ -10,8 +10,8 @@ entity_type: paragraph type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.paragraph.field_teaser_grid_title.yml b/config/field.storage.paragraph.field_teaser_grid_title.yml index a7a4bf23f..f1fb4d029 100644 --- a/config/field.storage.paragraph.field_teaser_grid_title.yml +++ b/config/field.storage.paragraph.field_teaser_grid_title.yml @@ -10,8 +10,8 @@ entity_type: paragraph type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.paragraph.field_teaser_title.yml b/config/field.storage.paragraph.field_teaser_title.yml index 2ded8ed4e..adcf72336 100644 --- a/config/field.storage.paragraph.field_teaser_title.yml +++ b/config/field.storage.paragraph.field_teaser_title.yml @@ -10,8 +10,8 @@ entity_type: paragraph type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.paragraph.field_twitter_feed_title.yml b/config/field.storage.paragraph.field_twitter_feed_title.yml index 77f26db61..e925b3986 100644 --- a/config/field.storage.paragraph.field_twitter_feed_title.yml +++ b/config/field.storage.paragraph.field_twitter_feed_title.yml @@ -10,8 +10,8 @@ entity_type: paragraph type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.paragraph.field_twitter_handle.yml b/config/field.storage.paragraph.field_twitter_handle.yml index a512f8831..422741941 100644 --- a/config/field.storage.paragraph.field_twitter_handle.yml +++ b/config/field.storage.paragraph.field_twitter_handle.yml @@ -10,8 +10,8 @@ entity_type: paragraph type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.paragraph.field_twitter_list.yml b/config/field.storage.paragraph.field_twitter_list.yml index 10c491b59..5fa9cf374 100644 --- a/config/field.storage.paragraph.field_twitter_list.yml +++ b/config/field.storage.paragraph.field_twitter_list.yml @@ -10,8 +10,8 @@ entity_type: paragraph type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.taxonomy_term.field_featured_image.yml b/config/field.storage.taxonomy_term.field_featured_image.yml index 291896055..ba58433b2 100644 --- a/config/field.storage.taxonomy_term.field_featured_image.yml +++ b/config/field.storage.taxonomy_term.field_featured_image.yml @@ -11,12 +11,12 @@ field_name: field_featured_image entity_type: taxonomy_term type: image settings: - default_image: - uuid: '' - uri_scheme: public target_type: file display_field: false display_default: false + uri_scheme: public + default_image: + uuid: '' module: image locked: false cardinality: 1 diff --git a/config/field.storage.taxonomy_term.field_logo.yml b/config/field.storage.taxonomy_term.field_logo.yml index b2d9c4a70..458c2f20f 100644 --- a/config/field.storage.taxonomy_term.field_logo.yml +++ b/config/field.storage.taxonomy_term.field_logo.yml @@ -11,12 +11,12 @@ field_name: field_logo entity_type: taxonomy_term type: image settings: - default_image: - uuid: '' - uri_scheme: private target_type: file display_field: false display_default: false + uri_scheme: private + default_image: + uuid: '' module: image locked: false cardinality: 1 diff --git a/config/field.storage.taxonomy_term.field_long_name.yml b/config/field.storage.taxonomy_term.field_long_name.yml index b0da46bc3..40a65c309 100644 --- a/config/field.storage.taxonomy_term.field_long_name.yml +++ b/config/field.storage.taxonomy_term.field_long_name.yml @@ -10,8 +10,8 @@ entity_type: taxonomy_term type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.taxonomy_term.field_oa_icon_class.yml b/config/field.storage.taxonomy_term.field_oa_icon_class.yml index a1fa64c01..3f80c1ba1 100644 --- a/config/field.storage.taxonomy_term.field_oa_icon_class.yml +++ b/config/field.storage.taxonomy_term.field_oa_icon_class.yml @@ -10,8 +10,8 @@ entity_type: taxonomy_term type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.taxonomy_term.field_oa_icon_image.yml b/config/field.storage.taxonomy_term.field_oa_icon_image.yml index 07d469a14..29d16ab3d 100644 --- a/config/field.storage.taxonomy_term.field_oa_icon_image.yml +++ b/config/field.storage.taxonomy_term.field_oa_icon_image.yml @@ -11,12 +11,12 @@ field_name: field_oa_icon_image entity_type: taxonomy_term type: image settings: - default_image: - uuid: '' - uri_scheme: public target_type: file display_field: false display_default: false + uri_scheme: public + default_image: + uuid: '' module: image locked: false cardinality: 1 diff --git a/config/field.storage.user.field_first_name.yml b/config/field.storage.user.field_first_name.yml index 1b6cda7b2..611222665 100644 --- a/config/field.storage.user.field_first_name.yml +++ b/config/field.storage.user.field_first_name.yml @@ -10,8 +10,8 @@ entity_type: user type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.user.field_last_name.yml b/config/field.storage.user.field_last_name.yml index df5fb697b..becc1a487 100644 --- a/config/field.storage.user.field_last_name.yml +++ b/config/field.storage.user.field_last_name.yml @@ -10,8 +10,8 @@ entity_type: user type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.user.field_user_display_name.yml b/config/field.storage.user.field_user_display_name.yml index 474a88fb1..6160e9ac0 100644 --- a/config/field.storage.user.field_user_display_name.yml +++ b/config/field.storage.user.field_user_display_name.yml @@ -10,8 +10,8 @@ entity_type: user type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/field.storage.user.field_user_picture.yml b/config/field.storage.user.field_user_picture.yml index b792b65cd..5a0566b0d 100644 --- a/config/field.storage.user.field_user_picture.yml +++ b/config/field.storage.user.field_user_picture.yml @@ -11,12 +11,12 @@ field_name: field_user_picture entity_type: user type: image settings: - default_image: - uuid: '' - uri_scheme: public target_type: file display_field: false display_default: false + uri_scheme: public + default_image: + uuid: '' module: image locked: false cardinality: 1 diff --git a/config/field.storage.user.user_picture.yml b/config/field.storage.user.user_picture.yml index b596cfc8f..092cf30d8 100644 --- a/config/field.storage.user.user_picture.yml +++ b/config/field.storage.user.user_picture.yml @@ -13,6 +13,9 @@ field_name: user_picture entity_type: user type: image settings: + target_type: file + display_field: false + display_default: false uri_scheme: public default_image: uuid: null @@ -20,9 +23,6 @@ settings: title: '' width: null height: null - target_type: file - display_field: false - display_default: false module: image locked: false cardinality: 1 diff --git a/config/field_ui.settings.yml b/config/field_ui.settings.yml index 274396991..365450f25 100644 --- a/config/field_ui.settings.yml +++ b/config/field_ui.settings.yml @@ -1,3 +1,3 @@ -field_prefix: field_ _core: default_config_hash: Q1nMi90W6YQxKzZAgJQw7Ag9U4JrsEUwkomF0lhvbIM +field_prefix: field_ diff --git a/config/file.settings.yml b/config/file.settings.yml index 33151657d..1ca5bd99c 100644 --- a/config/file.settings.yml +++ b/config/file.settings.yml @@ -1,8 +1,8 @@ +_core: + default_config_hash: 0aMkoXYnax5_tHI9C9zHs-K48KJ6K75PHtD9x-0nbgM description: type: textfield length: 128 icon: directory: core/modules/file/icons make_unused_managed_files_temporary: false -_core: - default_config_hash: 0aMkoXYnax5_tHI9C9zHs-K48KJ6K75PHtD9x-0nbgM diff --git a/config/filter.format.basic_html.yml b/config/filter.format.basic_html.yml index 9e7e4c813..38bd7ecdb 100644 --- a/config/filter.format.basic_html.yml +++ b/config/filter.format.basic_html.yml @@ -79,8 +79,8 @@ filters: weight: -39 settings: default_view_mode: default - allowed_media_types: { } allowed_view_modes: { } + allowed_media_types: { } filter_spamspan: id: filter_spamspan provider: spamspan diff --git a/config/filter.format.full_html.yml b/config/filter.format.full_html.yml index ce501dee3..851d52ca8 100644 --- a/config/filter.format.full_html.yml +++ b/config/filter.format.full_html.yml @@ -34,8 +34,8 @@ filters: weight: 100 settings: default_view_mode: default - allowed_media_types: { } allowed_view_modes: { } + allowed_media_types: { } token_filter: id: token_filter provider: token_filter diff --git a/config/filter.format.iasc_wysiwyg.yml b/config/filter.format.iasc_wysiwyg.yml index 471cfc7d0..e70e5bce6 100644 --- a/config/filter.format.iasc_wysiwyg.yml +++ b/config/filter.format.iasc_wysiwyg.yml @@ -33,8 +33,8 @@ filters: weight: 100 settings: default_view_mode: default - allowed_media_types: { } allowed_view_modes: { } + allowed_media_types: { } token_filter: id: token_filter provider: token_filter diff --git a/config/filter.settings.yml b/config/filter.settings.yml index dfcfed362..9ce293937 100644 --- a/config/filter.settings.yml +++ b/config/filter.settings.yml @@ -1,4 +1,4 @@ -fallback_format: plain_text -always_show_fallback_choice: false _core: default_config_hash: FiPjM3WdB__ruFA7B6TLwni_UcZbmek5G4b2dxQItxA +fallback_format: plain_text +always_show_fallback_choice: false diff --git a/config/geocoder.settings.yml b/config/geocoder.settings.yml index b11108b15..7a21c1264 100644 --- a/config/geocoder.settings.yml +++ b/config/geocoder.settings.yml @@ -1,4 +1,4 @@ -geocoder_presave_disabled: false -cache: true _core: default_config_hash: Q3XGbAMJGjcXv448RHIkNVdJvsPs44db4LjOVp3z-LI +geocoder_presave_disabled: false +cache: true diff --git a/config/google_tag.settings.yml b/config/google_tag.settings.yml index 44f0f4922..3e909e69f 100644 --- a/config/google_tag.settings.yml +++ b/config/google_tag.settings.yml @@ -1,3 +1,5 @@ +_core: + default_config_hash: dIZsh-f5gE1BcuZjI3nIz5gsss2nfMynKKcVFw77a1s uri: 'public:/' compact_snippet: true include_file: true @@ -6,6 +8,19 @@ flush_snippets: false debug_output: false _default_container: container_id: '' + data_layer: dataLayer + include_classes: false + whitelist_classes: |- + google + nonGooglePixels + nonGoogleScripts + nonGoogleIframes + blacklist_classes: |- + customScripts + customPixels + include_environment: false + environment_id: '' + environment_token: '' path_toggle: 'exclude listed' path_list: |- /admin* @@ -20,19 +35,4 @@ _default_container: status_toggle: 'exclude listed' status_list: |- 403 - 404 - data_layer: dataLayer - include_classes: false - whitelist_classes: |- - google - nonGooglePixels - nonGoogleScripts - nonGoogleIframes - blacklist_classes: |- - customScripts - customPixels - include_environment: false - environment_id: '' - environment_token: '' -_core: - default_config_hash: dIZsh-f5gE1BcuZjI3nIz5gsss2nfMynKKcVFw77a1s + 404 \ No newline at end of file diff --git a/config/group.settings.yml b/config/group.settings.yml index b21cd7fe6..5ad36bc82 100644 --- a/config/group.settings.yml +++ b/config/group.settings.yml @@ -1,4 +1,4 @@ -use_admin_theme: true _core: default_config_hash: W0cgFPhPJ3gAdqm06-az48BLf5MVcoZVS0HdByoofi0 +use_admin_theme: true redirect_to: group diff --git a/config/group.type.iasc_group.yml b/config/group.type.iasc_group.yml index 4683a5679..81382eac1 100644 --- a/config/group.type.iasc_group.yml +++ b/config/group.type.iasc_group.yml @@ -5,8 +5,8 @@ dependencies: { } id: iasc_group label: Group description: '' +new_revision: false creator_membership: true creator_wizard: true creator_roles: - iasc_group-admin -new_revision: false diff --git a/config/group.type.iasc_space.yml b/config/group.type.iasc_space.yml index 2a9227fa3..77cb76e74 100644 --- a/config/group.type.iasc_space.yml +++ b/config/group.type.iasc_space.yml @@ -5,8 +5,8 @@ dependencies: { } id: iasc_space label: Space description: '' +new_revision: false creator_membership: true creator_wizard: false creator_roles: - iasc_space-admin -new_revision: false diff --git a/config/image.settings.yml b/config/image.settings.yml index 52ee4a8f4..b75749097 100644 --- a/config/image.settings.yml +++ b/config/image.settings.yml @@ -1,5 +1,5 @@ +_core: + default_config_hash: k-yDFHbqNfpe-Srg4sdCSqaosCl2D8uwyEY5esF8gEw preview_image: core/modules/image/sample.png allow_insecure_derivatives: false suppress_itok_output: false -_core: - default_config_hash: k-yDFHbqNfpe-Srg4sdCSqaosCl2D8uwyEY5esF8gEw diff --git a/config/image.style.square_thumbnail.yml b/config/image.style.square_thumbnail.yml index a2d80d9a0..ec6a26ff2 100644 --- a/config/image.style.square_thumbnail.yml +++ b/config/image.style.square_thumbnail.yml @@ -12,5 +12,5 @@ effects: data: width: 100 height: 100 - weight: 0 anchor: center-center + weight: 0 diff --git a/config/language.mappings.yml b/config/language.mappings.yml index 96ee03bd7..bdfaae28d 100644 --- a/config/language.mappings.yml +++ b/config/language.mappings.yml @@ -1,3 +1,5 @@ +_core: + default_config_hash: EMWe7Yu4Q5eD-NUfNuQAWGBvYUNZPIinztEtONSmsDc map: 'no': nb pt: pt-pt @@ -9,5 +11,3 @@ map: zh-cn: zh-hans zh-sg: zh-hans zh-chs: zh-hans -_core: - default_config_hash: EMWe7Yu4Q5eD-NUfNuQAWGBvYUNZPIinztEtONSmsDc diff --git a/config/language.negotiation.yml b/config/language.negotiation.yml index afcf540df..eb24579fa 100644 --- a/config/language.negotiation.yml +++ b/config/language.negotiation.yml @@ -1,3 +1,5 @@ +_core: + default_config_hash: uEePITI9tV6WqzmsTb7MfPCi5yPWXSxAN1xeLcYFQbM session: parameter: language url: @@ -8,5 +10,3 @@ url: domains: en: '' selected_langcode: site_default -_core: - default_config_hash: uEePITI9tV6WqzmsTb7MfPCi5yPWXSxAN1xeLcYFQbM diff --git a/config/language.types.yml b/config/language.types.yml index 96952d9c1..1808f38c2 100644 --- a/config/language.types.yml +++ b/config/language.types.yml @@ -1,3 +1,5 @@ +_core: + default_config_hash: dqouFqVseNJNvEjsoYKxbinFOITuCxYhi4y2OTNQP_8 all: - language_interface - language_content @@ -15,5 +17,3 @@ negotiation: language_interface: enabled: language-url: 0 -_core: - default_config_hash: dqouFqVseNJNvEjsoYKxbinFOITuCxYhi4y2OTNQP_8 diff --git a/config/linkit.linkit_profile.content.yml b/config/linkit.linkit_profile.content.yml index 447cae0b5..50544450d 100644 --- a/config/linkit.linkit_profile.content.yml +++ b/config/linkit.linkit_profile.content.yml @@ -4,16 +4,14 @@ status: true dependencies: module: - node -id: content label: Content +id: content description: '' matchers: 5e852c7f-03dd-4a7d-a85f-733c6b7e745a: - uuid: 5e852c7f-03dd-4a7d-a85f-733c6b7e745a id: 'entity:node' - weight: 0 + uuid: 5e852c7f-03dd-4a7d-a85f-733c6b7e745a settings: - include_unpublished: false metadata: '' bundles: announcement: announcement @@ -25,28 +23,30 @@ matchers: group_by_bundle: false substitution_type: canonical limit: 20 + include_unpublished: false + weight: 0 1941feed-c3cd-487c-9866-580195e55f3d: - uuid: 1941feed-c3cd-487c-9866-580195e55f3d id: front_page - weight: 0 + uuid: 1941feed-c3cd-487c-9866-580195e55f3d settings: { } + weight: 0 da52eea3-2b6d-4bb2-8a12-68484cf9337c: - uuid: da52eea3-2b6d-4bb2-8a12-68484cf9337c id: 'entity:group' - weight: 0 + uuid: da52eea3-2b6d-4bb2-8a12-68484cf9337c settings: metadata: '' bundles: { } group_by_bundle: false substitution_type: canonical limit: 20 + weight: 0 86c33064-df3a-44d7-b931-3479ea10b411: - uuid: 86c33064-df3a-44d7-b931-3479ea10b411 id: 'entity:group_content' - weight: 0 + uuid: 86c33064-df3a-44d7-b931-3479ea10b411 settings: metadata: '' bundles: { } group_by_bundle: false substitution_type: canonical limit: 20 + weight: 0 diff --git a/config/maintenance200.settings.yml b/config/maintenance200.settings.yml index 686d5c566..ec37d01fb 100644 --- a/config/maintenance200.settings.yml +++ b/config/maintenance200.settings.yml @@ -1,4 +1,4 @@ -maintenance200_enabled: 1 -maintenance200_status_code: 203 _core: default_config_hash: rr5HdOPJpHAL-TZJoY9Bm6h0O4Tbls1Jc6twt0A-wBc +maintenance200_enabled: 1 +maintenance200_status_code: 203 diff --git a/config/media.settings.yml b/config/media.settings.yml index 27467c0b3..fd32318b2 100644 --- a/config/media.settings.yml +++ b/config/media.settings.yml @@ -1,6 +1,6 @@ +_core: + default_config_hash: PlWtVQXY5oKYZqCMPXh6SPamXagn5BoZqgAI8EY9WsY icon_base_uri: 'public://media-icons/generic' iframe_domain: '' oembed_providers_url: 'https://oembed.com/providers.json' standalone_url: false -_core: - default_config_hash: PlWtVQXY5oKYZqCMPXh6SPamXagn5BoZqgAI8EY9WsY diff --git a/config/media.type.remote_video.yml b/config/media.type.remote_video.yml index 66ea3e67f..09e1059b0 100644 --- a/config/media.type.remote_video.yml +++ b/config/media.type.remote_video.yml @@ -11,10 +11,10 @@ source: 'oembed:video' queue_thumbnail_downloads: false new_revision: false source_configuration: + source_field: field_media_oembed_video thumbnails_directory: 'public://oembed_thumbnails' providers: - YouTube - Vimeo - source_field: field_media_oembed_video field_map: title: name diff --git a/config/menu_ui.settings.yml b/config/menu_ui.settings.yml index c9fe099e7..0b987fa3b 100644 --- a/config/menu_ui.settings.yml +++ b/config/menu_ui.settings.yml @@ -1,3 +1,3 @@ -override_parent_selector: false _core: default_config_hash: SqMarzIjxC3F8dZo9FEOxfqDKD_sdW1tbcFTV1BA2zU +override_parent_selector: false diff --git a/config/node.settings.yml b/config/node.settings.yml index 9f814071d..911c9f08b 100644 --- a/config/node.settings.yml +++ b/config/node.settings.yml @@ -1,3 +1,3 @@ -use_admin_theme: true _core: default_config_hash: W0cgFPhPJ3gAdqm06-az48BLf5MVcoZVS0HdByoofi0 +use_admin_theme: true diff --git a/config/node.type.oa_event.yml b/config/node.type.oa_event.yml index d31d88c9d..06e77f1b7 100644 --- a/config/node.type.oa_event.yml +++ b/config/node.type.oa_event.yml @@ -6,8 +6,8 @@ dependencies: - menu_ui third_party_settings: menu_ui: - parent: '' available_menus: { } + parent: '' name: Event type: oa_event description: 'An Open Atrium Event' diff --git a/config/node.type.oa_wiki_page.yml b/config/node.type.oa_wiki_page.yml index ccec6c2bc..7d44ea1b4 100644 --- a/config/node.type.oa_wiki_page.yml +++ b/config/node.type.oa_wiki_page.yml @@ -6,9 +6,9 @@ dependencies: - menu_ui third_party_settings: menu_ui: - parent: 'main:' available_menus: - main + parent: 'main:' name: 'Document Page' type: oa_wiki_page description: 'An Open Atrium Document/Wiki page' diff --git a/config/paragraphs.settings.yml b/config/paragraphs.settings.yml index cafb40940..c43733b43 100644 --- a/config/paragraphs.settings.yml +++ b/config/paragraphs.settings.yml @@ -1,3 +1,3 @@ -show_unpublished: true _core: default_config_hash: 7eR0sk71Eol86r_A7BMqn5_46wzenh5J1O5vZRCGKv8 +show_unpublished: true diff --git a/config/pathauto.pattern.content_contacts.yml b/config/pathauto.pattern.content_contacts.yml index 1715ea3ab..2e5b34b36 100644 --- a/config/pathauto.pattern.content_contacts.yml +++ b/config/pathauto.pattern.content_contacts.yml @@ -11,12 +11,12 @@ pattern: 'contacts/[node:title]' selection_criteria: 0207d4de-1cef-494b-9629-5a14785d8548: id: node_type - bundles: - contact: contact negate: false + uuid: 0207d4de-1cef-494b-9629-5a14785d8548 context_mapping: node: node - uuid: 0207d4de-1cef-494b-9629-5a14785d8548 + bundles: + contact: contact selection_logic: and weight: -9 relationships: { } diff --git a/config/pathauto.pattern.group_url_alias.yml b/config/pathauto.pattern.group_url_alias.yml index d25b1e79d..86fde6054 100644 --- a/config/pathauto.pattern.group_url_alias.yml +++ b/config/pathauto.pattern.group_url_alias.yml @@ -12,12 +12,12 @@ pattern: 'group/[group:title]' selection_criteria: 430b23ba-cc0a-414b-b1b5-5ced738fa25e: id: 'entity_bundle:group' - bundles: - iasc_group: iasc_group negate: false + uuid: 430b23ba-cc0a-414b-b1b5-5ced738fa25e context_mapping: group: group - uuid: 430b23ba-cc0a-414b-b1b5-5ced738fa25e + bundles: + iasc_group: iasc_group selection_logic: and weight: -6 relationships: { } diff --git a/config/pathauto.pattern.node_oa_group.yml b/config/pathauto.pattern.node_oa_group.yml index 60ae9a6c0..740b9cd13 100644 --- a/config/pathauto.pattern.node_oa_group.yml +++ b/config/pathauto.pattern.node_oa_group.yml @@ -11,11 +11,11 @@ pattern: 'group/[node:title]' selection_criteria: - id: node_type - bundles: - oa_group: oa_group negate: false context_mapping: node: node + bundles: + oa_group: oa_group selection_logic: and weight: 3 relationships: { } diff --git a/config/pathauto.pattern.node_oa_space.yml b/config/pathauto.pattern.node_oa_space.yml index 03b5a846c..0c6cd2654 100644 --- a/config/pathauto.pattern.node_oa_space.yml +++ b/config/pathauto.pattern.node_oa_space.yml @@ -11,11 +11,11 @@ pattern: '[node:title]' selection_criteria: - id: node_type - bundles: - oa_space: oa_space negate: false context_mapping: node: node + bundles: + oa_space: oa_space selection_logic: and weight: 2 relationships: { } diff --git a/config/pathauto.pattern.node_panopoly_landing_page.yml b/config/pathauto.pattern.node_panopoly_landing_page.yml index 55da3314a..3a7dea6b4 100644 --- a/config/pathauto.pattern.node_panopoly_landing_page.yml +++ b/config/pathauto.pattern.node_panopoly_landing_page.yml @@ -11,12 +11,12 @@ pattern: '[node:menu-link:parents:join-path]/[node:title]' selection_criteria: 7c1cc36b-0bbd-498a-8e2e-d71c6d01bae5: id: node_type - bundles: - panopoly_landing_page: panopoly_landing_page negate: false + uuid: 7c1cc36b-0bbd-498a-8e2e-d71c6d01bae5 context_mapping: node: node - uuid: 7c1cc36b-0bbd-498a-8e2e-d71c6d01bae5 + bundles: + panopoly_landing_page: panopoly_landing_page selection_logic: and weight: -5 relationships: { } diff --git a/config/pathauto.pattern.service_nodes.yml b/config/pathauto.pattern.service_nodes.yml index 3ba0e1350..4369b2bbe 100644 --- a/config/pathauto.pattern.service_nodes.yml +++ b/config/pathauto.pattern.service_nodes.yml @@ -11,12 +11,12 @@ pattern: '/rg2/service-directory/service/[node:title]' selection_criteria: 48a81cbd-1cda-49c1-9918-edb8f0271fe8: id: node_type - bundles: - service: service negate: false + uuid: 48a81cbd-1cda-49c1-9918-edb8f0271fe8 context_mapping: node: node - uuid: 48a81cbd-1cda-49c1-9918-edb8f0271fe8 + bundles: + service: service selection_logic: and weight: -10 relationships: { } diff --git a/config/pathauto.pattern.space_url_alias.yml b/config/pathauto.pattern.space_url_alias.yml index e80cc03cf..c78142d32 100644 --- a/config/pathauto.pattern.space_url_alias.yml +++ b/config/pathauto.pattern.space_url_alias.yml @@ -12,12 +12,12 @@ pattern: '[group:title]' selection_criteria: 17f66e41-bf49-4c24-b494-31e47479bc70: id: 'entity_bundle:group' - bundles: - iasc_space: iasc_space negate: false + uuid: 17f66e41-bf49-4c24-b494-31e47479bc70 context_mapping: group: group - uuid: 17f66e41-bf49-4c24-b494-31e47479bc70 + bundles: + iasc_space: iasc_space selection_logic: and weight: -7 relationships: { } diff --git a/config/pathauto.pattern.taxonomy_term_panopoly_categories.yml b/config/pathauto.pattern.taxonomy_term_panopoly_categories.yml index ab88995bc..2a152a71f 100644 --- a/config/pathauto.pattern.taxonomy_term_panopoly_categories.yml +++ b/config/pathauto.pattern.taxonomy_term_panopoly_categories.yml @@ -12,11 +12,11 @@ pattern: 'categories/[term:name]' selection_criteria: - id: 'entity_bundle:taxonomy_term' - bundles: - panopoly_categories: panopoly_categories negate: false context_mapping: taxonomy_term: taxonomy_term + bundles: + panopoly_categories: panopoly_categories selection_logic: and weight: -2 relationships: { } diff --git a/config/pathauto.pattern.taxonomy_term_product_categories.yml b/config/pathauto.pattern.taxonomy_term_product_categories.yml index 596d63bb1..d1b7beede 100644 --- a/config/pathauto.pattern.taxonomy_term_product_categories.yml +++ b/config/pathauto.pattern.taxonomy_term_product_categories.yml @@ -12,11 +12,11 @@ pattern: 'product-categories/[term:name]' selection_criteria: - id: 'entity_bundle:taxonomy_term' - bundles: - product_categories: product_categories negate: false context_mapping: taxonomy_term: taxonomy_term + bundles: + product_categories: product_categories selection_logic: and weight: -1 relationships: { } diff --git a/config/pathauto.settings.yml b/config/pathauto.settings.yml index 52fb75a16..4933c4191 100644 --- a/config/pathauto.settings.yml +++ b/config/pathauto.settings.yml @@ -1,3 +1,5 @@ +_core: + default_config_hash: SwvLp8snyPEExF41CaJJYdPUVomofLqtXvwciHc4cPg enabled_entity_types: - user punctuation: @@ -49,5 +51,3 @@ safe_tokens: - login-url - url - url-brief -_core: - default_config_hash: SwvLp8snyPEExF41CaJJYdPUVomofLqtXvwciHc4cPg diff --git a/config/realname.settings.yml b/config/realname.settings.yml index fe781e641..758d38ee4 100644 --- a/config/realname.settings.yml +++ b/config/realname.settings.yml @@ -1,3 +1,3 @@ -pattern: '[user:field-user-display-name]' _core: default_config_hash: g5omwWKI2ZAuCm_ECiSW2OfMsp3P5XtDy2vxPQcck0w +pattern: '[user:field-user-display-name]' diff --git a/config/redirect.settings.yml b/config/redirect.settings.yml index 79c09c832..e3e647ab6 100644 --- a/config/redirect.settings.yml +++ b/config/redirect.settings.yml @@ -1,3 +1,5 @@ +_core: + default_config_hash: FEwQLW1wXW7fiJdG1B2bxW1c_-k6w-r-3V3bSsW6PqM auto_redirect: true default_status_code: 301 passthrough_querystring: true @@ -5,5 +7,3 @@ warning: false ignore_admin_path: false access_check: false route_normalizer_enabled: true -_core: - default_config_hash: FEwQLW1wXW7fiJdG1B2bxW1c_-k6w-r-3V3bSsW6PqM diff --git a/config/search_api.index.services.yml b/config/search_api.index.services.yml index 791914fb5..42d0a4250 100644 --- a/config/search_api.index.services.yml +++ b/config/search_api.index.services.yml @@ -2,10 +2,6 @@ uuid: b2cb7bbe-d287-4e68-b248-1f22b3402d39 langcode: en status: true dependencies: - module: - - search_api_solr - - node - - search_api config: - field.storage.node.field_agency_initiative_or_group - field.storage.node.field_complaints_and_feedback @@ -20,24 +16,25 @@ dependencies: - field.storage.node.field_kind_of_data - search_api.server.default_solr_server - core.entity_view_mode.node.full + module: + - search_api_solr + - node + - search_api third_party_settings: search_api_solr: finalize: false commit_before_finalize: false commit_after_finalize: false - multilingual: - limit_to_content_language: false - include_language_independent: true highlighter: maxAnalyzedChars: 51200 fragmenter: gap + usePhraseHighlighter: true + highlightMultiTerm: true + preserveMulti: false regex: slop: 0.5 pattern: blank maxAnalyzedChars: 10000 - usePhraseHighlighter: true - highlightMultiTerm: true - preserveMulti: false highlight: mergeContiguous: false requireFieldMatch: false @@ -58,6 +55,9 @@ third_party_settings: index_prefix: '' collection: '' timezone: '' + multilingual: + limit_to_content_language: false + include_language_independent: true id: services name: Services description: '' @@ -188,6 +188,6 @@ tracker_settings: default: indexing_order: fifo options: - index_directly: true cron_limit: 50 + index_directly: true server: default_solr_server diff --git a/config/search_api.server.default_solr_server.yml b/config/search_api.server.default_solr_server.yml index f4fc5edd9..7728a27fd 100644 --- a/config/search_api.server.default_solr_server.yml +++ b/config/search_api.server.default_solr_server.yml @@ -33,6 +33,12 @@ name: 'Solr Server' description: '' backend: search_api_solr backend_config: + retrieve_data: false + highlight_data: false + site_hash: true + server_prefix: '' + domain: generic + environment: default connector: standard connector_config: scheme: http @@ -44,12 +50,14 @@ backend_config: index_timeout: 10 optimize_timeout: 15 finalize_timeout: 30 - commit_within: 1000 + skip_schema_check: false solr_version: '' http_method: AUTO - skip_schema_check: false + commit_within: 1000 jmx: false solr_install_dir: ../../.. + optimize: false + fallback_multiple: false disabled_field_types: { } disabled_caches: { } disabled_request_handlers: @@ -60,11 +68,3 @@ backend_config: - request_dispatcher_httpcaching_default_7_0_0 rows: 10 index_single_documents_fallback_count: 10 - retrieve_data: false - highlight_data: false - fallback_multiple: false - server_prefix: '' - domain: generic - environment: default - optimize: false - site_hash: true diff --git a/config/search_api.settings.yml b/config/search_api.settings.yml index 6a3ea2efb..6d90c8d88 100644 --- a/config/search_api.settings.yml +++ b/config/search_api.settings.yml @@ -1,6 +1,6 @@ +_core: + default_config_hash: n7m4vlCPoB3_1C7l13LKYsifmLur4QR71mOD7S_5hSE default_cron_limit: 50 cron_worker_runtime: 15 default_tracker: default tracking_page_size: 100 -_core: - default_config_hash: n7m4vlCPoB3_1C7l13LKYsifmLur4QR71mOD7S_5hSE diff --git a/config/search_api_attachments.admin_config.yml b/config/search_api_attachments.admin_config.yml index 03aa5f865..59df723e9 100644 --- a/config/search_api_attachments.admin_config.yml +++ b/config/search_api_attachments.admin_config.yml @@ -1,9 +1,6 @@ +_core: + default_config_hash: 9o2nyVLLLeuFsboLJzHBTA0DoHb4TmUj6rGPG_cLXHY extraction_method: solr_extractor -preserve_cache: true -solr_extractor_configuration: - solr_server: default_solr_server -pdftotext_extractor_configuration: - pdftotext_path: pdftotext tika_extractor_configuration: java_path: java tika_path: '' @@ -12,10 +9,13 @@ tika_server_extractor_configuration: host: tika port: '9998' timeout: 5 +docconv_extractor_configuration: + docconv_path: /usr/bin/docd +solr_extractor_configuration: + solr_server: default_solr_server python_pdf2txt_extractor_configuration: python_path: python python_pdf2txt_script: /usr/bin/pdf2txt.py -docconv_extractor_configuration: - docconv_path: /usr/bin/docd -_core: - default_config_hash: 9o2nyVLLLeuFsboLJzHBTA0DoHb4TmUj6rGPG_cLXHY +pdftotext_extractor_configuration: + pdftotext_path: pdftotext +preserve_cache: true diff --git a/config/search_api_db.settings.yml b/config/search_api_db.settings.yml index 6620cefa4..32ffc9406 100644 --- a/config/search_api_db.settings.yml +++ b/config/search_api_db.settings.yml @@ -1,3 +1,3 @@ -autocomplete_max_occurrences: 0.9 _core: default_config_hash: fEmluJPpUL5dVqkWi0Fw89OlZYLhjQqyZIl6HWCDE1s +autocomplete_max_occurrences: 0.9 diff --git a/config/search_api_solr.solr_field_type.text_en_6_0_0.yml b/config/search_api_solr.solr_field_type.text_en_6_0_0.yml index bbd95fd20..d4637035a 100644 --- a/config/search_api_solr.solr_field_type.text_en_6_0_0.yml +++ b/config/search_api_solr.solr_field_type.text_en_6_0_0.yml @@ -46,8 +46,8 @@ field_type: class: solr.LowerCaseFilterFactory - class: solr.SnowballPorterFilterFactory - language: English protected: protwords_en.txt + language: English - class: solr.RemoveDuplicatesTokenFilterFactory - @@ -61,9 +61,9 @@ field_type: filters: - class: solr.SynonymFilterFactory + ignoreCase: true synonyms: synonyms_en.txt expand: true - ignoreCase: true - class: solr.StopFilterFactory ignoreCase: true @@ -86,8 +86,8 @@ field_type: class: solr.LowerCaseFilterFactory - class: solr.SnowballPorterFilterFactory - language: English protected: protwords_en.txt + language: English - class: solr.RemoveDuplicatesTokenFilterFactory unstemmed_field_type: @@ -137,9 +137,9 @@ unstemmed_field_type: filters: - class: solr.SynonymFilterFactory + ignoreCase: true synonyms: synonyms_en.txt expand: true - ignoreCase: true - class: solr.StopFilterFactory ignoreCase: true @@ -282,8 +282,6 @@ text_files: was will with - synonyms: | - drupal, durpal protwords: '' accents: | # À => A @@ -450,3 +448,5 @@ text_files: "\uFB05" => "st" # st => st "\uFB06" => "st" + synonyms: | + drupal, durpal diff --git a/config/search_api_solr.solr_field_type.text_en_7_0_0.yml b/config/search_api_solr.solr_field_type.text_en_7_0_0.yml index fb7c213c2..2a21846f7 100644 --- a/config/search_api_solr.solr_field_type.text_en_7_0_0.yml +++ b/config/search_api_solr.solr_field_type.text_en_7_0_0.yml @@ -46,8 +46,8 @@ field_type: class: solr.LowerCaseFilterFactory - class: solr.SnowballPorterFilterFactory - language: English protected: protwords_en.txt + language: English - class: solr.RemoveDuplicatesTokenFilterFactory - @@ -61,9 +61,9 @@ field_type: filters: - class: solr.SynonymGraphFilterFactory + ignoreCase: true synonyms: synonyms_en.txt expand: true - ignoreCase: true - class: solr.StopFilterFactory ignoreCase: true @@ -86,8 +86,8 @@ field_type: class: solr.LowerCaseFilterFactory - class: solr.SnowballPorterFilterFactory - language: English protected: protwords_en.txt + language: English - class: solr.RemoveDuplicatesTokenFilterFactory unstemmed_field_type: @@ -137,9 +137,9 @@ unstemmed_field_type: filters: - class: solr.SynonymGraphFilterFactory + ignoreCase: true synonyms: synonyms_en.txt expand: true - ignoreCase: true - class: solr.StopFilterFactory ignoreCase: true @@ -282,8 +282,6 @@ text_files: was will with - synonyms: | - drupal, durpal protwords: '' accents: | # À => A @@ -450,3 +448,5 @@ text_files: "\uFB05" => "st" # st => st "\uFB06" => "st" + synonyms: | + drupal, durpal diff --git a/config/search_api_solr.solr_field_type.text_und_6_0_0.yml b/config/search_api_solr.solr_field_type.text_und_6_0_0.yml index fe6724172..694ad4676 100644 --- a/config/search_api_solr.solr_field_type.text_und_6_0_0.yml +++ b/config/search_api_solr.solr_field_type.text_und_6_0_0.yml @@ -57,9 +57,9 @@ field_type: filters: - class: solr.SynonymFilterFactory + ignoreCase: true synonyms: synonyms_und.txt expand: true - ignoreCase: true - class: solr.StopFilterFactory ignoreCase: true @@ -187,8 +187,6 @@ solr_configs: VALUE: 'false' text_files: stopwords: '' - synonyms: | - drupal, durpal protwords: '' accents: | # À => A @@ -339,3 +337,5 @@ text_files: "\uFB05" => "st" # st => st "\uFB06" => "st" + synonyms: | + drupal, durpal diff --git a/config/search_api_solr.solr_field_type.text_und_7_0_0.yml b/config/search_api_solr.solr_field_type.text_und_7_0_0.yml index d826f59a2..6cb5f01f6 100644 --- a/config/search_api_solr.solr_field_type.text_und_7_0_0.yml +++ b/config/search_api_solr.solr_field_type.text_und_7_0_0.yml @@ -57,9 +57,9 @@ field_type: filters: - class: solr.SynonymGraphFilterFactory + ignoreCase: true synonyms: synonyms_und.txt expand: true - ignoreCase: true - class: solr.StopFilterFactory ignoreCase: true @@ -187,8 +187,6 @@ solr_configs: VALUE: 'false' text_files: stopwords: '' - synonyms: | - drupal, durpal protwords: '' accents: | # À => A @@ -339,3 +337,5 @@ text_files: "\uFB05" => "st" # st => st "\uFB06" => "st" + synonyms: | + drupal, durpal diff --git a/config/seckit.settings.yml b/config/seckit.settings.yml index ea7e3f0cc..bf2c6a32c 100644 --- a/config/seckit.settings.yml +++ b/config/seckit.settings.yml @@ -1,3 +1,5 @@ +_core: + default_config_hash: x6bhN6WZwfVUI_LLMvRJIUW_2c26VTaBozbfXmJWmro seckit_xss: csp: checkbox: true @@ -8,6 +10,7 @@ seckit_xss: default-src: '' script-src: '''self'' ''unsafe-inline'' fonts.googleapis.com www.gstatic.com platform.twitter.com *.twimg.com www.google.com www.googletagmanager.com www.google-analytics.com cdn.jsdelivr.net' object-src: '' + style-src: '' img-src: '''self'' data: *.twimg.com *.twitter.com *.google-analytics.com www.googletagmanager.com *.ytimg.com *.google.com mcusercontent.com *.mailchimp.com *.gstatic.com' media-src: '' frame-src: '' @@ -18,7 +21,6 @@ seckit_xss: report-uri: /report-csp-violation upgrade-req: false policy-uri: '' - style-src: '' x_xss: seckit_x_xss_option_disable: Disabled seckit_x_xss_option_0: '0' @@ -27,7 +29,7 @@ seckit_xss: select: 0 seckit_csrf: origin: false - origin_whitelist: 'fonts.gstatic.com' + origin_whitelist: fonts.gstatic.com seckit_clickjacking: js_css_noscript: false noscript_message: 'Sorry, you need to enable JavaScript to visit this website.' @@ -52,5 +54,3 @@ seckit_various: referrer_policy: false referrer_policy_policy: no-referrer-when-downgrade disable_autocomplete: false -_core: - default_config_hash: x6bhN6WZwfVUI_LLMvRJIUW_2c26VTaBozbfXmJWmro diff --git a/config/social_auth.settings.yml b/config/social_auth.settings.yml index a1570992f..c81022477 100644 --- a/config/social_auth.settings.yml +++ b/config/social_auth.settings.yml @@ -1,8 +1,11 @@ +_core: + default_config_hash: 1tS3jCuYxV3TXQ2cq320XarjdXWprvWK5bru8DCsIUY auth: social_auth_hid: route: social_auth_hid.redirect_to_hid img_path: modules/contrib/social_auth_hid/img/hid_logo.png post_login: /user +user_allowed: register redirect_user_form: false disable_admin_login: false disabled_roles: @@ -14,6 +17,3 @@ disabled_roles: space_super_admin: '0' focal_point: '0' iasc: '0' -_core: - default_config_hash: 1tS3jCuYxV3TXQ2cq320XarjdXWprvWK5bru8DCsIUY -user_allowed: register diff --git a/config/social_auth_hid.settings.yml b/config/social_auth_hid.settings.yml index 053acf971..45442608f 100644 --- a/config/social_auth_hid.settings.yml +++ b/config/social_auth_hid.settings.yml @@ -6,3 +6,5 @@ disable_default: true disable_password_fields: true disable_email_field: true disable_user_field: true +maintenance_access: false +disable_user_create: 1 diff --git a/config/syslog.settings.yml b/config/syslog.settings.yml index a2e35dd3b..a2e30fb71 100644 --- a/config/syslog.settings.yml +++ b/config/syslog.settings.yml @@ -1,5 +1,5 @@ +_core: + default_config_hash: vdXLRPZRg35PBykBRRXr6RTql5EJR_fUi2kxyZ8c5m0 identity: iasc facility: 128 format: '!base_url|!timestamp|!type|!ip|!request_uri|!referer|!uid|!link|!message' -_core: - default_config_hash: vdXLRPZRg35PBykBRRXr6RTql5EJR_fUi2kxyZ8c5m0 diff --git a/config/system.action.pathauto_update_alias_node.yml b/config/system.action.pathauto_update_alias_node.yml index be9aff34a..4b9526fe0 100644 --- a/config/system.action.pathauto_update_alias_node.yml +++ b/config/system.action.pathauto_update_alias_node.yml @@ -2,11 +2,11 @@ uuid: 2f85a270-07cf-44eb-b7ad-79f04b0aced0 langcode: en status: true dependencies: + module: + - pathauto enforced: module: - node - module: - - pathauto _core: default_config_hash: lno8QThS348UX-kaUsagJtCnuPHKLXYnTQiF_9HSDWA id: pathauto_update_alias_node diff --git a/config/system.action.pathauto_update_alias_user.yml b/config/system.action.pathauto_update_alias_user.yml index a7b20429f..d2c7ff51e 100644 --- a/config/system.action.pathauto_update_alias_user.yml +++ b/config/system.action.pathauto_update_alias_user.yml @@ -2,11 +2,11 @@ uuid: 6186eabe-ff3a-411e-b5b0-11ae4bd96ca4 langcode: en status: true dependencies: + module: + - pathauto enforced: module: - user - module: - - pathauto _core: default_config_hash: x_ok_ZsfA4Xk4B_hVW3O4-3PcNoK57nXLz_Dlletidg id: pathauto_update_alias_user diff --git a/config/system.action.redirect_delete_action.yml b/config/system.action.redirect_delete_action.yml index 987e7154c..ac75ac929 100644 --- a/config/system.action.redirect_delete_action.yml +++ b/config/system.action.redirect_delete_action.yml @@ -2,11 +2,11 @@ uuid: e43f9a69-838c-40e1-981b-55f5dcbc4a4b langcode: en status: true dependencies: + module: + - redirect enforced: module: - redirect - module: - - redirect _core: default_config_hash: vcnRZRvBqTbK3nZ2M4_lKPlEGc8GjPzgaqapYUfyX8M id: redirect_delete_action diff --git a/config/system.advisories.yml b/config/system.advisories.yml index 154599917..bfdac8689 100644 --- a/config/system.advisories.yml +++ b/config/system.advisories.yml @@ -1,2 +1,2 @@ -interval_hours: 6 enabled: true +interval_hours: 6 diff --git a/config/system.cron.yml b/config/system.cron.yml index 6801fb591..49e58a00c 100644 --- a/config/system.cron.yml +++ b/config/system.cron.yml @@ -1,6 +1,6 @@ +_core: + default_config_hash: 5Pw921y1EPfFN98wykliBBLArm51pC-SmrXeYCe7d0Y threshold: requirements_warning: 172800 requirements_error: 1209600 logging: 1 -_core: - default_config_hash: 5Pw921y1EPfFN98wykliBBLArm51pC-SmrXeYCe7d0Y diff --git a/config/system.date.yml b/config/system.date.yml index 59acb7a45..0912337ab 100644 --- a/config/system.date.yml +++ b/config/system.date.yml @@ -1,11 +1,11 @@ +_core: + default_config_hash: V9UurX2GPT05NWKG9f2GWQqFG2TRG8vczidwjpy7Woo +first_day: 0 country: default: '' -first_day: 0 timezone: default: UTC user: configurable: true - warn: false default: 0 -_core: - default_config_hash: V9UurX2GPT05NWKG9f2GWQqFG2TRG8vczidwjpy7Woo + warn: false diff --git a/config/system.diff.yml b/config/system.diff.yml index c43dd916d..f2fff7b30 100644 --- a/config/system.diff.yml +++ b/config/system.diff.yml @@ -1,5 +1,5 @@ +_core: + default_config_hash: 1WanmaEhxW_vM8_5Ktsdntj8MaO9UBHXg0lN603PsWM context: lines_leading: 2 lines_trailing: 2 -_core: - default_config_hash: 1WanmaEhxW_vM8_5Ktsdntj8MaO9UBHXg0lN603PsWM diff --git a/config/system.file.yml b/config/system.file.yml index 1d8dc385e..1798f2aab 100644 --- a/config/system.file.yml +++ b/config/system.file.yml @@ -1,6 +1,6 @@ +_core: + default_config_hash: t48gCU9DzYfjb3bAOIqHLzhL0ChBlXh6_5B5Pyo9t8g allow_insecure_uploads: false default_scheme: public path: { } temporary_maximum_age: 21600 -_core: - default_config_hash: t48gCU9DzYfjb3bAOIqHLzhL0ChBlXh6_5B5Pyo9t8g diff --git a/config/system.image.gd.yml b/config/system.image.gd.yml index b676907e4..2d812667b 100644 --- a/config/system.image.gd.yml +++ b/config/system.image.gd.yml @@ -1,3 +1,3 @@ -jpeg_quality: 75 _core: default_config_hash: eNXaHfkJJUThHeF0nvkoXyPLRrKYGxgHRjORvT4F5rQ +jpeg_quality: 75 diff --git a/config/system.image.yml b/config/system.image.yml index 990d3dc79..2e18f7fc5 100644 --- a/config/system.image.yml +++ b/config/system.image.yml @@ -1,3 +1,3 @@ -toolkit: gd _core: default_config_hash: durWHaKeBaq4d9Wpi4RqwADj1OufDepcnJuhVLmKN24 +toolkit: gd diff --git a/config/system.logging.yml b/config/system.logging.yml index ef04ecc04..d6cedcd22 100644 --- a/config/system.logging.yml +++ b/config/system.logging.yml @@ -1,3 +1,3 @@ -error_level: verbose _core: default_config_hash: u3-njszl92FaxjrCMiq0yDcjAfcdx72w1zT1O9dx6aA +error_level: verbose diff --git a/config/system.mail.yml b/config/system.mail.yml index da8293cad..8ee1fac13 100644 --- a/config/system.mail.yml +++ b/config/system.mail.yml @@ -1,5 +1,5 @@ +_core: + default_config_hash: rYgt7uhPafP2ngaN_ZUPFuyI4KdE0zU868zLNSlzKoE interface: default: php_mail webform: webform_php_mail -_core: - default_config_hash: rYgt7uhPafP2ngaN_ZUPFuyI4KdE0zU868zLNSlzKoE diff --git a/config/system.maintenance.yml b/config/system.maintenance.yml index 79501fb1d..7bc5b985f 100644 --- a/config/system.maintenance.yml +++ b/config/system.maintenance.yml @@ -1,4 +1,4 @@ -message: '@site is currently under maintenance. We should be back shortly. Thank you for your patience.' -langcode: en _core: default_config_hash: Z5MXifrF77GEAgx0GQ6iWT8wStjFuY8BD9OruofWTJ8 +langcode: en +message: '@site is currently under maintenance. We should be back shortly. Thank you for your patience.' diff --git a/config/system.performance.yml b/config/system.performance.yml index 65d6e1a30..6b57fb61b 100644 --- a/config/system.performance.yml +++ b/config/system.performance.yml @@ -1,3 +1,5 @@ +_core: + default_config_hash: b2cssrj-lOmATIbdehfCqfCFgVR0qCdxxWhwqa2KBVQ cache: page: max_age: 0 @@ -13,5 +15,3 @@ js: preprocess: false gzip: true stale_file_threshold: 2592000 -_core: - default_config_hash: b2cssrj-lOmATIbdehfCqfCFgVR0qCdxxWhwqa2KBVQ diff --git a/config/system.rss.yml b/config/system.rss.yml index 7cdd6dee4..04a8fe03f 100644 --- a/config/system.rss.yml +++ b/config/system.rss.yml @@ -1,4 +1,4 @@ -items: - view_mode: rss _core: default_config_hash: TlH7NNk46phfxu1mSUfwg1C0YqaGsUCeD4l9JQnQlDU +items: + view_mode: rss diff --git a/config/system.site.yml b/config/system.site.yml index 6035faa2a..1dab1604e 100644 --- a/config/system.site.yml +++ b/config/system.site.yml @@ -1,3 +1,6 @@ +_core: + default_config_hash: yTxtFqBHnEWxQswuWvkjE8mKw2t8oKuCL1q8KnfHuGE +langcode: en uuid: bca94898-6ebe-44c8-adc6-88e694da7b0e name: IASC mail: iasccorrespondence@un.org @@ -8,8 +11,5 @@ page: front: /node/40181 admin_compact_mode: false weight_select_max: 100 -langcode: en default_langcode: en -_core: - default_config_hash: yTxtFqBHnEWxQswuWvkjE8mKw2t8oKuCL1q8KnfHuGE mail_notification: '' diff --git a/config/system.theme.global.yml b/config/system.theme.global.yml index ad3e46c64..46ce63bee 100644 --- a/config/system.theme.global.yml +++ b/config/system.theme.global.yml @@ -1,3 +1,5 @@ +_core: + default_config_hash: 9rAU4Pku7eMBQxauQqAgjzlcicFZ2As6zEa6zvTlCB8 favicon: mimetype: image/vnd.microsoft.icon path: '' @@ -12,5 +14,3 @@ logo: path: '' url: '' use_default: true -_core: - default_config_hash: 9rAU4Pku7eMBQxauQqAgjzlcicFZ2As6zEa6zvTlCB8 diff --git a/config/system.theme.yml b/config/system.theme.yml index 4a4a0ce74..d2f4ea059 100644 --- a/config/system.theme.yml +++ b/config/system.theme.yml @@ -1,4 +1,4 @@ -admin: seven -default: iasc_common_design _core: default_config_hash: fOjer9hADYYnbCJVZMFZIIM1azTFWyg84ZkFDHfAbUg +admin: seven +default: iasc_common_design diff --git a/config/tablefield.settings.yml b/config/tablefield.settings.yml index b3a67788e..a572879a0 100644 --- a/config/tablefield.settings.yml +++ b/config/tablefield.settings.yml @@ -1,5 +1,5 @@ +_core: + default_config_hash: I1FfCuNi_z29QSaEogU7Eyb35rt7Wd1X2GgH8fK_BaQ csv_separator: ',' rows: 5 cols: 5 -_core: - default_config_hash: I1FfCuNi_z29QSaEogU7Eyb35rt7Wd1X2GgH8fK_BaQ diff --git a/config/taxonomy.settings.yml b/config/taxonomy.settings.yml index c98a316b1..0e3837de0 100644 --- a/config/taxonomy.settings.yml +++ b/config/taxonomy.settings.yml @@ -1,5 +1,5 @@ +_core: + default_config_hash: zKpaWT6cJc1tVQQaTqatGELaCqU_oyRym6zTl27Yias maintain_index_table: true override_selector: false terms_per_page_admin: 100 -_core: - default_config_hash: zKpaWT6cJc1tVQQaTqatGELaCqU_oyRym6zTl27Yias diff --git a/config/text.settings.yml b/config/text.settings.yml index ef751a5ce..a295c7ea2 100644 --- a/config/text.settings.yml +++ b/config/text.settings.yml @@ -1,3 +1,3 @@ -default_summary_length: 600 _core: default_config_hash: Bkewb77RBOK3_aXMPsp8p87gbc03NvmC5gBLzPl7hVA +default_summary_length: 600 diff --git a/config/tour.tour.honeypot.yml b/config/tour.tour.honeypot.yml index 74eb789bd..09bd42ed6 100644 --- a/config/tour.tour.honeypot.yml +++ b/config/tour.tour.honeypot.yml @@ -18,45 +18,45 @@ tips: plugin: text label: Honeypot weight: -10 - body: "Congratulations on installing Honeypot on your site! With just a few clicks, you can have your site well-protected against automated spam bots.\r\n\r\nClick Next to be guided through this configuration page." position: top-start + body: "Congratulations on installing Honeypot on your site! With just a few clicks, you can have your site well-protected against automated spam bots.\r\n\r\nClick Next to be guided through this configuration page." protect-all-forms: id: protect-all-forms plugin: text label: 'Protect all forms' weight: -9 - body: "Protecting all the forms is the easiest way to quickly cut down on spam on your site, but doing this disables Drupal's caching for every page where a form is displayed.\r\n\r\nNote: If you have the honeypot time limit enabled, this option may cause issues with Drupal Commerce product forms or similarly-sparse forms that are able to be completed in a very short time." - selector: '#edit-protect-all-forms' position: bottom-start + selector: '#edit-protect-all-forms' + body: "Protecting all the forms is the easiest way to quickly cut down on spam on your site, but doing this disables Drupal's caching for every page where a form is displayed.\r\n\r\nNote: If you have the honeypot time limit enabled, this option may cause issues with Drupal Commerce product forms or similarly-sparse forms that are able to be completed in a very short time." log-blocked-form-submissions: id: log-blocked-form-submissions plugin: text label: 'Log blocked form submissions' weight: -8 - body: 'Check this box to log every form submission using watchdog. If you have Database Logging enabled, you can view these log entries in the Recent log messages page under Reports.' - selector: '#edit-log' position: bottom-start + selector: '#edit-log' + body: 'Check this box to log every form submission using watchdog. If you have Database Logging enabled, you can view these log entries in the Recent log messages page under Reports.' honeypot-element-name: id: honeypot-element-name plugin: text label: 'Honeypot Element Name' weight: -7 - body: 'Spam bots typically fill out any field they believe will help get links back to their site, so tempting them with a field named something like ''url'', ''homepage'', or ''link'' makes it hard for them to resist filling in the field—and easy to catch them in the trap and reject their submissions!' - selector: '#edit-element-name' position: top-start + selector: '#edit-element-name' + body: 'Spam bots typically fill out any field they believe will help get links back to their site, so tempting them with a field named something like ''url'', ''homepage'', or ''link'' makes it hard for them to resist filling in the field—and easy to catch them in the trap and reject their submissions!' honeypot-time-limit: id: honeypot-time-limit plugin: text label: 'Honeypot Time Limit' weight: -6 - body: 'If you enter a positive value, Honeypot will require that all protected forms take at least that many seconds long to fill out. Most forms take at least 5-10 seconds to complete (if you''re a human), so setting this to a value < 5 will help protect against spam bots. Set to 0 to disable.' - selector: '#edit-time-limit' position: top-start + selector: '#edit-time-limit' + body: 'If you enter a positive value, Honeypot will require that all protected forms take at least that many seconds long to fill out. Most forms take at least 5-10 seconds to complete (if you''re a human), so setting this to a value < 5 will help protect against spam bots. Set to 0 to disable.' honeypot-form-specific-settings: id: honeypot-form-specific-settings plugin: text label: 'Honeypot form-specific settings' weight: -5 - body: 'If you would like to choose particular forms to be protected by Honeypot, check the forms you wish to protect in this section. Most common types of forms are available for protection.' - selector: '#edit-form-settings' position: top-start + selector: '#edit-form-settings' + body: 'If you would like to choose particular forms to be protected by Honeypot, check the forms you wish to protect in this section. Most common types of forms are available for protection.' diff --git a/config/tour.tour.language-add.yml b/config/tour.tour.language-add.yml index f01cc9cf9..f8059d93a 100644 --- a/config/tour.tour.language-add.yml +++ b/config/tour.tour.language-add.yml @@ -17,18 +17,18 @@ tips: id: language-add-overview plugin: text label: 'Adding languages' - body: '
This page provides the ability to add common languages to your site.
If the desired language is not available, you can add a custom language.
' weight: 1 + body: 'This page provides the ability to add common languages to your site.
If the desired language is not available, you can add a custom language.
' language-add-choose: id: language-add-choose plugin: text label: 'Select language' - body: 'Choose a language from the list, or choose "Custom language..." at the end of the list.
Click the "Add language" button when you are done choosing your language.
When adding a custom language, you will get an additional form where you can provide the name, code, and direction of the language.
' weight: 2 selector: '#edit-predefined-langcode' + body: 'Choose a language from the list, or choose "Custom language..." at the end of the list.
Click the "Add language" button when you are done choosing your language.
When adding a custom language, you will get an additional form where you can provide the name, code, and direction of the language.
' language-add-continue: id: language-add-continue plugin: text label: 'Continuing on' - body: 'Now that you have an overview of the "Add languages" feature, you can continue by:
Now that you have an overview of the "Add languages" feature, you can continue by:
This page provides the ability to edit a language on your site, including custom languages.
' weight: 1 + body: 'This page provides the ability to edit a language on your site, including custom languages.
' language-edit-langcode: id: language-edit-langcode plugin: text label: 'Language code' - body: 'You cannot change the code of a language on the site, since it is used by the system to keep track of the language.
' weight: 2 selector: '#edit-langcode-view' + body: 'You cannot change the code of a language on the site, since it is used by the system to keep track of the language.
' language-edit-label: id: language-edit-label plugin: text label: 'Language name' - body: 'The language name is used throughout the site for all users and is written in English. Names of built-in languages can be translated using the Interface Translation module, and names of both built-in and custom languages can be translated using the Configuration Translation module.
' weight: 3 selector: '#edit-label' + body: 'The language name is used throughout the site for all users and is written in English. Names of built-in languages can be translated using the Interface Translation module, and names of both built-in and custom languages can be translated using the Configuration Translation module.
' language-edit-direction: id: language-edit-direction plugin: text label: 'Language direction' - body: 'Choose if the language is a "Left to right" or "Right to left" language.
Note that not all themes support "Right to left" layouts, so test your theme if you are using "Right to left".
' weight: 4 selector: '#edit-direction--wrapper--description' + body: 'Choose if the language is a "Left to right" or "Right to left" language.
Note that not all themes support "Right to left" layouts, so test your theme if you are using "Right to left".
' language-edit-continue: id: language-edit-continue plugin: text label: 'Continuing on' - body: 'Now that you have an overview of the "Edit language" feature, you can continue by:
Now that you have an overview of the "Edit language" feature, you can continue by:
The "Languages" page allows you to add, edit, delete, and reorder languages for the site.
' weight: 1 + body: 'The "Languages" page allows you to add, edit, delete, and reorder languages for the site.
' language-add: id: language-add plugin: text label: 'Adding languages' - body: 'To add more languages to your site, click the "Add language" button.
Added languages will be displayed in the language list and can then be edited or deleted.
' weight: 2 selector: .button-action + body: 'To add more languages to your site, click the "Add language" button.
Added languages will be displayed in the language list and can then be edited or deleted.
' language-reorder: id: language-reorder plugin: text label: 'Reordering languages' - body: 'To reorder the languages on your site, use the drag icons next to each language.
The order shown here is the display order for language lists on the site such as in the language switcher blocks provided by the Interface Translation and Content Translation modules.
When you are done with reordering the languages, click the "Save configuration" button for the changes to take effect.
' weight: 3 selector: .draggable + body: 'To reorder the languages on your site, use the drag icons next to each language.
The order shown here is the display order for language lists on the site such as in the language switcher blocks provided by the Interface Translation and Content Translation modules.
When you are done with reordering the languages, click the "Save configuration" button for the changes to take effect.
' language-default: id: language-default plugin: text label: 'Set a language as default' - body: 'You can change the default language of the site by choosing one of your configured languages as default. The site will use the default language in situations where no choice is made but a language should be set, for example as the language of the displayed interface.
' weight: 4 selector: .js-form-item-site-default-language + body: 'You can change the default language of the site by choosing one of your configured languages as default. The site will use the default language in situations where no choice is made but a language should be set, for example as the language of the displayed interface.
' language-operations: id: language-operations plugin: text label: 'Modifying languages' - body: 'Operations are provided for editing and deleting your languages.
You can edit the name and the direction of the language.
Deleted languages can be added back at a later time. Deleting a language will remove all interface translations associated with it, and content in this language will be set to be language neutral. Note that you cannot delete the default language of the site.
' weight: 5 selector: .dropbutton-wrapper + body: 'Operations are provided for editing and deleting your languages.
You can edit the name and the direction of the language.
Deleted languages can be added back at a later time. Deleting a language will remove all interface translations associated with it, and content in this language will be set to be language neutral. Note that you cannot delete the default language of the site.
' language-continue: id: language-continue plugin: text label: 'Continuing on' - body: 'Now that you have an overview of the "Languages" page, you can continue by:
Now that you have an overview of the "Languages" page, you can continue by:
Check if your spelling is correct.
\r\nRemove quotes around phrases to search for each word individually. bike shed will often show more results than \"bike shed\"
\r\nConsider loosening your query with OR. bike OR shed will often show more results than bike shed
Check if your spelling is correct.
\r\nRemove quotes around phrases to search for each word individually. bike shed will often show more results than \"bike shed\"
\r\nConsider loosening your query with OR. bike OR shed will often show more results than bike shed
\r\n\r\nThe IASC secretariat regularly publishes a newsletter reflecting important developments in the IASC.\r\n
" format: full_html - plugin_id: text - sorts: - field_published_date: - id: field_published_date - table: search_api_index_default_solr_index - field: field_published_date - relationship: none - group_type: group - admin_label: '' - order: DESC - exposed: false - expose: - label: '' - plugin_id: search_api + tokenize: false + display_extenders: { } + path: resources/iasc-newsletter cache_metadata: max-age: -1 contexts: @@ -465,37 +468,13 @@ display: tags: - 'config:search_api.index.default_solr_index' page_resources: - display_plugin: page id: page_resources display_title: Resources + display_plugin: page position: 1 display_options: - display_extenders: { } - path: resources cache: type: none - defaults: - cache: false - header: false - sorts: false - filters: false - filter_groups: false - display_description: '' - header: - area: - id: area - table: views - field: area - relationship: none - group_type: group - admin_label: '' - empty: false - tokenize: false - content: - value: "\r\n\r\nCan't find what you're looking for? Try the resources search guide for tips on how to narrow down to the results you want.
" - format: full_html - plugin_id: text - exposed_block: false sorts: field_oa_date: id: field_oa_date @@ -504,11 +483,12 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: search_api order: DESC - exposed: false expose: label: '' - plugin_id: search_api + field_identifier: field_oa_date + exposed: false field_published_date: id: field_published_date table: search_api_index_default_solr_index @@ -516,11 +496,12 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: search_api order: DESC - exposed: false expose: label: '' - plugin_id: search_api + field_identifier: field_published_date + exposed: false changed: id: changed table: search_api_index_default_solr_index @@ -528,11 +509,12 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: search_api order: DESC - exposed: false expose: label: '' - plugin_id: search_api + field_identifier: changed + exposed: false title: id: title table: search_api_index_default_solr_index @@ -540,11 +522,12 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: search_api order: ASC - exposed: false expose: label: '' - plugin_id: search_api + field_identifier: title + exposed: false filters: type: id: type @@ -553,6 +536,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: search_api_options operator: or value: action_point: action_point @@ -570,6 +554,8 @@ display: description: '' use_operator: false operator: '' + operator_limit_selection: false + operator_list: { } identifier: '' required: false remember: false @@ -577,8 +563,6 @@ display: remember_roles: authenticated: authenticated reduce: false - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -592,7 +576,6 @@ display: default_group_multiple: { } group_items: { } reduce_duplicates: false - plugin_id: search_api_options search_api_fulltext: id: search_api_fulltext table: search_api_index_default_solr_index @@ -600,6 +583,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: search_api_fulltext operator: and value: '' group: 1 @@ -610,6 +594,8 @@ display: description: '' use_operator: false operator: search_api_fulltext_op + operator_limit_selection: false + operator_list: { } identifier: s required: false remember: false @@ -625,8 +611,6 @@ display: space_super_admin: '0' focal_point: '0' placeholder: 'Enter keywords' - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -642,11 +626,34 @@ display: parse_mode: terms min_length: null fields: { } - plugin_id: search_api_fulltext filter_groups: operator: AND groups: 1: AND + defaults: + cache: false + sorts: false + filters: false + filter_groups: false + header: false + display_description: '' + header: + area: + id: area + table: views + field: area + relationship: none + group_type: group + admin_label: '' + plugin_id: text + empty: false + content: + value: "\r\n\r\nCan't find what you're looking for? Try the resources search guide for tips on how to narrow down to the results you want.
" + format: full_html + tokenize: false + exposed_block: false + display_extenders: { } + path: resources cache_metadata: max-age: -1 contexts: @@ -658,22 +665,41 @@ display: tags: - 'config:search_api.index.default_solr_index' page_resources_documents: - display_plugin: page id: page_resources_documents display_title: 'Meeting documents' + display_plugin: page position: 3 display_options: - display_extenders: { } - path: resources/meeting-documents + title: 'Meeting Documents' cache: type: none - defaults: - cache: false - filters: false - filter_groups: false - title: false - header: false - sorts: false + sorts: + field_published_date: + id: field_published_date + table: search_api_index_default_solr_index + field: field_published_date + relationship: none + group_type: group + admin_label: '' + plugin_id: search_api + order: DESC + expose: + label: '' + field_identifier: field_published_date + exposed: false + title: + id: title + table: search_api_index_default_solr_index + field: title + relationship: none + group_type: group + admin_label: '' + plugin_id: search_api + order: ASC + expose: + label: '' + field_identifier: title + exposed: false filters: type: id: type @@ -682,6 +708,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: search_api_options operator: or value: oa_wiki_page: oa_wiki_page @@ -693,6 +720,8 @@ display: description: '' use_operator: false operator: '' + operator_limit_selection: false + operator_list: { } identifier: '' required: false remember: false @@ -700,8 +729,6 @@ display: remember_roles: authenticated: authenticated reduce: false - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -715,7 +742,6 @@ display: default_group_multiple: { } group_items: { } reduce_duplicates: false - plugin_id: search_api_options field_document_type: id: field_document_type table: search_api_index_default_solr_index @@ -723,6 +749,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: search_api_term operator: or value: 206: 206 @@ -735,6 +762,8 @@ display: description: '' use_operator: false operator: '' + operator_limit_selection: false + operator_list: { } identifier: '' required: false remember: false @@ -742,8 +771,6 @@ display: remember_roles: authenticated: authenticated reduce: false - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -757,44 +784,26 @@ display: default_group_multiple: { } group_items: { } reduce_duplicates: false - type: select - limit: true vid: document_types + type: select hierarchy: false + limit: true error_message: true - plugin_id: search_api_term filter_groups: operator: AND groups: 1: AND - title: 'Meeting Documents' + defaults: + cache: false + title: false + sorts: false + filters: false + filter_groups: false + header: false display_description: '' header: { } - sorts: - field_published_date: - id: field_published_date - table: search_api_index_default_solr_index - field: field_published_date - relationship: none - group_type: group - admin_label: '' - order: DESC - exposed: false - expose: - label: '' - plugin_id: search_api - title: - id: title - table: search_api_index_default_solr_index - field: title - relationship: none - group_type: group - admin_label: '' - order: ASC - exposed: false - expose: - label: '' - plugin_id: search_api + display_extenders: { } + path: resources/meeting-documents cache_metadata: max-age: -1 contexts: @@ -806,21 +815,14 @@ display: tags: - 'config:search_api.index.default_solr_index' page_resources_products: - display_plugin: page id: page_resources_products display_title: 'IASC Products' + display_plugin: page position: 4 display_options: - display_extenders: { } - path: resources/iasc-products + title: 'IASC Products' cache: type: none - defaults: - cache: false - filters: false - filter_groups: false - title: false - header: false filters: type: id: type @@ -829,6 +831,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: search_api_options operator: or value: oa_wiki_page: oa_wiki_page @@ -840,6 +843,8 @@ display: description: '' use_operator: false operator: '' + operator_limit_selection: false + operator_list: { } identifier: '' required: false remember: false @@ -847,8 +852,6 @@ display: remember_roles: authenticated: authenticated reduce: false - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -862,7 +865,6 @@ display: default_group_multiple: { } group_items: { } reduce_duplicates: false - plugin_id: search_api_options field_document_type: id: field_document_type table: search_api_index_default_solr_index @@ -870,6 +872,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: search_api_term operator: or value: 1481: 1481 @@ -882,6 +885,8 @@ display: description: '' use_operator: false operator: '' + operator_limit_selection: false + operator_list: { } identifier: '' required: false remember: false @@ -889,8 +894,6 @@ display: remember_roles: authenticated: authenticated reduce: false - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -904,17 +907,21 @@ display: default_group_multiple: { } group_items: { } reduce_duplicates: false - type: select - limit: true vid: document_types + type: select hierarchy: false + limit: true error_message: true - plugin_id: search_api_term filter_groups: operator: AND groups: 1: AND - title: 'IASC Products' + defaults: + cache: false + title: false + filters: false + filter_groups: false + header: false display_description: '' header: area: @@ -924,12 +931,14 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: text empty: false - tokenize: false content: value: "\r\n\r\n\r\nIASC Products are guidelines, policies, tools and documents endorsed by the IASC and used to inform humanitarian preparedness and response activities both at global and field levels with ultimate goal of strengthening the effective of humanitarian action.\r\n
\r\nGiven the inclusive membership of the IASC, these products carry a very broad consensus within the humanitarian community and guide the work of many UN and Non-UN humanitarian partners.\r\n
" format: full_html - plugin_id: text + tokenize: false + display_extenders: { } + path: resources/iasc-products cache_metadata: max-age: -1 contexts: @@ -941,22 +950,29 @@ display: tags: - 'config:search_api.index.default_solr_index' page_statements: - display_plugin: page id: page_statements display_title: 'IASC Statements' + display_plugin: page position: 2 display_options: - display_extenders: { } - path: resources/iasc-statements + enabled: false + title: 'IASC Statements' cache: type: none - defaults: - cache: false - filters: false - filter_groups: false - title: false - header: false - sorts: false + sorts: + field_published_date: + id: field_published_date + table: search_api_index_default_solr_index + field: field_published_date + relationship: none + group_type: group + admin_label: '' + plugin_id: search_api + order: DESC + expose: + label: '' + field_identifier: field_published_date + exposed: false filters: type: id: type @@ -965,6 +981,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: search_api_options operator: or value: oa_wiki_page: oa_wiki_page @@ -976,6 +993,8 @@ display: description: '' use_operator: false operator: '' + operator_limit_selection: false + operator_list: { } identifier: '' required: false remember: false @@ -983,8 +1002,6 @@ display: remember_roles: authenticated: authenticated reduce: false - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -998,7 +1015,6 @@ display: default_group_multiple: { } group_items: { } reduce_duplicates: false - plugin_id: search_api_options field_document_type: id: field_document_type table: search_api_index_default_solr_index @@ -1006,6 +1022,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: search_api_term operator: or value: 2018: 2018 @@ -1039,17 +1056,22 @@ display: default_group_multiple: { } group_items: { } reduce_duplicates: false - type: select - limit: true vid: document_types + type: select hierarchy: false + limit: true error_message: true - plugin_id: search_api_term filter_groups: operator: AND groups: 1: AND - title: 'IASC Statements' + defaults: + cache: false + title: false + sorts: false + filters: false + filter_groups: false + header: false display_description: '' header: area: @@ -1059,26 +1081,14 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: text empty: false - tokenize: false content: value: "\r\n" format: full_html - plugin_id: text - sorts: - field_published_date: - id: field_published_date - table: search_api_index_default_solr_index - field: field_published_date - relationship: none - group_type: group - admin_label: '' - order: DESC - exposed: false - expose: - label: '' - plugin_id: search_api - enabled: false + tokenize: false + display_extenders: { } + path: resources/iasc-statements cache_metadata: max-age: -1 contexts: @@ -1090,21 +1100,15 @@ display: tags: - 'config:search_api.index.default_solr_index' statements_iasc_principals: - display_plugin: page id: statements_iasc_principals display_title: 'Statements IASC Principals' + display_plugin: page position: 5 display_options: - display_extenders: { } - path: resources/statements-iasc-principals + enabled: false + title: 'Statements IASC Principals' cache: type: none - defaults: - cache: false - filters: false - filter_groups: false - title: false - header: false filters: type: id: type @@ -1113,6 +1117,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: search_api_options operator: or value: oa_wiki_page: oa_wiki_page @@ -1124,6 +1129,8 @@ display: description: '' use_operator: false operator: '' + operator_limit_selection: false + operator_list: { } identifier: '' required: false remember: false @@ -1131,8 +1138,6 @@ display: remember_roles: authenticated: authenticated reduce: false - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -1146,12 +1151,16 @@ display: default_group_multiple: { } group_items: { } reduce_duplicates: false - plugin_id: search_api_options filter_groups: operator: AND groups: 1: AND - title: 'Statements IASC Principals' + defaults: + cache: false + title: false + filters: false + filter_groups: false + header: false display_description: '' header: area: @@ -1161,13 +1170,14 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: text empty: false - tokenize: false content: value: 'Check if your spelling is correct.
\r\n Remove quotes around phrases to search for each word individually. bike shed will often show more results than \"bike shed\".
\r\n Consider loosening your query with OR. bike OR shed will often show more results than bike shed.
Can't find what you're looking for? Try the resources search guide for tips on how to narrow down to the results you want.
" - plugin_id: result footer: { } - empty: - area: - id: area - table: views - field: area - relationship: none - group_type: group - admin_label: '' - empty: true - tokenize: false - content: - value: "Check if your spelling is correct.
\r\n Remove quotes around phrases to search for each word individually. bike shed will often show more results than \"bike shed\".
\r\n Consider loosening your query with OR. bike OR shed will often show more results than bike shed.
Submitted values are:
[webform_submission:values] roles: { } +export: + temp_directory: '' + exporter: delimited + delimiter: ',' + multiple_delimiter: ; + excel: false + archive_type: tar + header_format: label + header_prefix: true + header_prefix_key_delimiter: __ + header_prefix_label_delimiter: ': ' + entity_reference_items: + - id + - title + - url + options_single_format: compact + options_multiple_format: compact + options_item_format: label + likert_answers_format: label + signature_format: status + composite_element_item_format: label + excluded_exporters: { } +handler: + excluded_handlers: { } +variant: + excluded_variants: { } +batch: + default_batch_export_size: 500 + default_batch_import_size: 100 + default_batch_update_size: 500 + default_batch_delete_size: 500 + default_batch_email_size: 500 +purge: + cron_size: 100 test: types: | checkbox: @@ -310,12 +313,12 @@ test: - 'Dixisset' ui: video_display: dialog - details_save: true help_disabled: false dialog_disabled: false offcanvas_disabled: false promotions_disabled: false support_disabled: false + details_save: true description_help: true toolbar_item: false libraries: @@ -324,12 +327,9 @@ libraries: - jquery.chosen requirements: cdn: true - bootstrap: true clientside_validation: true + bootstrap: true spam: true -langcode: en third_party_settings: captcha: replace_administration_mode: true -_core: - default_config_hash: Jw02kzSrlhTQFpGmF2GtP7NrIR9oS6klYkJry0ACvtI diff --git a/config/webform.webform.service_contact.yml b/config/webform.webform.service_contact.yml index 862aa6e41..f705a73d3 100644 --- a/config/webform.webform.service_contact.yml +++ b/config/webform.webform.service_contact.yml @@ -2,9 +2,9 @@ uuid: ed5d9083-b4b9-4c40-9517-107a63ba4c64 langcode: en status: open dependencies: { } +weight: 0 open: null close: null -weight: 0 uid: 1 template: false archive: false @@ -50,9 +50,9 @@ settings: page_theme_name: '' form_title: source_entity_webform form_submit_once: false - form_exception_message: '' form_open_message: '' form_close_message: '' + form_exception_message: '' form_previous_submissions: true form_confidential: false form_confidential_message: '' @@ -62,31 +62,36 @@ settings: form_prepopulate_source_entity: false form_prepopulate_source_entity_required: false form_prepopulate_source_entity_type: '' - form_reset: false + form_unsaved: false + form_disable_back: false + form_submit_back: false form_disable_autocomplete: false form_novalidate: false form_disable_inline_errors: false form_required: false - form_unsaved: false - form_disable_back: false - form_submit_back: false form_autofocus: false form_details_toggle: false + form_reset: false form_access_denied: default form_access_denied_title: '' form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' + form_attributes: { } form_method: '' form_action: '' - form_attributes: { } share: false share_node: false share_theme_name: '' share_title: true share_page_body_attributes: { } submission_label: '' + submission_exception_message: '' + submission_locked_message: '' submission_log: true + submission_excluded_elements: { } + submission_exclude_empty: false + submission_exclude_empty_checkbox: false submission_views: { } submission_views_replace: { } submission_user_columns: { } @@ -95,11 +100,6 @@ settings: submission_access_denied_title: '' submission_access_denied_message: '' submission_access_denied_attributes: { } - submission_exception_message: '' - submission_locked_message: '' - submission_excluded_elements: { } - submission_exclude_empty: false - submission_exclude_empty_checkbox: false previous_submission_message: '' previous_submissions_message: '' autofill: false @@ -110,13 +110,13 @@ settings: wizard_progress_percentage: false wizard_progress_link: false wizard_progress_states: false - wizard_auto_forward: true - wizard_auto_forward_hide_next_button: false - wizard_keyboard: true wizard_start_label: '' wizard_preview_link: false wizard_confirmation: true wizard_confirmation_label: '' + wizard_auto_forward: true + wizard_auto_forward_hide_next_button: false + wizard_keyboard: true wizard_track: '' wizard_prev_button_label: '' wizard_next_button_label: '' @@ -139,9 +139,9 @@ settings: draft_pending_single_message: '' draft_pending_multiple_message: '' confirmation_type: message + confirmation_url: '' confirmation_title: '' confirmation_message: 'Your request has been sent.' - confirmation_url: '' confirmation_attributes: { } confirmation_back: true confirmation_back_label: '' @@ -220,9 +220,9 @@ access: handlers: email_focal_point: id: email + handler_id: email_focal_point label: 'Focal point' notes: '' - handler_id: email_focal_point status: true conditions: { } weight: 0 @@ -231,13 +231,17 @@ handlers: - completed to_mail: '[webform_submission:values:to:raw]' to_options: { } - cc_mail: '' - cc_options: { } bcc_mail: '' bcc_options: { } + cc_mail: '' + cc_options: { } from_mail: _default from_options: { } from_name: _default + reply_to: '' + return_path: '' + sender_mail: '' + sender_name: '' subject: 'Request for service access - [webform_submission:source-title]' body: "Submitted on [webform_submission:created]
\r\n\r\nSubmitted by: [webform_submission:user]
\r\n\r\nService: [webform_submission:source-title]
[site:url]node/[webform_submission:submitted-to:nid]
Submitted values are:
\r\n[webform_submission:values]" excluded_elements: { } @@ -248,11 +252,7 @@ handlers: html: true attachments: false twig: false - debug: false - reply_to: '' - return_path: '' - sender_mail: '' - sender_name: '' theme_name: '' parameters: { } + debug: false variants: { } diff --git a/html/modules/custom/iasc_content/config/install/iasc_content.settings.yml b/html/modules/custom/iasc_content/config/install/iasc_content.settings.yml new file mode 100644 index 000000000..5a0851047 --- /dev/null +++ b/html/modules/custom/iasc_content/config/install/iasc_content.settings.yml @@ -0,0 +1 @@ +archive_message: '' diff --git a/html/modules/custom/iasc_content/config/schema/iasc_content.schema.yml b/html/modules/custom/iasc_content/config/schema/iasc_content.schema.yml new file mode 100644 index 000000000..b6342461b --- /dev/null +++ b/html/modules/custom/iasc_content/config/schema/iasc_content.schema.yml @@ -0,0 +1,7 @@ +iasc_content.settings: + type: config_object + label: 'IASC content settings' + mapping: + archive_message: + type: string + label: 'Default archive message' diff --git a/html/modules/custom/iasc_content/iasc_content.links.menu.yml b/html/modules/custom/iasc_content/iasc_content.links.menu.yml new file mode 100644 index 000000000..8571f2830 --- /dev/null +++ b/html/modules/custom/iasc_content/iasc_content.links.menu.yml @@ -0,0 +1,6 @@ +iasc_content.config_form: + title: 'IASC settings' + parent: system.admin_config_system + description: 'Configure IASC' + weight: 1 + route_name: iasc_content.iasc_content_config_form diff --git a/html/modules/custom/iasc_content/iasc_content.module b/html/modules/custom/iasc_content/iasc_content.module index 7a5e751b5..064170a66 100644 --- a/html/modules/custom/iasc_content/iasc_content.module +++ b/html/modules/custom/iasc_content/iasc_content.module @@ -1185,3 +1185,67 @@ function iasc_content_group_content_delete(GroupContent $entity) { $node->set('field_grand_bargain_content', FALSE); $node->save(); } + +/** + * Implements hook_preprocess_group(). + */ +function iasc_content_preprocess_group(&$vars) { + $group = $vars['group']; + + if (!($group instanceof Group)) { + return; + } + + if (!$group->hasField('field_archive_group')) { + return; + } + + $vars['is_archived'] = FALSE; + if (!$group->field_archive_group->value) { + return; + } + + $vars['is_archived'] = TRUE; + $vars['archive_message'] = \Drupal::config('iasc_content.settings')->get('archive_message') ?? 'This group has been archived.'; + if (!$group->field_archive_message->isEmpty()) { + $vars['archive_message'] = $group->field_archive_message->value; + } +} + +/** + * Implements hook_preprocess_node(). + */ +function iasc_content_preprocess_node(&$vars) { + $node = $vars['node']; + + if (!($node instanceof Node)) { + return; + } + + $vars['is_archived'] = FALSE; + $storage = \Drupal::entityTypeManager()->getStorage('group_content'); + $activGroupListEntity = $storage->loadByEntity($node); + + // Not a group node. + if (empty($activGroupListEntity)) { + return; + } + + foreach ($activGroupListEntity as $groupContent) { + $group = $groupContent->getGroup(); + if (!$group->hasField('field_archive_group')) { + continue; + } + + // Allow it if part of at least 1 non-archived group. + if (!$group->field_archive_group->value) { + return; + } + } + + $vars['is_archived'] = TRUE; + $vars['archive_message'] = \Drupal::config('iasc_content.settings')->get('archive_message') ?? 'This group has been archived.'; + if (!$group->field_archive_message->isEmpty()) { + $vars['archive_message'] = $group->field_archive_message->value; + } +} diff --git a/html/modules/custom/iasc_content/iasc_content.routing.yml b/html/modules/custom/iasc_content/iasc_content.routing.yml index 5d997ccc6..7ff3b735f 100644 --- a/html/modules/custom/iasc_content/iasc_content.routing.yml +++ b/html/modules/custom/iasc_content/iasc_content.routing.yml @@ -9,3 +9,12 @@ iasc_content.hero_to_announcement: type: entity:hero requirements: _permission: 'add hero entities' +iasc_content.iasc_content_config_form: + path: '/admin/config/system/iasc_config' + defaults: + _form: '\Drupal\iasc_content\Form\IascContentConfigForm' + _title: 'IASC Config' + requirements: + _permission: 'access administration pages' + options: + _admin_route: TRUE diff --git a/html/modules/custom/iasc_content/src/Form/IascContentConfigForm.php b/html/modules/custom/iasc_content/src/Form/IascContentConfigForm.php new file mode 100644 index 000000000..2aaa1c1c3 --- /dev/null +++ b/html/modules/custom/iasc_content/src/Form/IascContentConfigForm.php @@ -0,0 +1,53 @@ +config('iasc_content.settings'); + $form['archive_message'] = [ + '#type' => 'textarea', + '#title' => $this->t('Archive message'), + '#default_value' => $config->get('archive_message'), + ]; + return parent::buildForm($form, $form_state); + } + + /** + * {@inheritdoc} + */ + public function submitForm(array &$form, FormStateInterface $form_state) { + parent::submitForm($form, $form_state); + + $this->config('iasc_content.settings') + ->set('archive_message', $form_state->getValue('archive_message')) + ->save(); + } + +} diff --git a/html/sites/default/default.services.yml b/html/sites/default/default.services.yml index d21a5c78d..ff6797d95 100644 --- a/html/sites/default/default.services.yml +++ b/html/sites/default/default.services.yml @@ -70,7 +70,7 @@ parameters: # For more information about debugging Twig templates, see # https://www.drupal.org/node/1906392. # - # Not recommended in production environments + # Enabling Twig debugging is not recommended in production environments. # @default false debug: false # Twig auto-reload: @@ -79,7 +79,7 @@ parameters: # If you don't provide a value for auto_reload, it will be determined # based on the value of debug. # - # Not recommended in production environments + # Enabling auto-reload is not recommended in production environments. # @default null auto_reload: null # Twig cache: @@ -90,7 +90,7 @@ parameters: # auto_reload setting above should be enabled rather than disabling the # Twig cache. # - # Not recommended in production environments + # Disabling the Twig cache is not recommended in production environments. # @default true cache: true renderer.config: @@ -141,7 +141,8 @@ parameters: # For more information about debugging cacheable responses, see # https://www.drupal.org/developing/api/8/response/cacheable-response-interface # - # Not recommended in production environments + # Enabling cacheability debugging is not recommended in production + # environments. # @default false http.response.debug_cacheability_headers: false factory.keyvalue: {} diff --git a/html/themes/custom/iasc_common_design/package-lock.json b/html/themes/custom/iasc_common_design/package-lock.json index 67be0b784..bc9c0b6e6 100644 --- a/html/themes/custom/iasc_common_design/package-lock.json +++ b/html/themes/custom/iasc_common_design/package-lock.json @@ -11686,9 +11686,9 @@ } }, "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" }, "minimist-options": { "version": "4.1.0", diff --git a/html/themes/custom/iasc_common_design/package.json b/html/themes/custom/iasc_common_design/package.json index db0005016..00838c84d 100644 --- a/html/themes/custom/iasc_common_design/package.json +++ b/html/themes/custom/iasc_common_design/package.json @@ -44,7 +44,7 @@ "jest": "^27.4.0", "jest-puppeteer": "^5.0.3", "json-schema": ">=0.4.0", - "minimist": "^1.2.5", + "minimist": "^1.2.6", "nth-check": ">=2.0.1", "puppeteer": "^9.1.1", "set-value": ">=4.0.1", diff --git a/html/themes/custom/iasc_common_design/templates/group/group.html.twig b/html/themes/custom/iasc_common_design/templates/group/group.html.twig index 6e9f7b41b..91a036a4f 100644 --- a/html/themes/custom/iasc_common_design/templates/group/group.html.twig +++ b/html/themes/custom/iasc_common_design/templates/group/group.html.twig @@ -46,7 +46,26 @@ view_mode ? 'group--view-mode-' ~ view_mode|clean_class ] %} + +{{ attach_library('common_design/cd-alert') }} +