diff --git a/.circleci/config.yml b/.circleci/config.yml index fd2b13ead3..b7a31db463 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,7 +43,7 @@ commands: - run: name: Switch dof-dss packages to HEAD on develelopment branch command: | - composer require dof-dss/nicsdru_unity_theme:dev-development dof-dss/nicsdru_origins_modules:dev-development + composer require dof-dss/nicsdru_unity_theme:dev-development dof-dss/nicsdru_origins_modules:dev-development dof-dss/nicsdru_unity_modules:dev-development install_psh_cli: description: "Install the Platform.sh CLI tool" steps: diff --git a/.gitignore b/.gitignore index c728866951..1a76c0b5b3 100644 --- a/.gitignore +++ b/.gitignore @@ -6,9 +6,11 @@ /web/themes/contrib/ /web/themes/custom/ /web/profiles/contrib/ +/web/profiles/unity /web/libraries/ /web/modules/migrate/ /web/modules/origins +/web/modules/custom console/ imports node_modules/ diff --git a/.platform.app.yaml b/.platform.app.yaml index f6867cf835..f5866c3a83 100644 --- a/.platform.app.yaml +++ b/.platform.app.yaml @@ -120,7 +120,7 @@ hooks: export FASTLY_API_SERVICE=$temp # For each multi site - clear cache (including Fastly cache) - for site in uregni odscni fiscalcommissionni urologyservicesinquiry mahinquiry niauditoffice nifiscalcouncil octf employmenttribunalsni independentreviewofeducation nipolicingboard investnireview pbni + for site in uregni odscni fiscalcommissionni urologyservicesinquiry mahinquiry niauditoffice nifiscalcouncil octf employmenttribunalsni independentreviewofeducation nipolicingboard investnireview pbni cscsreviewni pcsps attorneygeneralni do echo "****** $site cache clear ******" cd /app/web/sites/$site diff --git a/.platform/routes.yaml b/.platform/routes.yaml index a620ba9dae..85560da3ff 100644 --- a/.platform/routes.yaml +++ b/.platform/routes.yaml @@ -1,50 +1,15 @@ -# Each route describes how an incoming URL is going to be processed by Platform.sh. -"https://www.uregni.gov.uk/": - type: upstream - upstream: "unity:http" - cache: - enabled: false - -"https://uregni.gov.uk.{default}/": - type: redirect - to: "https://www.uregni.gov.uk.{default}/" - -"https://uregni.gov.uk/": - type: redirect - to: "https://www.uregni.gov.uk/" - -#--------------------------------- - -"https://www.liofa.eu/": - type: upstream - upstream: "unity:http" - cache: - enabled: false - -"https://liofa.eu.{default}/": - type: redirect - to: "https://www.liofa.eu.{default}/" - -"https://liofa.eu/": - type: redirect - to: "https://www.liofa.eu/" - -#--------------------------------- - -"https://www.odscni.org.uk/": - type: upstream - upstream: "unity:http" - cache: - enabled: false - -"https://odscni.org.uk.{default}/": - type: redirect - to: "https://www.odscni.org.uk.{default}/" - -"https://odscni.org.uk/": - type: redirect - to: "https://www.odscni.org.uk/" - +# The 'Catch all' routes at the bottom of this file will generate routes for all sites whose domain +# name has been added to the 'domains' section on the Platform.sh dashboard i.e. all sites that are 'live'. +# Note that, for these live sites, all URLs will also be correctly generated for their other Platform sites +# such as UAT and Edge. +# +# The only sites that need to be explicitly listed here are those that are not yet fully 'live' i.e. their +# domain name has not yet been added to the 'domains' section of the Platform.sh dashboard. For these sites +# an 'upstream' entry should be added for the 'www' version of the site and a 'redirect' entry should also +# be added. +# +# When a site becomes fully 'live' and its domain is added to the Platform.sh dashboard then any explicit +# routes that appear below for that site should be removed. #--------------------------------- "https://www.attorneygeneralni.gov.uk/": @@ -53,154 +18,18 @@ cache: enabled: false -"https://attorneygeneralni.gov.uk.{default}/": - type: redirect - to: "https://www.attorneygeneralni.gov.uk.{default}/" - "https://attorneygeneralni.gov.uk/": type: redirect to: "https://www.attorneygeneralni.gov.uk/" #--------------------------------- -"https://www.employmenttribunalsni.co.uk/": - type: upstream - upstream: "unity:http" - cache: - enabled: false - -"https://employmenttribunalsni.co.uk.{default}/": - type: redirect - to: "https://www.employmenttribunalsni.co.uk.{default}/" - -"https://employmenttribunalsni.co.uk/": - type: redirect - to: "https://www.employmenttribunalsni.co.uk/" - -#--------------------------------- - -"https://www.niauditoffice.gov.uk/": - type: upstream - upstream: "unity:http" - cache: - enabled: false - -"https://niauditoffice.gov.uk.{default}/": - type: redirect - to: "https://www.niauditoffice.gov.uk.{default}/" - -"https://niauditoffice.gov.uk/": - type: redirect - to: "https://www.niauditoffice.gov.uk/" - -#--------------------------------- - -"https://www.fiscalcommissionni.org/": - type: upstream - upstream: "unity:http" - cache: - enabled: false - -"https://fiscalcommissionni.org.{default}/": - type: redirect - to: "https://www.fiscalcommissionni.org.{default}/" - -"https://fiscalcommissionni.org/": - type: redirect - to: "https://www.fiscalcommissionni.org/" - -#--------------------------------- - -"https://www.nifiscalcouncil.org/": - type: upstream - upstream: "unity:http" - cache: - enabled: false - -"https://nifiscalcouncil.org.{default}/": - type: redirect - to: "https://www.nifiscalcouncil.org.{default}/" - -"https://nifiscalcouncil.org/": - type: redirect - to: "https://www.nifiscalcouncil.org/" - -#--------------------------------- - -"https://www.octf.gov.uk/": - type: upstream - upstream: "unity:http" - cache: - enabled: false - -"https://octf.gov.uk.{default}/": - type: redirect - to: "https://www.octf.gov.uk.{default}/" - -"https://octf.gov.uk/": - type: redirect - to: "https://www.octf.gov.uk/" - -#--------------------------------- - -"https://www.urologyservicesinquiry.org.uk/": - type: upstream - upstream: "unity:http" - cache: - enabled: false - -"https://urologyservicesinquiry.org.uk.{default}/": - type: redirect - to: "https://www.urologyservicesinquiry.org.uk.{default}/" - -"https://urologyservicesinquiry.org.uk/": - type: redirect - to: "https://www.urologyservicesinquiry.org.uk/" - -#--------------------------------- - -"https://www.mahinquiry.org.uk/": - type: upstream - upstream: "unity:http" - cache: - enabled: false - -"https://mahinquiry.org.uk.{default}/": - type: redirect - to: "https://www.mahinquiry.org.uk.{default}/" - -"https://mahinquiry.org.uk/": - type: redirect - to: "https://www.mahinquiry.org.uk/" - -#--------------------------------- - -"https://www.independentreviewofeducation.org.uk/": - type: upstream - upstream: "unity:http" - cache: - enabled: false - -"https://independentreviewofeducation.org.uk.{default}/": - type: redirect - to: "https://www.independentreviewofeducation.org.uk.{default}/" - -"https://independentreviewofeducation.org.uk/": - type: redirect - to: "https://www.independentreviewofeducation.org.uk/" - -#--------------------------------- - "https://www.nipolicingboard.org.uk/": type: upstream upstream: "unity:http" cache: enabled: false -"https://nipolicingboard.org.uk.{default}/": - type: redirect - to: "https://www.nipolicingboard.org.uk.{default}/" - "https://nipolicingboard.org.uk/": type: redirect to: "https://www.nipolicingboard.org.uk/" @@ -213,61 +42,34 @@ cache: enabled: false -"https://pbni.org.uk.{default}/": - type: redirect - to: "https://www.pbni.org.uk.{default}/" - "https://pbni.org.uk/": type: redirect to: "https://www.pbni.org.uk/" #--------------------------------- -"https://www.investnireview.org.uk/": - type: upstream - upstream: "unity:http" - cache: - enabled: false - -"https://investnireview.org.uk.{default}/": - type: redirect - to: "https://www.investnireview.org.uk.{default}/" - -"https://investnireview.org.uk/": - type: redirect - to: "https://www.investnireview.org.uk/" - -#--------------------------------- - "https://www.pcsps.org/": type: upstream upstream: "unity:http" cache: enabled: false -"https://pcsps.org.{default}/": - type: redirect - to: "https://www.pcsps.org.{default}/" - "https://pcsps.org/": type: redirect to: "https://www.pcsps.org/" #--------------------------------- - -"https://www.cscsreviewni.net/": +# Do not remove this route, the {default} domain must be +# explicitly defined as it is not included in {all} +"https://www.fiscalcommissionni.org.{default}/": type: upstream upstream: "unity:http" cache: enabled: false -"https://cscsreviewni.net.{default}/": - type: redirect - to: "https://www.cscsreviewni.net.{default}/" - -"https://cscsreviewni.net/": +"https://fiscalcommissionni.org.{default}/": type: redirect - to: "https://www.cscsreviewni.net/" + to: "https://www.fiscalcommissionni.org.{default}/" #--------------------------------- diff --git a/README.md b/README.md index a1f399beb9..06809a64bd 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,12 @@ We recommend Lando for local development. To get started, ensure you have the fo - at the command line, 'cd' into your new directory - Set up your local environment variables: `cp .lando/config/.env.sample .lando/config/.env` - Env vars are divided into safe values for local development (eg: Lando defaults) and sensitive values which - you will need to source from a project member or from one of the active project environments. -- `composer install` + you will need to source from a project member or from one of the active project environments. In order to + just get you local Unity sites up and running the minimum that you will have to do is to set 'HASH_SALT' to + a random string e.g. 'ahsgsfdteyionuydythdop' - `lando start` +- `lando composer install` + Or, if available, you may also fetch the database and import this: diff --git a/composer.json b/composer.json index 18a442c3f8..c7ac2f3b3b 100644 --- a/composer.json +++ b/composer.json @@ -65,13 +65,16 @@ "dinbror/blazy": "^1.8", "dof-dss/nicsdru_origins_modules": "^1.1", "dof-dss/nicsdru_origins_profile": "0.1.11", - "dof-dss/nicsdru_unity_theme": "^0.1.49", + "dof-dss/nicsdru_unity_modules": "^1.0", + "dof-dss/nicsdru_unity_profile": "^1.0", + "dof-dss/nicsdru_unity_theme": "^0.1.50", "drupal/address": "^1.7", "drupal/admin_toolbar": "^2.0", "drupal/adminimal_theme": "^1.5", "drupal/allowed_formats": "^1.3", "drupal/auto_entityqueue": "^2.0", "drupal/block_blacklist": "^1.0", + "drupal/block_field": "^1.0@RC", "drupal/block_list_override": "^1.0", "drupal/block_visibility_groups": "^1.3", "drupal/chosen": "^3.0", @@ -106,6 +109,7 @@ "drupal/http_cache_control": "^2.0", "drupal/inline_entity_form": "^1.0@RC", "drupal/layout_builder_restrictions": "^2.12", + "drupal/link_fix_absolute_urls": "^1.0", "drupal/linkit": "^6.0.0", "drupal/media_entity_browser": "^2.0", "drupal/media_library_edit": "^2.0", @@ -209,12 +213,12 @@ "drupal/ultimate_cron": { "Fix test function issue": "https://www.drupal.org/files/issues/2021-04-13/kernel_test-3208608-1.patch" }, - "drupal/eu_cookie_compliance": { - "Banner at top is not hiding correctly": "https://git.drupalcode.org/project/eu-cookie-compliance/-/merge_requests/43.diff" - }, "drupal/readonlymode": { "Fatal typerror fix": "https://www.drupal.org/files/issues/2020-12-23/readonlymode-string_not_array-3115119-9.patch" }, + "drupal/eu_cookie_compliance": { + "Banner at top is not hiding correctly": "https://www.drupal.org/files/issues/2022-04-26/eu_cookie_compliance_banner_not_hiding_3277175-1.patch" + }, "drupal/fastly": { "Allow disabling of logging": "https://git.drupalcode.org/project/fastly/-/merge_requests/6.patch" } @@ -235,12 +239,18 @@ "web/modules/origins": [ "dof-dss/nicsdru_origins_modules" ], + "web/modules/custom": [ + "dof-dss/nicsdru_unity_modules" + ], "web/modules/contrib/{$name}": [ "type:drupal-module" ], "web/modules/custom/{$name}": [ "type:drupal-custom-module" ], + "web/profiles/unity/nicsdru_unity_profile": [ + "dof-dss/nicsdru_unity_profile" + ], "web/themes/custom/{$name}": [ "type:drupal-custom-theme" ], diff --git a/composer.lock b/composer.lock index fcdef47a44..c424764cea 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": "3909008dc6c8b822557dfd670478d119", + "content-hash": "44866782e4b1cc165bf483630c1025a0", "packages": [ { "name": "alchemy/zippy", @@ -1904,18 +1904,76 @@ }, "time": "2021-04-21T10:20:46+00:00" }, + { + "name": "dof-dss/nicsdru_unity_modules", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/dof-dss/nicsdru_unity_modules.git", + "reference": "8e3b562cbd66205d9f17d6633259c897c991fc7f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/dof-dss/nicsdru_unity_modules/zipball/8e3b562cbd66205d9f17d6633259c897c991fc7f", + "reference": "8e3b562cbd66205d9f17d6633259c897c991fc7f", + "shasum": "" + }, + "require": { + "composer/installers": "^1.6" + }, + "type": "drupal-module", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Custom modules available to all Unity sites.", + "support": { + "issues": "https://github.com/dof-dss/nicsdru_unity_modules/issues", + "source": "https://github.com/dof-dss/nicsdru_unity_modules/tree/1.0.1" + }, + "time": "2022-04-28T12:09:41+00:00" + }, + { + "name": "dof-dss/nicsdru_unity_profile", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/dof-dss/nicsdru_unity_profile.git", + "reference": "19e6b99439505d8e21a6c9450736153ba97e69bb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/dof-dss/nicsdru_unity_profile/zipball/19e6b99439505d8e21a6c9450736153ba97e69bb", + "reference": "19e6b99439505d8e21a6c9450736153ba97e69bb", + "shasum": "" + }, + "require": { + "composer/installers": "^1.6" + }, + "type": "drupal-profile", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Custom install profile used by all Unity sites", + "support": { + "issues": "https://github.com/dof-dss/nicsdru_unity_profile/issues", + "source": "https://github.com/dof-dss/nicsdru_unity_profile/tree/1.0.1" + }, + "time": "2022-03-31T10:01:55+00:00" + }, { "name": "dof-dss/nicsdru_unity_theme", - "version": "v0.1.49", + "version": "v0.1.50", "source": { "type": "git", "url": "https://github.com/dof-dss/nicsdru_unity_theme.git", - "reference": "7b8a2ff6755227b98fab53056820728ee9d5b27c" + "reference": "0dab2264702a0db73c2fbb5205504ceb392795b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dof-dss/nicsdru_unity_theme/zipball/7b8a2ff6755227b98fab53056820728ee9d5b27c", - "reference": "7b8a2ff6755227b98fab53056820728ee9d5b27c", + "url": "https://api.github.com/repos/dof-dss/nicsdru_unity_theme/zipball/0dab2264702a0db73c2fbb5205504ceb392795b8", + "reference": "0dab2264702a0db73c2fbb5205504ceb392795b8", "shasum": "" }, "require": { @@ -1939,9 +1997,9 @@ "theme" ], "support": { - "source": "https://github.com/dof-dss/nicsdru_unity_theme/tree/v0.1.49" + "source": "https://github.com/dof-dss/nicsdru_unity_theme/tree/v0.1.50" }, - "time": "2022-03-10T11:40:51+00:00" + "time": "2022-04-28T11:34:26+00:00" }, { "name": "drupal/address", @@ -2355,6 +2413,70 @@ "source": "https://git.drupalcode.org/project/block_blacklist" } }, + { + "name": "drupal/block_field", + "version": "1.0.0-rc2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/block_field.git", + "reference": "8.x-1.0-rc2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/block_field-8.x-1.0-rc2.zip", + "reference": "8.x-1.0-rc2", + "shasum": "44472f8e89c319af884b25ac0a66337329a9b309" + }, + "require": { + "drupal/core": "^8.7.7 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.0-rc2", + "datestamp": "1621950813", + "security-coverage": { + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "acbramley", + "homepage": "https://www.drupal.org/user/1036766" + }, + { + "name": "fenstrat", + "homepage": "https://www.drupal.org/user/362649" + }, + { + "name": "jrockowitz", + "homepage": "https://www.drupal.org/user/371407" + }, + { + "name": "michaellander", + "homepage": "https://www.drupal.org/user/636494" + }, + { + "name": "paulocs", + "homepage": "https://www.drupal.org/user/3640109" + } + ], + "description": "Provides a field that allows a content entity to create and configure custom block instances.", + "homepage": "https://www.drupal.org/project/block_field", + "support": { + "source": "https://git.drupalcode.org/project/block_field" + } + }, { "name": "drupal/block_list_override", "version": "1.0.1", @@ -3392,16 +3514,16 @@ }, { "name": "drupal/core", - "version": "9.2.16", + "version": "9.2.18", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "e4f0a0d4c3add3ad735935b3cf1fbd2ec8706a6a" + "reference": "cd594b8bab3619a0a0047ea17bef5bb9e876ca06" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/e4f0a0d4c3add3ad735935b3cf1fbd2ec8706a6a", - "reference": "e4f0a0d4c3add3ad735935b3cf1fbd2ec8706a6a", + "url": "https://api.github.com/repos/drupal/core/zipball/cd594b8bab3619a0a0047ea17bef5bb9e876ca06", + "reference": "cd594b8bab3619a0a0047ea17bef5bb9e876ca06", "shasum": "" }, "require": { @@ -3640,13 +3762,13 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/9.2.16" + "source": "https://github.com/drupal/core/tree/9.2.18" }, - "time": "2022-03-21T21:22:04+00:00" + "time": "2022-04-20T14:26:44+00:00" }, { "name": "drupal/core-composer-scaffold", - "version": "9.2.16", + "version": "9.2.18", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", @@ -3690,22 +3812,22 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/9.2.16" + "source": "https://github.com/drupal/core-composer-scaffold/tree/9.2.18" }, "time": "2021-08-24T12:04:07+00:00" }, { "name": "drupal/core-recommended", - "version": "9.2.16", + "version": "9.2.18", "source": { "type": "git", "url": "https://github.com/drupal/core-recommended.git", - "reference": "bb44c58dc0520852a0d031aebc175b5025300b40" + "reference": "3e8ce6dc92cc159c0fbf3e532f88c2bf9a93bc15" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-recommended/zipball/bb44c58dc0520852a0d031aebc175b5025300b40", - "reference": "bb44c58dc0520852a0d031aebc175b5025300b40", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/3e8ce6dc92cc159c0fbf3e532f88c2bf9a93bc15", + "reference": "3e8ce6dc92cc159c0fbf3e532f88c2bf9a93bc15", "shasum": "" }, "require": { @@ -3714,7 +3836,7 @@ "doctrine/annotations": "1.13.1", "doctrine/lexer": "1.2.1", "doctrine/reflection": "1.2.2", - "drupal/core": "9.2.16", + "drupal/core": "9.2.18", "egulias/email-validator": "2.1.25", "guzzlehttp/guzzle": "6.5.5", "guzzlehttp/promises": "1.4.1", @@ -3777,9 +3899,9 @@ ], "description": "Locked core dependencies; require this project INSTEAD OF drupal/core.", "support": { - "source": "https://github.com/drupal/core-recommended/tree/9.2.16" + "source": "https://github.com/drupal/core-recommended/tree/9.2.18" }, - "time": "2022-03-21T21:22:04+00:00" + "time": "2022-04-20T14:26:44+00:00" }, { "name": "drupal/csp", @@ -5892,6 +6014,55 @@ "issues": "https://www.drupal.org/project/issues/layout_builder_restrictions" } }, + { + "name": "drupal/link_fix_absolute_urls", + "version": "1.0.2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/link_fix_absolute_urls.git", + "reference": "1.0.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/link_fix_absolute_urls-1.0.2.zip", + "reference": "1.0.2", + "shasum": "4b3900e6ad07b573ecc8eca48da1d96fecfe5e09" + }, + "require": { + "drupal/core": "^8.8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.0.2", + "datestamp": "1596023687", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "See contributors", + "homepage": "https://www.drupal.org/node/3137124/committers", + "role": "Developer" + } + ], + "description": "Convert absolute URLs in link fields to internal paths when appropriate.", + "homepage": "https://www.drupal.org/project/link_fix_absolute_urls", + "keywords": [ + "Drupal" + ], + "support": { + "source": "https://git.drupalcode.org/project/link_fix_absolute_urls", + "issues": "https://www.drupal.org/project/issues/link_fix_absolute_urls" + } + }, { "name": "drupal/linkit", "version": "6.0.0-beta2", @@ -7054,8 +7225,12 @@ "homepage": "https://www.drupal.org/user/404865" }, { - "name": "thunderbot", - "homepage": "https://www.drupal.org/user/3511180" + "name": "jonathan1055", + "homepage": "https://www.drupal.org/user/92645" + }, + { + "name": "smustgrave", + "homepage": "https://www.drupal.org/user/3252890" }, { "name": "volkerk", @@ -15524,31 +15699,29 @@ "packages-dev": [ { "name": "behat/mink", - "version": "v1.9.0", + "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/minkphp/Mink.git", - "reference": "e35f4695de8800fc776af34ebf665ad58ebdd996" + "reference": "19e58905632e7cfdc5b2bafb9b950a3521af32c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/minkphp/Mink/zipball/e35f4695de8800fc776af34ebf665ad58ebdd996", - "reference": "e35f4695de8800fc776af34ebf665ad58ebdd996", + "url": "https://api.github.com/repos/minkphp/Mink/zipball/19e58905632e7cfdc5b2bafb9b950a3521af32c5", + "reference": "19e58905632e7cfdc5b2bafb9b950a3521af32c5", "shasum": "" }, "require": { - "php": ">=5.4", - "symfony/css-selector": "^2.7|^3.0|^4.0|^5.0" + "php": ">=7.2", + "symfony/css-selector": "^4.4 || ^5.0 || ^6.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5 || ^9.5", - "symfony/debug": "^2.7|^3.0|^4.0|^5.0", - "symfony/phpunit-bridge": "^3.4.38 || ^4.4 || ^5.0.5", - "yoast/phpunit-polyfills": "^1.0" + "phpunit/phpunit": "^8.5.22 || ^9.5.11", + "symfony/error-handler": "^4.4 || ^5.0 || ^6.0", + "symfony/phpunit-bridge": "^5.4 || ^6.0" }, "suggest": { - "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)", - "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation", + "behat/mink-browserkit-driver": "fast headless driver for any app without JS emulation", "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)", "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)", "dmore/chrome-mink-driver": "fast and JS-enabled driver for any app (requires chromium or google chrome)" @@ -15584,9 +15757,9 @@ ], "support": { "issues": "https://github.com/minkphp/Mink/issues", - "source": "https://github.com/minkphp/Mink/tree/v1.9.0" + "source": "https://github.com/minkphp/Mink/tree/v1.10.0" }, - "time": "2021-10-11T11:58:47+00:00" + "time": "2022-03-28T14:22:43+00:00" }, { "name": "behat/mink-goutte-driver", @@ -15648,25 +15821,28 @@ }, { "name": "behat/mink-selenium2-driver", - "version": "v1.5.0", + "version": "v1.6.0", "source": { "type": "git", "url": "https://github.com/minkphp/MinkSelenium2Driver.git", - "reference": "0dee8cceed7e198bf130b4af0fab0ffab6dab47f" + "reference": "e5f8421654930da725499fb92983e6948c6f973e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/0dee8cceed7e198bf130b4af0fab0ffab6dab47f", - "reference": "0dee8cceed7e198bf130b4af0fab0ffab6dab47f", + "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/e5f8421654930da725499fb92983e6948c6f973e", + "reference": "e5f8421654930da725499fb92983e6948c6f973e", "shasum": "" }, "require": { - "behat/mink": "~1.7@dev", - "instaclick/php-webdriver": "~1.1", - "php": ">=5.4" + "behat/mink": "^1.9@dev", + "ext-json": "*", + "instaclick/php-webdriver": "^1.4", + "php": ">=7.2" }, "require-dev": { - "mink/driver-testsuite": "dev-master" + "mink/driver-testsuite": "dev-master", + "phpunit/phpunit": "^8.5.22 || ^9.5.11", + "symfony/error-handler": "^4.4 || ^5.0" }, "type": "mink-driver", "extra": { @@ -15707,9 +15883,9 @@ ], "support": { "issues": "https://github.com/minkphp/MinkSelenium2Driver/issues", - "source": "https://github.com/minkphp/MinkSelenium2Driver/tree/v1.5.0" + "source": "https://github.com/minkphp/MinkSelenium2Driver/tree/v1.6.0" }, - "time": "2021-10-12T16:01:47+00:00" + "time": "2022-03-28T14:55:17+00:00" }, { "name": "composer/ca-bundle", @@ -16782,7 +16958,7 @@ }, { "name": "drupal/core-dev", - "version": "9.2.16", + "version": "9.2.18", "source": { "type": "git", "url": "https://github.com/drupal/core-dev.git", @@ -16828,7 +17004,7 @@ ], "description": "require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.", "support": { - "source": "https://github.com/drupal/core-dev/tree/9.2.16" + "source": "https://github.com/drupal/core-dev/tree/9.2.18" }, "time": "2021-06-01T16:41:50+00:00" }, @@ -16972,8 +17148,8 @@ "dev-5.x": "5.x-dev" }, "drupal": { - "version": "8.x-5.1+2-dev", - "datestamp": "1644356540", + "version": "8.x-5.1+3-dev", + "datestamp": "1650661352", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -17336,16 +17512,16 @@ }, { "name": "instaclick/php-webdriver", - "version": "1.4.10", + "version": "1.4.14", "source": { "type": "git", "url": "https://github.com/instaclick/php-webdriver.git", - "reference": "6bc1f44cf23031e68c326cd61e14ec32486f241b" + "reference": "200b8df772b74d604bebf25ef42ad6f8ee6380a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/6bc1f44cf23031e68c326cd61e14ec32486f241b", - "reference": "6bc1f44cf23031e68c326cd61e14ec32486f241b", + "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/200b8df772b74d604bebf25ef42ad6f8ee6380a9", + "reference": "200b8df772b74d604bebf25ef42ad6f8ee6380a9", "shasum": "" }, "require": { @@ -17353,8 +17529,8 @@ "php": ">=5.3.2" }, "require-dev": { - "phpunit/phpunit": "^4.8", - "satooshi/php-coveralls": "^1.0||^2.0" + "phpunit/phpunit": "^8.5 || ^9.5", + "satooshi/php-coveralls": "^1.0 || ^2.0" }, "type": "library", "extra": { @@ -17393,9 +17569,9 @@ ], "support": { "issues": "https://github.com/instaclick/php-webdriver/issues", - "source": "https://github.com/instaclick/php-webdriver/tree/1.4.10" + "source": "https://github.com/instaclick/php-webdriver/tree/1.4.14" }, - "time": "2021-10-14T03:25:34+00:00" + "time": "2022-04-19T02:06:59+00:00" }, { "name": "jean85/pretty-package-versions", @@ -17458,16 +17634,16 @@ }, { "name": "justinrainbow/json-schema", - "version": "5.2.11", + "version": "5.2.12", "source": { "type": "git", "url": "https://github.com/justinrainbow/json-schema.git", - "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa" + "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ab6744b7296ded80f8cc4f9509abbff393399aa", - "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa", + "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", + "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", "shasum": "" }, "require": { @@ -17522,9 +17698,9 @@ ], "support": { "issues": "https://github.com/justinrainbow/json-schema/issues", - "source": "https://github.com/justinrainbow/json-schema/tree/5.2.11" + "source": "https://github.com/justinrainbow/json-schema/tree/5.2.12" }, - "time": "2021-07-22T09:24:00+00:00" + "time": "2022-04-13T08:02:27+00:00" }, { "name": "kint-php/kint", @@ -18073,16 +18249,16 @@ }, { "name": "phpdocumentor/type-resolver", - "version": "1.6.0", + "version": "1.6.1", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706" + "reference": "77a32518733312af16a44300404e945338981de3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/93ebd0014cab80c4ea9f5e297ea48672f1b87706", - "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/77a32518733312af16a44300404e945338981de3", + "reference": "77a32518733312af16a44300404e945338981de3", "shasum": "" }, "require": { @@ -18117,9 +18293,9 @@ "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "support": { "issues": "https://github.com/phpDocumentor/TypeResolver/issues", - "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.0" + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.1" }, - "time": "2022-01-04T19:58:01+00:00" + "time": "2022-03-15T21:29:03+00:00" }, { "name": "phpspec/prophecy", @@ -18190,35 +18366,30 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.2.0", + "version": "1.4.4", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "dbc093d7af60eff5cd575d2ed761b15ed40bd08e" + "reference": "d8e9fd97ca11f2f24fc1aafbcfb1f78bce762267" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/dbc093d7af60eff5cd575d2ed761b15ed40bd08e", - "reference": "dbc093d7af60eff5cd575d2ed761b15ed40bd08e", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/d8e9fd97ca11f2f24fc1aafbcfb1f78bce762267", + "reference": "d8e9fd97ca11f2f24fc1aafbcfb1f78bce762267", "shasum": "" }, "require": { - "php": "^7.1 || ^8.0" + "php": "^7.2 || ^8.0" }, "require-dev": { "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^1.0", + "phpstan/phpstan": "^1.5", "phpstan/phpstan-strict-rules": "^1.0", "phpunit/phpunit": "^9.5", "symfony/process": "^5.2" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, "autoload": { "psr-4": { "PHPStan\\PhpDocParser\\": [ @@ -18233,9 +18404,9 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.2.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.4.4" }, - "time": "2021-09-16T20:46:02+00:00" + "time": "2022-04-14T12:24:06+00:00" }, { "name": "phpunit/php-code-coverage", @@ -18536,16 +18707,16 @@ }, { "name": "phpunit/phpunit", - "version": "8.5.25", + "version": "8.5.26", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "9ff23f4dfde040ccd3b8db876192d1184b934158" + "reference": "ef117c59fc4c54a979021b26d08a3373e386606d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9ff23f4dfde040ccd3b8db876192d1184b934158", - "reference": "9ff23f4dfde040ccd3b8db876192d1184b934158", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ef117c59fc4c54a979021b26d08a3373e386606d", + "reference": "ef117c59fc4c54a979021b26d08a3373e386606d", "shasum": "" }, "require": { @@ -18617,7 +18788,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.25" + "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.26" }, "funding": [ { @@ -18629,7 +18800,7 @@ "type": "github" } ], - "time": "2022-03-16T16:24:13+00:00" + "time": "2022-04-01T12:34:39+00:00" }, { "name": "previousnext/phpunit-finder", @@ -19491,23 +19662,24 @@ }, { "name": "seld/jsonlint", - "version": "1.8.3", + "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/Seldaek/jsonlint.git", - "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57" + "reference": "4211420d25eba80712bff236a98960ef68b866b7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57", - "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57", + "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/4211420d25eba80712bff236a98960ef68b866b7", + "reference": "4211420d25eba80712bff236a98960ef68b866b7", "shasum": "" }, "require": { "php": "^5.3 || ^7.0 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" + "phpstan/phpstan": "^1.5", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13" }, "bin": [ "bin/jsonlint" @@ -19538,7 +19710,7 @@ ], "support": { "issues": "https://github.com/Seldaek/jsonlint/issues", - "source": "https://github.com/Seldaek/jsonlint/tree/1.8.3" + "source": "https://github.com/Seldaek/jsonlint/tree/1.9.0" }, "funding": [ { @@ -19550,7 +19722,7 @@ "type": "tidelift" } ], - "time": "2020-11-11T09:19:24+00:00" + "time": "2022-04-01T13:37:23+00:00" }, { "name": "seld/phar-utils", @@ -19655,32 +19827,32 @@ }, { "name": "slevomat/coding-standard", - "version": "7.0.19", + "version": "7.1", "source": { "type": "git", "url": "https://github.com/slevomat/coding-standard.git", - "reference": "bef66a43815bbf9b5f49775e9ded3f7c6ba0cc37" + "reference": "b521bd358b5f7a7d69e9637fd139e036d8adeb6f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/bef66a43815bbf9b5f49775e9ded3f7c6ba0cc37", - "reference": "bef66a43815bbf9b5f49775e9ded3f7c6ba0cc37", + "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/b521bd358b5f7a7d69e9637fd139e036d8adeb6f", + "reference": "b521bd358b5f7a7d69e9637fd139e036d8adeb6f", "shasum": "" }, "require": { "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7", - "php": "^7.1 || ^8.0", - "phpstan/phpdoc-parser": "^1.0.0", + "php": "^7.2 || ^8.0", + "phpstan/phpdoc-parser": "^1.4.1", "squizlabs/php_codesniffer": "^3.6.2" }, "require-dev": { "phing/phing": "2.17.2", "php-parallel-lint/php-parallel-lint": "1.3.2", - "phpstan/phpstan": "1.4.6", + "phpstan/phpstan": "1.4.10|1.5.2", "phpstan/phpstan-deprecation-rules": "1.0.0", - "phpstan/phpstan-phpunit": "1.0.0", + "phpstan/phpstan-phpunit": "1.0.0|1.1.0", "phpstan/phpstan-strict-rules": "1.1.0", - "phpunit/phpunit": "7.5.20|8.5.21|9.5.16" + "phpunit/phpunit": "7.5.20|8.5.21|9.5.19" }, "type": "phpcodesniffer-standard", "extra": { @@ -19700,7 +19872,7 @@ "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.", "support": { "issues": "https://github.com/slevomat/coding-standard/issues", - "source": "https://github.com/slevomat/coding-standard/tree/7.0.19" + "source": "https://github.com/slevomat/coding-standard/tree/7.1" }, "funding": [ { @@ -19712,7 +19884,7 @@ "type": "tidelift" } ], - "time": "2022-03-01T18:01:41+00:00" + "time": "2022-03-29T12:44:16+00:00" }, { "name": "squizlabs/php_codesniffer", @@ -19844,16 +20016,16 @@ }, { "name": "symfony/lock", - "version": "v4.4.38", + "version": "v4.4.40", "source": { "type": "git", "url": "https://github.com/symfony/lock.git", - "reference": "46c56527b2e98cfdbc5b39a1566029cbe73c9e3f" + "reference": "ec23fb51d9b531f7fcd2279afe5b474e624c2445" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/lock/zipball/46c56527b2e98cfdbc5b39a1566029cbe73c9e3f", - "reference": "46c56527b2e98cfdbc5b39a1566029cbe73c9e3f", + "url": "https://api.github.com/repos/symfony/lock/zipball/ec23fb51d9b531f7fcd2279afe5b474e624c2445", + "reference": "ec23fb51d9b531f7fcd2279afe5b474e624c2445", "shasum": "" }, "require": { @@ -19902,7 +20074,7 @@ "semaphore" ], "support": { - "source": "https://github.com/symfony/lock/tree/v4.4.38" + "source": "https://github.com/symfony/lock/tree/v4.4.40" }, "funding": [ { @@ -19918,20 +20090,20 @@ "type": "tidelift" } ], - "time": "2022-02-11T16:01:04+00:00" + "time": "2022-03-22T11:09:53+00:00" }, { "name": "symfony/phpunit-bridge", - "version": "v5.4.3", + "version": "v5.4.7", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "216b07b05644607c81afd89a208e52641c1ce6b8" + "reference": "31977d36f253607e1fc4e1fb54df18bd9f1e4348" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/216b07b05644607c81afd89a208e52641c1ce6b8", - "reference": "216b07b05644607c81afd89a208e52641c1ce6b8", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/31977d36f253607e1fc4e1fb54df18bd9f1e4348", + "reference": "31977d36f253607e1fc4e1fb54df18bd9f1e4348", "shasum": "" }, "require": { @@ -19985,7 +20157,7 @@ "description": "Provides utilities for PHPUnit, especially user deprecation notices management", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.3" + "source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.7" }, "funding": [ { @@ -20001,7 +20173,7 @@ "type": "tidelift" } ], - "time": "2022-01-26T16:28:35+00:00" + "time": "2022-03-06T11:25:32+00:00" }, { "name": "theseer/tokenizer", @@ -20057,6 +20229,7 @@ "aliases": [], "minimum-stability": "dev", "stability-flags": { + "drupal/block_field": 5, "drupal/config_readonly": 10, "drupal/date_facet_drilldown": 20, "drupal/facets_pretty_paths": 10, diff --git a/config/attorneygeneralni/config/block.block.exposedformpublications_searchpublication_search_page.yml b/config/attorneygeneralni/config/block.block.exposedformpublications_searchpublication_search_page.yml new file mode 100644 index 0000000000..8586071d12 --- /dev/null +++ b/config/attorneygeneralni/config/block.block.exposedformpublications_searchpublication_search_page.yml @@ -0,0 +1,28 @@ +uuid: d6cc5a09-f0e2-40b1-bd3d-c1044372c86f +langcode: en +status: true +dependencies: + config: + - views.view.publications_search + module: + - system + - views + theme: + - attorneygeneralni_theme +id: exposedformpublications_searchpublication_search_page +theme: attorneygeneralni_theme +region: search_facets +weight: -6 +provider: null +plugin: 'views_exposed_filter_block:publications_search-publication_search_page' +settings: + id: 'views_exposed_filter_block:publications_search-publication_search_page' + label: '' + provider: views + label_display: '0' + views_label: '' +visibility: + request_path: + id: request_path + pages: "/publications\r\n/publications/date/*\r\n/publications/type/*\r\n" + negate: false diff --git a/config/attorneygeneralni/config/block.block.pagetitle.yml b/config/attorneygeneralni/config/block.block.pagetitle.yml index 53a42737b2..48245c8c17 100644 --- a/config/attorneygeneralni/config/block.block.pagetitle.yml +++ b/config/attorneygeneralni/config/block.block.pagetitle.yml @@ -20,5 +20,5 @@ settings: visibility: request_path: id: request_path - pages: "/search\r\n/news-search\r\n/news-search/date/*\r\n/node/*/revisions/view/*" + pages: "/search\r\n/news-search\r\n/news-search/date/*\r\n/node/*/revisions/view/*\r\n/publications\r\n/publications/date/*\r\n/publications/type/*\r\n" negate: true diff --git a/config/attorneygeneralni/config/block.block.publications_date.yml b/config/attorneygeneralni/config/block.block.publications_date.yml new file mode 100644 index 0000000000..69835eda45 --- /dev/null +++ b/config/attorneygeneralni/config/block.block.publications_date.yml @@ -0,0 +1,28 @@ +uuid: 5ae330cb-7561-4be4-a98b-0c49a1fd6c17 +langcode: en +status: true +dependencies: + config: + - facets.facet.published_date_publications + module: + - facets + - system + theme: + - attorneygeneralni_theme +id: publications_date +theme: attorneygeneralni_theme +region: search_facets +weight: 0 +provider: null +plugin: 'facet_block:published_date_publications' +settings: + id: 'facet_block:published_date_publications' + label: Date + provider: facets + label_display: visible + block_id: publications_date +visibility: + request_path: + id: request_path + pages: "/publications\r\n/publications/date/*\r\n/publications/type/*" + negate: false diff --git a/config/attorneygeneralni/config/block.block.publicationtype.yml b/config/attorneygeneralni/config/block.block.publicationtype.yml new file mode 100644 index 0000000000..ba5b47b84a --- /dev/null +++ b/config/attorneygeneralni/config/block.block.publicationtype.yml @@ -0,0 +1,28 @@ +uuid: 7038ea65-a699-41e9-8177-b889b055d713 +langcode: en +status: true +dependencies: + config: + - facets.facet.publication_type + module: + - facets + - system + theme: + - attorneygeneralni_theme +id: publicationtype +theme: attorneygeneralni_theme +region: search_facets +weight: 0 +provider: null +plugin: 'facet_block:publication_type' +settings: + id: 'facet_block:publication_type' + label: Type + provider: facets + label_display: visible + block_id: publicationtype +visibility: + request_path: + id: request_path + pages: "/publications\r\n/publications/date/*\r\n/publications/type/*" + negate: false diff --git a/config/attorneygeneralni/config/block.block.publisheddate.yml b/config/attorneygeneralni/config/block.block.publisheddate.yml index 88a6378e43..04675f9b57 100644 --- a/config/attorneygeneralni/config/block.block.publisheddate.yml +++ b/config/attorneygeneralni/config/block.block.publisheddate.yml @@ -12,12 +12,12 @@ dependencies: id: publisheddate theme: attorneygeneralni_theme region: search_facets -weight: -4 +weight: -3 provider: null plugin: 'facet_block:published_date' settings: id: 'facet_block:published_date' - label: 'Published date' + label: Date provider: facets label_display: visible block_id: publisheddate diff --git a/config/attorneygeneralni/config/block.block.sitebranding.yml b/config/attorneygeneralni/config/block.block.sitebranding.yml index 5271ab4223..8d7dc0f103 100644 --- a/config/attorneygeneralni/config/block.block.sitebranding.yml +++ b/config/attorneygeneralni/config/block.block.sitebranding.yml @@ -9,7 +9,7 @@ dependencies: id: sitebranding theme: attorneygeneralni_theme region: header -weight: -6 +weight: 0 provider: null plugin: system_branding_block settings: diff --git a/config/attorneygeneralni/config/block.block.views_block__latest_news_latest_news_list.yml b/config/attorneygeneralni/config/block.block.views_block__latest_news_latest_news_list.yml deleted file mode 100644 index edbd45e09f..0000000000 --- a/config/attorneygeneralni/config/block.block.views_block__latest_news_latest_news_list.yml +++ /dev/null @@ -1,30 +0,0 @@ -uuid: 35e8eda7-da2b-4807-b86e-aa2ac91404c2 -langcode: en -status: true -dependencies: - config: - - views.view.latest_news - module: - - system - - views - theme: - - attorneygeneralni_theme -id: views_block__latest_news_latest_news_list -theme: attorneygeneralni_theme -region: sidebar_second -weight: 0 -provider: null -plugin: 'views_block:latest_news-latest_news_list' -settings: - id: 'views_block:latest_news-latest_news_list' - label: '' - provider: views - label_display: visible - views_label: '' - items_per_page: none - context_mapping: { } -visibility: - request_path: - id: request_path - pages: '/news/*' - negate: false diff --git a/config/attorneygeneralni/config/core.entity_form_display.node.news.default.yml b/config/attorneygeneralni/config/core.entity_form_display.node.news.default.yml index fac4bb809e..61613f06b0 100644 --- a/config/attorneygeneralni/config/core.entity_form_display.node.news.default.yml +++ b/config/attorneygeneralni/config/core.entity_form_display.node.news.default.yml @@ -26,7 +26,7 @@ bundle: news mode: default content: body: - weight: 9 + weight: 6 type: text_textarea_with_summary settings: rows: 9 @@ -43,13 +43,13 @@ content: third_party_settings: { } field_meta_tags: type: metatag_firehose - weight: 14 + weight: 15 region: content settings: sidebar: true third_party_settings: { } field_photo: - weight: 8 + weight: 5 type: media_library_widget settings: media_types: { } @@ -58,13 +58,13 @@ content: show_edit: '1' region: content field_published_date: - weight: 4 + weight: 3 type: datetime_default settings: { } third_party_settings: { } region: content field_teaser: - weight: 6 + weight: 4 type: string_textfield settings: size: 120 @@ -85,13 +85,13 @@ content: third_party_settings: { } moderation_state: type: moderation_state_default - weight: 12 + weight: 8 settings: { } region: content third_party_settings: { } path: type: path - weight: 10 + weight: 6 region: content settings: { } third_party_settings: { } @@ -99,21 +99,21 @@ content: type: boolean_checkbox settings: display_label: true - weight: 5 + weight: 4 region: content third_party_settings: { } status: type: boolean_checkbox settings: display_label: true - weight: 13 + weight: 9 region: content third_party_settings: { } sticky: type: boolean_checkbox settings: display_label: true - weight: 7 + weight: 5 region: content third_party_settings: { } title: @@ -135,7 +135,7 @@ content: region: content third_party_settings: { } url_redirects: - weight: 11 + weight: 7 region: content settings: { } third_party_settings: { } diff --git a/config/attorneygeneralni/config/core.entity_form_display.node.publication.default.yml b/config/attorneygeneralni/config/core.entity_form_display.node.publication.default.yml index a325eb4959..6d14adea40 100644 --- a/config/attorneygeneralni/config/core.entity_form_display.node.publication.default.yml +++ b/config/attorneygeneralni/config/core.entity_form_display.node.publication.default.yml @@ -6,7 +6,6 @@ dependencies: - field.field.node.publication.body - field.field.node.publication.field_attachment - field.field.node.publication.field_meta_tags - - field.field.node.publication.field_photo - field.field.node.publication.field_publication_type - field.field.node.publication.field_published_date - node.type.publication @@ -58,15 +57,6 @@ content: third_party_settings: { } type: metatag_firehose region: content - field_photo: - weight: 14 - settings: - media_types: { } - third_party_settings: - media_library_edit: - show_edit: '1' - type: media_library_widget - region: content field_publication_type: weight: 10 settings: { } diff --git a/config/attorneygeneralni/config/core.entity_view_display.node.news.default.yml b/config/attorneygeneralni/config/core.entity_view_display.node.news.default.yml index 9bbbb352bc..26b7a1d7c6 100644 --- a/config/attorneygeneralni/config/core.entity_view_display.node.news.default.yml +++ b/config/attorneygeneralni/config/core.entity_view_display.node.news.default.yml @@ -31,14 +31,14 @@ content: weight: 1 label: hidden settings: - view_mode: article_float + view_mode: landscape_float link: false third_party_settings: { } type: entity_reference_entity_view region: content field_published_date: weight: 0 - label: hidden + label: inline settings: timezone_override: '' format_type: unity_date diff --git a/config/attorneygeneralni/config/core.entity_view_display.node.publication.default.yml b/config/attorneygeneralni/config/core.entity_view_display.node.publication.default.yml index 9c852e3162..9502df06bd 100644 --- a/config/attorneygeneralni/config/core.entity_view_display.node.publication.default.yml +++ b/config/attorneygeneralni/config/core.entity_view_display.node.publication.default.yml @@ -6,7 +6,6 @@ dependencies: - field.field.node.publication.body - field.field.node.publication.field_attachment - field.field.node.publication.field_meta_tags - - field.field.node.publication.field_photo - field.field.node.publication.field_publication_type - field.field.node.publication.field_published_date - node.type.publication @@ -37,18 +36,9 @@ content: third_party_settings: { } type: entity_reference_entity_view region: content - field_photo: - weight: 3 - label: hidden - settings: - view_mode: portrait_float - link: false - third_party_settings: { } - type: entity_reference_entity_view - region: content field_published_date: weight: 0 - label: inline + label: hidden settings: timezone_override: '' format_type: unity_date diff --git a/config/attorneygeneralni/config/core.entity_view_display.node.publication.diff.yml b/config/attorneygeneralni/config/core.entity_view_display.node.publication.diff.yml index edf54ab7ca..0ad21bcddb 100644 --- a/config/attorneygeneralni/config/core.entity_view_display.node.publication.diff.yml +++ b/config/attorneygeneralni/config/core.entity_view_display.node.publication.diff.yml @@ -7,7 +7,6 @@ dependencies: - field.field.node.publication.body - field.field.node.publication.field_attachment - field.field.node.publication.field_meta_tags - - field.field.node.publication.field_photo - field.field.node.publication.field_publication_type - field.field.node.publication.field_published_date - node.type.publication @@ -72,15 +71,6 @@ content: label: inline settings: { } third_party_settings: { } - field_photo: - type: entity_reference_entity_view - weight: 4 - region: content - label: hidden - settings: - view_mode: portrait_float - link: false - third_party_settings: { } field_publication_type: type: entity_reference_label weight: 6 diff --git a/config/attorneygeneralni/config/core.entity_view_display.node.publication.search_index.yml b/config/attorneygeneralni/config/core.entity_view_display.node.publication.search_index.yml new file mode 100644 index 0000000000..0e3c9540be --- /dev/null +++ b/config/attorneygeneralni/config/core.entity_view_display.node.publication.search_index.yml @@ -0,0 +1,45 @@ +uuid: 8382d9f3-5686-411e-95f4-4d1d4ba258d0 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.search_index + - field.field.node.publication.body + - field.field.node.publication.field_attachment + - field.field.node.publication.field_meta_tags + - field.field.node.publication.field_publication_type + - field.field.node.publication.field_published_date + - node.type.publication + module: + - datetime + - layout_builder + - user +third_party_settings: + layout_builder: + allow_custom: false + enabled: false +_core: + default_config_hash: dGe_U65t-a-PtVI1RO755kulh2XfPgvblOXVKquzmyU +id: node.publication.search_index +targetEntityType: node +bundle: publication +mode: search_index +content: + field_published_date: + weight: 0 + label: inline + settings: + timezone_override: '' + format_type: unity_date + third_party_settings: { } + type: datetime_default + region: content +hidden: + body: true + content_moderation_control: true + field_attachment: true + field_meta_tags: true + field_publication_type: true + langcode: true + links: true + search_api_excerpt: true diff --git a/config/attorneygeneralni/config/core.entity_view_display.node.publication.teaser.yml b/config/attorneygeneralni/config/core.entity_view_display.node.publication.teaser.yml index a26eac6fcf..8e3824686b 100644 --- a/config/attorneygeneralni/config/core.entity_view_display.node.publication.teaser.yml +++ b/config/attorneygeneralni/config/core.entity_view_display.node.publication.teaser.yml @@ -7,7 +7,6 @@ dependencies: - field.field.node.publication.body - field.field.node.publication.field_attachment - field.field.node.publication.field_meta_tags - - field.field.node.publication.field_photo - field.field.node.publication.field_publication_type - field.field.node.publication.field_published_date - node.type.publication @@ -35,7 +34,6 @@ hidden: content_moderation_control: true field_attachment: true field_meta_tags: true - field_photo: true field_publication_type: true langcode: true links: true diff --git a/config/attorneygeneralni/config/facets.facet.publication_type.yml b/config/attorneygeneralni/config/facets.facet.publication_type.yml new file mode 100644 index 0000000000..ecbfcca1ca --- /dev/null +++ b/config/attorneygeneralni/config/facets.facet.publication_type.yml @@ -0,0 +1,67 @@ +uuid: 2e8b1a61-f249-4f6a-acc0-31b72a5e16d8 +langcode: en +status: true +dependencies: + config: + - search_api.index.publications + - views.view.publications_search + module: + - facets_pretty_paths + - search_api +third_party_settings: + facets_pretty_paths: + coder: default_coder +id: publication_type +name: 'Publication type' +url_alias: type +weight: 0 +min_count: 1 +show_only_one_result: false +field_identifier: field_publication_type +facet_source_id: 'search_api:views_page__publications_search__publication_search_page' +widget: + type: links + config: + show_numbers: true + soft_limit: 20 + soft_limit_settings: + show_less_label: 'Show less' + show_more_label: 'Show more' + show_reset_link: false + reset_text: 'Show all' + hide_reset_when_no_selection: false +query_operator: and +use_hierarchy: false +keep_hierarchy_parents_active: false +expand_hierarchy: false +enable_parent_when_child_gets_disabled: true +hard_limit: 0 +exclude: false +only_visible_when_facet_source_is_visible: true +processor_configs: + active_widget_order: + processor_id: active_widget_order + weights: + sort: 20 + settings: + sort: ASC + raw_value_widget_order: + processor_id: raw_value_widget_order + weights: + sort: 50 + settings: + sort: DESC + translate_entity: + processor_id: translate_entity + weights: + build: 5 + settings: { } + url_processor_handler: + processor_id: url_processor_handler + weights: + pre_query: 50 + build: 15 + settings: { } +empty_behavior: + behavior: none +show_title: false diff --git a/config/attorneygeneralni/config/facets.facet.published_date_publications.yml b/config/attorneygeneralni/config/facets.facet.published_date_publications.yml new file mode 100644 index 0000000000..f728e0cbca --- /dev/null +++ b/config/attorneygeneralni/config/facets.facet.published_date_publications.yml @@ -0,0 +1,75 @@ +uuid: 57012990-0c23-48e4-af3d-6101bd423a57 +langcode: en +status: true +dependencies: + config: + - search_api.index.publications + - views.view.publications_search + module: + - facets_pretty_paths + - search_api +third_party_settings: + facets_pretty_paths: + coder: default_coder +id: published_date_publications +name: 'Published date' +url_alias: date +weight: 0 +min_count: 1 +show_only_one_result: false +field_identifier: field_published_date +facet_source_id: 'search_api:views_page__publications_search__publication_search_page' +widget: + type: links + config: + show_numbers: true + soft_limit: 20 + soft_limit_settings: + show_less_label: 'Show less' + show_more_label: 'Show more' + show_reset_link: false + reset_text: 'Show all' + hide_reset_when_no_selection: false +query_operator: and +use_hierarchy: false +keep_hierarchy_parents_active: false +expand_hierarchy: false +enable_parent_when_child_gets_disabled: true +hard_limit: 0 +exclude: false +only_visible_when_facet_source_is_visible: true +processor_configs: + active_widget_order: + processor_id: active_widget_order + weights: + sort: 20 + settings: + sort: ASC + date_facet_drilldown: + processor_id: date_facet_drilldown + weights: + build: 1 + settings: { } + date_item: + processor_id: date_item + weights: + build: 35 + settings: + date_display: actual_date + granularity: 6 + date_format: '' + raw_value_widget_order: + processor_id: raw_value_widget_order + weights: + sort: 50 + settings: + sort: DESC + url_processor_handler: + processor_id: url_processor_handler + weights: + pre_query: 50 + build: 15 + settings: { } +empty_behavior: + behavior: none +show_title: false diff --git a/config/attorneygeneralni/config/facets.facet_source.search_api__views_page__publications_search__publication_search_page.yml b/config/attorneygeneralni/config/facets.facet_source.search_api__views_page__publications_search__publication_search_page.yml new file mode 100644 index 0000000000..b7e3b03eb4 --- /dev/null +++ b/config/attorneygeneralni/config/facets.facet_source.search_api__views_page__publications_search__publication_search_page.yml @@ -0,0 +1,12 @@ +uuid: 04ab2a34-0570-4cd3-9936-de309beb3b29 +langcode: en +status: true +dependencies: { } +id: search_api__views_page__publications_search__publication_search_page +name: 'search_api:views_page__publications_search__publication_search_page' +filter_key: '' +url_processor: facets_pretty_paths +breadcrumb: + active: true + before: false + group: false diff --git a/config/attorneygeneralni/config/facets_summary.facets_summary.publications_summary.yml b/config/attorneygeneralni/config/facets_summary.facets_summary.publications_summary.yml new file mode 100644 index 0000000000..19f4dadea0 --- /dev/null +++ b/config/attorneygeneralni/config/facets_summary.facets_summary.publications_summary.yml @@ -0,0 +1,31 @@ +uuid: 1902b241-6550-45ff-b123-69936b38e24a +langcode: en +status: true +dependencies: + config: + - search_api.index.publications + - views.view.publications_search + module: + - search_api +id: publications_summary +name: 'Publications summary' +facets: + publication_type: + checked: true + label: 'Publication type' + separator: ', ' + weight: 0 + show_count: false + published_date_publications: + checked: true + label: 'Published date' + separator: ', ' + weight: 0 + show_count: false +facet_source_id: 'search_api:views_page__publications_search__publication_search_page' +processor_configs: + hide_when_not_rendered: + processor_id: hide_when_not_rendered + weights: + build: '45' + settings: { } diff --git a/config/attorneygeneralni/config/field.field.node.publication.field_photo.yml b/config/attorneygeneralni/config/field.field.node.publication.field_photo.yml deleted file mode 100644 index 7379b0c276..0000000000 --- a/config/attorneygeneralni/config/field.field.node.publication.field_photo.yml +++ /dev/null @@ -1,31 +0,0 @@ -uuid: 46614da2-f1bc-4b8f-9c89-e12d00ea4a06 -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_photo - - media.type.image - - node.type.publication -_core: - default_config_hash: JSUeqG61vvfFndaAvjT2TM4ZMF4eN1KeupJuWH6OSZk -id: node.publication.field_photo -field_name: field_photo -entity_type: node -bundle: publication -label: Photo -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: - handler: 'default:media' - handler_settings: - target_bundles: - image: image - sort: - field: _none - direction: ASC - auto_create: false - auto_create_bundle: '' -field_type: entity_reference diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/language.content_settings.node.publication.yml b/config/attorneygeneralni/config/language.content_settings.node.publication.yml similarity index 83% rename from web/profiles/unity/nicsdru_unity_profile/config/install/language.content_settings.node.publication.yml rename to config/attorneygeneralni/config/language.content_settings.node.publication.yml index 25ab7af033..64e380dc9c 100644 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/language.content_settings.node.publication.yml +++ b/config/attorneygeneralni/config/language.content_settings.node.publication.yml @@ -1,3 +1,4 @@ +uuid: a3a8b68d-a2a3-492d-ae72-1caf7cfba110 langcode: en status: true dependencies: diff --git a/config/attorneygeneralni/config/language.negotiation.yml b/config/attorneygeneralni/config/language.negotiation.yml index 22d932d848..afcf540df4 100644 --- a/config/attorneygeneralni/config/language.negotiation.yml +++ b/config/attorneygeneralni/config/language.negotiation.yml @@ -4,6 +4,7 @@ url: source: path_prefix prefixes: en: '' + '': null domains: en: '' selected_langcode: site_default diff --git a/config/attorneygeneralni/config/node.type.publication.yml b/config/attorneygeneralni/config/node.type.publication.yml index 9d797694f6..4da7f31fe6 100644 --- a/config/attorneygeneralni/config/node.type.publication.yml +++ b/config/attorneygeneralni/config/node.type.publication.yml @@ -7,9 +7,8 @@ dependencies: - origins_toc third_party_settings: menu_ui: - available_menus: - - main - parent: 'main:' + available_menus: { } + parent: '' origins_toc: toc_enable: 0 toc_title: 'Table of contents' diff --git a/config/attorneygeneralni/config/search_api.index.publications.yml b/config/attorneygeneralni/config/search_api.index.publications.yml new file mode 100644 index 0000000000..749fb8974b --- /dev/null +++ b/config/attorneygeneralni/config/search_api.index.publications.yml @@ -0,0 +1,172 @@ +uuid: b436a571-61e7-4c13-b3b5-bdc4775abcef +langcode: en +status: true +dependencies: + module: + - search_api_solr + - node + - search_api + config: + - field.storage.node.body + - field.storage.node.field_publication_type + - field.storage.node.field_published_date + - search_api.server.solr_default +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 + regex: + slop: 0.5 + pattern: blank + maxAnalyzedChars: 10000 + usePhraseHighlighter: true + highlightMultiTerm: true + preserveMulti: false + highlight: + mergeContiguous: false + requireFieldMatch: false + snippets: 3 + fragsize: 0 + mlt: + mintf: 1 + mindf: 1 + maxdf: 0 + maxdfpct: 0 + minwl: 0 + maxwl: 0 + maxqt: 100 + maxntp: 2000 + boost: false + interestingTerms: none + term_modifiers: + slop: 3 + fuzzy: 1 + advanced: + index_prefix: '' + collection: '' + timezone: '' +id: publications +name: Publications +description: '' +read_only: false +field_settings: + body: + label: Body + datasource_id: 'entity:node' + property_path: body + type: text + dependencies: + config: + - field.storage.node.body + field_publication_type: + label: 'Publication type' + datasource_id: 'entity:node' + property_path: field_publication_type + type: integer + dependencies: + config: + - field.storage.node.field_publication_type + field_published_date: + label: 'Published date' + datasource_id: 'entity:node' + property_path: field_published_date + type: date + dependencies: + config: + - field.storage.node.field_published_date + langcode: + label: Language + datasource_id: 'entity:node' + property_path: langcode + type: string + dependencies: + module: + - node + spelling: + label: Spelling + property_path: aggregated_field + type: solr_text_spellcheck + configuration: + type: union + fields: + - 'entity:node/title' + title: + label: Title + datasource_id: 'entity:node' + property_path: title + type: text + boost: !!float 3 + dependencies: + module: + - node + title_fulltext: + label: 'Title fulltext' + property_path: aggregated_field + type: text + boost: !!float 13 + configuration: + type: union + fields: + - 'entity:node/body' + - 'entity:node/title' +datasource_settings: + 'entity:node': + bundles: + default: false + selected: + - publication + languages: + default: true + selected: { } +processor_settings: + add_url: { } + aggregated_field: { } + entity_status: { } + highlight: + highlight: always + highlight_partial: false + excerpt: true + excerpt_length: 256 + exclude_fields: { } + prefix: '' + suffix: '' + weights: + postprocess_query: 0 + html_filter: + all_fields: true + fields: + - body + - langcode + - spelling + - title + - title_fulltext + title: false + alt: true + tags: + b: 2 + h1: 5 + h2: 3 + h3: 2 + strong: 2 + weights: + preprocess_index: -15 + preprocess_query: -15 + language_with_fallback: { } + rendered_item: { } + solr_date_range: + weights: + preprocess_index: 0 +tracker_settings: + default: + indexing_order: fifo +options: + index_directly: true + cron_limit: 50 +server: solr_default diff --git a/config/attorneygeneralni/config/search_api_autocomplete.search.publications_search.yml b/config/attorneygeneralni/config/search_api_autocomplete.search.publications_search.yml new file mode 100644 index 0000000000..9a5cf17469 --- /dev/null +++ b/config/attorneygeneralni/config/search_api_autocomplete.search.publications_search.yml @@ -0,0 +1,25 @@ +uuid: e37dcae8-1511-4f35-baa9-e4afc365600f +langcode: en +status: true +dependencies: + config: + - search_api.index.publications + - views.view.publications_search + module: + - views + - search_api_autocomplete +id: publications_search +label: 'Publications search' +index_id: publications +suggester_settings: + live_results: + fields: { } + view_modes: { } +suggester_weights: { } +suggester_limits: { } +search_settings: + 'views:publications_search': + displays: + default: true + selected: { } +options: { } diff --git a/config/attorneygeneralni/config/system.site.yml b/config/attorneygeneralni/config/system.site.yml index a87d2e7b5e..973fa2619b 100644 --- a/config/attorneygeneralni/config/system.site.yml +++ b/config/attorneygeneralni/config/system.site.yml @@ -12,5 +12,5 @@ default_langcode: en _core: default_config_hash: IqFDJOUXgoqYSm39bzsb0BVMDSkw3b4-KD4YSUgMw7U uuid: 9ee61300-5049-4c8e-acfd-76c3da9a4999 -frontpage_title: 'Welcome to Attorney General for Northern Ireland' -frontpage_show_title: 0 +frontpage_title: Welcome +frontpage_show_title: 1 diff --git a/config/attorneygeneralni/config/views.view.latest_news.yml b/config/attorneygeneralni/config/views.view.latest_news.yml deleted file mode 100644 index 959a15948f..0000000000 --- a/config/attorneygeneralni/config/views.view.latest_news.yml +++ /dev/null @@ -1,468 +0,0 @@ -uuid: 09cfafbc-a236-4ba1-b126-6414c34fad18 -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.teaser - - field.storage.node.field_published_date - - node.type.news - module: - - datetime - - node - - user - - views_custom_cache_tag -id: latest_news -label: 'Latest news' -module: views -description: '' -tag: '' -base_table: node_field_data -base_field: nid -display: - default: - display_plugin: default - id: default - display_title: Master - position: 0 - display_options: - access: - type: perm - options: - perm: 'access content' - cache: - type: custom_tag - options: - custom_tag: 'handy_cache_tags:node:news' - query: - type: views_query - options: - disable_sql_rewrite: false - distinct: false - replica: false - query_comment: '' - query_tags: { } - exposed_form: - type: basic - options: - submit_button: Apply - reset_button: false - reset_button_label: Reset - exposed_sorts_label: 'Sort by' - expose_sort_order: true - sort_asc_label: Asc - sort_desc_label: Desc - pager: - type: some - options: - items_per_page: 4 - offset: 0 - style: - type: default - options: - row_class: '' - default_row_class: true - uses_fields: false - row: - type: 'entity:node' - options: - relationship: none - view_mode: teaser - fields: - title: - id: title - table: node_field_data - field: title - entity_type: node - entity_field: title - label: '' - alter: - alter_text: false - make_link: false - absolute: false - trim: false - word_boundary: false - ellipsis: false - strip_tags: false - html: false - hide_empty: false - empty_zero: false - settings: - link_to_entity: true - plugin_id: field - relationship: none - group_type: group - admin_label: '' - exclude: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: true - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_alter_empty: true - click_sort_column: value - type: string - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - field_published_date: - id: field_published_date - table: node__field_published_date - field: field_published_date - relationship: none - group_type: group - admin_label: '' - label: '' - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: false - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: datetime_default - settings: - timezone_override: '' - format_type: uregni_medium - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - plugin_id: field - filters: - status: - value: '1' - table: node_field_data - field: status - plugin_id: boolean - entity_type: node - entity_field: status - id: status - expose: - operator: '' - operator_limit_selection: false - operator_list: { } - group: 1 - type: - id: type - table: node_field_data - field: type - value: - news: news - entity_type: node - entity_field: type - plugin_id: bundle - expose: - operator_limit_selection: false - operator_list: { } - sorts: - field_published_date_value: - id: field_published_date_value - table: node__field_published_date - field: field_published_date_value - relationship: none - group_type: group - admin_label: '' - order: DESC - exposed: false - expose: - label: '' - granularity: second - plugin_id: datetime - title: 'Latest news' - header: { } - footer: { } - empty: { } - relationships: { } - arguments: { } - display_extenders: { } - cache_metadata: - max-age: -1 - contexts: - - 'languages:language_content' - - 'languages:language_interface' - - 'user.node_grants:view' - - user.permissions - tags: - - 'config:field.storage.node.field_published_date' - latest_news_list: - display_plugin: block - id: latest_news_list - display_title: 'Latest news list items' - position: 2 - display_options: - display_extenders: { } - style: - type: html_list - options: - grouping: { } - row_class: item - default_row_class: false - type: ul - wrapper_class: item-list - class: '' - defaults: - style: false - row: false - fields: false - arguments: false - use_more: true - use_more_always: true - use_more_text: true - footer: false - pager: false - row: - type: fields - options: - default_field_elements: false - inline: { } - separator: '' - hide_empty: false - display_description: '' - fields: - title: - id: title - table: node_field_data - field: title - relationship: none - group_type: group - admin_label: '' - label: '' - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: false - ellipsis: false - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: '' - element_class: '' - element_label_type: '' - element_label_class: '' - element_label_colon: false - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: string - settings: - link_to_entity: true - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - entity_type: node - entity_field: title - plugin_id: field - field_published_date: - id: field_published_date - table: node__field_published_date - field: field_published_date - relationship: none - group_type: group - admin_label: '' - label: '' - exclude: false - alter: - alter_text: false - text: '' - make_link: false - path: '' - absolute: false - external: false - replace_spaces: false - path_case: none - trim_whitespace: false - alt: '' - rel: '' - link_class: '' - prefix: '' - suffix: '' - target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false - more_link_text: '' - more_link_path: '' - strip_tags: false - trim: false - preserve_tags: '' - html: false - element_type: span - element_class: date-published - element_label_type: '' - element_label_class: '' - element_label_colon: false - element_wrapper_type: '' - element_wrapper_class: '' - element_default_classes: true - empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true - click_sort_column: value - type: datetime_default - settings: - timezone_override: '' - format_type: unity_date - group_column: value - group_columns: { } - group_rows: true - delta_limit: 0 - delta_offset: 0 - delta_reversed: false - delta_first_last: false - multi_type: separator - separator: ', ' - field_api_classes: false - plugin_id: field - arguments: - nid: - id: nid - table: node_field_data - field: nid - relationship: none - group_type: group - admin_label: '' - default_action: ignore - exception: - value: all - title_enable: false - title: All - title_enable: false - title: '' - default_argument_type: fixed - default_argument_options: - argument: '' - default_argument_skip_url: false - summary_options: - base_path: '' - count: true - items_per_page: 25 - override: false - summary: - sort_order: asc - number_of_records: 0 - format: default_summary - specify_validation: false - validate: - type: none - fail: 'not found' - validate_options: { } - break_phrase: false - not: false - entity_type: node - entity_field: nid - plugin_id: node_nid - footer: - area: - id: area - table: views - field: area - relationship: none - group_type: group - admin_label: '' - empty: false - tokenize: false - content: - value: 'More news ...' - format: basic_html - plugin_id: text - pager: - type: some - options: - items_per_page: 4 - offset: 0 - cache_metadata: - max-age: -1 - contexts: - - 'languages:language_content' - - 'languages:language_interface' - - url - - 'user.node_grants:view' - - user.permissions - tags: - - 'config:field.storage.node.field_published_date' diff --git a/config/attorneygeneralni/config/views.view.publications_search.yml b/config/attorneygeneralni/config/views.view.publications_search.yml new file mode 100644 index 0000000000..4835d3212b --- /dev/null +++ b/config/attorneygeneralni/config/views.view.publications_search.yml @@ -0,0 +1,244 @@ +uuid: 1353b0ac-9481-4926-95c2-f1399ef56a23 +langcode: en +status: true +dependencies: + config: + - search_api.index.publications + - system.menu.main + module: + - search_api +id: publications_search +label: 'Publications search' +module: views +description: '' +tag: '' +base_table: search_api_index_publications +base_field: search_api_id +display: + default: + display_plugin: default + id: default + display_title: Default + position: 0 + display_options: + access: + type: none + options: { } + cache: + type: search_api_tag + options: { } + query: + type: views_query + options: + bypass_access: false + skip_access: false + preserve_facet_query_args: false + exposed_form: + type: basic + options: + submit_button: Search + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: false + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: full + options: + items_per_page: 20 + offset: 0 + id: 0 + total_pages: null + tags: + previous: 'โ€น Previous' + next: 'Next โ€บ' + first: 'ยซ First' + last: 'Last ยป' + expose: + items_per_page: false + items_per_page_label: 'Items per page' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- All -' + offset: false + offset_label: Offset + quantity: 5 + style: + type: default + options: + row_class: '' + default_row_class: false + uses_fields: false + row: + type: search_api + options: + view_modes: + 'entity:node': + publication: search_index + fields: + spelling: + table: search_api_index_publications + field: spelling + id: spelling + entity_type: null + entity_field: null + plugin_id: search_api + relationship: none + group_type: group + admin_label: '' + label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + link_to_item: false + use_highlighting: false + multi_type: separator + multi_separator: ', ' + filters: + search_api_fulltext: + id: search_api_fulltext + table: search_api_index_publications + field: search_api_fulltext + relationship: none + group_type: group + admin_label: '' + operator: or + value: '' + group: 1 + exposed: true + expose: + operator_id: search_api_fulltext_op + label: 'Search publications' + description: '' + use_operator: false + operator: search_api_fulltext_op + operator_limit_selection: false + operator_list: { } + identifier: search_api_fulltext + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + author_user: '0' + supervisor_user: '0' + placeholder: Keywords + expose_fields: false + searched_fields_id: search_api_fulltext_searched_fields + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + parse_mode: terms + min_length: null + fields: { } + plugin_id: search_api_fulltext + sorts: + field_published_date: + id: field_published_date + table: search_api_index_publications + field: field_published_date + relationship: none + group_type: group + admin_label: '' + order: DESC + exposed: false + expose: + label: '' + plugin_id: search_api + title: Publications + header: { } + footer: { } + empty: { } + relationships: { } + arguments: { } + display_extenders: { } + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_interface' + - url + - url.query_args + - 'user.node_grants:view' + tags: + - 'config:search_api.index.publications' + publication_search_page: + display_plugin: page + id: publication_search_page + display_title: Page + position: 1 + display_options: + display_extenders: + metatag_display_extender: { } + path: publications + exposed_block: true + menu: + type: normal + title: Publications + description: '' + expanded: false + parent: '' + weight: -46 + context: '0' + menu_name: main + cache: + type: none + defaults: + cache: false + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_interface' + - url + - url.query_args + - 'user.node_grants:view' + tags: + - 'config:search_api.index.publications' diff --git a/config/attorneygeneralni/config/views.view.search.yml b/config/attorneygeneralni/config/views.view.search.yml index d5b19fe595..22b41f83ab 100644 --- a/config/attorneygeneralni/config/views.view.search.yml +++ b/config/attorneygeneralni/config/views.view.search.yml @@ -412,7 +412,7 @@ display: type: datetime_default settings: timezone_override: '' - format_type: uregni_medium + format_type: unity_date group_column: value group_columns: { } group_rows: true diff --git a/config/cscsreviewni/config/config_split.config_split.production.yml b/config/cscsreviewni/config/config_split.config_split.production.yml index 07d2a8b2a7..a8c10fbc7f 100644 --- a/config/cscsreviewni/config/config_split.config_split.production.yml +++ b/config/cscsreviewni/config/config_split.config_split.production.yml @@ -6,10 +6,13 @@ id: production label: production description: 'Used for production site.' folder: ../config/cscsreviewni/production -module: { } +module: + fastly: 0 theme: { } -blacklist: { } -graylist: { } +blacklist: + - fastly.settings +graylist: + - cscsreviewni_theme.settings graylist_dependents: true graylist_skip_equal: true weight: 0 diff --git a/config/cscsreviewni/config/core.entity_view_display.node.basic_page.diff.yml b/config/cscsreviewni/config/core.entity_view_display.node.basic_page.diff.yml index 0ddd07f22b..ca8aef2ab0 100644 --- a/config/cscsreviewni/config/core.entity_view_display.node.basic_page.diff.yml +++ b/config/cscsreviewni/config/core.entity_view_display.node.basic_page.diff.yml @@ -9,7 +9,6 @@ dependencies: - field.field.node.basic_page.field_next_audit_due - node.type.basic_page module: - - datetime - field_group - layout_builder - metatag @@ -22,7 +21,6 @@ third_party_settings: field_group: group_additional_content_details: children: - - field_next_audit_due - field_meta_tags parent_name: '' weight: 1 @@ -60,16 +58,9 @@ content: label: inline settings: { } third_party_settings: { } - field_next_audit_due: - type: datetime_default - weight: 0 - region: content - label: inline - settings: - timezone_override: '' - format_type: unity_date - third_party_settings: { } hidden: content_moderation_control: true + field_next_audit_due: true langcode: true links: true + search_api_excerpt: true diff --git a/config/cscsreviewni/config/cscsreviewni_theme.settings.yml b/config/cscsreviewni/config/cscsreviewni_theme.settings.yml new file mode 100644 index 0000000000..e851988099 --- /dev/null +++ b/config/cscsreviewni/config/cscsreviewni_theme.settings.yml @@ -0,0 +1,17 @@ +features: + node_user_picture: 1 + comment_user_picture: true + comment_user_verification: true + favicon: 1 +logo: + use_default: 1 +favicon: + use_default: 1 +ga_tracking_disabled: 1 +ga_tracking_disabled_eu: 0 +twitter_profile_url: '' +facebook_profile_url: '' +linkedin_profile_url: '' +pinterest_profile_url: '' +youtube_profile_url: '' +instagram_profile_url: '' diff --git a/config/cscsreviewni/production/cscsreviewni_theme.settings.yml b/config/cscsreviewni/production/cscsreviewni_theme.settings.yml new file mode 100644 index 0000000000..4c40615255 --- /dev/null +++ b/config/cscsreviewni/production/cscsreviewni_theme.settings.yml @@ -0,0 +1,17 @@ +features: + node_user_picture: 1 + comment_user_picture: true + comment_user_verification: true + favicon: 1 +logo: + use_default: 1 +favicon: + use_default: 1 +ga_tracking_disabled: 0 +ga_tracking_disabled_eu: 1 +twitter_profile_url: '' +facebook_profile_url: '' +linkedin_profile_url: '' +pinterest_profile_url: '' +youtube_profile_url: '' +instagram_profile_url: '' diff --git a/config/cscsreviewni/production/fastly.settings.yml b/config/cscsreviewni/production/fastly.settings.yml new file mode 100644 index 0000000000..204f5af2c0 --- /dev/null +++ b/config/cscsreviewni/production/fastly.settings.yml @@ -0,0 +1 @@ +site_id: g2f0tto4 diff --git a/config/employmenttribunalsni/config/block.block.breadcrumbs.yml b/config/employmenttribunalsni/config/block.block.breadcrumbs.yml index 887eb22324..858bdc82e5 100644 --- a/config/employmenttribunalsni/config/block.block.breadcrumbs.yml +++ b/config/employmenttribunalsni/config/block.block.breadcrumbs.yml @@ -17,4 +17,8 @@ settings: label: Breadcrumbs provider: system label_display: '0' -visibility: { } +visibility: + request_path: + id: request_path + pages: '' + negate: true diff --git a/config/employmenttribunalsni/config/block.block.employmenttribunalsni_theme_pagetitle.yml b/config/employmenttribunalsni/config/block.block.employmenttribunalsni_theme_pagetitle.yml index d4420b141b..ef644345ca 100644 --- a/config/employmenttribunalsni/config/block.block.employmenttribunalsni_theme_pagetitle.yml +++ b/config/employmenttribunalsni/config/block.block.employmenttribunalsni_theme_pagetitle.yml @@ -20,5 +20,5 @@ settings: visibility: request_path: id: request_path - pages: "/search\r\n/publications-search\r\n/publications-search/date/*\r\n/publications-search/type/*\r\n/node/*/revisions/view/*" + pages: "/search\r\n/publications-search\r\n/publications-search/date/*\r\n/publications-search/type/*\r\n/node/*/revisions/view/*\r\n" negate: true diff --git a/config/employmenttribunalsni/config/config_split.config_split.production.yml b/config/employmenttribunalsni/config/config_split.config_split.production.yml index a768a17589..8f0427a292 100644 --- a/config/employmenttribunalsni/config/config_split.config_split.production.yml +++ b/config/employmenttribunalsni/config/config_split.config_split.production.yml @@ -11,6 +11,7 @@ module: theme: { } blacklist: - fastly.settings + - fastly.settings graylist: - employmenttribunalsni_theme.settings graylist_dependents: true diff --git a/config/employmenttribunalsni/config/core.entity_view_display.node.publication.default.yml b/config/employmenttribunalsni/config/core.entity_view_display.node.publication.default.yml index 0da603bab9..89e77610cd 100644 --- a/config/employmenttribunalsni/config/core.entity_view_display.node.publication.default.yml +++ b/config/employmenttribunalsni/config/core.entity_view_display.node.publication.default.yml @@ -44,6 +44,7 @@ content: type: datetime_default region: content hidden: + content_moderation_control: true field_meta_tags: true field_type: true langcode: true diff --git a/config/employmenttribunalsni/config/core.entity_view_display.node.publication.search_result.yml b/config/employmenttribunalsni/config/core.entity_view_display.node.publication.search_result.yml index 693587fbed..08108c67e6 100644 --- a/config/employmenttribunalsni/config/core.entity_view_display.node.publication.search_result.yml +++ b/config/employmenttribunalsni/config/core.entity_view_display.node.publication.search_result.yml @@ -42,6 +42,7 @@ content: third_party_settings: { } hidden: body: true + content_moderation_control: true field_attachment: true field_meta_tags: true langcode: true diff --git a/config/employmenttribunalsni/config/core.entity_view_display.node.publication.teaser.yml b/config/employmenttribunalsni/config/core.entity_view_display.node.publication.teaser.yml index 74e5261e64..ae2ab2d0a8 100644 --- a/config/employmenttribunalsni/config/core.entity_view_display.node.publication.teaser.yml +++ b/config/employmenttribunalsni/config/core.entity_view_display.node.publication.teaser.yml @@ -34,6 +34,7 @@ content: third_party_settings: { } hidden: body: true + content_moderation_control: true field_attachment: true field_meta_tags: true field_type: true diff --git a/config/employmenttribunalsni/config/system.site.yml b/config/employmenttribunalsni/config/system.site.yml index f3ab3413eb..a68b30ce45 100644 --- a/config/employmenttribunalsni/config/system.site.yml +++ b/config/employmenttribunalsni/config/system.site.yml @@ -4,7 +4,7 @@ slogan: '' page: 403: '' 404: '' - front: /node/1 + front: /node/46 admin_compact_mode: false weight_select_max: 100 langcode: en @@ -12,5 +12,5 @@ default_langcode: en _core: default_config_hash: IqFDJOUXgoqYSm39bzsb0BVMDSkw3b4-KD4YSUgMw7U uuid: bf828570-725b-4a41-975a-0049dca0d714 -frontpage_title: 'Industrial Tribunals and the Fair Employment Tribunal Northern Ireland' -frontpage_show_title: 0 +frontpage_title: 'Welcome to the Industrial Tribunals and Fair Employment Tribunal' +frontpage_show_title: 1 diff --git a/config/employmenttribunalsni/production/fastly.settings.yml b/config/employmenttribunalsni/production/fastly.settings.yml index c9bd665fb3..177c7148d5 100644 --- a/config/employmenttribunalsni/production/fastly.settings.yml +++ b/config/employmenttribunalsni/production/fastly.settings.yml @@ -1 +1,2 @@ site_id: wl5fkmqy +logging: true diff --git a/config/independentreviewofeducation/config/node.type.publication.yml b/config/independentreviewofeducation/config/node.type.publication.yml index 34b3b6cec4..a006b6969f 100644 --- a/config/independentreviewofeducation/config/node.type.publication.yml +++ b/config/independentreviewofeducation/config/node.type.publication.yml @@ -7,9 +7,8 @@ dependencies: - origins_toc third_party_settings: menu_ui: - available_menus: - - main - parent: 'main:' + available_menus: { } + parent: '' origins_toc: toc_enable: 0 toc_title: 'Table of contents' diff --git a/config/investnireview/config/config_ignore.settings.yml b/config/investnireview/config/config_ignore.settings.yml index 57a1acc7ad..bd3d9212d6 100644 --- a/config/investnireview/config/config_ignore.settings.yml +++ b/config/investnireview/config/config_ignore.settings.yml @@ -5,5 +5,6 @@ ignored_config_entities: - 'investnireview_theme.settings:pinterest_profile_url' - 'investnireview_theme.settings:youtube_profile_url' - 'investnireview_theme.settings:instagram_profile_url' + - block.block.sociallinks _core: default_config_hash: UVH1aJ4b44UM-VdPVN7hNNuuVqfReJxwfVeDQH1Hvsk diff --git a/config/investnireview/config/linkit.linkit_profile.default.yml b/config/investnireview/config/linkit.linkit_profile.default.yml index 0e6ce06657..e2eec9877a 100644 --- a/config/investnireview/config/linkit.linkit_profile.default.yml +++ b/config/investnireview/config/linkit.linkit_profile.default.yml @@ -22,3 +22,8 @@ matchers: metadata: '' substitution_type: canonical limit: 100 + bf549893-6989-4e64-a835-0ab85038c180: + uuid: bf549893-6989-4e64-a835-0ab85038c180 + id: email + weight: 0 + settings: { } diff --git a/config/niauditoffice/config/core.date_format.rss_feeds.yml b/config/niauditoffice/config/core.date_format.rss_feeds.yml new file mode 100644 index 0000000000..9f990b6e8e --- /dev/null +++ b/config/niauditoffice/config/core.date_format.rss_feeds.yml @@ -0,0 +1,8 @@ +uuid: d6f42ad9-5455-4bcf-afa2-9ff4b7beda3a +langcode: en +status: true +dependencies: { } +id: rss_feeds +label: 'RSS Feeds' +locked: false +pattern: r diff --git a/config/niauditoffice/config/core.extension.yml b/config/niauditoffice/config/core.extension.yml index cb30ce92a2..5b2b510a75 100644 --- a/config/niauditoffice/config/core.extension.yml +++ b/config/niauditoffice/config/core.extension.yml @@ -66,6 +66,7 @@ module: layout_builder: 0 layout_discovery: 0 link: 0 + link_fix_absolute_urls: 0 linkit: 0 media: 0 media_library: 0 diff --git a/config/niauditoffice/config/field.field.node.publication_page.field_attachment.yml b/config/niauditoffice/config/field.field.node.publication_page.field_attachment.yml index 3e6efd044b..57e9518ea8 100644 --- a/config/niauditoffice/config/field.field.node.publication_page.field_attachment.yml +++ b/config/niauditoffice/config/field.field.node.publication_page.field_attachment.yml @@ -12,7 +12,7 @@ entity_type: node bundle: publication_page label: Attachment description: '' -required: true +required: false translatable: false default_value: { } default_value_callback: '' diff --git a/config/niauditoffice/config/node.type.publication_page.yml b/config/niauditoffice/config/node.type.publication_page.yml index 9c867c542f..bded91b9a5 100644 --- a/config/niauditoffice/config/node.type.publication_page.yml +++ b/config/niauditoffice/config/node.type.publication_page.yml @@ -7,9 +7,8 @@ dependencies: - origins_toc third_party_settings: menu_ui: - parent: 'main:' - available_menus: - - main + parent: '' + available_menus: { } origins_toc: toc_enable: 0 toc_title: 'Table of contents' diff --git a/config/niauditoffice/config/views.view.publications_rss_feeds.yml b/config/niauditoffice/config/views.view.publications_rss_feeds.yml index 5c966a4b5c..90e5f260dd 100644 --- a/config/niauditoffice/config/views.view.publications_rss_feeds.yml +++ b/config/niauditoffice/config/views.view.publications_rss_feeds.yml @@ -257,7 +257,7 @@ display: type: datetime_default settings: timezone_override: '' - format_type: medium + format_type: rss_feeds group_column: value group_columns: { } group_rows: true diff --git a/config/nipolicingboard/config/core.entity_form_display.node.question_page.default.yml b/config/nipolicingboard/config/core.entity_form_display.node.question_page.default.yml index 881ff31d47..4008b1d355 100644 --- a/config/nipolicingboard/config/core.entity_form_display.node.question_page.default.yml +++ b/config/nipolicingboard/config/core.entity_form_display.node.question_page.default.yml @@ -5,7 +5,6 @@ dependencies: config: - field.field.node.question_page.body - field.field.node.question_page.field_committee - - field.field.node.question_page.field_key_term - field.field.node.question_page.field_meta_tags - field.field.node.question_page.field_nipb_board_member - field.field.node.question_page.field_political_party @@ -46,12 +45,6 @@ content: region: content settings: { } third_party_settings: { } - field_key_term: - type: options_select - weight: 15 - region: content - settings: { } - third_party_settings: { } field_meta_tags: weight: 17 settings: diff --git a/config/nipolicingboard/config/core.entity_view_display.node.publication_page.full.yml b/config/nipolicingboard/config/core.entity_view_display.node.publication_page.full.yml index 44c04aa39b..18eaf56691 100644 --- a/config/nipolicingboard/config/core.entity_view_display.node.publication_page.full.yml +++ b/config/nipolicingboard/config/core.entity_view_display.node.publication_page.full.yml @@ -27,14 +27,14 @@ mode: full content: body: label: hidden - weight: 1 + weight: 2 type: text_default settings: { } third_party_settings: { } region: content field_attachment: type: entity_reference_entity_view - weight: 2 + weight: 3 region: content label: inline settings: @@ -50,11 +50,19 @@ content: format_type: unity_date third_party_settings: { } region: content + field_publication_image: + type: entity_reference_entity_view + weight: 1 + region: content + label: hidden + settings: + view_mode: article_float + link: false + third_party_settings: { } hidden: content_moderation_control: true field_meta_tags: true field_pub_type: true - field_publication_image: true langcode: true links: true search_api_excerpt: true diff --git a/config/nipolicingboard/config/core.entity_view_display.node.question_page.default.yml b/config/nipolicingboard/config/core.entity_view_display.node.question_page.default.yml index bea7a0dea1..3ad43f5a64 100644 --- a/config/nipolicingboard/config/core.entity_view_display.node.question_page.default.yml +++ b/config/nipolicingboard/config/core.entity_view_display.node.question_page.default.yml @@ -5,7 +5,6 @@ dependencies: config: - field.field.node.question_page.body - field.field.node.question_page.field_committee - - field.field.node.question_page.field_key_term - field.field.node.question_page.field_meta_tags - field.field.node.question_page.field_nipb_board_member - field.field.node.question_page.field_political_party @@ -61,14 +60,6 @@ content: link: false third_party_settings: { } region: content - field_key_term: - label: inline - weight: 0 - type: entity_reference_label - settings: - link: true - third_party_settings: { } - region: content field_nipb_board_member: type: entity_reference_label weight: 3 diff --git a/config/nipolicingboard/config/core.entity_view_display.node.question_page.diff.yml b/config/nipolicingboard/config/core.entity_view_display.node.question_page.diff.yml index ffa76445c7..d61f8db3ab 100644 --- a/config/nipolicingboard/config/core.entity_view_display.node.question_page.diff.yml +++ b/config/nipolicingboard/config/core.entity_view_display.node.question_page.diff.yml @@ -6,7 +6,6 @@ dependencies: - core.entity_view_mode.node.diff - field.field.node.question_page.body - field.field.node.question_page.field_committee - - field.field.node.question_page.field_key_term - field.field.node.question_page.field_meta_tags - field.field.node.question_page.field_nipb_board_member - field.field.node.question_page.field_political_party @@ -86,14 +85,6 @@ content: link: false third_party_settings: { } region: content - field_key_term: - label: inline - weight: 0 - type: entity_reference_label - settings: - link: false - third_party_settings: { } - region: content field_meta_tags: type: metatag_empty_formatter weight: 10 diff --git a/config/nipolicingboard/config/core.entity_view_display.node.question_page.full.yml b/config/nipolicingboard/config/core.entity_view_display.node.question_page.full.yml index 26375cee0d..0ef94fefd3 100644 --- a/config/nipolicingboard/config/core.entity_view_display.node.question_page.full.yml +++ b/config/nipolicingboard/config/core.entity_view_display.node.question_page.full.yml @@ -6,7 +6,6 @@ dependencies: - core.entity_view_mode.node.full - field.field.node.question_page.body - field.field.node.question_page.field_committee - - field.field.node.question_page.field_key_term - field.field.node.question_page.field_meta_tags - field.field.node.question_page.field_nipb_board_member - field.field.node.question_page.field_political_party @@ -66,14 +65,6 @@ content: link: false third_party_settings: { } region: content - field_key_term: - label: inline - weight: 0 - type: entity_reference_label - settings: - link: true - third_party_settings: { } - region: content field_nipb_board_member: type: entity_reference_label weight: 3 diff --git a/config/nipolicingboard/config/core.entity_view_display.node.question_page.search_index.yml b/config/nipolicingboard/config/core.entity_view_display.node.question_page.search_index.yml index 81143ac4a0..a2a8f86fd7 100644 --- a/config/nipolicingboard/config/core.entity_view_display.node.question_page.search_index.yml +++ b/config/nipolicingboard/config/core.entity_view_display.node.question_page.search_index.yml @@ -6,7 +6,6 @@ dependencies: - core.entity_view_mode.node.search_index - field.field.node.question_page.body - field.field.node.question_page.field_committee - - field.field.node.question_page.field_key_term - field.field.node.question_page.field_meta_tags - field.field.node.question_page.field_nipb_board_member - field.field.node.question_page.field_political_party @@ -47,7 +46,6 @@ hidden: body: true content_moderation_control: true field_committee: true - field_key_term: true field_meta_tags: true field_political_party: true field_question_type: true diff --git a/config/nipolicingboard/config/core.entity_view_display.node.question_page.teaser.yml b/config/nipolicingboard/config/core.entity_view_display.node.question_page.teaser.yml index 5fda80d088..d9fc18d20b 100644 --- a/config/nipolicingboard/config/core.entity_view_display.node.question_page.teaser.yml +++ b/config/nipolicingboard/config/core.entity_view_display.node.question_page.teaser.yml @@ -6,7 +6,6 @@ dependencies: - core.entity_view_mode.node.teaser - field.field.node.question_page.body - field.field.node.question_page.field_committee - - field.field.node.question_page.field_key_term - field.field.node.question_page.field_meta_tags - field.field.node.question_page.field_nipb_board_member - field.field.node.question_page.field_political_party @@ -32,7 +31,6 @@ content: hidden: content_moderation_control: true field_committee: true - field_key_term: true field_meta_tags: true field_nipb_board_member: true field_political_party: true diff --git a/web/modules/custom/unity_map_embed/config/optional/core.entity_view_display.paragraph.map.default.yml b/config/nipolicingboard/config/core.entity_view_display.paragraph.map.default.yml similarity index 98% rename from web/modules/custom/unity_map_embed/config/optional/core.entity_view_display.paragraph.map.default.yml rename to config/nipolicingboard/config/core.entity_view_display.paragraph.map.default.yml index 59daf3f757..3bdf8190ef 100644 --- a/web/modules/custom/unity_map_embed/config/optional/core.entity_view_display.paragraph.map.default.yml +++ b/config/nipolicingboard/config/core.entity_view_display.paragraph.map.default.yml @@ -1,9 +1,10 @@ +uuid: 50f969f1-7968-4690-8ab2-6e2a406b3a6a langcode: en status: true dependencies: config: - field.field.paragraph.map.field_location - - filter.format.basic_html + - filter.format.plain_text - paragraphs.paragraphs_type.map module: - geolocation @@ -13,14 +14,16 @@ bundle: map mode: default content: field_location: + type: geolocation_map weight: 0 + region: content label: hidden settings: set_marker: true title: '' info_text: value: '' - format: basic_html + format: plain_text centre: fit_bounds: enable: true @@ -299,7 +302,5 @@ content: show_delta_label: false data_provider_settings: { } third_party_settings: { } - type: geolocation_map - region: content hidden: search_api_excerpt: true diff --git a/web/modules/custom/unity_map_embed/config/optional/core.entity_view_display.paragraph.map.embed.yml b/config/nipolicingboard/config/core.entity_view_display.paragraph.map.embed.yml similarity index 98% rename from web/modules/custom/unity_map_embed/config/optional/core.entity_view_display.paragraph.map.embed.yml rename to config/nipolicingboard/config/core.entity_view_display.paragraph.map.embed.yml index c6e9d5ad07..bacc18f363 100644 --- a/web/modules/custom/unity_map_embed/config/optional/core.entity_view_display.paragraph.map.embed.yml +++ b/config/nipolicingboard/config/core.entity_view_display.paragraph.map.embed.yml @@ -1,10 +1,11 @@ +uuid: dc1162d7-112f-460a-a17f-50ba576f432c langcode: en status: true dependencies: config: - core.entity_view_mode.paragraph.embed - field.field.paragraph.map.field_location - - filter.format.basic_html + - filter.format.plain_text - paragraphs.paragraphs_type.map module: - geolocation @@ -19,14 +20,16 @@ bundle: map mode: embed content: field_location: + type: geolocation_map weight: 0 + region: content label: hidden settings: set_marker: true title: '' info_text: value: '' - format: basic_html + format: plain_text centre: fit_bounds: enable: true @@ -305,7 +308,5 @@ content: show_delta_label: false data_provider_settings: { } third_party_settings: { } - type: geolocation_map - region: content hidden: search_api_excerpt: true diff --git a/web/modules/custom/unity_map_embed/config/optional/core.entity_view_display.paragraph.map.preview.yml b/config/nipolicingboard/config/core.entity_view_display.paragraph.map.preview.yml similarity index 95% rename from web/modules/custom/unity_map_embed/config/optional/core.entity_view_display.paragraph.map.preview.yml rename to config/nipolicingboard/config/core.entity_view_display.paragraph.map.preview.yml index d97665f4c9..3161a80dee 100644 --- a/web/modules/custom/unity_map_embed/config/optional/core.entity_view_display.paragraph.map.preview.yml +++ b/config/nipolicingboard/config/core.entity_view_display.paragraph.map.preview.yml @@ -1,10 +1,11 @@ +uuid: 38b71afa-7bfc-4f9b-8133-25e64ba063ff langcode: en status: true dependencies: config: - core.entity_view_mode.paragraph.preview - field.field.paragraph.map.field_location - - filter.format.basic_html + - filter.format.plain_text - paragraphs.paragraphs_type.map module: - geolocation @@ -19,14 +20,16 @@ bundle: map mode: preview content: field_location: + type: geolocation_map weight: 0 + region: content label: hidden settings: set_marker: true title: '' info_text: value: '' - format: basic_html + format: plain_text centre: fit_bounds: enable: true @@ -88,7 +91,5 @@ content: show_delta_label: false data_provider_settings: { } third_party_settings: { } - type: geolocation_map - region: content hidden: search_api_excerpt: true diff --git a/config/nipolicingboard/config/core.extension.yml b/config/nipolicingboard/config/core.extension.yml index bdba82ce20..21a353a8e6 100644 --- a/config/nipolicingboard/config/core.extension.yml +++ b/config/nipolicingboard/config/core.extension.yml @@ -66,6 +66,7 @@ module: layout_builder: 0 layout_discovery: 0 link: 0 + link_fix_absolute_urls: 0 linkit: 0 media: 0 media_library: 0 diff --git a/config/nipolicingboard/config/facets.facet.news_date.yml b/config/nipolicingboard/config/facets.facet.news_date.yml index 3d8717a9db..023156aea8 100644 --- a/config/nipolicingboard/config/facets.facet.news_date.yml +++ b/config/nipolicingboard/config/facets.facet.news_date.yml @@ -25,7 +25,7 @@ widget: show_numbers: true soft_limit: 20 soft_limit_settings: - show_less_label: 'Show less' + show_less_label: 'Show fewer' show_more_label: 'Show more' show_reset_link: false reset_text: 'Show all' @@ -58,10 +58,10 @@ processor_configs: date_display: actual_date granularity: 6 date_format: '' - display_value_widget_order: - processor_id: display_value_widget_order + raw_value_widget_order: + processor_id: raw_value_widget_order weights: - sort: 40 + sort: 50 settings: sort: DESC url_processor_handler: diff --git a/config/nipolicingboard/config/facets.facet.publication_date.yml b/config/nipolicingboard/config/facets.facet.publication_date.yml index f5a336386e..5ae6683aed 100644 --- a/config/nipolicingboard/config/facets.facet.publication_date.yml +++ b/config/nipolicingboard/config/facets.facet.publication_date.yml @@ -25,7 +25,7 @@ widget: show_numbers: true soft_limit: 20 soft_limit_settings: - show_less_label: 'Show less' + show_less_label: 'Show fewer' show_more_label: 'Show more' show_reset_link: false reset_text: 'Show all' @@ -44,7 +44,7 @@ processor_configs: weights: sort: 20 settings: - sort: DESC + sort: ASC date_facet_drilldown: processor_id: date_facet_drilldown weights: @@ -58,10 +58,10 @@ processor_configs: date_display: actual_date granularity: 6 date_format: '' - display_value_widget_order: - processor_id: display_value_widget_order + raw_value_widget_order: + processor_id: raw_value_widget_order weights: - sort: 40 + sort: 50 settings: sort: DESC url_processor_handler: diff --git a/config/nipolicingboard/config/facets.facet.questions_date.yml b/config/nipolicingboard/config/facets.facet.questions_date.yml index 742b6b570f..f8e77401cb 100644 --- a/config/nipolicingboard/config/facets.facet.questions_date.yml +++ b/config/nipolicingboard/config/facets.facet.questions_date.yml @@ -25,7 +25,7 @@ widget: show_numbers: true soft_limit: 20 soft_limit_settings: - show_less_label: 'Show less' + show_less_label: 'Show fewer' show_more_label: 'Show more' show_reset_link: false reset_text: 'Show all' @@ -58,10 +58,10 @@ processor_configs: date_display: actual_date granularity: 6 date_format: '' - display_value_widget_order: - processor_id: display_value_widget_order + raw_value_widget_order: + processor_id: raw_value_widget_order weights: - sort: 40 + sort: 50 settings: sort: DESC url_processor_handler: diff --git a/config/nipolicingboard/config/field.field.node.featured_content_list.field_featured_content.yml b/config/nipolicingboard/config/field.field.node.featured_content_list.field_featured_content.yml index 10a5596347..b4f8ff8d27 100644 --- a/config/nipolicingboard/config/field.field.node.featured_content_list.field_featured_content.yml +++ b/config/nipolicingboard/config/field.field.node.featured_content_list.field_featured_content.yml @@ -6,7 +6,6 @@ dependencies: - field.storage.node.field_featured_content - node.type.feature - node.type.featured_content_list - - node.type.news _core: default_config_hash: 0VfC90DInkGsnV7A5SjfCgr9gOrNOuQT9__xqUVLVUI id: node.featured_content_list.field_featured_content @@ -24,7 +23,6 @@ settings: handler_settings: target_bundles: feature: feature - news: news sort: field: type direction: ASC diff --git a/config/nipolicingboard/config/field.field.node.question_page.field_key_term.yml b/config/nipolicingboard/config/field.field.node.question_page.field_key_term.yml deleted file mode 100644 index 7abb2ee4d4..0000000000 --- a/config/nipolicingboard/config/field.field.node.question_page.field_key_term.yml +++ /dev/null @@ -1,29 +0,0 @@ -uuid: ab6e81bf-63b5-4588-8b46-cd0722f48e07 -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_key_term - - node.type.question_page - - taxonomy.vocabulary.site_structure -id: node.question_page.field_key_term -field_name: field_key_term -entity_type: node -bundle: question_page -label: 'Key terms' -description: 'Select the key term(s) associated with this question' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: - handler: 'default:taxonomy_term' - handler_settings: - target_bundles: - site_structure: site_structure - sort: - field: _none - direction: asc - auto_create: false - auto_create_bundle: '' -field_type: entity_reference diff --git a/config/nipolicingboard/config/field.storage.node.field_key_term.yml b/config/nipolicingboard/config/field.storage.node.field_key_term.yml deleted file mode 100644 index 178d6c9db7..0000000000 --- a/config/nipolicingboard/config/field.storage.node.field_key_term.yml +++ /dev/null @@ -1,20 +0,0 @@ -uuid: 0ed82dc0-deef-408d-a2df-4829cfd9b4a9 -langcode: und -status: true -dependencies: - module: - - node - - taxonomy -id: node.field_key_term -field_name: field_key_term -entity_type: node -type: entity_reference -settings: - target_type: taxonomy_term -module: core -locked: false -cardinality: -1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/config/nipolicingboard/config/google_analytics.settings.yml b/config/nipolicingboard/config/google_analytics.settings.yml index 63a2029a09..f3cd3f21b0 100644 --- a/config/nipolicingboard/config/google_analytics.settings.yml +++ b/config/nipolicingboard/config/google_analytics.settings.yml @@ -1,4 +1,4 @@ -account: '' +account: premium: false domain_mode: 0 cross_domains: '' diff --git a/config/nipolicingboard/config/node.type.publication_page.yml b/config/nipolicingboard/config/node.type.publication_page.yml index 0e1a12a3bf..789fe92b30 100644 --- a/config/nipolicingboard/config/node.type.publication_page.yml +++ b/config/nipolicingboard/config/node.type.publication_page.yml @@ -7,9 +7,8 @@ dependencies: - origins_toc third_party_settings: menu_ui: - parent: 'main:' - available_menus: - - main + parent: '' + available_menus: { } origins_toc: toc_enable: 0 toc_title: 'Table of contents' diff --git a/config/nipolicingboard/config/search_api.index.questions_to_the_chief_constable.yml b/config/nipolicingboard/config/search_api.index.questions_to_the_chief_constable.yml index e1e03e9ef2..e05428572f 100644 --- a/config/nipolicingboard/config/search_api.index.questions_to_the_chief_constable.yml +++ b/config/nipolicingboard/config/search_api.index.questions_to_the_chief_constable.yml @@ -9,11 +9,10 @@ dependencies: - search_api config: - field.storage.node.field_nipb_board_member + - field.storage.node.body - field.storage.node.field_committee - field.storage.node.field_published_date - - field.storage.node.field_key_term - field.storage.node.field_question_type - - field.storage.node.body - search_api.server.solr_default third_party_settings: search_api_solr: @@ -105,16 +104,6 @@ field_settings: dependencies: config: - field.storage.node.field_question_type - keyterm_name: - label: 'Key terms ยป Taxonomy term ยป Name' - datasource_id: 'entity:node' - property_path: 'field_key_term:entity:name' - type: string - dependencies: - config: - - field.storage.node.field_key_term - module: - - taxonomy langcode: label: Language datasource_id: 'entity:node' @@ -170,7 +159,6 @@ processor_settings: - body - committee_name - field_question_type - - keyterm_name - langcode - spelling - title diff --git a/config/nipolicingboard/config/system.site.yml b/config/nipolicingboard/config/system.site.yml index 66e5d8f2c9..fd3dabef5f 100644 --- a/config/nipolicingboard/config/system.site.yml +++ b/config/nipolicingboard/config/system.site.yml @@ -12,4 +12,5 @@ default_langcode: en _core: default_config_hash: IqFDJOUXgoqYSm39bzsb0BVMDSkw3b4-KD4YSUgMw7U uuid: ad5bb45b-cc83-4a11-b048-5cca60024c3b -frontpage_title: 'Welcome to Drupal site' +frontpage_title: 'Welcome to the Northern Ireland Policing Board' +frontpage_show_title: 0 diff --git a/config/nipolicingboard/config/taxonomy.vocabulary.site_structure.yml b/config/nipolicingboard/config/taxonomy.vocabulary.site_structure.yml deleted file mode 100644 index 64d31db565..0000000000 --- a/config/nipolicingboard/config/taxonomy.vocabulary.site_structure.yml +++ /dev/null @@ -1,8 +0,0 @@ -uuid: dc5bb7a9-0374-49ad-a559-f655795307fd -langcode: en -status: true -dependencies: { } -name: 'Key terms' -vid: site_structure -description: 'Enables content to be structured into areas of work' -weight: 0 diff --git a/config/octf/config/core.extension.yml b/config/octf/config/core.extension.yml index 7cc8a6764d..918beed046 100644 --- a/config/octf/config/core.extension.yml +++ b/config/octf/config/core.extension.yml @@ -66,6 +66,7 @@ module: layout_builder: 0 layout_discovery: 0 link: 0 + link_fix_absolute_urls: 0 linkit: 0 media: 0 media_library: 0 diff --git a/config/pbni/config/node.type.publication.yml b/config/pbni/config/node.type.publication.yml index 5e8118f726..5fd23d2584 100644 --- a/config/pbni/config/node.type.publication.yml +++ b/config/pbni/config/node.type.publication.yml @@ -7,9 +7,8 @@ dependencies: - origins_toc third_party_settings: menu_ui: - available_menus: - - main - parent: 'main:' + available_menus: { } + parent: '' origins_toc: toc_enable: 0 toc_title: 'Table of contents' diff --git a/config/pbni/config/views.view.latest_news.yml b/config/pbni/config/views.view.latest_news.yml index 184d9e6d5c..ce24ddd339 100644 --- a/config/pbni/config/views.view.latest_news.yml +++ b/config/pbni/config/views.view.latest_news.yml @@ -309,8 +309,8 @@ display: empty: false tokenize: false content: - value: 'More News' - format: basic_html + value: 'More News' + format: full_html plugin_id: text use_more: false use_more_always: true diff --git a/config/pcsps/config/block.block.breadcrumbs.yml b/config/pcsps/config/block.block.breadcrumbs.yml new file mode 100644 index 0000000000..561401dfac --- /dev/null +++ b/config/pcsps/config/block.block.breadcrumbs.yml @@ -0,0 +1,24 @@ +uuid: 1c25e511-042b-4659-946b-54115d531563 +langcode: en +status: true +dependencies: + module: + - system + theme: + - pcsps_theme +id: breadcrumbs +theme: pcsps_theme +region: breadcrumb +weight: 0 +provider: null +plugin: system_breadcrumb_block +settings: + id: system_breadcrumb_block + label: Breadcrumbs + provider: system + label_display: '0' +visibility: + request_path: + id: request_path + pages: '' + negate: true diff --git a/config/pcsps/config/block.block.footerlinks.yml b/config/pcsps/config/block.block.footerlinks.yml new file mode 100644 index 0000000000..84cd34d96c --- /dev/null +++ b/config/pcsps/config/block.block.footerlinks.yml @@ -0,0 +1,25 @@ +uuid: fee5cdca-533f-4c04-a9a0-45ecf74af657 +langcode: en +status: true +dependencies: + config: + - system.menu.menu-footer-links + module: + - system + theme: + - pcsps_theme +id: footerlinks +theme: pcsps_theme +region: footer +weight: 0 +provider: null +plugin: 'system_menu_block:menu-footer-links' +settings: + id: 'system_menu_block:menu-footer-links' + label: 'Footer links' + provider: system + label_display: '0' + level: 1 + depth: 1 + expand_all_items: false +visibility: { } diff --git a/config/pcsps/config/block.block.mainmenu.yml b/config/pcsps/config/block.block.mainmenu.yml new file mode 100644 index 0000000000..ff2a1fe53f --- /dev/null +++ b/config/pcsps/config/block.block.mainmenu.yml @@ -0,0 +1,25 @@ +uuid: 1ee08372-b338-4190-a9a6-a1c4df311b00 +langcode: en +status: true +dependencies: + config: + - system.menu.main + module: + - system + theme: + - pcsps_theme +id: mainmenu +theme: pcsps_theme +region: primary_menu +weight: 0 +provider: null +plugin: 'system_menu_block:main' +settings: + id: 'system_menu_block:main' + label: 'Main menu' + provider: system + label_display: '0' + level: 1 + depth: 2 + expand_all_items: true +visibility: { } diff --git a/config/pcsps/config/block.block.sidemenu.yml b/config/pcsps/config/block.block.sidemenu.yml new file mode 100644 index 0000000000..915dc531dc --- /dev/null +++ b/config/pcsps/config/block.block.sidemenu.yml @@ -0,0 +1,37 @@ +uuid: 5956bc92-9ba0-44a9-9cde-d44a00ff08dc +langcode: en +status: true +dependencies: + config: + - system.menu.main + module: + - ctools + - system + theme: + - pcsps_theme +id: sidemenu +theme: pcsps_theme +region: sidebar_second +weight: 0 +provider: null +plugin: 'system_menu_block:main' +settings: + id: 'system_menu_block:main' + label: 'In this section' + provider: system + label_display: visible + level: 1 + depth: 0 + expand_all_items: false +visibility: + 'entity_bundle:node': + id: 'entity_bundle:node' + bundles: + basic_page: basic_page + negate: false + context_mapping: + node: '@node.node_route_context:node' + request_path: + id: request_path + pages: '' + negate: true diff --git a/config/pcsps/config/config_split.config_split.local.yml b/config/pcsps/config/config_split.config_split.local.yml index cfd19d7c56..fa1c7505e2 100644 --- a/config/pcsps/config/config_split.config_split.local.yml +++ b/config/pcsps/config/config_split.config_split.local.yml @@ -10,10 +10,13 @@ module: dblog: 0 easy_install: 0 migrate: 0 + migrate_absolute_links: 0 migrate_drupal: 0 migrate_plus: 0 migrate_tools: 0 migrate_upgrade: 0 + pcsps_migrations: 0 + unity_file_migrations: 0 update: 0 views_ui: 0 theme: { } diff --git a/config/pcsps/config/core.base_field_override.node.basic_page.title.yml b/config/pcsps/config/core.base_field_override.node.basic_page.title.yml new file mode 100644 index 0000000000..977fcb3c9f --- /dev/null +++ b/config/pcsps/config/core.base_field_override.node.basic_page.title.yml @@ -0,0 +1,18 @@ +uuid: 3cd662e3-eb87-4a36-9c71-7e1358f799b6 +langcode: en +status: true +dependencies: + config: + - node.type.basic_page +id: node.basic_page.title +field_name: title +entity_type: node +bundle: basic_page +label: 'Title (Main heading)' +description: '' +required: true +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/pcsps/config/core.base_field_override.node.board_member.promote.yml b/config/pcsps/config/core.base_field_override.node.board_member.promote.yml deleted file mode 100644 index 2ce8530a09..0000000000 --- a/config/pcsps/config/core.base_field_override.node.board_member.promote.yml +++ /dev/null @@ -1,24 +0,0 @@ -uuid: a7fe1176-df16-4756-8275-d315ebfdd816 -langcode: en -status: true -dependencies: - config: - - node.type.board_member -_core: - default_config_hash: ug-t_dxmFVTkUitXoOzabhqZ_SHu5EUlmwEPxzfO2XU -id: node.board_member.promote -field_name: promote -entity_type: node -bundle: board_member -label: 'Promoted to front page' -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/pcsps/config/core.base_field_override.node.board_member.status.yml b/config/pcsps/config/core.base_field_override.node.board_member.status.yml deleted file mode 100644 index 4d9674b3db..0000000000 --- a/config/pcsps/config/core.base_field_override.node.board_member.status.yml +++ /dev/null @@ -1,24 +0,0 @@ -uuid: a521c38d-76c8-4100-ab70-953e89d6ef0a -langcode: en -status: true -dependencies: - config: - - node.type.board_member -_core: - default_config_hash: nibKVMSsyV0UU3lk-tBJkpKaSib9-oz1N29IKyWlaiU -id: node.board_member.status -field_name: status -entity_type: node -bundle: board_member -label: Published -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/pcsps/config/core.base_field_override.node.board_member.title.yml b/config/pcsps/config/core.base_field_override.node.board_member.title.yml deleted file mode 100644 index 41bea98a5f..0000000000 --- a/config/pcsps/config/core.base_field_override.node.board_member.title.yml +++ /dev/null @@ -1,20 +0,0 @@ -uuid: 93e58dcb-e4bb-437b-ba6e-2fbfe24c3ce2 -langcode: en -status: true -dependencies: - config: - - node.type.board_member -_core: - default_config_hash: zpOCx4y_A53AJ6pgaGeZYk6Y-98x5_g5g2Wbqta64s8 -id: node.board_member.title -field_name: title -entity_type: node -bundle: board_member -label: 'Member name' -description: '' -required: true -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: string diff --git a/config/pcsps/config/core.base_field_override.node.consultation.promote.yml b/config/pcsps/config/core.base_field_override.node.consultation.promote.yml deleted file mode 100644 index 5b4e96b353..0000000000 --- a/config/pcsps/config/core.base_field_override.node.consultation.promote.yml +++ /dev/null @@ -1,24 +0,0 @@ -uuid: 6cd26bfd-ee22-4fff-9350-edb8ec99ae3d -langcode: en -status: true -dependencies: - config: - - node.type.consultation -_core: - default_config_hash: qo0g3cfr3qA-S79FAkHEF4ATOBNF6MZ9K2HgNUrMjCc -id: node.consultation.promote -field_name: promote -entity_type: node -bundle: consultation -label: 'Promoted to front page' -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/pcsps/config/core.base_field_override.node.consultation.status.yml b/config/pcsps/config/core.base_field_override.node.consultation.status.yml deleted file mode 100644 index 5ca251a0d3..0000000000 --- a/config/pcsps/config/core.base_field_override.node.consultation.status.yml +++ /dev/null @@ -1,24 +0,0 @@ -uuid: 03e6d035-48c8-44d9-b1c7-c6070fde7714 -langcode: en -status: true -dependencies: - config: - - node.type.consultation -_core: - default_config_hash: RBH3-f-WaKtuvY8-xIT39tvWS1264MNhx6rfgEExnPQ -id: node.consultation.status -field_name: status -entity_type: node -bundle: consultation -label: Published -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/pcsps/config/core.base_field_override.node.consultation.title.yml b/config/pcsps/config/core.base_field_override.node.consultation.title.yml deleted file mode 100644 index 1a93c220d4..0000000000 --- a/config/pcsps/config/core.base_field_override.node.consultation.title.yml +++ /dev/null @@ -1,20 +0,0 @@ -uuid: 8b605eff-ec5f-4255-b8c3-fabc386f1401 -langcode: en -status: true -dependencies: - config: - - node.type.consultation -_core: - default_config_hash: Ts0Q4HbkfmbhhSPWcYSmSH1zEIpFT79cmMqy2v7wBVM -id: node.consultation.title -field_name: title -entity_type: node -bundle: consultation -label: 'Consultation title' -description: '' -required: true -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: string diff --git a/config/pcsps/config/core.base_field_override.node.contact.promote.yml b/config/pcsps/config/core.base_field_override.node.contact.promote.yml deleted file mode 100644 index 5d7541db25..0000000000 --- a/config/pcsps/config/core.base_field_override.node.contact.promote.yml +++ /dev/null @@ -1,24 +0,0 @@ -uuid: bbdfda29-405f-4b0f-86c6-3c88ef32ab79 -langcode: en -status: true -dependencies: - config: - - node.type.contact -_core: - default_config_hash: Qh5EGujawePQFIwBvFA0cgl6qEgbK7WNye0l9UGSDnA -id: node.contact.promote -field_name: promote -entity_type: node -bundle: contact -label: 'Promoted to front page' -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/pcsps/config/core.base_field_override.node.contact.status.yml b/config/pcsps/config/core.base_field_override.node.contact.status.yml deleted file mode 100644 index 33692e2836..0000000000 --- a/config/pcsps/config/core.base_field_override.node.contact.status.yml +++ /dev/null @@ -1,24 +0,0 @@ -uuid: 10b73c9a-3cf9-46ba-a6f2-879fad87cf62 -langcode: en -status: true -dependencies: - config: - - node.type.contact -_core: - default_config_hash: x-hb9sAOe37Bz-4jA5FaE5nbooegNoDe61k-GnoIgAY -id: node.contact.status -field_name: status -entity_type: node -bundle: contact -label: Published -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/pcsps/config/core.base_field_override.node.contact.title.yml b/config/pcsps/config/core.base_field_override.node.contact.title.yml deleted file mode 100644 index 4efd047f86..0000000000 --- a/config/pcsps/config/core.base_field_override.node.contact.title.yml +++ /dev/null @@ -1,20 +0,0 @@ -uuid: ed594a3d-cabf-42e2-8a8e-6189c7069c99 -langcode: en -status: true -dependencies: - config: - - node.type.contact -_core: - default_config_hash: 2zOouNvee9r1JZnoVe_9wj7ffAcnwtw68Ocp_Vz8rAo -id: node.contact.title -field_name: title -entity_type: node -bundle: contact -label: 'Main heading' -description: '' -required: true -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: string diff --git a/config/pcsps/config/core.base_field_override.node.faq.promote.yml b/config/pcsps/config/core.base_field_override.node.faq.promote.yml deleted file mode 100644 index b4cf0cee70..0000000000 --- a/config/pcsps/config/core.base_field_override.node.faq.promote.yml +++ /dev/null @@ -1,24 +0,0 @@ -uuid: 63ce9cfe-4a48-43c7-8a73-f69af0879f59 -langcode: en -status: true -dependencies: - config: - - node.type.faq -_core: - default_config_hash: SG2yMznfWW0WT_tzHsHqnkKcr2KEAufFB3sFG9jwt5A -id: node.faq.promote -field_name: promote -entity_type: node -bundle: faq -label: 'Promoted to front page' -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/pcsps/config/core.base_field_override.node.faq.status.yml b/config/pcsps/config/core.base_field_override.node.faq.status.yml deleted file mode 100644 index 769b80fa79..0000000000 --- a/config/pcsps/config/core.base_field_override.node.faq.status.yml +++ /dev/null @@ -1,24 +0,0 @@ -uuid: 83d6928d-2da3-4d73-9651-b7254f46aacd -langcode: en -status: true -dependencies: - config: - - node.type.faq -_core: - default_config_hash: '-SjJDXZRbKdLfmhi2GPFjZGd1AZNJ4BOt01_-77vcfM' -id: node.faq.status -field_name: status -entity_type: node -bundle: faq -label: Published -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/pcsps/config/core.base_field_override.node.feature.promote.yml b/config/pcsps/config/core.base_field_override.node.feature.promote.yml deleted file mode 100644 index a68cdbb7c3..0000000000 --- a/config/pcsps/config/core.base_field_override.node.feature.promote.yml +++ /dev/null @@ -1,24 +0,0 @@ -uuid: b25838aa-17aa-4ef4-8fcf-895e48cb2929 -langcode: en -status: true -dependencies: - config: - - node.type.feature -_core: - default_config_hash: 1YuHXXUr6xRl8yzxmdsX2wahztTxsYwwQUE3zjVZ2HA -id: node.feature.promote -field_name: promote -entity_type: node -bundle: feature -label: 'Promoted to front page' -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/pcsps/config/core.base_field_override.node.featured_content_list.promote.yml b/config/pcsps/config/core.base_field_override.node.featured_content_list.promote.yml deleted file mode 100644 index b67b5e7ebd..0000000000 --- a/config/pcsps/config/core.base_field_override.node.featured_content_list.promote.yml +++ /dev/null @@ -1,24 +0,0 @@ -uuid: 12508deb-aa9d-414f-8d95-a6ea66e87c86 -langcode: en -status: true -dependencies: - config: - - node.type.featured_content_list -_core: - default_config_hash: 0_2Kdt22bmkwEaaTqR3sIcL0iE9yUGxNH_9ySSNHkWg -id: node.featured_content_list.promote -field_name: promote -entity_type: node -bundle: featured_content_list -label: 'Promoted to front page' -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/pcsps/config/core.base_field_override.node.featured_content_list.status.yml b/config/pcsps/config/core.base_field_override.node.featured_content_list.status.yml deleted file mode 100644 index 94a2c5811d..0000000000 --- a/config/pcsps/config/core.base_field_override.node.featured_content_list.status.yml +++ /dev/null @@ -1,24 +0,0 @@ -uuid: 227dae31-b455-4fd5-862c-ad1ee4ffc580 -langcode: en -status: true -dependencies: - config: - - node.type.featured_content_list -_core: - default_config_hash: 21m7eqb6tnVzZ1p2pEwH3FjK4x1kLlPZWr5Zowik1mA -id: node.featured_content_list.status -field_name: status -entity_type: node -bundle: featured_content_list -label: Published -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/pcsps/config/core.base_field_override.node.layout_page.promote.yml b/config/pcsps/config/core.base_field_override.node.layout_page.promote.yml deleted file mode 100644 index f492b43944..0000000000 --- a/config/pcsps/config/core.base_field_override.node.layout_page.promote.yml +++ /dev/null @@ -1,24 +0,0 @@ -uuid: b8f900bf-242f-4bf6-b4e7-b7dfc88d3c4e -langcode: en -status: true -dependencies: - config: - - node.type.layout_page -_core: - default_config_hash: Zf4v8rjHAO-XEf_YdX-8UKaEZs7bQ49xV67zHoOdhWY -id: node.layout_page.promote -field_name: promote -entity_type: node -bundle: layout_page -label: 'Promoted to front page' -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/pcsps/config/core.base_field_override.node.link.promote.yml b/config/pcsps/config/core.base_field_override.node.link.promote.yml deleted file mode 100644 index bdcce9eba6..0000000000 --- a/config/pcsps/config/core.base_field_override.node.link.promote.yml +++ /dev/null @@ -1,24 +0,0 @@ -uuid: 2132065d-57a0-42fe-9e13-975dd0ead870 -langcode: en -status: true -dependencies: - config: - - node.type.link -_core: - default_config_hash: mEYKSzyTPxxOPnhFd7LCm5Voc5YAJ3UW0czx2VR4E40 -id: node.link.promote -field_name: promote -entity_type: node -bundle: link -label: 'Promoted to front page' -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/pcsps/config/core.base_field_override.node.link.status.yml b/config/pcsps/config/core.base_field_override.node.link.status.yml deleted file mode 100644 index d4cb6216ab..0000000000 --- a/config/pcsps/config/core.base_field_override.node.link.status.yml +++ /dev/null @@ -1,24 +0,0 @@ -uuid: bc03382f-e215-40e1-a14e-7d40f7bf4d7b -langcode: en -status: true -dependencies: - config: - - node.type.link -_core: - default_config_hash: E7XHxeJncDCY7Yvqh-Xt8JT6Yvj4Go6YanuZT2IIth8 -id: node.link.status -field_name: status -entity_type: node -bundle: link -label: Published -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/pcsps/config/core.base_field_override.node.link.title.yml b/config/pcsps/config/core.base_field_override.node.link.title.yml deleted file mode 100644 index e98fc8da92..0000000000 --- a/config/pcsps/config/core.base_field_override.node.link.title.yml +++ /dev/null @@ -1,20 +0,0 @@ -uuid: 63688c89-a26b-4dab-8bcb-f3b09d378f22 -langcode: en -status: true -dependencies: - config: - - node.type.link -_core: - default_config_hash: q_2cZuele0KIEVykW6zqIt0KA_IDPkljL8rEziOEK4w -id: node.link.title -field_name: title -entity_type: node -bundle: link -label: 'Main heading' -description: '' -required: true -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: string diff --git a/config/pcsps/config/core.base_field_override.node.news.promote.yml b/config/pcsps/config/core.base_field_override.node.news.promote.yml deleted file mode 100644 index f0409d91d5..0000000000 --- a/config/pcsps/config/core.base_field_override.node.news.promote.yml +++ /dev/null @@ -1,24 +0,0 @@ -uuid: 42a6ea87-a0cc-45a2-8d38-1665d76eff82 -langcode: en -status: true -dependencies: - config: - - node.type.news -_core: - default_config_hash: YFOOXDA1pcVKf_Ne7yI6zdqX4q_ZToJYroeAgmQRtEk -id: node.news.promote -field_name: promote -entity_type: node -bundle: news -label: 'Promoted to front page' -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/pcsps/config/core.base_field_override.node.news.status.yml b/config/pcsps/config/core.base_field_override.node.news.status.yml deleted file mode 100644 index 28afe05b7f..0000000000 --- a/config/pcsps/config/core.base_field_override.node.news.status.yml +++ /dev/null @@ -1,24 +0,0 @@ -uuid: d468f900-9227-421a-86d8-318a2276d3b1 -langcode: en -status: true -dependencies: - config: - - node.type.news -_core: - default_config_hash: 6TLpJasXIYoKxuaDwrqfE0zc4dgMLh0X27CVf0ItDb8 -id: node.news.status -field_name: status -entity_type: node -bundle: news -label: Published -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/pcsps/config/core.base_field_override.node.news.title.yml b/config/pcsps/config/core.base_field_override.node.news.title.yml deleted file mode 100644 index ef23cc88ea..0000000000 --- a/config/pcsps/config/core.base_field_override.node.news.title.yml +++ /dev/null @@ -1,20 +0,0 @@ -uuid: 0f412b14-5573-4ca2-b367-7a9213c2f465 -langcode: en -status: true -dependencies: - config: - - node.type.news -_core: - default_config_hash: MU9Gxb3GoC55bh-2Fwx5VG4fOn4X7N77V2kul4V__gU -id: node.news.title -field_name: title -entity_type: node -bundle: news -label: 'News title' -description: '' -required: true -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: string diff --git a/config/pcsps/config/core.base_field_override.node.profile.promote.yml b/config/pcsps/config/core.base_field_override.node.profile.promote.yml deleted file mode 100644 index abb053af31..0000000000 --- a/config/pcsps/config/core.base_field_override.node.profile.promote.yml +++ /dev/null @@ -1,24 +0,0 @@ -uuid: 48a3ad5a-db78-43cf-95fa-12fcb3f06cfa -langcode: en -status: true -dependencies: - config: - - node.type.profile -_core: - default_config_hash: S7OQA-L1ATgh4EzX3HtPdpz8Bi3lcdbcv8NEgz8qTic -id: node.profile.promote -field_name: promote -entity_type: node -bundle: profile -label: 'Promoted to front page' -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/pcsps/config/core.base_field_override.node.profile.title.yml b/config/pcsps/config/core.base_field_override.node.profile.title.yml deleted file mode 100644 index 7751f87d73..0000000000 --- a/config/pcsps/config/core.base_field_override.node.profile.title.yml +++ /dev/null @@ -1,20 +0,0 @@ -uuid: 1d8cffbe-5cda-4382-9094-43e2ebb41752 -langcode: en -status: true -dependencies: - config: - - node.type.profile -_core: - default_config_hash: SPY0bU0D7CXiQCBJ-ISNIREC6YqUILaylro9hJaer2I -id: node.profile.title -field_name: title -entity_type: node -bundle: profile -label: 'Main heading' -description: '' -required: true -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: string diff --git a/config/pcsps/config/core.entity_form_display.node.board_member.default.yml b/config/pcsps/config/core.entity_form_display.node.board_member.default.yml deleted file mode 100644 index 24677814f9..0000000000 --- a/config/pcsps/config/core.entity_form_display.node.board_member.default.yml +++ /dev/null @@ -1,127 +0,0 @@ -uuid: ca7c238e-5d9e-4b25-a4bf-c279b2e5803d -langcode: en -status: true -dependencies: - config: - - field.field.node.board_member.body - - field.field.node.board_member.field_member_image - - field.field.node.board_member.field_member_role - - field.field.node.board_member.field_meta_tags - - node.type.board_member - module: - - media_library - - media_library_edit - - metatag - - path - - text -_core: - default_config_hash: rORAnQGvrntoWn8BrcPuu7Pe-1qQavYMi5tkRsY-LAk -id: node.board_member.default -targetEntityType: node -bundle: board_member -mode: default -content: - body: - type: text_textarea_with_summary - weight: 12 - settings: - rows: 9 - summary_rows: 3 - placeholder: '' - show_summary: false - third_party_settings: { } - region: content - created: - type: datetime_timestamp - weight: 3 - region: content - settings: { } - third_party_settings: { } - field_member_image: - type: media_library_widget - weight: 11 - settings: - media_types: { } - third_party_settings: - media_library_edit: - show_edit: '1' - region: content - field_member_role: - weight: 10 - settings: - size: 60 - placeholder: '' - third_party_settings: { } - type: string_textfield - region: content - field_meta_tags: - weight: 13 - settings: - sidebar: true - third_party_settings: { } - type: metatag_firehose - region: content - langcode: - type: language_select - weight: 1 - region: content - settings: - include_locked: true - third_party_settings: { } - moderation_state: - type: moderation_state_default - weight: 8 - settings: { } - region: content - third_party_settings: { } - path: - type: path - weight: 6 - region: content - settings: { } - third_party_settings: { } - promote: - type: boolean_checkbox - settings: - display_label: true - weight: 4 - region: content - third_party_settings: { } - status: - type: boolean_checkbox - settings: - display_label: true - weight: 9 - region: content - third_party_settings: { } - sticky: - type: boolean_checkbox - settings: - display_label: true - weight: 5 - region: content - third_party_settings: { } - title: - type: string_textfield - weight: 0 - region: content - settings: - size: 60 - placeholder: '' - third_party_settings: { } - uid: - type: entity_reference_autocomplete - weight: 2 - settings: - match_operator: CONTAINS - size: 60 - placeholder: '' - match_limit: 10 - region: content - third_party_settings: { } - url_redirects: - weight: 7 - region: content - settings: { } - third_party_settings: { } -hidden: { } diff --git a/config/pcsps/config/core.entity_form_display.node.consultation.default.yml b/config/pcsps/config/core.entity_form_display.node.consultation.default.yml deleted file mode 100644 index 720ebfc483..0000000000 --- a/config/pcsps/config/core.entity_form_display.node.consultation.default.yml +++ /dev/null @@ -1,170 +0,0 @@ -uuid: 058833dd-dab3-4a76-9b07-2df26dd0b7cf -langcode: en -status: true -dependencies: - config: - - field.field.node.consultation.body - - field.field.node.consultation.field_attachment - - field.field.node.consultation.field_consultation_dates - - field.field.node.consultation.field_email_address - - field.field.node.consultation.field_meta_tags - - field.field.node.consultation.field_postal - - field.field.node.consultation.field_published_date - - field.field.node.consultation.field_respond_online - - field.field.node.consultation.field_summary - - node.type.consultation - - workflows.workflow.nics_editorial_workflow - module: - - address - - content_moderation - - datetime - - datetime_range - - link - - media_library - - media_library_edit - - path - - text -_core: - default_config_hash: keS6HprZfykpa49WRzSgxJYdMk2bQqFHqWFRdORw5z0 -id: node.consultation.default -targetEntityType: node -bundle: consultation -mode: default -content: - body: - type: text_textarea_with_summary - weight: 13 - settings: - rows: 9 - summary_rows: 3 - placeholder: '' - show_summary: false - third_party_settings: { } - region: content - created: - type: datetime_timestamp - weight: 3 - region: content - settings: { } - third_party_settings: { } - field_attachment: - weight: 14 - settings: - media_types: { } - third_party_settings: - media_library_edit: - show_edit: '1' - type: media_library_widget - region: content - field_consultation_dates: - weight: 11 - settings: { } - third_party_settings: { } - type: daterange_default - region: content - field_email_address: - weight: 16 - settings: - size: 60 - placeholder: '' - third_party_settings: { } - type: email_default - region: content - field_postal: - weight: 17 - settings: { } - third_party_settings: { } - type: address_default - region: content - field_published_date: - weight: 10 - settings: { } - third_party_settings: { } - type: datetime_default - region: content - field_respond_online: - weight: 15 - settings: - placeholder_url: '' - placeholder_title: '' - third_party_settings: { } - type: link_default - region: content - field_summary: - weight: 12 - settings: - rows: 5 - placeholder: '' - third_party_settings: { } - type: text_textarea - region: content - flag: - weight: 10 - settings: { } - third_party_settings: { } - region: content - langcode: - type: language_select - weight: 1 - region: content - settings: - include_locked: true - third_party_settings: { } - moderation_state: - type: moderation_state_default - weight: 8 - settings: { } - region: content - third_party_settings: { } - path: - type: path - weight: 6 - region: content - settings: { } - third_party_settings: { } - promote: - type: boolean_checkbox - settings: - display_label: true - weight: 4 - region: content - third_party_settings: { } - status: - type: boolean_checkbox - settings: - display_label: true - weight: 9 - region: content - third_party_settings: { } - sticky: - type: boolean_checkbox - settings: - display_label: true - weight: 5 - region: content - third_party_settings: { } - title: - type: string_textfield - weight: 0 - region: content - settings: - size: 60 - placeholder: '' - third_party_settings: { } - uid: - type: entity_reference_autocomplete - weight: 2 - settings: - match_operator: CONTAINS - size: 60 - placeholder: '' - match_limit: 10 - region: content - third_party_settings: { } - url_redirects: - weight: 7 - region: content - settings: { } - third_party_settings: { } -hidden: - field_meta_tags: true diff --git a/config/pcsps/config/core.entity_form_display.node.contact.default.yml b/config/pcsps/config/core.entity_form_display.node.contact.default.yml deleted file mode 100644 index bc770732a8..0000000000 --- a/config/pcsps/config/core.entity_form_display.node.contact.default.yml +++ /dev/null @@ -1,111 +0,0 @@ -uuid: d8c328f4-317b-4a05-997c-647fe3ca8b2a -langcode: en -status: true -dependencies: - config: - - field.field.node.contact.body - - field.field.node.contact.field_meta_tags - - node.type.contact - - workflows.workflow.nics_editorial_workflow - module: - - content_moderation - - metatag - - path - - text -_core: - default_config_hash: tallJg01DOz5dh6mDUAdYKTn7UdEE_3E9lmzzGPBPRk -id: node.contact.default -targetEntityType: node -bundle: contact -mode: default -content: - body: - type: text_textarea_with_summary - weight: 121 - settings: - rows: 9 - summary_rows: 3 - placeholder: '' - third_party_settings: { } - region: content - created: - type: datetime_timestamp - weight: 10 - region: content - settings: { } - third_party_settings: { } - field_meta_tags: - weight: 122 - settings: - sidebar: true - third_party_settings: { } - type: metatag_firehose - region: content - flag: - weight: 10 - settings: { } - third_party_settings: { } - region: content - langcode: - type: language_select - weight: 2 - region: content - settings: - include_locked: true - third_party_settings: { } - moderation_state: - type: moderation_state_default - weight: 100 - settings: { } - region: content - third_party_settings: { } - path: - type: path - weight: 30 - region: content - settings: { } - third_party_settings: { } - promote: - type: boolean_checkbox - settings: - display_label: true - weight: 15 - region: content - third_party_settings: { } - status: - type: boolean_checkbox - settings: - display_label: true - weight: 120 - region: content - third_party_settings: { } - sticky: - type: boolean_checkbox - settings: - display_label: true - weight: 16 - region: content - third_party_settings: { } - title: - type: string_textfield - weight: -5 - region: content - settings: - size: 60 - placeholder: '' - third_party_settings: { } - uid: - type: entity_reference_autocomplete - weight: 5 - settings: - match_operator: CONTAINS - size: 60 - placeholder: '' - region: content - third_party_settings: { } - url_redirects: - weight: 50 - settings: { } - third_party_settings: { } - region: content -hidden: { } diff --git a/config/pcsps/config/core.entity_form_display.node.faq.default.yml b/config/pcsps/config/core.entity_form_display.node.faq.default.yml deleted file mode 100644 index c8cf878a5b..0000000000 --- a/config/pcsps/config/core.entity_form_display.node.faq.default.yml +++ /dev/null @@ -1,108 +0,0 @@ -uuid: a7eebac7-7980-4538-a29d-1f474fe66673 -langcode: en -status: true -dependencies: - config: - - field.field.node.faq.field_faq - - field.field.node.faq.field_meta_tags - - node.type.faq - module: - - metatag - - paragraphs - - path -_core: - default_config_hash: B0jmbVU4DfBRgHF1-veNe1-C6DzkosmR_O9FrClgkCA -id: node.faq.default -targetEntityType: node -bundle: faq -mode: default -content: - created: - type: datetime_timestamp - weight: 10 - region: content - settings: { } - third_party_settings: { } - field_faq: - type: entity_reference_paragraphs - weight: 122 - settings: - title: Paragraph - title_plural: Paragraphs - edit_mode: open - add_mode: dropdown - form_display_mode: default - default_paragraph_type: faq_accordian - third_party_settings: { } - region: content - field_meta_tags: - weight: 123 - settings: - sidebar: true - third_party_settings: { } - type: metatag_firehose - region: content - langcode: - type: language_select - weight: 2 - region: content - settings: - include_locked: true - third_party_settings: { } - moderation_state: - type: moderation_state_default - weight: 100 - settings: { } - region: content - third_party_settings: { } - path: - type: path - weight: 30 - region: content - settings: { } - third_party_settings: { } - promote: - type: boolean_checkbox - settings: - display_label: true - weight: 15 - region: content - third_party_settings: { } - status: - type: boolean_checkbox - settings: - display_label: true - weight: 120 - region: content - third_party_settings: { } - sticky: - type: boolean_checkbox - settings: - display_label: true - weight: 16 - region: content - third_party_settings: { } - title: - type: string_textfield - weight: -5 - region: content - settings: - size: 60 - placeholder: '' - third_party_settings: { } - uid: - type: entity_reference_autocomplete - weight: 5 - settings: - match_operator: CONTAINS - size: 60 - placeholder: '' - match_limit: 10 - region: content - third_party_settings: { } - url_redirects: - weight: 50 - region: content - settings: { } - third_party_settings: { } -hidden: { } diff --git a/config/pcsps/config/core.entity_form_display.node.feature.default.yml b/config/pcsps/config/core.entity_form_display.node.feature.default.yml deleted file mode 100644 index 58f0d75a91..0000000000 --- a/config/pcsps/config/core.entity_form_display.node.feature.default.yml +++ /dev/null @@ -1,152 +0,0 @@ -uuid: 16b98047-5db6-4980-98cd-38569f7097d1 -langcode: en -status: true -dependencies: - config: - - field.field.node.feature.field_link_url - - field.field.node.feature.field_photo - - field.field.node.feature.field_teaser - - node.type.feature - - workflows.workflow.nics_editorial_workflow - module: - - content_moderation - - link - - media_library - - media_library_edit - - path -_core: - default_config_hash: eyck_wRAKLvjjfvWRIYK21XsUy3UPS9P5mWh_FlijNs -id: node.feature.default -targetEntityType: node -bundle: feature -mode: default -content: - created: - type: datetime_timestamp - weight: 3 - region: content - settings: { } - third_party_settings: { } - field_link_url: - weight: 12 - settings: - placeholder_url: '' - placeholder_title: '' - third_party_settings: { } - type: link_default - region: content - field_photo: - type: media_library_widget - weight: 30 - settings: - media_types: { } - third_party_settings: - media_library_edit: - show_edit: '1' - region: content - field_teaser: - weight: 11 - settings: - size: 60 - placeholder: '' - third_party_settings: { } - type: string_textfield - region: content - flag: - weight: 10 - settings: { } - third_party_settings: { } - region: content - langcode: - type: language_select - weight: 1 - region: content - settings: - include_locked: true - third_party_settings: { } - moderation_state: - type: moderation_state_default - weight: 8 - settings: { } - region: content - third_party_settings: { } - path: - type: path - weight: 6 - region: content - settings: { } - third_party_settings: { } - promote: - type: boolean_checkbox - settings: - display_label: true - weight: 4 - region: content - third_party_settings: { } - publish_on: - weight: 28 - settings: { } - third_party_settings: { } - type: datetime_timestamp - region: content - publish_state: - weight: 26 - settings: { } - third_party_settings: { } - type: options_select - region: content - scheduler_settings: - weight: 6 - region: content - settings: { } - third_party_settings: { } - status: - type: boolean_checkbox - settings: - display_label: true - weight: 9 - region: content - third_party_settings: { } - sticky: - type: boolean_checkbox - settings: - display_label: true - weight: 5 - region: content - third_party_settings: { } - title: - type: string_textfield - weight: 0 - region: content - settings: - size: 60 - placeholder: '' - third_party_settings: { } - uid: - type: entity_reference_autocomplete - weight: 2 - settings: - match_operator: CONTAINS - size: 60 - placeholder: '' - match_limit: 10 - region: content - third_party_settings: { } - unpublish_on: - weight: 29 - settings: { } - third_party_settings: { } - type: datetime_timestamp - region: content - unpublish_state: - weight: 27 - settings: { } - third_party_settings: { } - type: options_select - region: content - url_redirects: - weight: 7 - region: content - settings: { } - third_party_settings: { } -hidden: { } diff --git a/config/pcsps/config/core.entity_form_display.node.featured_content_list.default.yml b/config/pcsps/config/core.entity_form_display.node.featured_content_list.default.yml deleted file mode 100644 index b12d189026..0000000000 --- a/config/pcsps/config/core.entity_form_display.node.featured_content_list.default.yml +++ /dev/null @@ -1,107 +0,0 @@ -uuid: 490e7363-344a-41a2-a1a7-4d6e66f933a5 -langcode: en -status: true -dependencies: - config: - - field.field.node.featured_content_list.field_featured_content - - field.field.node.featured_content_list.field_tags - - node.type.featured_content_list -_core: - default_config_hash: cyfIe3qXBjIpmpfbaUnEBCRBcw0wuOayJXPXoll-vpY -id: node.featured_content_list.default -targetEntityType: node -bundle: featured_content_list -mode: default -content: - created: - type: datetime_timestamp - weight: 5 - region: content - settings: { } - third_party_settings: { } - field_featured_content: - weight: 1 - settings: - match_operator: CONTAINS - match_limit: 10 - size: 60 - placeholder: '' - third_party_settings: { } - type: entity_reference_autocomplete - region: content - field_tags: - weight: 3 - settings: { } - third_party_settings: { } - type: options_buttons - region: content - moderation_state: - type: moderation_state_default - weight: 12 - settings: { } - region: content - third_party_settings: { } - publish_on: - weight: 28 - settings: { } - third_party_settings: { } - type: datetime_timestamp - region: content - publish_state: - weight: 26 - settings: { } - third_party_settings: { } - type: options_select - region: content - scheduler_settings: - weight: 6 - region: content - settings: { } - third_party_settings: { } - status: - type: boolean_checkbox - settings: - display_label: true - weight: 13 - region: content - third_party_settings: { } - title: - type: string_textfield - weight: 0 - region: content - settings: - size: 60 - placeholder: '' - third_party_settings: { } - uid: - type: entity_reference_autocomplete - weight: 4 - settings: - match_operator: CONTAINS - size: 60 - placeholder: '' - match_limit: 10 - region: content - third_party_settings: { } - unpublish_on: - weight: 29 - settings: { } - third_party_settings: { } - type: datetime_timestamp - region: content - unpublish_state: - weight: 27 - settings: { } - third_party_settings: { } - type: options_select - region: content - url_redirects: - weight: 11 - region: content - settings: { } - third_party_settings: { } -hidden: - langcode: true - path: true - promote: true - sticky: true diff --git a/config/pcsps/config/core.entity_form_display.node.layout_page.default.yml b/config/pcsps/config/core.entity_form_display.node.layout_page.default.yml deleted file mode 100644 index 0014c5f226..0000000000 --- a/config/pcsps/config/core.entity_form_display.node.layout_page.default.yml +++ /dev/null @@ -1,82 +0,0 @@ -uuid: 6b5e3fcf-d360-4e3c-a56b-ac72702c7974 -langcode: en -status: true -dependencies: - config: - - field.field.node.layout_page.body - - field.field.node.layout_page.layout_builder__layout - - node.type.layout_page - module: - - path -_core: - default_config_hash: hWHiYGjFlqIwHycTIHXMfilVMoYG8QV2GE2F6fF4CwA -id: node.layout_page.default -targetEntityType: node -bundle: layout_page -mode: default -content: - created: - type: datetime_timestamp - weight: 10 - region: content - settings: { } - third_party_settings: { } - langcode: - type: language_select - weight: 2 - region: content - settings: - include_locked: true - third_party_settings: { } - path: - type: path - weight: 30 - region: content - settings: { } - third_party_settings: { } - promote: - type: boolean_checkbox - settings: - display_label: true - weight: 15 - region: content - third_party_settings: { } - status: - type: boolean_checkbox - settings: - display_label: true - weight: 120 - region: content - third_party_settings: { } - sticky: - type: boolean_checkbox - settings: - display_label: true - weight: 16 - region: content - third_party_settings: { } - title: - type: string_textfield - weight: -5 - region: content - settings: - size: 60 - placeholder: '' - third_party_settings: { } - uid: - type: entity_reference_autocomplete - weight: 5 - settings: - match_operator: CONTAINS - size: 60 - placeholder: '' - region: content - third_party_settings: { } - url_redirects: - weight: 50 - settings: { } - third_party_settings: { } - region: content -hidden: - body: true - layout_builder__layout: true diff --git a/config/pcsps/config/core.entity_form_display.node.link.default.yml b/config/pcsps/config/core.entity_form_display.node.link.default.yml deleted file mode 100644 index 02743080be..0000000000 --- a/config/pcsps/config/core.entity_form_display.node.link.default.yml +++ /dev/null @@ -1,122 +0,0 @@ -uuid: 07a4ba87-097b-480e-92be-9dc08da02458 -langcode: en -status: true -dependencies: - config: - - field.field.node.link.field_link_type - - field.field.node.link.field_link_url - - field.field.node.link.field_meta_tags - - node.type.link - - workflows.workflow.nics_editorial_workflow - module: - - content_moderation - - link - - metatag - - path -_core: - default_config_hash: bbHlm-dIo8IUTOaXVLaiQvQznjIlqQiDUaKl2yhrgCU -id: node.link.default -targetEntityType: node -bundle: link -mode: default -content: - created: - type: datetime_timestamp - weight: 3 - region: content - settings: { } - third_party_settings: { } - field_link_type: - weight: 10 - settings: - match_operator: CONTAINS - match_limit: 10 - size: 60 - placeholder: '' - third_party_settings: { } - type: entity_reference_autocomplete - region: content - field_link_url: - weight: 11 - settings: - placeholder_url: '' - placeholder_title: '' - third_party_settings: { } - type: link_default - region: content - field_meta_tags: - weight: 12 - settings: - sidebar: true - third_party_settings: { } - type: metatag_firehose - region: content - flag: - weight: 10 - settings: { } - third_party_settings: { } - region: content - langcode: - type: language_select - weight: 1 - region: content - settings: - include_locked: true - third_party_settings: { } - moderation_state: - type: moderation_state_default - weight: 8 - settings: { } - region: content - third_party_settings: { } - path: - type: path - weight: 6 - region: content - settings: { } - third_party_settings: { } - promote: - type: boolean_checkbox - settings: - display_label: true - weight: 4 - region: content - third_party_settings: { } - status: - type: boolean_checkbox - settings: - display_label: true - weight: 9 - region: content - third_party_settings: { } - sticky: - type: boolean_checkbox - settings: - display_label: true - weight: 5 - region: content - third_party_settings: { } - title: - type: string_textfield - weight: 0 - region: content - settings: - size: 60 - placeholder: '' - third_party_settings: { } - uid: - type: entity_reference_autocomplete - weight: 2 - settings: - match_operator: CONTAINS - size: 60 - placeholder: '' - match_limit: 10 - region: content - third_party_settings: { } - url_redirects: - weight: 7 - region: content - settings: { } - third_party_settings: { } -hidden: { } diff --git a/config/pcsps/config/core.entity_form_display.node.news.default.yml b/config/pcsps/config/core.entity_form_display.node.news.default.yml deleted file mode 100644 index ce05114c87..0000000000 --- a/config/pcsps/config/core.entity_form_display.node.news.default.yml +++ /dev/null @@ -1,151 +0,0 @@ -uuid: efc9b8ce-a0ed-4221-b4a2-6bb8183baf4f -langcode: en -status: true -dependencies: - config: - - field.field.node.news.body - - field.field.node.news.field_meta_tags - - field.field.node.news.field_photo - - field.field.node.news.field_published_date - - field.field.node.news.field_summary - - field.field.node.news.field_teaser - - node.type.news - - workflows.workflow.nics_editorial_workflow - module: - - content_moderation - - datetime - - media_library - - media_library_edit - - metatag - - path - - text -_core: - default_config_hash: OlTwzkcvXeWJ4WGCY1bzVd_jsBob_uikUQvODADN1mw -id: node.news.default -targetEntityType: node -bundle: news -mode: default -content: - body: - type: text_textarea_with_summary - weight: 13 - settings: - rows: 9 - summary_rows: 3 - placeholder: '' - show_summary: false - third_party_settings: { } - region: content - created: - type: datetime_timestamp - weight: 3 - region: content - settings: { } - third_party_settings: { } - field_meta_tags: - type: metatag_firehose - weight: 15 - region: content - settings: - sidebar: true - third_party_settings: { } - field_photo: - weight: 12 - settings: - media_types: { } - third_party_settings: - media_library_edit: - show_edit: '1' - type: media_library_widget - region: content - field_published_date: - weight: 10 - settings: { } - third_party_settings: { } - type: datetime_default - region: content - field_summary: - weight: 14 - settings: - rows: 5 - placeholder: '' - third_party_settings: { } - type: text_textarea - region: content - field_teaser: - weight: 11 - settings: - size: 60 - placeholder: '' - third_party_settings: { } - type: string_textfield - region: content - flag: - weight: 10 - settings: { } - third_party_settings: { } - region: content - langcode: - type: language_select - weight: 1 - region: content - settings: - include_locked: true - third_party_settings: { } - moderation_state: - type: moderation_state_default - weight: 8 - settings: { } - region: content - third_party_settings: { } - path: - type: path - weight: 6 - region: content - settings: { } - third_party_settings: { } - promote: - type: boolean_checkbox - settings: - display_label: true - weight: 4 - region: content - third_party_settings: { } - status: - type: boolean_checkbox - settings: - display_label: true - weight: 9 - region: content - third_party_settings: { } - sticky: - type: boolean_checkbox - settings: - display_label: true - weight: 5 - region: content - third_party_settings: { } - title: - type: string_textfield - weight: 0 - region: content - settings: - size: 60 - placeholder: '' - third_party_settings: { } - uid: - type: entity_reference_autocomplete - weight: 2 - settings: - match_operator: CONTAINS - size: 60 - placeholder: '' - match_limit: 10 - region: content - third_party_settings: { } - url_redirects: - weight: 7 - region: content - settings: { } - third_party_settings: { } -hidden: { } diff --git a/config/pcsps/config/core.entity_form_display.node.profile.default.yml b/config/pcsps/config/core.entity_form_display.node.profile.default.yml deleted file mode 100644 index 940cc01fb2..0000000000 --- a/config/pcsps/config/core.entity_form_display.node.profile.default.yml +++ /dev/null @@ -1,106 +0,0 @@ -uuid: e45c484e-3499-4947-9999-7e7aa31fbf40 -langcode: en -status: true -dependencies: - config: - - field.field.node.profile.body - - field.field.node.profile.field_summary - - node.type.profile - - workflows.workflow.nics_editorial_workflow - module: - - content_moderation - - path - - text -_core: - default_config_hash: cw6gGa5su4ABYuniwhLjktLzddRalOXlMiUDALvcqNQ -id: node.profile.default -targetEntityType: node -bundle: profile -mode: default -content: - body: - type: text_textarea_with_summary - weight: 121 - settings: - rows: 9 - summary_rows: 3 - placeholder: '' - third_party_settings: { } - region: content - created: - type: datetime_timestamp - weight: 10 - region: content - settings: { } - third_party_settings: { } - field_summary: - weight: 122 - settings: - rows: 5 - placeholder: '' - third_party_settings: { } - type: text_textarea - region: content - langcode: - type: language_select - weight: 2 - region: content - settings: - include_locked: true - third_party_settings: { } - moderation_state: - type: moderation_state_default - weight: 100 - settings: { } - region: content - third_party_settings: { } - path: - type: path - weight: 30 - region: content - settings: { } - third_party_settings: { } - promote: - type: boolean_checkbox - settings: - display_label: true - weight: 15 - region: content - third_party_settings: { } - status: - type: boolean_checkbox - settings: - display_label: true - weight: 120 - region: content - third_party_settings: { } - sticky: - type: boolean_checkbox - settings: - display_label: true - weight: 16 - region: content - third_party_settings: { } - title: - type: string_textfield - weight: -5 - region: content - settings: - size: 60 - placeholder: '' - third_party_settings: { } - uid: - type: entity_reference_autocomplete - weight: 5 - settings: - match_operator: CONTAINS - size: 60 - placeholder: '' - region: content - third_party_settings: { } - url_redirects: - weight: 50 - settings: { } - third_party_settings: { } - region: content -hidden: { } diff --git a/config/pcsps/config/core.entity_form_display.node.publication.default.yml b/config/pcsps/config/core.entity_form_display.node.publication.default.yml index 4ac88ec1e2..54fbb76cb5 100644 --- a/config/pcsps/config/core.entity_form_display.node.publication.default.yml +++ b/config/pcsps/config/core.entity_form_display.node.publication.default.yml @@ -6,10 +6,8 @@ dependencies: - field.field.node.publication.body - field.field.node.publication.field_attachment - field.field.node.publication.field_meta_tags - - field.field.node.publication.field_photo - field.field.node.publication.field_publication_type - field.field.node.publication.field_published_date - - field.field.node.publication.field_summary - node.type.publication - workflows.workflow.nics_editorial_workflow module: @@ -29,7 +27,7 @@ mode: default content: body: type: text_textarea_with_summary - weight: 13 + weight: 12 settings: rows: 9 summary_rows: 3 @@ -44,7 +42,7 @@ content: settings: { } third_party_settings: { } field_attachment: - weight: 15 + weight: 13 settings: media_types: { } third_party_settings: @@ -53,21 +51,12 @@ content: type: media_library_widget region: content field_meta_tags: - weight: 16 + weight: 15 settings: sidebar: true third_party_settings: { } type: metatag_firehose region: content - field_photo: - weight: 14 - settings: - media_types: { } - third_party_settings: - media_library_edit: - show_edit: '1' - type: media_library_widget - region: content field_publication_type: weight: 10 settings: { } @@ -80,14 +69,6 @@ content: third_party_settings: { } type: datetime_default region: content - field_summary: - weight: 12 - settings: - rows: 5 - placeholder: '' - third_party_settings: { } - type: text_textarea - region: content flag: weight: 10 settings: { } diff --git a/config/pcsps/config/core.entity_form_display.node.webform.default.yml b/config/pcsps/config/core.entity_form_display.node.webform.default.yml index 66e90955c7..2fb1810b04 100644 --- a/config/pcsps/config/core.entity_form_display.node.webform.default.yml +++ b/config/pcsps/config/core.entity_form_display.node.webform.default.yml @@ -44,6 +44,12 @@ content: settings: include_locked: true third_party_settings: { } + moderation_state: + type: moderation_state_default + weight: 100 + settings: { } + region: content + third_party_settings: { } path: type: path weight: 30 diff --git a/config/pcsps/config/core.entity_view_display.node.basic_page.default.yml b/config/pcsps/config/core.entity_view_display.node.basic_page.default.yml index 359a8f0353..8fef2f1c0f 100644 --- a/config/pcsps/config/core.entity_view_display.node.basic_page.default.yml +++ b/config/pcsps/config/core.entity_view_display.node.basic_page.default.yml @@ -30,3 +30,4 @@ hidden: field_next_audit_due: true langcode: true links: true + search_api_excerpt: true diff --git a/config/pcsps/config/core.entity_view_display.node.basic_page.diff.yml b/config/pcsps/config/core.entity_view_display.node.basic_page.diff.yml index c7459f054e..00b19305a7 100644 --- a/config/pcsps/config/core.entity_view_display.node.basic_page.diff.yml +++ b/config/pcsps/config/core.entity_view_display.node.basic_page.diff.yml @@ -73,3 +73,4 @@ hidden: content_moderation_control: true langcode: true links: true + search_api_excerpt: true diff --git a/config/pcsps/config/core.entity_view_display.node.basic_page.teaser.yml b/config/pcsps/config/core.entity_view_display.node.basic_page.teaser.yml index cd6f61da90..50cdc7f2a6 100644 --- a/config/pcsps/config/core.entity_view_display.node.basic_page.teaser.yml +++ b/config/pcsps/config/core.entity_view_display.node.basic_page.teaser.yml @@ -21,22 +21,15 @@ content: body: label: hidden type: text_summary_or_trimmed - weight: 101 + weight: 0 settings: trim_length: 600 third_party_settings: { } region: content - content_moderation_control: - weight: -20 - settings: { } - third_party_settings: { } - region: content - links: - weight: 100 - settings: { } - third_party_settings: { } - region: content hidden: + content_moderation_control: true field_meta_tags: true field_next_audit_due: true langcode: true + links: true + search_api_excerpt: true diff --git a/config/pcsps/config/core.entity_view_display.node.board_member.default.yml b/config/pcsps/config/core.entity_view_display.node.board_member.default.yml deleted file mode 100644 index 43c9500c4a..0000000000 --- a/config/pcsps/config/core.entity_view_display.node.board_member.default.yml +++ /dev/null @@ -1,49 +0,0 @@ -uuid: 77596604-34e4-4243-99a4-a06bc999c820 -langcode: en -status: true -dependencies: - config: - - field.field.node.board_member.body - - field.field.node.board_member.field_member_image - - field.field.node.board_member.field_member_role - - field.field.node.board_member.field_meta_tags - - node.type.board_member - module: - - text - - user -_core: - default_config_hash: iLbyzpQj6xkSEqQH4_QICp9TBeUnnjBnScTtM36cf1g -id: node.board_member.default -targetEntityType: node -bundle: board_member -mode: default -content: - body: - label: hidden - type: text_default - weight: 2 - settings: { } - third_party_settings: { } - region: content - field_member_image: - type: entity_reference_entity_view - weight: 1 - label: hidden - settings: - view_mode: portrait_float - link: false - third_party_settings: { } - region: content - field_member_role: - weight: 0 - label: hidden - settings: - link_to_entity: false - third_party_settings: { } - type: string - region: content -hidden: - content_moderation_control: true - field_meta_tags: true - langcode: true - links: true diff --git a/config/pcsps/config/core.entity_view_display.node.board_member.diff.yml b/config/pcsps/config/core.entity_view_display.node.board_member.diff.yml deleted file mode 100644 index e29db96280..0000000000 --- a/config/pcsps/config/core.entity_view_display.node.board_member.diff.yml +++ /dev/null @@ -1,55 +0,0 @@ -uuid: 65f38991-6afa-4ec8-8539-ef2a237b45bb -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.diff - - field.field.node.board_member.body - - field.field.node.board_member.field_member_image - - field.field.node.board_member.field_member_role - - field.field.node.board_member.field_meta_tags - - node.type.board_member - module: - - layout_builder - - text - - user -third_party_settings: - layout_builder: - allow_custom: false - enabled: false -_core: - default_config_hash: lzYabRcW7CpzD0E2QsUGKRrqMJoaEmAbYlZ_sYt9p0I -id: node.board_member.diff -targetEntityType: node -bundle: board_member -mode: diff -content: - body: - label: hidden - type: text_default - weight: 2 - settings: { } - third_party_settings: { } - region: content - field_member_image: - type: entity_reference_entity_view - weight: 1 - label: hidden - settings: - view_mode: portrait_float - link: false - third_party_settings: { } - region: content - field_member_role: - weight: 0 - label: hidden - settings: - link_to_entity: false - third_party_settings: { } - type: string - region: content -hidden: - content_moderation_control: true - field_meta_tags: true - langcode: true - links: true diff --git a/config/pcsps/config/core.entity_view_display.node.board_member.teaser.yml b/config/pcsps/config/core.entity_view_display.node.board_member.teaser.yml deleted file mode 100644 index bbe09bc0e7..0000000000 --- a/config/pcsps/config/core.entity_view_display.node.board_member.teaser.yml +++ /dev/null @@ -1,42 +0,0 @@ -uuid: 67165fe3-9c53-4ab8-896c-7cfbb63605ba -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.teaser - - field.field.node.board_member.body - - field.field.node.board_member.field_member_image - - field.field.node.board_member.field_member_role - - field.field.node.board_member.field_meta_tags - - node.type.board_member - module: - - user -_core: - default_config_hash: gTUfAJoOyUjRA8vFW2c9i4F5uH6NogkjWiqTP1wy71M -id: node.board_member.teaser -targetEntityType: node -bundle: board_member -mode: teaser -content: - field_member_image: - type: entity_reference_label - weight: 0 - region: content - label: hidden - settings: - link: true - third_party_settings: { } - field_member_role: - type: string - weight: 1 - region: content - label: hidden - settings: - link_to_entity: false - third_party_settings: { } -hidden: - body: true - content_moderation_control: true - field_meta_tags: true - langcode: true - links: true diff --git a/config/pcsps/config/core.entity_view_display.node.consultation.default.yml b/config/pcsps/config/core.entity_view_display.node.consultation.default.yml deleted file mode 100644 index b342ee96c4..0000000000 --- a/config/pcsps/config/core.entity_view_display.node.consultation.default.yml +++ /dev/null @@ -1,104 +0,0 @@ -uuid: d91dcede-a380-4340-a9b9-de491c3eda5a -langcode: en -status: true -dependencies: - config: - - field.field.node.consultation.body - - field.field.node.consultation.field_attachment - - field.field.node.consultation.field_consultation_dates - - field.field.node.consultation.field_email_address - - field.field.node.consultation.field_meta_tags - - field.field.node.consultation.field_postal - - field.field.node.consultation.field_published_date - - field.field.node.consultation.field_respond_online - - field.field.node.consultation.field_summary - - node.type.consultation - module: - - address - - datetime - - datetime_range - - link - - origins_common - - text - - user -_core: - default_config_hash: FmGKERJUeoffCjH1qdHkVggcUaHMkl7UxaIe_lvZbzw -id: node.consultation.default -targetEntityType: node -bundle: consultation -mode: default -content: - body: - label: hidden - type: text_default - weight: 3 - settings: { } - third_party_settings: { } - region: content - field_attachment: - weight: 4 - label: hidden - settings: - list_type: ul - list_classes: '' - display_item_link: false - third_party_settings: { } - type: html_list_formatter - region: content - field_consultation_dates: - weight: 1 - label: inline - settings: - timezone_override: '' - format_type: unity_date - separator: '-' - third_party_settings: { } - type: daterange_default - region: content - field_email_address: - weight: 6 - label: above - settings: { } - third_party_settings: { } - type: basic_string - region: content - field_postal: - weight: 7 - label: above - settings: { } - third_party_settings: { } - type: address_default - region: content - field_published_date: - weight: 0 - label: inline - settings: - timezone_override: '' - format_type: unity_date - third_party_settings: { } - type: datetime_default - region: content - field_respond_online: - weight: 5 - label: above - settings: - trim_length: 80 - url_only: false - url_plain: false - rel: '' - target: '' - third_party_settings: { } - type: link - region: content - field_summary: - weight: 2 - label: hidden - settings: { } - third_party_settings: { } - type: text_default - region: content -hidden: - content_moderation_control: true - field_meta_tags: true - langcode: true - links: true diff --git a/config/pcsps/config/core.entity_view_display.node.consultation.diff.yml b/config/pcsps/config/core.entity_view_display.node.consultation.diff.yml deleted file mode 100644 index 247dfa955e..0000000000 --- a/config/pcsps/config/core.entity_view_display.node.consultation.diff.yml +++ /dev/null @@ -1,135 +0,0 @@ -uuid: 4a0cb340-1c13-4624-bf2c-6dd3e4200238 -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.diff - - field.field.node.consultation.body - - field.field.node.consultation.field_attachment - - field.field.node.consultation.field_consultation_dates - - field.field.node.consultation.field_email_address - - field.field.node.consultation.field_meta_tags - - field.field.node.consultation.field_postal - - field.field.node.consultation.field_published_date - - field.field.node.consultation.field_respond_online - - field.field.node.consultation.field_summary - - node.type.consultation - module: - - address - - datetime - - datetime_range - - field_group - - layout_builder - - link - - metatag - - text - - user -third_party_settings: - layout_builder: - allow_custom: false - enabled: false - field_group: - group_additional_content_details: - children: - - field_meta_tags - parent_name: '' - weight: 8 - format_type: html_element - region: content - format_settings: - id: '' - classes: field-collection - element: div - show_label: false - label_element: h3 - label_element_classes: '' - attributes: '' - effect: none - speed: fast - label: 'Additional content details' -_core: - default_config_hash: cm9_3vXiXIjYJWA4M7ZWvECmCVmnqbStmyZa38sUdU8 -id: node.consultation.diff -targetEntityType: node -bundle: consultation -mode: diff -content: - body: - label: hidden - type: text_default - weight: 3 - settings: { } - third_party_settings: { } - region: content - field_attachment: - weight: 4 - label: hidden - settings: - view_mode: embed - link: false - third_party_settings: { } - type: entity_reference_entity_view - region: content - field_consultation_dates: - weight: 1 - label: hidden - settings: - separator: '-' - format_type: medium - timezone_override: '' - third_party_settings: { } - type: daterange_default - region: content - field_email_address: - weight: 6 - label: hidden - settings: { } - third_party_settings: { } - type: basic_string - region: content - field_meta_tags: - type: metatag_empty_formatter - weight: 12 - region: content - label: inline - settings: { } - third_party_settings: { } - field_postal: - weight: 7 - label: hidden - settings: { } - third_party_settings: { } - type: address_default - region: content - field_published_date: - weight: 0 - label: inline - settings: - format_type: medium - timezone_override: '' - third_party_settings: { } - type: datetime_default - region: content - field_respond_online: - weight: 5 - label: hidden - settings: - trim_length: 80 - url_only: false - url_plain: false - rel: '' - target: '' - third_party_settings: { } - type: link - region: content - field_summary: - weight: 2 - label: hidden - settings: { } - third_party_settings: { } - type: text_default - region: content -hidden: - content_moderation_control: true - langcode: true - links: true diff --git a/config/pcsps/config/core.entity_view_display.node.consultation.full.yml b/config/pcsps/config/core.entity_view_display.node.consultation.full.yml deleted file mode 100644 index c9807792f4..0000000000 --- a/config/pcsps/config/core.entity_view_display.node.consultation.full.yml +++ /dev/null @@ -1,108 +0,0 @@ -uuid: 8617d3f9-4d07-4ab0-bcc4-f0fcd9df3df4 -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.full - - field.field.node.consultation.body - - field.field.node.consultation.field_attachment - - field.field.node.consultation.field_consultation_dates - - field.field.node.consultation.field_email_address - - field.field.node.consultation.field_meta_tags - - field.field.node.consultation.field_postal - - field.field.node.consultation.field_published_date - - field.field.node.consultation.field_respond_online - - field.field.node.consultation.field_summary - - node.type.consultation - module: - - address - - datetime - - datetime_range - - layout_builder - - link - - text - - user -third_party_settings: - layout_builder: - allow_custom: false - enabled: false -_core: - default_config_hash: eGR3FGdO63VsnhWo-JwBk3k3zH2AJEeBLC3wOP18Mqk -id: node.consultation.full -targetEntityType: node -bundle: consultation -mode: full -content: - body: - label: hidden - type: text_default - weight: 3 - settings: { } - third_party_settings: { } - region: content - field_attachment: - weight: 4 - label: hidden - settings: - view_mode: embed - link: false - third_party_settings: { } - type: entity_reference_entity_view - region: content - field_consultation_dates: - weight: 1 - label: hidden - settings: - timezone_override: '' - format_type: unity_date - separator: '-' - third_party_settings: { } - type: daterange_default - region: content - field_email_address: - weight: 6 - label: hidden - settings: { } - third_party_settings: { } - type: basic_string - region: content - field_postal: - weight: 7 - label: hidden - settings: { } - third_party_settings: { } - type: address_default - region: content - field_published_date: - weight: 0 - label: inline - settings: - timezone_override: '' - format_type: unity_date - third_party_settings: { } - type: datetime_default - region: content - field_respond_online: - weight: 5 - label: hidden - settings: - trim_length: 80 - url_only: false - url_plain: false - rel: '' - target: '' - third_party_settings: { } - type: link - region: content - field_summary: - weight: 2 - label: hidden - settings: { } - third_party_settings: { } - type: text_default - region: content -hidden: - content_moderation_control: true - field_meta_tags: true - langcode: true - links: true diff --git a/config/pcsps/config/core.entity_view_display.node.consultation.teaser.yml b/config/pcsps/config/core.entity_view_display.node.consultation.teaser.yml deleted file mode 100644 index 6672974a02..0000000000 --- a/config/pcsps/config/core.entity_view_display.node.consultation.teaser.yml +++ /dev/null @@ -1,57 +0,0 @@ -uuid: 3c5c5f9a-5f45-49d3-8e31-550ca70e36ff -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.teaser - - field.field.node.consultation.body - - field.field.node.consultation.field_attachment - - field.field.node.consultation.field_consultation_dates - - field.field.node.consultation.field_email_address - - field.field.node.consultation.field_meta_tags - - field.field.node.consultation.field_postal - - field.field.node.consultation.field_published_date - - field.field.node.consultation.field_respond_online - - field.field.node.consultation.field_summary - - node.type.consultation - module: - - datetime - - datetime_range - - user -_core: - default_config_hash: cVnqPuZT2mUmiC-9X4tjpt2uQqS8QHPY00Yq6ORkebY -id: node.consultation.teaser -targetEntityType: node -bundle: consultation -mode: teaser -content: - field_consultation_dates: - type: daterange_default - weight: 1 - region: content - label: hidden - settings: - timezone_override: '' - format_type: unity_date - separator: '-' - third_party_settings: { } - field_published_date: - type: datetime_default - weight: 0 - region: content - label: hidden - settings: - timezone_override: '' - format_type: unity_date - third_party_settings: { } -hidden: - body: true - content_moderation_control: true - field_attachment: true - field_email_address: true - field_meta_tags: true - field_postal: true - field_respond_online: true - field_summary: true - langcode: true - links: true diff --git a/config/pcsps/config/core.entity_view_display.node.contact.default.yml b/config/pcsps/config/core.entity_view_display.node.contact.default.yml deleted file mode 100644 index 8c58af41ab..0000000000 --- a/config/pcsps/config/core.entity_view_display.node.contact.default.yml +++ /dev/null @@ -1,30 +0,0 @@ -uuid: 38f2d548-cb93-4421-a964-4e8db2019f0e -langcode: en -status: true -dependencies: - config: - - field.field.node.contact.body - - field.field.node.contact.field_meta_tags - - node.type.contact - module: - - text - - user -_core: - default_config_hash: coFQajb-OABMpa-W8XlX9RyVipDKVmvdkcDQcjEysyM -id: node.contact.default -targetEntityType: node -bundle: contact -mode: default -content: - body: - label: hidden - type: text_default - weight: 0 - settings: { } - third_party_settings: { } - region: content -hidden: - content_moderation_control: true - field_meta_tags: true - langcode: true - links: true diff --git a/config/pcsps/config/core.entity_view_display.node.contact.diff.yml b/config/pcsps/config/core.entity_view_display.node.contact.diff.yml deleted file mode 100644 index 1fcab1ca18..0000000000 --- a/config/pcsps/config/core.entity_view_display.node.contact.diff.yml +++ /dev/null @@ -1,63 +0,0 @@ -uuid: 73651d0a-f2e2-43b0-a992-c1314e423d17 -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.diff - - field.field.node.contact.body - - field.field.node.contact.field_meta_tags - - node.type.contact - module: - - field_group - - layout_builder - - metatag - - text - - user -third_party_settings: - layout_builder: - allow_custom: false - enabled: false - field_group: - group_additional_content_details: - children: - - field_meta_tags - parent_name: '' - weight: 1 - format_type: html_element - region: content - format_settings: - id: '' - classes: field-collection - element: div - show_label: false - label_element: h3 - label_element_classes: '' - attributes: '' - effect: none - speed: fast - label: 'Additional content details' -_core: - default_config_hash: 3Gbw8OfL0aqjlYChr-Ta_d4CvMnX_029ufTFZsdYaM0 -id: node.contact.diff -targetEntityType: node -bundle: contact -mode: diff -content: - body: - label: hidden - type: text_default - weight: 0 - settings: { } - third_party_settings: { } - region: content - field_meta_tags: - type: metatag_empty_formatter - weight: 3 - region: content - label: inline - settings: { } - third_party_settings: { } -hidden: - content_moderation_control: true - langcode: true - links: true diff --git a/config/pcsps/config/core.entity_view_display.node.contact.teaser.yml b/config/pcsps/config/core.entity_view_display.node.contact.teaser.yml deleted file mode 100644 index 398ad5d489..0000000000 --- a/config/pcsps/config/core.entity_view_display.node.contact.teaser.yml +++ /dev/null @@ -1,32 +0,0 @@ -uuid: eb9692bd-8f93-4a20-8270-a5124485e6b2 -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.teaser - - field.field.node.contact.body - - field.field.node.contact.field_meta_tags - - node.type.contact - module: - - text - - user -_core: - default_config_hash: TlVzC2vD74nrhOOJcnk_ea-HuNCD3BTb7S6kW_4isbE -id: node.contact.teaser -targetEntityType: node -bundle: contact -mode: teaser -content: - body: - label: hidden - type: text_summary_or_trimmed - weight: 0 - settings: - trim_length: 600 - third_party_settings: { } - region: content -hidden: - content_moderation_control: true - field_meta_tags: true - langcode: true - links: true diff --git a/config/pcsps/config/core.entity_view_display.node.faq.default.yml b/config/pcsps/config/core.entity_view_display.node.faq.default.yml deleted file mode 100644 index 9818cd5a4c..0000000000 --- a/config/pcsps/config/core.entity_view_display.node.faq.default.yml +++ /dev/null @@ -1,31 +0,0 @@ -uuid: 46e1fb11-96c6-468c-92d6-1cdef12982d3 -langcode: en -status: true -dependencies: - config: - - field.field.node.faq.field_faq - - field.field.node.faq.field_meta_tags - - node.type.faq - module: - - entity_reference_revisions - - user -_core: - default_config_hash: fyNVz0U6OrM17Z1wzLHUKWnh3sPO9Azwt-Yt5e4wzyE -id: node.faq.default -targetEntityType: node -bundle: faq -mode: default -content: - field_faq: - type: entity_reference_revisions_entity_view - weight: 0 - label: hidden - settings: - view_mode: default - link: '' - third_party_settings: { } - region: content -hidden: - field_meta_tags: true - langcode: true - links: true diff --git a/config/pcsps/config/core.entity_view_display.node.faq.diff.yml b/config/pcsps/config/core.entity_view_display.node.faq.diff.yml deleted file mode 100644 index 820c85ee1d..0000000000 --- a/config/pcsps/config/core.entity_view_display.node.faq.diff.yml +++ /dev/null @@ -1,64 +0,0 @@ -uuid: b4e48ad9-d155-4253-bfd0-5b2005337b77 -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.diff - - field.field.node.faq.field_faq - - field.field.node.faq.field_meta_tags - - node.type.faq - module: - - entity_reference_revisions - - field_group - - layout_builder - - metatag - - user -third_party_settings: - layout_builder: - allow_custom: false - enabled: false - field_group: - group_additional_content_details: - children: - - field_meta_tags - parent_name: '' - weight: 1 - format_type: html_element - region: content - format_settings: - id: '' - classes: field-collection - element: div - show_label: false - label_element: h3 - label_element_classes: '' - attributes: '' - effect: none - speed: fast - label: 'Additional content details' -_core: - default_config_hash: ACE4Es5Tu3jcQQu5rREmje6H_CBIN14cTrBKV8BVdiw -id: node.faq.diff -targetEntityType: node -bundle: faq -mode: diff -content: - field_faq: - type: entity_reference_revisions_entity_view - weight: 0 - label: hidden - settings: - view_mode: default - link: '' - third_party_settings: { } - region: content - field_meta_tags: - type: metatag_empty_formatter - weight: 3 - region: content - label: inline - settings: { } - third_party_settings: { } -hidden: - langcode: true - links: true diff --git a/config/pcsps/config/core.entity_view_display.node.faq.teaser.yml b/config/pcsps/config/core.entity_view_display.node.faq.teaser.yml deleted file mode 100644 index 1e154693f8..0000000000 --- a/config/pcsps/config/core.entity_view_display.node.faq.teaser.yml +++ /dev/null @@ -1,27 +0,0 @@ -uuid: f29234f7-1c97-41d9-ae46-0c031f0d06c5 -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.teaser - - field.field.node.faq.field_faq - - field.field.node.faq.field_meta_tags - - node.type.faq - module: - - user -_core: - default_config_hash: zVu9PRxZDIOBNsQU0-gGlPIwF8xWoIQn9dmr2-522bc -id: node.faq.teaser -targetEntityType: node -bundle: faq -mode: teaser -content: - links: - weight: 100 - settings: { } - third_party_settings: { } - region: content -hidden: - field_faq: true - field_meta_tags: true - langcode: true diff --git a/config/pcsps/config/core.entity_view_display.node.feature.default.yml b/config/pcsps/config/core.entity_view_display.node.feature.default.yml deleted file mode 100644 index d1434567d6..0000000000 --- a/config/pcsps/config/core.entity_view_display.node.feature.default.yml +++ /dev/null @@ -1,53 +0,0 @@ -uuid: 1d2cc692-5005-447f-9b8f-77d4490104d9 -langcode: en -status: true -dependencies: - config: - - field.field.node.feature.field_link_url - - field.field.node.feature.field_photo - - field.field.node.feature.field_teaser - - node.type.feature - module: - - link - - user -_core: - default_config_hash: J_P1BD7CdMnVfWxAz-gSwk8A169vj0_v74bXNXrNZVM -id: node.feature.default -targetEntityType: node -bundle: feature -mode: default -content: - field_link_url: - weight: 2 - label: hidden - settings: - trim_length: 80 - url_only: false - url_plain: false - rel: '' - target: '' - third_party_settings: { } - type: link_separate - region: content - field_photo: - type: entity_reference_entity_view - weight: 0 - label: hidden - settings: - view_mode: slide - link: false - third_party_settings: { } - region: content - field_teaser: - weight: 1 - label: hidden - settings: - link_to_entity: false - third_party_settings: { } - type: string - region: content -hidden: - content_moderation_control: true - langcode: true - links: true - search_api_excerpt: true diff --git a/config/pcsps/config/core.entity_view_display.node.feature.teaser.yml b/config/pcsps/config/core.entity_view_display.node.feature.teaser.yml deleted file mode 100644 index 10702fdce5..0000000000 --- a/config/pcsps/config/core.entity_view_display.node.feature.teaser.yml +++ /dev/null @@ -1,30 +0,0 @@ -uuid: 3c2697db-9f3a-4626-a8e4-319e0c396259 -langcode: en -status: false -dependencies: - config: - - core.entity_view_mode.node.teaser - - field.field.node.feature.field_link_url - - field.field.node.feature.field_photo - - field.field.node.feature.field_teaser - - node.type.feature - module: - - user -_core: - default_config_hash: L_CZCugYfpEt0UscmGqRgKufHXunYwF0iylAuLj9dMQ -id: node.feature.teaser -targetEntityType: node -bundle: feature -mode: teaser -content: - links: - weight: 100 - settings: { } - third_party_settings: { } - region: content -hidden: - field_link_url: true - field_photo: true - field_teaser: true - langcode: true - search_api_excerpt: true diff --git a/config/pcsps/config/core.entity_view_display.node.featured_content_list.default.yml b/config/pcsps/config/core.entity_view_display.node.featured_content_list.default.yml deleted file mode 100644 index 01745b2dbd..0000000000 --- a/config/pcsps/config/core.entity_view_display.node.featured_content_list.default.yml +++ /dev/null @@ -1,38 +0,0 @@ -uuid: d241d32e-2dd4-4252-9ca3-9224603b703e -langcode: en -status: true -dependencies: - config: - - field.field.node.featured_content_list.field_featured_content - - field.field.node.featured_content_list.field_tags - - node.type.featured_content_list - module: - - user -_core: - default_config_hash: Qo_sPbC1Emduf_-ygBe_FKO2HR0WtpyIvp-DRpgcJaY -id: node.featured_content_list.default -targetEntityType: node -bundle: featured_content_list -mode: default -content: - field_featured_content: - weight: 0 - label: above - settings: - link: true - third_party_settings: { } - type: entity_reference_label - region: content - field_tags: - weight: 1 - label: above - settings: - link: true - third_party_settings: { } - type: entity_reference_label - region: content -hidden: - content_moderation_control: true - langcode: true - links: true - search_api_excerpt: true diff --git a/config/pcsps/config/core.entity_view_display.node.featured_content_list.full.yml b/config/pcsps/config/core.entity_view_display.node.featured_content_list.full.yml deleted file mode 100644 index b575ce17ae..0000000000 --- a/config/pcsps/config/core.entity_view_display.node.featured_content_list.full.yml +++ /dev/null @@ -1,37 +0,0 @@ -uuid: cc00cf5e-7c29-4b7e-a28e-e5e72f22df7d -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.full - - field.field.node.featured_content_list.field_featured_content - - field.field.node.featured_content_list.field_tags - - node.type.featured_content_list - module: - - layout_builder - - user -third_party_settings: - layout_builder: - allow_custom: false - enabled: false -_core: - default_config_hash: gP_uki3MuUKF9PYfp7lL-_CxUysN_LEKTrHHyofzr-k -id: node.featured_content_list.full -targetEntityType: node -bundle: featured_content_list -mode: full -content: - field_featured_content: - weight: 0 - label: above - settings: - view_mode: teaser - link: false - third_party_settings: { } - type: entity_reference_entity_view - region: content -hidden: - field_tags: true - langcode: true - links: true - search_api_excerpt: true diff --git a/config/pcsps/config/core.entity_view_display.node.featured_content_list.teaser.yml b/config/pcsps/config/core.entity_view_display.node.featured_content_list.teaser.yml deleted file mode 100644 index ba20c246fe..0000000000 --- a/config/pcsps/config/core.entity_view_display.node.featured_content_list.teaser.yml +++ /dev/null @@ -1,28 +0,0 @@ -uuid: 5b831c2b-29be-4e8a-94a3-83d635f33c00 -langcode: en -status: false -dependencies: - config: - - core.entity_view_mode.node.teaser - - field.field.node.featured_content_list.field_featured_content - - field.field.node.featured_content_list.field_tags - - node.type.featured_content_list - module: - - user -_core: - default_config_hash: eAFeJJ-1uXy5Lghk1AWZhy44kTZkigUYSgS9q7VYJL8 -id: node.featured_content_list.teaser -targetEntityType: node -bundle: featured_content_list -mode: teaser -content: - links: - weight: 100 - settings: { } - third_party_settings: { } - region: content -hidden: - field_featured_content: true - field_tags: true - langcode: true - search_api_excerpt: true diff --git a/config/pcsps/config/core.entity_view_display.node.layout_page.default.yml b/config/pcsps/config/core.entity_view_display.node.layout_page.default.yml deleted file mode 100644 index 00df22188e..0000000000 --- a/config/pcsps/config/core.entity_view_display.node.layout_page.default.yml +++ /dev/null @@ -1,71 +0,0 @@ -uuid: 7f3f8cd6-ed82-49e8-8b03-61738e8b2607 -langcode: en -status: true -dependencies: - config: - - field.field.node.layout_page.body - - field.field.node.layout_page.layout_builder__layout - - node.type.layout_page - module: - - layout_builder - - layout_discovery - - text - - user -third_party_settings: - layout_builder: - allow_custom: true - enabled: true - sections: - - - layout_id: layout_onecol - layout_settings: - label: '' - components: - a1f5f634-0794-4cfe-8c5b-6c201f13c215: - uuid: a1f5f634-0794-4cfe-8c5b-6c201f13c215 - region: content - configuration: - label_display: '0' - context_mapping: - entity: layout_builder.entity - id: 'extra_field_block:node:layout_page:links' - additional: { } - weight: 0 - c40ed4b6-0cb6-4594-b112-190dae492a81: - uuid: c40ed4b6-0cb6-4594-b112-190dae492a81 - region: content - configuration: - label_display: '0' - context_mapping: - entity: layout_builder.entity - id: 'field_block:node:layout_page:body' - formatter: - label: hidden - type: text_default - settings: { } - third_party_settings: { } - additional: { } - weight: 1 - third_party_settings: { } -_core: - default_config_hash: '-zg3AkZN5FTh-KNR91lB_eTXNoPR2LvJCZvBNHBtqTw' -id: node.layout_page.default -targetEntityType: node -bundle: layout_page -mode: default -content: - body: - label: hidden - type: text_default - weight: 101 - settings: { } - third_party_settings: { } - region: content - links: - weight: 100 - settings: { } - third_party_settings: { } - region: content -hidden: - langcode: true - layout_builder__layout: true diff --git a/config/pcsps/config/core.entity_view_display.node.layout_page.teaser.yml b/config/pcsps/config/core.entity_view_display.node.layout_page.teaser.yml deleted file mode 100644 index 364580e0ac..0000000000 --- a/config/pcsps/config/core.entity_view_display.node.layout_page.teaser.yml +++ /dev/null @@ -1,35 +0,0 @@ -uuid: bb03ebb0-42c3-4bbf-a65d-978a28934a68 -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.teaser - - field.field.node.layout_page.body - - field.field.node.layout_page.layout_builder__layout - - node.type.layout_page - module: - - text - - user -_core: - default_config_hash: 1kJSXr41W-FZy4q5zLB_t2CW-2fSC1HoykXErjpXg4w -id: node.layout_page.teaser -targetEntityType: node -bundle: layout_page -mode: teaser -content: - body: - label: hidden - type: text_summary_or_trimmed - weight: 101 - settings: - trim_length: 600 - third_party_settings: { } - region: content - links: - weight: 100 - settings: { } - third_party_settings: { } - region: content -hidden: - langcode: true - layout_builder__layout: true diff --git a/config/pcsps/config/core.entity_view_display.node.link.default.yml b/config/pcsps/config/core.entity_view_display.node.link.default.yml deleted file mode 100644 index 554de21d83..0000000000 --- a/config/pcsps/config/core.entity_view_display.node.link.default.yml +++ /dev/null @@ -1,44 +0,0 @@ -uuid: 35158310-f046-4e5f-827a-65a773d53354 -langcode: en -status: true -dependencies: - config: - - field.field.node.link.field_link_type - - field.field.node.link.field_link_url - - field.field.node.link.field_meta_tags - - node.type.link - module: - - link - - user -_core: - default_config_hash: 1JRBurDvPd-oZ3jiYRJuNjmfVurzykTVuGOqkKkFdec -id: node.link.default -targetEntityType: node -bundle: link -mode: default -content: - field_link_type: - weight: 0 - label: hidden - settings: - link: true - third_party_settings: { } - type: entity_reference_label - region: content - field_link_url: - weight: 1 - label: hidden - settings: - trim_length: 80 - url_only: false - url_plain: false - rel: '' - target: '' - third_party_settings: { } - type: link - region: content -hidden: - content_moderation_control: true - field_meta_tags: true - langcode: true - links: true diff --git a/config/pcsps/config/core.entity_view_display.node.link.diff.yml b/config/pcsps/config/core.entity_view_display.node.link.diff.yml deleted file mode 100644 index d83ef00b91..0000000000 --- a/config/pcsps/config/core.entity_view_display.node.link.diff.yml +++ /dev/null @@ -1,77 +0,0 @@ -uuid: 2d26d990-831d-4503-8d20-3d4b587e28b7 -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.diff - - field.field.node.link.field_link_type - - field.field.node.link.field_link_url - - field.field.node.link.field_meta_tags - - node.type.link - module: - - field_group - - layout_builder - - link - - metatag - - user -third_party_settings: - layout_builder: - allow_custom: false - enabled: false - field_group: - group_additional_content_details: - children: - - field_meta_tags - parent_name: '' - weight: 2 - format_type: html_element - region: content - format_settings: - id: '' - classes: field-collection - element: div - show_label: false - label_element: h3 - label_element_classes: '' - attributes: '' - effect: none - speed: fast - label: 'Additional content details' -_core: - default_config_hash: PpXQwfFSXtxmotJcI1ukOUuwSjJzifmPr8QQpzv5hOQ -id: node.link.diff -targetEntityType: node -bundle: link -mode: diff -content: - field_link_type: - type: entity_reference_label - weight: 0 - region: content - label: hidden - settings: - link: true - third_party_settings: { } - field_link_url: - weight: 1 - label: hidden - settings: - trim_length: 80 - url_only: false - url_plain: false - rel: '' - target: '' - third_party_settings: { } - type: link - region: content - field_meta_tags: - type: metatag_empty_formatter - weight: 4 - region: content - label: inline - settings: { } - third_party_settings: { } -hidden: - content_moderation_control: true - langcode: true - links: true diff --git a/config/pcsps/config/core.entity_view_display.node.link.teaser.yml b/config/pcsps/config/core.entity_view_display.node.link.teaser.yml deleted file mode 100644 index 145441c10d..0000000000 --- a/config/pcsps/config/core.entity_view_display.node.link.teaser.yml +++ /dev/null @@ -1,33 +0,0 @@ -uuid: e03c82a8-10f6-4a1e-b346-cda5a83e9d37 -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.teaser - - field.field.node.link.field_link_type - - field.field.node.link.field_link_url - - field.field.node.link.field_meta_tags - - node.type.link - module: - - user -_core: - default_config_hash: h1bzeg_nSrZwggSbk9-MHMBpdar-A-ERieVACGduZfQ -id: node.link.teaser -targetEntityType: node -bundle: link -mode: teaser -content: - field_link_type: - type: entity_reference_label - weight: 0 - region: content - label: hidden - settings: - link: true - third_party_settings: { } -hidden: - content_moderation_control: true - field_link_url: true - field_meta_tags: true - langcode: true - links: true diff --git a/config/pcsps/config/core.entity_view_display.node.news.default.yml b/config/pcsps/config/core.entity_view_display.node.news.default.yml deleted file mode 100644 index c522b6b662..0000000000 --- a/config/pcsps/config/core.entity_view_display.node.news.default.yml +++ /dev/null @@ -1,55 +0,0 @@ -uuid: 3d01c4b1-4810-4fc2-85d8-82b690faef1e -langcode: en -status: true -dependencies: - config: - - field.field.node.news.body - - field.field.node.news.field_meta_tags - - field.field.node.news.field_photo - - field.field.node.news.field_published_date - - field.field.node.news.field_summary - - field.field.node.news.field_teaser - - node.type.news - module: - - datetime - - text - - user -_core: - default_config_hash: N-zm1nCnhgYwXANGav75TCg-_kvNUUbT--KKS8PLKgM -id: node.news.default -targetEntityType: node -bundle: news -mode: default -content: - body: - label: hidden - type: text_default - weight: 2 - settings: { } - third_party_settings: { } - region: content - field_photo: - weight: 1 - label: hidden - settings: - view_mode: landscape_float - link: false - third_party_settings: { } - type: entity_reference_entity_view - region: content - field_published_date: - weight: 0 - label: above - settings: - timezone_override: '' - format_type: unity_date - third_party_settings: { } - type: datetime_default - region: content -hidden: - content_moderation_control: true - field_meta_tags: true - field_summary: true - field_teaser: true - langcode: true - links: true diff --git a/config/pcsps/config/core.entity_view_display.node.news.diff.yml b/config/pcsps/config/core.entity_view_display.node.news.diff.yml deleted file mode 100644 index c56efa8963..0000000000 --- a/config/pcsps/config/core.entity_view_display.node.news.diff.yml +++ /dev/null @@ -1,96 +0,0 @@ -uuid: 90167f38-5c27-43e4-aa80-6528a66d4521 -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.diff - - field.field.node.news.body - - field.field.node.news.field_meta_tags - - field.field.node.news.field_photo - - field.field.node.news.field_published_date - - field.field.node.news.field_summary - - field.field.node.news.field_teaser - - node.type.news - module: - - datetime - - field_group - - layout_builder - - metatag - - text - - user -third_party_settings: - layout_builder: - allow_custom: false - enabled: false - field_group: - group_additional_content_details: - children: - - field_teaser - - field_meta_tags - parent_name: '' - weight: 3 - format_type: html_element - region: content - format_settings: - id: '' - classes: field-collection - element: div - show_label: false - label_element: h3 - label_element_classes: '' - attributes: '' - effect: none - speed: fast - label: 'Additional content details' -_core: - default_config_hash: ElksGJzjUxwYGlvHiX7g8ocPamDh8hURTB7lEmD_WIM -id: node.news.diff -targetEntityType: node -bundle: news -mode: diff -content: - body: - label: hidden - type: text_default - weight: 2 - settings: { } - third_party_settings: { } - region: content - field_meta_tags: - type: metatag_empty_formatter - weight: 8 - region: content - label: inline - settings: { } - third_party_settings: { } - field_photo: - type: entity_reference_entity_view - weight: 1 - region: content - label: hidden - settings: - view_mode: landscape_float - link: false - third_party_settings: { } - field_published_date: - weight: 0 - label: inline - settings: - timezone_override: '' - format_type: unity_date - third_party_settings: { } - type: datetime_default - region: content - field_teaser: - type: string - weight: 7 - region: content - label: inline - settings: - link_to_entity: false - third_party_settings: { } -hidden: - content_moderation_control: true - field_summary: true - langcode: true - links: true diff --git a/config/pcsps/config/core.entity_view_display.node.news.teaser.yml b/config/pcsps/config/core.entity_view_display.node.news.teaser.yml deleted file mode 100644 index ea46008de8..0000000000 --- a/config/pcsps/config/core.entity_view_display.node.news.teaser.yml +++ /dev/null @@ -1,56 +0,0 @@ -uuid: 17bbacd0-75c5-4429-b93d-7db5fa1c0b76 -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.teaser - - field.field.node.news.body - - field.field.node.news.field_meta_tags - - field.field.node.news.field_photo - - field.field.node.news.field_published_date - - field.field.node.news.field_summary - - field.field.node.news.field_teaser - - node.type.news - module: - - datetime - - user -_core: - default_config_hash: AF_DHgr-5ZIsJvnD5UmT0RDbIkmWZ0HeItZgySVGGIA -id: node.news.teaser -targetEntityType: node -bundle: news -mode: teaser -content: - field_photo: - type: entity_reference_entity_view - weight: 0 - region: content - label: hidden - settings: - view_mode: unity_3_col_images - link: false - third_party_settings: { } - field_published_date: - type: datetime_default - weight: 1 - region: content - label: inline - settings: - timezone_override: '' - format_type: unity_date - third_party_settings: { } - field_teaser: - type: string - weight: 2 - region: content - label: hidden - settings: - link_to_entity: false - third_party_settings: { } -hidden: - body: true - content_moderation_control: true - field_meta_tags: true - field_summary: true - langcode: true - links: true diff --git a/config/pcsps/config/core.entity_view_display.node.profile.default.yml b/config/pcsps/config/core.entity_view_display.node.profile.default.yml deleted file mode 100644 index 2614092805..0000000000 --- a/config/pcsps/config/core.entity_view_display.node.profile.default.yml +++ /dev/null @@ -1,44 +0,0 @@ -uuid: 46b3cc1a-424a-4e2a-861d-768484dbe394 -langcode: en -status: true -dependencies: - config: - - field.field.node.profile.body - - field.field.node.profile.field_summary - - node.type.profile - module: - - text - - user -_core: - default_config_hash: 7R44c59sTPsEg3aX99ehNkATZzKHl9fII2LUBp-qTKo -id: node.profile.default -targetEntityType: node -bundle: profile -mode: default -content: - body: - label: hidden - type: text_default - weight: 101 - settings: { } - third_party_settings: { } - region: content - content_moderation_control: - weight: -20 - settings: { } - third_party_settings: { } - region: content - field_summary: - weight: 102 - label: above - settings: { } - third_party_settings: { } - type: text_default - region: content - links: - weight: 100 - settings: { } - third_party_settings: { } - region: content -hidden: - langcode: true diff --git a/config/pcsps/config/core.entity_view_display.node.profile.teaser.yml b/config/pcsps/config/core.entity_view_display.node.profile.teaser.yml deleted file mode 100644 index dea3b0906d..0000000000 --- a/config/pcsps/config/core.entity_view_display.node.profile.teaser.yml +++ /dev/null @@ -1,40 +0,0 @@ -uuid: 58ae9a87-8b66-4995-ac9a-1a1cf2b55817 -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.teaser - - field.field.node.profile.body - - field.field.node.profile.field_summary - - node.type.profile - module: - - text - - user -_core: - default_config_hash: _XJs3sTanAVDxWk9WsTrmon-l4aLLaZWMSRGpLhbLlQ -id: node.profile.teaser -targetEntityType: node -bundle: profile -mode: teaser -content: - body: - label: hidden - type: text_summary_or_trimmed - weight: 101 - settings: - trim_length: 600 - third_party_settings: { } - region: content - content_moderation_control: - weight: -20 - settings: { } - third_party_settings: { } - region: content - links: - weight: 100 - settings: { } - third_party_settings: { } - region: content -hidden: - field_summary: true - langcode: true diff --git a/config/pcsps/config/core.entity_view_display.node.publication.default.yml b/config/pcsps/config/core.entity_view_display.node.publication.default.yml index fc2d2b0c99..a67f89a32b 100644 --- a/config/pcsps/config/core.entity_view_display.node.publication.default.yml +++ b/config/pcsps/config/core.entity_view_display.node.publication.default.yml @@ -6,10 +6,8 @@ dependencies: - field.field.node.publication.body - field.field.node.publication.field_attachment - field.field.node.publication.field_meta_tags - - field.field.node.publication.field_photo - field.field.node.publication.field_publication_type - field.field.node.publication.field_published_date - - field.field.node.publication.field_summary - node.type.publication module: - datetime @@ -38,18 +36,9 @@ content: third_party_settings: { } type: entity_reference_entity_view region: content - field_photo: - weight: 3 - label: hidden - settings: - view_mode: portrait_float - link: false - third_party_settings: { } - type: entity_reference_entity_view - region: content field_published_date: weight: 0 - label: inline + label: hidden settings: timezone_override: '' format_type: unity_date @@ -60,6 +49,6 @@ hidden: content_moderation_control: true field_meta_tags: true field_publication_type: true - field_summary: true langcode: true links: true + search_api_excerpt: true diff --git a/config/pcsps/config/core.entity_view_display.node.publication.diff.yml b/config/pcsps/config/core.entity_view_display.node.publication.diff.yml index a284c041cb..d86eb94b86 100644 --- a/config/pcsps/config/core.entity_view_display.node.publication.diff.yml +++ b/config/pcsps/config/core.entity_view_display.node.publication.diff.yml @@ -7,10 +7,8 @@ dependencies: - field.field.node.publication.body - field.field.node.publication.field_attachment - field.field.node.publication.field_meta_tags - - field.field.node.publication.field_photo - field.field.node.publication.field_publication_type - field.field.node.publication.field_published_date - - field.field.node.publication.field_summary - node.type.publication module: - datetime @@ -29,7 +27,7 @@ third_party_settings: - field_publication_type - field_meta_tags parent_name: '' - weight: 5 + weight: 3 format_type: html_element region: content format_settings: @@ -53,12 +51,12 @@ content: body: label: hidden type: text_default - weight: 2 + weight: 1 settings: { } third_party_settings: { } region: content field_attachment: - weight: 3 + weight: 2 label: inline settings: view_mode: embed @@ -73,15 +71,6 @@ content: label: inline settings: { } third_party_settings: { } - field_photo: - type: entity_reference_entity_view - weight: 4 - region: content - label: hidden - settings: - view_mode: portrait_float - link: false - third_party_settings: { } field_publication_type: type: entity_reference_label weight: 6 @@ -92,21 +81,15 @@ content: third_party_settings: { } field_published_date: weight: 0 - label: inline + label: hidden settings: timezone_override: '' format_type: unity_date third_party_settings: { } type: datetime_default region: content - field_summary: - weight: 1 - label: hidden - settings: { } - third_party_settings: { } - type: text_default - region: content hidden: content_moderation_control: true langcode: true links: true + search_api_excerpt: true diff --git a/config/pcsps/config/core.entity_view_display.node.publication.search_result.yml b/config/pcsps/config/core.entity_view_display.node.publication.search_result.yml new file mode 100644 index 0000000000..dda9d279e2 --- /dev/null +++ b/config/pcsps/config/core.entity_view_display.node.publication.search_result.yml @@ -0,0 +1,52 @@ +uuid: 13ab1709-e4f1-44e6-a364-043f6034a0b8 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.search_result + - field.field.node.publication.body + - field.field.node.publication.field_attachment + - field.field.node.publication.field_meta_tags + - field.field.node.publication.field_publication_type + - field.field.node.publication.field_published_date + - node.type.publication + module: + - datetime + - layout_builder + - user +third_party_settings: + layout_builder: + allow_custom: false + enabled: false +_core: + default_config_hash: dGe_U65t-a-PtVI1RO755kulh2XfPgvblOXVKquzmyU +id: node.publication.search_result +targetEntityType: node +bundle: publication +mode: search_result +content: + field_publication_type: + type: entity_reference_label + weight: 1 + region: content + label: hidden + settings: + link: false + third_party_settings: { } + field_published_date: + weight: 0 + label: inline + settings: + timezone_override: '' + format_type: unity_date + third_party_settings: { } + type: datetime_default + region: content +hidden: + body: true + content_moderation_control: true + field_attachment: true + field_meta_tags: true + langcode: true + links: true + search_api_excerpt: true diff --git a/config/pcsps/config/core.entity_view_display.node.publication.teaser.yml b/config/pcsps/config/core.entity_view_display.node.publication.teaser.yml index 598880888e..39889bacbf 100644 --- a/config/pcsps/config/core.entity_view_display.node.publication.teaser.yml +++ b/config/pcsps/config/core.entity_view_display.node.publication.teaser.yml @@ -7,10 +7,8 @@ dependencies: - field.field.node.publication.body - field.field.node.publication.field_attachment - field.field.node.publication.field_meta_tags - - field.field.node.publication.field_photo - field.field.node.publication.field_publication_type - field.field.node.publication.field_published_date - - field.field.node.publication.field_summary - node.type.publication module: - datetime @@ -22,6 +20,14 @@ targetEntityType: node bundle: publication mode: teaser content: + field_publication_type: + type: entity_reference_label + weight: 1 + region: content + label: hidden + settings: + link: false + third_party_settings: { } field_published_date: type: datetime_default weight: 0 @@ -36,8 +42,6 @@ hidden: content_moderation_control: true field_attachment: true field_meta_tags: true - field_photo: true - field_publication_type: true - field_summary: true langcode: true links: true + search_api_excerpt: true diff --git a/config/pcsps/config/core.entity_view_display.node.webform.default.yml b/config/pcsps/config/core.entity_view_display.node.webform.default.yml index 9fd3b38551..40eedaeda5 100644 --- a/config/pcsps/config/core.entity_view_display.node.webform.default.yml +++ b/config/pcsps/config/core.entity_view_display.node.webform.default.yml @@ -24,6 +24,11 @@ content: settings: { } third_party_settings: { } region: content + content_moderation_control: + weight: -20 + settings: { } + third_party_settings: { } + region: content links: weight: 100 settings: { } @@ -38,3 +43,4 @@ content: region: content hidden: langcode: true + search_api_excerpt: true diff --git a/config/pcsps/config/core.entity_view_display.node.webform.teaser.yml b/config/pcsps/config/core.entity_view_display.node.webform.teaser.yml index 1c564ca09c..ed48f6ab56 100644 --- a/config/pcsps/config/core.entity_view_display.node.webform.teaser.yml +++ b/config/pcsps/config/core.entity_view_display.node.webform.teaser.yml @@ -25,6 +25,11 @@ content: trim_length: 600 third_party_settings: { } region: content + content_moderation_control: + weight: -20 + settings: { } + third_party_settings: { } + region: content links: weight: 100 settings: { } @@ -32,4 +37,5 @@ content: region: content hidden: langcode: true + search_api_excerpt: true webform: true diff --git a/config/pcsps/config/core.entity_view_display.user.user.compact.yml b/config/pcsps/config/core.entity_view_display.user.user.compact.yml index a758630331..f988fb9ca2 100644 --- a/config/pcsps/config/core.entity_view_display.user.user.compact.yml +++ b/config/pcsps/config/core.entity_view_display.user.user.compact.yml @@ -28,3 +28,4 @@ content: hidden: langcode: true member_for: true + search_api_excerpt: true diff --git a/config/pcsps/config/core.entity_view_display.user.user.default.yml b/config/pcsps/config/core.entity_view_display.user.user.default.yml index 7bae87167f..ca15175abf 100644 --- a/config/pcsps/config/core.entity_view_display.user.user.default.yml +++ b/config/pcsps/config/core.entity_view_display.user.user.default.yml @@ -29,3 +29,4 @@ content: label: hidden hidden: langcode: true + search_api_excerpt: true diff --git a/config/pcsps/config/core.extension.yml b/config/pcsps/config/core.extension.yml index 19ed449467..461046a1ce 100644 --- a/config/pcsps/config/core.extension.yml +++ b/config/pcsps/config/core.extension.yml @@ -89,6 +89,7 @@ module: page_cache: 0 path: 0 path_alias: 0 + pcsps_breadcrumbs: 0 rdf: 0 redirect: 0 redis: 0 @@ -138,6 +139,7 @@ theme: stable: 0 adminimal_theme: 0 nicsdru_unity_theme: 0 + pcsps_theme: 0 profile: nicsdru_unity_profile _core: default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc diff --git a/config/pcsps/config/field.field.file.document.field_file_language.yml b/config/pcsps/config/field.field.file.document.field_file_language.yml new file mode 100644 index 0000000000..be1275d5ff --- /dev/null +++ b/config/pcsps/config/field.field.file.document.field_file_language.yml @@ -0,0 +1,23 @@ +uuid: 343abc1b-698d-48a5-9302-2d5acd990ad9 +langcode: en +status: true +dependencies: + config: + - field.storage.file.field_file_language + module: + - file + - options +id: file.document.field_file_language +field_name: field_file_language +entity_type: file +bundle: document +label: 'File language' +description: 'Please choose the language for this file.' +required: true +translatable: false +default_value: + - + value: en +default_value_callback: '' +settings: { } +field_type: list_string diff --git a/config/pcsps/config/field.field.file.document.field_file_title.yml b/config/pcsps/config/field.field.file.document.field_file_title.yml new file mode 100644 index 0000000000..e53a1ae3f8 --- /dev/null +++ b/config/pcsps/config/field.field.file.document.field_file_title.yml @@ -0,0 +1,20 @@ +uuid: 0ab042b3-f5ef-4f8d-9d5e-57e05699f764 +langcode: en +status: true +dependencies: + config: + - field.storage.file.field_file_title + module: + - file +id: file.document.field_file_title +field_name: field_file_title +entity_type: file +bundle: document +label: 'File title' +description: 'Please enter the title of this document, this is displayed as the link text.' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/pcsps/config/field.field.file.image.field_file_image_alt_text.yml b/config/pcsps/config/field.field.file.image.field_file_image_alt_text.yml new file mode 100644 index 0000000000..93b7ba0176 --- /dev/null +++ b/config/pcsps/config/field.field.file.image.field_file_image_alt_text.yml @@ -0,0 +1,20 @@ +uuid: b118fbc7-3f5a-4ad1-ade8-1a3321f57fb0 +langcode: en +status: true +dependencies: + config: + - field.storage.file.field_file_image_alt_text + module: + - file +id: file.image.field_file_image_alt_text +field_name: field_file_image_alt_text +entity_type: file +bundle: image +label: 'Alt Text' +description: 'Alternative text is used by screen readers, search engines, and when the image cannot be loaded. By adding alt text you improve accessibility and search engine optimization.' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/pcsps/config/field.field.file.image.field_file_image_caption_text.yml b/config/pcsps/config/field.field.file.image.field_file_image_caption_text.yml new file mode 100644 index 0000000000..feb6dc79d6 --- /dev/null +++ b/config/pcsps/config/field.field.file.image.field_file_image_caption_text.yml @@ -0,0 +1,20 @@ +uuid: 4c23b509-da81-4e99-9993-b5056675f1a8 +langcode: en +status: true +dependencies: + config: + - field.storage.file.field_file_image_caption_text + module: + - file +id: file.image.field_file_image_caption_text +field_name: field_file_image_caption_text +entity_type: file +bundle: image +label: 'Caption text' +description: 'Enter some optional caption text for this image.' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/pcsps/config/field.field.file.image.field_file_image_title_text.yml b/config/pcsps/config/field.field.file.image.field_file_image_title_text.yml new file mode 100644 index 0000000000..cc5979649a --- /dev/null +++ b/config/pcsps/config/field.field.file.image.field_file_image_title_text.yml @@ -0,0 +1,20 @@ +uuid: f3c0e77b-47d6-49ef-96de-49639a3dd674 +langcode: en +status: true +dependencies: + config: + - field.storage.file.field_file_image_title_text + module: + - file +id: file.image.field_file_image_title_text +field_name: field_file_image_title_text +entity_type: file +bundle: image +label: 'Title Text' +description: 'Title text is used in the tool tip when a user hovers their mouse over the image. Adding title text makes it easier to understand the context of an image and improves usability.' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/pcsps/config/field.field.node.board_member.body.yml b/config/pcsps/config/field.field.node.board_member.body.yml deleted file mode 100644 index c5115611fd..0000000000 --- a/config/pcsps/config/field.field.node.board_member.body.yml +++ /dev/null @@ -1,32 +0,0 @@ -uuid: 7721fc14-fdb6-4457-8767-248f6b4f1507 -langcode: en -status: true -dependencies: - config: - - field.storage.node.body - - node.type.board_member - module: - - allowed_formats - - text -third_party_settings: - allowed_formats: - basic_html: basic_html - restricted_html: '0' - full_html: '0' - plain_text: '0' -_core: - default_config_hash: avWC00IS2tlGI6ll3a2AVj8WxeBLU78XhhAe17s8jak -id: node.board_member.body -field_name: body -entity_type: node -bundle: board_member -label: Body -description: '' -required: true -translatable: true -default_value: { } -default_value_callback: '' -settings: - display_summary: false - required_summary: false -field_type: text_with_summary diff --git a/config/pcsps/config/field.field.node.board_member.field_member_image.yml b/config/pcsps/config/field.field.node.board_member.field_member_image.yml deleted file mode 100644 index 96364c46d2..0000000000 --- a/config/pcsps/config/field.field.node.board_member.field_member_image.yml +++ /dev/null @@ -1,31 +0,0 @@ -uuid: 7593a1cf-9d1a-4ef3-a9d7-e43a328a3ff3 -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_member_image - - media.type.image - - node.type.board_member -_core: - default_config_hash: 5elqoQX8Y-Ztd4nlvMqxv3Pb3_MhviVDRig98prS9Rg -id: node.board_member.field_member_image -field_name: field_member_image -entity_type: node -bundle: board_member -label: 'Member image' -description: '' -required: true -translatable: false -default_value: { } -default_value_callback: '' -settings: - handler: 'default:media' - handler_settings: - target_bundles: - image: image - sort: - field: _none - direction: ASC - auto_create: false - auto_create_bundle: '' -field_type: entity_reference diff --git a/config/pcsps/config/field.field.node.board_member.field_member_role.yml b/config/pcsps/config/field.field.node.board_member.field_member_role.yml deleted file mode 100644 index 64449b5871..0000000000 --- a/config/pcsps/config/field.field.node.board_member.field_member_role.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: 306775f3-5957-45a0-b704-18326caeee80 -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_member_role - - node.type.board_member -_core: - default_config_hash: hjDOtOCPu18Zm6Klg5bFc90dKETqKzN01iPKz78GFGw -id: node.board_member.field_member_role -field_name: field_member_role -entity_type: node -bundle: board_member -label: 'Member role' -description: '' -required: true -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: string diff --git a/config/pcsps/config/field.field.node.board_member.field_meta_tags.yml b/config/pcsps/config/field.field.node.board_member.field_meta_tags.yml deleted file mode 100644 index 469c4719df..0000000000 --- a/config/pcsps/config/field.field.node.board_member.field_meta_tags.yml +++ /dev/null @@ -1,23 +0,0 @@ -uuid: a9d67dc3-ecee-49be-9313-92047871a9f5 -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_meta_tags - - node.type.board_member - module: - - metatag -_core: - default_config_hash: '-i5FBu5BN4cJic4w_trbeZxmqaqPYkP71N3qWKtZIvM' -id: node.board_member.field_meta_tags -field_name: field_meta_tags -entity_type: node -bundle: board_member -label: 'Meta tags' -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: metatag diff --git a/config/pcsps/config/field.field.node.consultation.body.yml b/config/pcsps/config/field.field.node.consultation.body.yml deleted file mode 100644 index a86cc0c00b..0000000000 --- a/config/pcsps/config/field.field.node.consultation.body.yml +++ /dev/null @@ -1,32 +0,0 @@ -uuid: 972bd6b0-2ebb-49b6-8bc9-04a23005597c -langcode: en -status: true -dependencies: - config: - - field.storage.node.body - - node.type.consultation - module: - - allowed_formats - - text -third_party_settings: - allowed_formats: - basic_html: basic_html - restricted_html: '0' - full_html: '0' - plain_text: '0' -_core: - default_config_hash: Pz_1C27PVwRNTdHyTqdn7wAxCIgA5sD1hjwObOaPBGw -id: node.consultation.body -field_name: body -entity_type: node -bundle: consultation -label: Body -description: '' -required: true -translatable: true -default_value: { } -default_value_callback: '' -settings: - display_summary: false - required_summary: false -field_type: text_with_summary diff --git a/config/pcsps/config/field.field.node.consultation.field_attachment.yml b/config/pcsps/config/field.field.node.consultation.field_attachment.yml deleted file mode 100644 index ecc731c4f4..0000000000 --- a/config/pcsps/config/field.field.node.consultation.field_attachment.yml +++ /dev/null @@ -1,31 +0,0 @@ -uuid: 85192860-2a0d-42ff-a973-9e46951178fd -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_attachment - - media.type.document - - node.type.consultation -_core: - default_config_hash: eLbYf5A_jjL2S2C7MdrxsZqEH_lMq1BiApoeHJdY7kU -id: node.consultation.field_attachment -field_name: field_attachment -entity_type: node -bundle: consultation -label: Attachment -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: - handler: 'default:media' - handler_settings: - target_bundles: - document: document - sort: - field: _none - direction: ASC - auto_create: false - auto_create_bundle: '' -field_type: entity_reference diff --git a/config/pcsps/config/field.field.node.consultation.field_consultation_dates.yml b/config/pcsps/config/field.field.node.consultation.field_consultation_dates.yml deleted file mode 100644 index 1b2bec3b45..0000000000 --- a/config/pcsps/config/field.field.node.consultation.field_consultation_dates.yml +++ /dev/null @@ -1,28 +0,0 @@ -uuid: 331cb3be-ea79-4b27-acb0-95445838b0ed -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_consultation_dates - - node.type.consultation - module: - - datetime_range -_core: - default_config_hash: Rp_YQF76mtMG141Rq-pPkjcNCDc4KnNLMRPbaptfkfM -id: node.consultation.field_consultation_dates -field_name: field_consultation_dates -entity_type: node -bundle: consultation -label: 'Consultation dates' -description: '' -required: false -translatable: false -default_value: - - - default_date_type: now - default_date: now - default_end_date_type: now - default_end_date: now -default_value_callback: '' -settings: { } -field_type: daterange diff --git a/config/pcsps/config/field.field.node.consultation.field_email_address.yml b/config/pcsps/config/field.field.node.consultation.field_email_address.yml deleted file mode 100644 index 637e10a7a7..0000000000 --- a/config/pcsps/config/field.field.node.consultation.field_email_address.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: 2a4d3008-29ec-49aa-aeaf-c025f661aa9c -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_email_address - - node.type.consultation -_core: - default_config_hash: m07xk4TUEfnMrW5nFZ9I86seQ0U1Is6IA0XxbH_Hp98 -id: node.consultation.field_email_address -field_name: field_email_address -entity_type: node -bundle: consultation -label: 'Email address' -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: email diff --git a/config/pcsps/config/field.field.node.consultation.field_meta_tags.yml b/config/pcsps/config/field.field.node.consultation.field_meta_tags.yml deleted file mode 100644 index bdb06c9aa3..0000000000 --- a/config/pcsps/config/field.field.node.consultation.field_meta_tags.yml +++ /dev/null @@ -1,23 +0,0 @@ -uuid: da3c5a56-70ca-426b-8117-15c902034134 -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_meta_tags - - node.type.consultation - module: - - metatag -_core: - default_config_hash: 7--LKpreMCxbW17-vxSteZJ6EK3bBLaauTY1NHspdWE -id: node.consultation.field_meta_tags -field_name: field_meta_tags -entity_type: node -bundle: consultation -label: 'Meta tags' -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: metatag diff --git a/config/pcsps/config/field.field.node.consultation.field_postal.yml b/config/pcsps/config/field.field.node.consultation.field_postal.yml deleted file mode 100644 index 2b7175ea59..0000000000 --- a/config/pcsps/config/field.field.node.consultation.field_postal.yml +++ /dev/null @@ -1,62 +0,0 @@ -uuid: c7b4daab-70e1-406b-9e8f-62a3599b4e6b -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_postal - - node.type.consultation - module: - - address -_core: - default_config_hash: a6x3GDzgt_44fryIz7VSkjepL-eyoWpLKgtvE-dox2c -id: node.consultation.field_postal -field_name: field_postal -entity_type: node -bundle: consultation -label: 'Postal address' -description: '' -required: false -translatable: false -default_value: - - - country_code: GB - langcode: '' - given_name: '' - family_name: '' - organization: '' - address_line1: '' - address_line2: '' - locality: '' - postal_code: '' - additional_name: null - sorting_code: null - dependent_locality: null - administrative_area: null -default_value_callback: '' -settings: - available_countries: - GB: GB - langcode_override: '' - field_overrides: - givenName: - override: hidden - additionalName: - override: hidden - familyName: - override: hidden - organization: - override: optional - addressLine1: - override: optional - addressLine2: - override: optional - sortingCode: - override: optional - dependentLocality: - override: optional - locality: - override: optional - administrativeArea: - override: optional - fields: { } -field_type: address diff --git a/config/pcsps/config/field.field.node.consultation.field_published_date.yml b/config/pcsps/config/field.field.node.consultation.field_published_date.yml deleted file mode 100644 index a2a270ba5f..0000000000 --- a/config/pcsps/config/field.field.node.consultation.field_published_date.yml +++ /dev/null @@ -1,26 +0,0 @@ -uuid: 98d53992-60bb-446d-a5da-23cf9f25c405 -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_published_date - - node.type.consultation - module: - - datetime -_core: - default_config_hash: JJhRyo0EyyzVhrd1T3-_NKH16AgdOgkjfObzFIqKSvI -id: node.consultation.field_published_date -field_name: field_published_date -entity_type: node -bundle: consultation -label: 'Published date' -description: 'Please select the published date for this consultation, or accept the default value of today.' -required: true -translatable: true -default_value: - - - default_date_type: now - default_date: now -default_value_callback: '' -settings: { } -field_type: datetime diff --git a/config/pcsps/config/field.field.node.consultation.field_respond_online.yml b/config/pcsps/config/field.field.node.consultation.field_respond_online.yml deleted file mode 100644 index 8391ee8671..0000000000 --- a/config/pcsps/config/field.field.node.consultation.field_respond_online.yml +++ /dev/null @@ -1,25 +0,0 @@ -uuid: 90ef2ee4-115f-4ce7-9b6b-a72cf167a740 -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_respond_online - - node.type.consultation - module: - - link -_core: - default_config_hash: 8NEnzbhfOZTI6o3D6pWucGLG5CIPu0Y_Gn5P7GoZ1M4 -id: node.consultation.field_respond_online -field_name: field_respond_online -entity_type: node -bundle: consultation -label: 'Respond online' -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: - link_type: 17 - title: 1 -field_type: link diff --git a/config/pcsps/config/field.field.node.consultation.field_summary.yml b/config/pcsps/config/field.field.node.consultation.field_summary.yml deleted file mode 100644 index 46fc45408d..0000000000 --- a/config/pcsps/config/field.field.node.consultation.field_summary.yml +++ /dev/null @@ -1,23 +0,0 @@ -uuid: dd5b1439-ddf1-4a26-a70e-0e29511aaa0a -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_summary - - node.type.consultation - module: - - text -_core: - default_config_hash: t_iTLgmQIB-z2iedFHzJesSSTLdu-z5NdhHVBWmEwZw -id: node.consultation.field_summary -field_name: field_summary -entity_type: node -bundle: consultation -label: Summary -description: 'Enter a summary of this consultation.' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: text_long diff --git a/config/pcsps/config/field.field.node.contact.body.yml b/config/pcsps/config/field.field.node.contact.body.yml deleted file mode 100644 index 3817143e9c..0000000000 --- a/config/pcsps/config/field.field.node.contact.body.yml +++ /dev/null @@ -1,32 +0,0 @@ -uuid: 51810cb7-3f4b-4599-95bc-7043ef51388c -langcode: en -status: true -dependencies: - config: - - field.storage.node.body - - node.type.contact - module: - - allowed_formats - - text -third_party_settings: - allowed_formats: - basic_html: basic_html - restricted_html: '0' - full_html: '0' - plain_text: '0' -_core: - default_config_hash: Q06QZKSbW5KkRtfrzX1Xan4rLT-yTbrvCnge3cqG0Ns -id: node.contact.body -field_name: body -entity_type: node -bundle: contact -label: Body -description: '' -required: true -translatable: true -default_value: { } -default_value_callback: '' -settings: - display_summary: false - required_summary: false -field_type: text_with_summary diff --git a/config/pcsps/config/field.field.node.contact.field_meta_tags.yml b/config/pcsps/config/field.field.node.contact.field_meta_tags.yml deleted file mode 100644 index 01b9e875fb..0000000000 --- a/config/pcsps/config/field.field.node.contact.field_meta_tags.yml +++ /dev/null @@ -1,23 +0,0 @@ -uuid: 85b10600-2bf1-4578-bf9f-4bfa13131df9 -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_meta_tags - - node.type.contact - module: - - metatag -_core: - default_config_hash: 8mYVz9lDvZfCP7sRULjHkOMtmF4ZUjLn3KtQHXhGgXI -id: node.contact.field_meta_tags -field_name: field_meta_tags -entity_type: node -bundle: contact -label: 'Meta tags' -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: metatag diff --git a/config/pcsps/config/field.field.node.faq.field_faq.yml b/config/pcsps/config/field.field.node.faq.field_faq.yml deleted file mode 100644 index 2dd5969abb..0000000000 --- a/config/pcsps/config/field.field.node.faq.field_faq.yml +++ /dev/null @@ -1,36 +0,0 @@ -uuid: 66a28ec1-b502-45f9-898e-fa551ddee9a1 -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_faq - - node.type.faq - - paragraphs.paragraphs_type.faq_accordian - module: - - entity_reference_revisions -_core: - default_config_hash: NGKG12-hkY7Y2-hX2UGuZqMHNHdvG5652ZtyTryBWxQ -id: node.faq.field_faq -field_name: field_faq -entity_type: node -bundle: faq -label: FAQ -description: '' -required: true -translatable: false -default_value: { } -default_value_callback: '' -settings: - handler: 'default:paragraph' - handler_settings: - negate: 0 - target_bundles: - faq_accordian: faq_accordian - target_bundles_drag_drop: - faq_accordian: - enabled: true - weight: 3 - map: - weight: 2 - enabled: false -field_type: entity_reference_revisions diff --git a/config/pcsps/config/field.field.node.faq.field_meta_tags.yml b/config/pcsps/config/field.field.node.faq.field_meta_tags.yml deleted file mode 100644 index 40db305e8b..0000000000 --- a/config/pcsps/config/field.field.node.faq.field_meta_tags.yml +++ /dev/null @@ -1,23 +0,0 @@ -uuid: 759be7dc-a7ac-424b-ac16-b0e2082f3a36 -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_meta_tags - - node.type.faq - module: - - metatag -_core: - default_config_hash: x1EZ-77Tgvd04MHFbiAr5DpI1RaCEjas6x45dIHpgeA -id: node.faq.field_meta_tags -field_name: field_meta_tags -entity_type: node -bundle: faq -label: 'Meta tags' -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: metatag diff --git a/config/pcsps/config/field.field.node.feature.field_link_url.yml b/config/pcsps/config/field.field.node.feature.field_link_url.yml deleted file mode 100644 index 73ecf1e697..0000000000 --- a/config/pcsps/config/field.field.node.feature.field_link_url.yml +++ /dev/null @@ -1,25 +0,0 @@ -uuid: b7a1a7b7-d6e0-4b9b-9dec-517d7fd5f0a4 -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_link_url - - node.type.feature - module: - - link -_core: - default_config_hash: ZM_q7jM_t9gUKkS99BB3Llyas8OkZiRC6U9cv_bGdlA -id: node.feature.field_link_url -field_name: field_link_url -entity_type: node -bundle: feature -label: Link -description: 'The URL to where a user should go for more on this feature item.' -required: true -translatable: true -default_value: { } -default_value_callback: '' -settings: - link_type: 17 - title: 0 -field_type: link diff --git a/config/pcsps/config/field.field.node.feature.field_photo.yml b/config/pcsps/config/field.field.node.feature.field_photo.yml deleted file mode 100644 index e88a0df43c..0000000000 --- a/config/pcsps/config/field.field.node.feature.field_photo.yml +++ /dev/null @@ -1,31 +0,0 @@ -uuid: 4b96e348-f2f6-430b-9972-71efdec1a7da -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_photo - - media.type.image - - node.type.feature -_core: - default_config_hash: BUSvGtbelbv9k2BKbDrBrWKBeo_MuhiemZirY0jHcFc -id: node.feature.field_photo -field_name: field_photo -entity_type: node -bundle: feature -label: Photo -description: '' -required: true -translatable: false -default_value: { } -default_value_callback: '' -settings: - handler: 'default:media' - handler_settings: - target_bundles: - image: image - sort: - field: _none - direction: ASC - auto_create: false - auto_create_bundle: '' -field_type: entity_reference diff --git a/config/pcsps/config/field.field.node.feature.field_teaser.yml b/config/pcsps/config/field.field.node.feature.field_teaser.yml deleted file mode 100644 index 6ef8b0cc4a..0000000000 --- a/config/pcsps/config/field.field.node.feature.field_teaser.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: dd55c956-8e2b-4167-80eb-70600ee8d3ae -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_teaser - - node.type.feature -_core: - default_config_hash: U6M2YL9v3-Ig6qqyE9KpIL_O9XbokeBG0UlspX7Z5Dc -id: node.feature.field_teaser -field_name: field_teaser -entity_type: node -bundle: feature -label: Teaser -description: 'Enter some short teaser text for this feature item. This can be displayed on the site home page.' -required: true -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: string diff --git a/config/pcsps/config/field.field.node.featured_content_list.field_featured_content.yml b/config/pcsps/config/field.field.node.featured_content_list.field_featured_content.yml deleted file mode 100644 index 48eaf16dfb..0000000000 --- a/config/pcsps/config/field.field.node.featured_content_list.field_featured_content.yml +++ /dev/null @@ -1,33 +0,0 @@ -uuid: 85c7dbe3-72be-47f8-b28a-85ce5b82cc01 -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_featured_content - - node.type.feature - - node.type.featured_content_list - - node.type.news -_core: - default_config_hash: 0VfC90DInkGsnV7A5SjfCgr9gOrNOuQT9__xqUVLVUI -id: node.featured_content_list.field_featured_content -field_name: field_featured_content -entity_type: node -bundle: featured_content_list -label: 'Featured content' -description: "

Defines the order of feature content to appear as part of this featured content list.

\r\n

Please note: the homepage will only show the first three items defined.

" -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: - handler: 'default:node' - handler_settings: - target_bundles: - feature: feature - news: news - sort: - field: type - direction: ASC - auto_create: false - auto_create_bundle: feature -field_type: entity_reference diff --git a/config/pcsps/config/field.field.node.featured_content_list.field_tags.yml b/config/pcsps/config/field.field.node.featured_content_list.field_tags.yml deleted file mode 100644 index 0a3006400b..0000000000 --- a/config/pcsps/config/field.field.node.featured_content_list.field_tags.yml +++ /dev/null @@ -1,31 +0,0 @@ -uuid: 9891dd81-428c-414b-b44e-3829c696cf7e -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_tags - - node.type.featured_content_list - - taxonomy.vocabulary.tags -_core: - default_config_hash: PcQm61BFLwLKXrvCXh3kRRC69vW1qW8GbLdSFK5Endo -id: node.featured_content_list.field_tags -field_name: field_tags -entity_type: node -bundle: featured_content_list -label: Tags -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: - handler: 'default:taxonomy_term' - handler_settings: - target_bundles: - tags: tags - sort: - field: name - direction: asc - auto_create: false - auto_create_bundle: '' -field_type: entity_reference diff --git a/config/pcsps/config/field.field.node.layout_page.body.yml b/config/pcsps/config/field.field.node.layout_page.body.yml deleted file mode 100644 index a146ad2542..0000000000 --- a/config/pcsps/config/field.field.node.layout_page.body.yml +++ /dev/null @@ -1,32 +0,0 @@ -uuid: d1a136d4-f42f-4d65-adbe-456d86cacfc1 -langcode: en -status: true -dependencies: - config: - - field.storage.node.body - - node.type.layout_page - module: - - allowed_formats - - text -third_party_settings: - allowed_formats: - basic_html: basic_html - restricted_html: '0' - full_html: '0' - plain_text: '0' -_core: - default_config_hash: EOLqlAmefdmZr5_mUU3HbxMf32ZY1yEUW-xYZWmWFyw -id: node.layout_page.body -field_name: body -entity_type: node -bundle: layout_page -label: Body -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: - display_summary: true - required_summary: false -field_type: text_with_summary diff --git a/config/pcsps/config/field.field.node.layout_page.layout_builder__layout.yml b/config/pcsps/config/field.field.node.layout_page.layout_builder__layout.yml deleted file mode 100644 index d420142bf8..0000000000 --- a/config/pcsps/config/field.field.node.layout_page.layout_builder__layout.yml +++ /dev/null @@ -1,23 +0,0 @@ -uuid: 0c09c57c-95b2-4456-9e8b-0acf9469777f -langcode: en -status: true -dependencies: - config: - - field.storage.node.layout_builder__layout - - node.type.layout_page - module: - - layout_builder -_core: - default_config_hash: 1W81NhD1LqU59HrWmBCPQ2W7ueA3DquHibP1bMpjuMQ -id: node.layout_page.layout_builder__layout -field_name: layout_builder__layout -entity_type: node -bundle: layout_page -label: Layout -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: layout_section diff --git a/config/pcsps/config/field.field.node.link.field_link_type.yml b/config/pcsps/config/field.field.node.link.field_link_type.yml deleted file mode 100644 index 6adf28cd5e..0000000000 --- a/config/pcsps/config/field.field.node.link.field_link_type.yml +++ /dev/null @@ -1,31 +0,0 @@ -uuid: b222cb48-d63f-481b-93a5-d70cfbc0c53f -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_link_type - - node.type.link - - taxonomy.vocabulary.publications_topics -_core: - default_config_hash: '-l-3G75w2jMpF0E03SkorND3U64EXGhP46gSJOH-kfk' -id: node.link.field_link_type -field_name: field_link_type -entity_type: node -bundle: link -label: 'Link type' -description: 'Choose a type for this link. The type defines where the link appears on the site home page.' -required: true -translatable: false -default_value: { } -default_value_callback: '' -settings: - handler: 'default:taxonomy_term' - handler_settings: - target_bundles: - publications_topics: publications_topics - sort: - field: name - direction: asc - auto_create: false - auto_create_bundle: '' -field_type: entity_reference diff --git a/config/pcsps/config/field.field.node.link.field_link_url.yml b/config/pcsps/config/field.field.node.link.field_link_url.yml deleted file mode 100644 index 88a41ec513..0000000000 --- a/config/pcsps/config/field.field.node.link.field_link_url.yml +++ /dev/null @@ -1,25 +0,0 @@ -uuid: ca89ef05-9ed8-49f5-a2fe-17f35efa04e4 -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_link_url - - node.type.link - module: - - link -_core: - default_config_hash: 4f3PrFAyYc875dIeRYbz_qh1HOh7oDZQmmSnWl4nnro -id: node.link.field_link_url -field_name: field_link_url -entity_type: node -bundle: link -label: 'Link URL' -description: 'Enter the URL for this link. Start the link with a / to link to content on this site, or use http:// or https:// to link to other sites.' -required: true -translatable: false -default_value: { } -default_value_callback: '' -settings: - link_type: 17 - title: 0 -field_type: link diff --git a/config/pcsps/config/field.field.node.link.field_meta_tags.yml b/config/pcsps/config/field.field.node.link.field_meta_tags.yml deleted file mode 100644 index fd008bf635..0000000000 --- a/config/pcsps/config/field.field.node.link.field_meta_tags.yml +++ /dev/null @@ -1,23 +0,0 @@ -uuid: fb0d20fd-43ef-452c-89fb-1c185d43252a -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_meta_tags - - node.type.link - module: - - metatag -_core: - default_config_hash: j_fjVOYWbSrdEHik4a_Rts6wwbKqlG2l04-_tfggB_o -id: node.link.field_meta_tags -field_name: field_meta_tags -entity_type: node -bundle: link -label: 'Meta tags' -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: metatag diff --git a/config/pcsps/config/field.field.node.news.body.yml b/config/pcsps/config/field.field.node.news.body.yml deleted file mode 100644 index a744713a24..0000000000 --- a/config/pcsps/config/field.field.node.news.body.yml +++ /dev/null @@ -1,25 +0,0 @@ -uuid: 90aef5aa-52cd-400f-9216-237d3a11135d -langcode: en -status: true -dependencies: - config: - - field.storage.node.body - - node.type.news - module: - - text -_core: - default_config_hash: u1pxGrNXR4V2q0lHTM0AuVdnbyTLitNAlxGCLqWujyg -id: node.news.body -field_name: body -entity_type: node -bundle: news -label: Body -description: '' -required: true -translatable: true -default_value: { } -default_value_callback: '' -settings: - display_summary: false - required_summary: false -field_type: text_with_summary diff --git a/config/pcsps/config/field.field.node.news.field_meta_tags.yml b/config/pcsps/config/field.field.node.news.field_meta_tags.yml deleted file mode 100644 index ce9097d1f7..0000000000 --- a/config/pcsps/config/field.field.node.news.field_meta_tags.yml +++ /dev/null @@ -1,23 +0,0 @@ -uuid: ccdba2de-cfc6-4fef-916e-8d13d99b0a61 -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_meta_tags - - node.type.news - module: - - metatag -_core: - default_config_hash: N4ifpekUhQVgounHS0ixrnuJUw1vpzLkOSQLOSSCpvA -id: node.news.field_meta_tags -field_name: field_meta_tags -entity_type: node -bundle: news -label: 'Meta tags' -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: metatag diff --git a/config/pcsps/config/field.field.node.news.field_photo.yml b/config/pcsps/config/field.field.node.news.field_photo.yml deleted file mode 100644 index 753dff7775..0000000000 --- a/config/pcsps/config/field.field.node.news.field_photo.yml +++ /dev/null @@ -1,31 +0,0 @@ -uuid: 25c3568d-9c91-42b6-a756-584652276ed3 -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_photo - - media.type.image - - node.type.news -_core: - default_config_hash: m4kjXvKfbT-A03_u381ryfa8xALUtf9a78RDaFtzptY -id: node.news.field_photo -field_name: field_photo -entity_type: node -bundle: news -label: Photo -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: - handler: 'default:media' - handler_settings: - target_bundles: - image: image - sort: - field: _none - direction: ASC - auto_create: false - auto_create_bundle: '' -field_type: entity_reference diff --git a/config/pcsps/config/field.field.node.news.field_published_date.yml b/config/pcsps/config/field.field.node.news.field_published_date.yml deleted file mode 100644 index 0a99024239..0000000000 --- a/config/pcsps/config/field.field.node.news.field_published_date.yml +++ /dev/null @@ -1,26 +0,0 @@ -uuid: 2961eae7-f5f7-44ad-9140-1d679300da08 -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_published_date - - node.type.news - module: - - datetime -_core: - default_config_hash: Pu3LEgRp89W8VTCWsOUk3dEQ7ghLCA537oED47kTvCc -id: node.news.field_published_date -field_name: field_published_date -entity_type: node -bundle: news -label: 'Published date' -description: 'Please select the publication date of this news item, or accept the default value of today.' -required: true -translatable: false -default_value: - - - default_date_type: now - default_date: now -default_value_callback: '' -settings: { } -field_type: datetime diff --git a/config/pcsps/config/field.field.node.news.field_summary.yml b/config/pcsps/config/field.field.node.news.field_summary.yml deleted file mode 100644 index acd86e62e4..0000000000 --- a/config/pcsps/config/field.field.node.news.field_summary.yml +++ /dev/null @@ -1,23 +0,0 @@ -uuid: ff2ed813-593c-4eb5-a8bc-29a872edda71 -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_summary - - node.type.news - module: - - text -_core: - default_config_hash: 8k-pBOLMvY8ssjfkN3Ui8zRtk5mSwnHm-PvFJEHmmNY -id: node.news.field_summary -field_name: field_summary -entity_type: node -bundle: news -label: 'Introductory paragraph' -description: 'Enter the first paragraph of this news item.' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: text_long diff --git a/config/pcsps/config/field.field.node.news.field_teaser.yml b/config/pcsps/config/field.field.node.news.field_teaser.yml deleted file mode 100644 index 01289bb855..0000000000 --- a/config/pcsps/config/field.field.node.news.field_teaser.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: ca1227bb-c51e-438b-a295-a17f4b00cba5 -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_teaser - - node.type.news -_core: - default_config_hash: 1FsJzihApN0_v47zULsftJea1AD2-XwJVE7XzbgssC4 -id: node.news.field_teaser -field_name: field_teaser -entity_type: node -bundle: news -label: Teaser -description: 'Enter some short teaser text for this news item. This can be displayed on the site home page.' -required: true -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: string diff --git a/config/pcsps/config/field.field.node.profile.body.yml b/config/pcsps/config/field.field.node.profile.body.yml deleted file mode 100644 index f45a4433c1..0000000000 --- a/config/pcsps/config/field.field.node.profile.body.yml +++ /dev/null @@ -1,32 +0,0 @@ -uuid: db9859e3-9cca-4ead-99c3-7c3e4de3441a -langcode: en -status: true -dependencies: - config: - - field.storage.node.body - - node.type.profile - module: - - allowed_formats - - text -third_party_settings: - allowed_formats: - basic_html: basic_html - restricted_html: '0' - full_html: '0' - plain_text: '0' -_core: - default_config_hash: tcUdYW1-nDWo_oABLjT_Sa2YxBvO9C7DLymhc03AL1E -id: node.profile.body -field_name: body -entity_type: node -bundle: profile -label: Body -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: - display_summary: true - required_summary: false -field_type: text_with_summary diff --git a/config/pcsps/config/field.field.node.profile.field_summary.yml b/config/pcsps/config/field.field.node.profile.field_summary.yml deleted file mode 100644 index 2b26f98724..0000000000 --- a/config/pcsps/config/field.field.node.profile.field_summary.yml +++ /dev/null @@ -1,23 +0,0 @@ -uuid: 9842ca66-8f8f-4bc1-ad85-81df55f45c05 -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_summary - - node.type.profile - module: - - text -_core: - default_config_hash: 6gPSr9MOlB2lxjIbcN6otKjXXqVwC4J400JRuhgFkms -id: node.profile.field_summary -field_name: field_summary -entity_type: node -bundle: profile -label: Summary -description: 'Enter a summary of this profile.' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: text_long diff --git a/config/pcsps/config/field.field.node.publication.field_photo.yml b/config/pcsps/config/field.field.node.publication.field_photo.yml deleted file mode 100644 index 2b5d73a2b4..0000000000 --- a/config/pcsps/config/field.field.node.publication.field_photo.yml +++ /dev/null @@ -1,31 +0,0 @@ -uuid: 28712b0c-71a5-4422-9f63-b4b3d5e489ec -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_photo - - media.type.image - - node.type.publication -_core: - default_config_hash: JSUeqG61vvfFndaAvjT2TM4ZMF4eN1KeupJuWH6OSZk -id: node.publication.field_photo -field_name: field_photo -entity_type: node -bundle: publication -label: Photo -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: - handler: 'default:media' - handler_settings: - target_bundles: - image: image - sort: - field: _none - direction: ASC - auto_create: false - auto_create_bundle: '' -field_type: entity_reference diff --git a/config/pcsps/config/field.field.node.publication.field_publication_type.yml b/config/pcsps/config/field.field.node.publication.field_publication_type.yml index 03fa5274a0..524b4cb87f 100644 --- a/config/pcsps/config/field.field.node.publication.field_publication_type.yml +++ b/config/pcsps/config/field.field.node.publication.field_publication_type.yml @@ -12,7 +12,7 @@ id: node.publication.field_publication_type field_name: field_publication_type entity_type: node bundle: publication -label: 'Publication type' +label: Type description: '' required: false translatable: false diff --git a/config/pcsps/config/field.field.node.publication.field_summary.yml b/config/pcsps/config/field.field.node.publication.field_summary.yml deleted file mode 100644 index 51f2cf0e87..0000000000 --- a/config/pcsps/config/field.field.node.publication.field_summary.yml +++ /dev/null @@ -1,23 +0,0 @@ -uuid: 696818f2-a758-44df-bff6-17efdf51e755 -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_summary - - node.type.publication - module: - - text -_core: - default_config_hash: tgT8-TTpvYkMSGoOe2G3QpBRkLAxp97n1RVM0EtOvzc -id: node.publication.field_summary -field_name: field_summary -entity_type: node -bundle: publication -label: Summary -description: 'Enter a summary of this publication.' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: text_long diff --git a/config/pcsps/config/field.storage.file.field_file_image_alt_text.yml b/config/pcsps/config/field.storage.file.field_file_image_alt_text.yml new file mode 100644 index 0000000000..6c4da85ff9 --- /dev/null +++ b/config/pcsps/config/field.storage.file.field_file_image_alt_text.yml @@ -0,0 +1,21 @@ +uuid: ffbafe31-7eeb-4339-9dcf-639b354a15bc +langcode: und +status: true +dependencies: + module: + - file +id: file.field_file_image_alt_text +field_name: field_file_image_alt_text +entity_type: file +type: string +settings: + max_length: 255 + is_ascii: false + case_sensitive: false +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/pcsps/config/field.storage.file.field_file_image_caption_text.yml b/config/pcsps/config/field.storage.file.field_file_image_caption_text.yml new file mode 100644 index 0000000000..1de5f53a14 --- /dev/null +++ b/config/pcsps/config/field.storage.file.field_file_image_caption_text.yml @@ -0,0 +1,21 @@ +uuid: fc8487b6-06c2-468d-811d-aa01f384a7a8 +langcode: und +status: true +dependencies: + module: + - file +id: file.field_file_image_caption_text +field_name: field_file_image_caption_text +entity_type: file +type: string +settings: + max_length: 255 + is_ascii: false + case_sensitive: false +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/pcsps/config/field.storage.file.field_file_image_title_text.yml b/config/pcsps/config/field.storage.file.field_file_image_title_text.yml new file mode 100644 index 0000000000..15825d4a6b --- /dev/null +++ b/config/pcsps/config/field.storage.file.field_file_image_title_text.yml @@ -0,0 +1,21 @@ +uuid: 0c8ecf6b-acd8-4d12-bd2c-e8b0631a1ae5 +langcode: und +status: true +dependencies: + module: + - file +id: file.field_file_image_title_text +field_name: field_file_image_title_text +entity_type: file +type: string +settings: + max_length: 255 + is_ascii: false + case_sensitive: false +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/pcsps/config/field.storage.file.field_file_language.yml b/config/pcsps/config/field.storage.file.field_file_language.yml new file mode 100644 index 0000000000..df0b4ae9ce --- /dev/null +++ b/config/pcsps/config/field.storage.file.field_file_language.yml @@ -0,0 +1,72 @@ +uuid: 603bd93f-f167-40e2-bb1e-ca4786cbd0e5 +langcode: und +status: true +dependencies: + module: + - file + - options +id: file.field_file_language +field_name: field_file_language +entity_type: file +type: list_string +settings: + allowed_values: + - + value: en + label: English + - + value: ga + label: Irish + - + value: gd + label: 'Ulster Scots' + - + value: zh-yue + label: 'Chinese Full / Cantonese' + - + value: zh-guoyu + label: 'Chinese Simple / Mandarin' + - + value: cs + label: Czech + - + value: fr + label: French + - + value: bg + label: Bulgarian + - + value: lv + label: Latvian + - + value: lt + label: Lithuanian + - + value: pl + label: Polish + - + value: pt + label: Portuguese + - + value: ro + label: Romanian + - + value: ru + label: Russian + - + value: sk + label: Slovak + - + value: es + label: Spanish + - + value: tet + label: Tetum + allowed_values_function: '' +module: options +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/pcsps/config/field.storage.file.field_file_title.yml b/config/pcsps/config/field.storage.file.field_file_title.yml new file mode 100644 index 0000000000..1b395bf521 --- /dev/null +++ b/config/pcsps/config/field.storage.file.field_file_title.yml @@ -0,0 +1,21 @@ +uuid: f0bc96d7-d863-4ccb-badd-1da934193107 +langcode: und +status: true +dependencies: + module: + - file +id: file.field_file_title +field_name: field_file_title +entity_type: file +type: string +settings: + max_length: 255 + is_ascii: false + case_sensitive: false +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/pcsps/config/field.storage.node.field_consultation_dates.yml b/config/pcsps/config/field.storage.node.field_consultation_dates.yml deleted file mode 100644 index 0a72009244..0000000000 --- a/config/pcsps/config/field.storage.node.field_consultation_dates.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: ff4f5eb9-8956-4c2f-b65f-efaaec88b804 -langcode: en -status: true -dependencies: - module: - - datetime_range - - node -_core: - default_config_hash: sgCdjJoeeV3-uxXvmRWG38plBBBdLRhRGK21YnnjjDU -id: node.field_consultation_dates -field_name: field_consultation_dates -entity_type: node -type: daterange -settings: - datetime_type: date -module: datetime_range -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/config/pcsps/config/field.storage.node.field_email_address.yml b/config/pcsps/config/field.storage.node.field_email_address.yml deleted file mode 100644 index 62d00b22ea..0000000000 --- a/config/pcsps/config/field.storage.node.field_email_address.yml +++ /dev/null @@ -1,20 +0,0 @@ -uuid: 44f40cda-92b2-4df5-8bcd-8281c9d3089f -langcode: en -status: true -dependencies: - module: - - node -_core: - default_config_hash: nZEZ9alZURK8vkREqFp30p9WP_wHDU76QaWUw5MllQI -id: node.field_email_address -field_name: field_email_address -entity_type: node -type: email -settings: { } -module: core -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/config/pcsps/config/field.storage.node.field_enable_toc.yml b/config/pcsps/config/field.storage.node.field_enable_toc.yml new file mode 100644 index 0000000000..c4c5affb8c --- /dev/null +++ b/config/pcsps/config/field.storage.node.field_enable_toc.yml @@ -0,0 +1,18 @@ +uuid: 93aefde7-fed1-496d-9fc9-0d60bc6fc43c +langcode: und +status: true +dependencies: + module: + - node +id: node.field_enable_toc +field_name: field_enable_toc +entity_type: node +type: boolean +settings: { } +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/pcsps/config/field.storage.node.field_faq.yml b/config/pcsps/config/field.storage.node.field_faq.yml deleted file mode 100644 index 861940852b..0000000000 --- a/config/pcsps/config/field.storage.node.field_faq.yml +++ /dev/null @@ -1,23 +0,0 @@ -uuid: 55709f14-a872-44c8-954a-115b9811639c -langcode: en -status: true -dependencies: - module: - - entity_reference_revisions - - node - - paragraphs -_core: - default_config_hash: galDCrzinVtPliHK4qlZGt5mi_-NE6tMLrxq2iZ-jeI -id: node.field_faq -field_name: field_faq -entity_type: node -type: entity_reference_revisions -settings: - target_type: paragraph -module: entity_reference_revisions -locked: false -cardinality: -1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/config/pcsps/config/field.storage.node.field_featured_content.yml b/config/pcsps/config/field.storage.node.field_featured_content.yml deleted file mode 100644 index cc66f16b02..0000000000 --- a/config/pcsps/config/field.storage.node.field_featured_content.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: 667ba926-8b3d-4327-b629-55cef4aea86a -langcode: en -status: true -dependencies: - module: - - node -_core: - default_config_hash: _D7tZswoWOuOWkVjz241_JT8-f9c5HwEgdb0QVUBy5s -id: node.field_featured_content -field_name: field_featured_content -entity_type: node -type: entity_reference -settings: - target_type: node -module: core -locked: false -cardinality: 6 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/config/pcsps/config/field.storage.node.field_link_type.yml b/config/pcsps/config/field.storage.node.field_link_type.yml deleted file mode 100644 index 8e9caa0211..0000000000 --- a/config/pcsps/config/field.storage.node.field_link_type.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: bcda3b5f-618a-433c-bff0-33b105ad3927 -langcode: en -status: true -dependencies: - module: - - node - - taxonomy -_core: - default_config_hash: sifThrH2xT9DYqZjNiaLaDY_PkUrXnVf2nVtDi5ZefM -id: node.field_link_type -field_name: field_link_type -entity_type: node -type: entity_reference -settings: - target_type: taxonomy_term -module: core -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/config/pcsps/config/field.storage.node.field_link_url.yml b/config/pcsps/config/field.storage.node.field_link_url.yml deleted file mode 100644 index 0b285030dc..0000000000 --- a/config/pcsps/config/field.storage.node.field_link_url.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: 36850d5f-77a2-4840-adda-bd7c540e6c94 -langcode: en -status: true -dependencies: - module: - - link - - node -_core: - default_config_hash: 8tYJGuvfVECprOA3W6sxXczoDS7SWRSGf9JwPp0eDtk -id: node.field_link_url -field_name: field_link_url -entity_type: node -type: link -settings: { } -module: link -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/config/pcsps/config/field.storage.node.field_member_image.yml b/config/pcsps/config/field.storage.node.field_member_image.yml deleted file mode 100644 index cc8ca96c90..0000000000 --- a/config/pcsps/config/field.storage.node.field_member_image.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: 887d4b9f-2bb1-482c-83ed-19aa1352bd4f -langcode: en -status: true -dependencies: - module: - - media - - node -_core: - default_config_hash: 3iyNorTjXcwfK_ZMirIrWn2Up21Q_5cG6qdQfnr7VlA -id: node.field_member_image -field_name: field_member_image -entity_type: node -type: entity_reference -settings: - target_type: media -module: core -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/config/pcsps/config/field.storage.node.field_member_role.yml b/config/pcsps/config/field.storage.node.field_member_role.yml deleted file mode 100644 index b03ca9b26b..0000000000 --- a/config/pcsps/config/field.storage.node.field_member_role.yml +++ /dev/null @@ -1,23 +0,0 @@ -uuid: 5d5b68ff-8c39-4fdc-92a9-ae5cb855004b -langcode: en -status: true -dependencies: - module: - - node -_core: - default_config_hash: W2MMMGUmTG52TR_LreOBpoJOOZgCwKjukGoZZVYGbh8 -id: node.field_member_role -field_name: field_member_role -entity_type: node -type: string -settings: - max_length: 255 - is_ascii: false - case_sensitive: false -module: core -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/config/pcsps/config/field.storage.node.field_pcsp_attachment.yml b/config/pcsps/config/field.storage.node.field_pcsp_attachment.yml new file mode 100644 index 0000000000..384009cef1 --- /dev/null +++ b/config/pcsps/config/field.storage.node.field_pcsp_attachment.yml @@ -0,0 +1,23 @@ +uuid: 6bd01b52-e928-4728-865c-a3a1b4fc76da +langcode: und +status: true +dependencies: + module: + - file + - node +id: node.field_pcsp_attachment +field_name: field_pcsp_attachment +entity_type: node +type: file +settings: + display_default: false + display_field: false + uri_scheme: public + target_type: file +module: file +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/pcsps/config/field.storage.node.field_photo.yml b/config/pcsps/config/field.storage.node.field_photo.yml deleted file mode 100644 index 1ed9f95c77..0000000000 --- a/config/pcsps/config/field.storage.node.field_photo.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: 751d3c0f-fbb7-43f8-a714-111a8cefcdc7 -langcode: en -status: true -dependencies: - module: - - media - - node -_core: - default_config_hash: NdzErWmh4yJtMOdjY7KTujgy9CJNWrnSi3mKfpSaMe4 -id: node.field_photo -field_name: field_photo -entity_type: node -type: entity_reference -settings: - target_type: media -module: core -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/config/pcsps/config/field.storage.node.field_postal.yml b/config/pcsps/config/field.storage.node.field_postal.yml deleted file mode 100644 index 63eca13fb6..0000000000 --- a/config/pcsps/config/field.storage.node.field_postal.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: de9f3e38-cddf-4a0c-8a1b-6c45febc9217 -langcode: en -status: true -dependencies: - module: - - address - - node -_core: - default_config_hash: OYV1GzxN9zuBTN2vpvDwi71TCqW7abG_LKf03n6DHx4 -id: node.field_postal -field_name: field_postal -entity_type: node -type: address -settings: { } -module: address -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/config/pcsps/config/field.storage.node.field_publication_date.yml b/config/pcsps/config/field.storage.node.field_publication_date.yml new file mode 100644 index 0000000000..17c34129f6 --- /dev/null +++ b/config/pcsps/config/field.storage.node.field_publication_date.yml @@ -0,0 +1,20 @@ +uuid: 1dd43db7-f30c-4d3f-8588-cd03907a6d99 +langcode: und +status: true +dependencies: + module: + - datetime + - node +id: node.field_publication_date +field_name: field_publication_date +entity_type: node +type: datetime +settings: + datetime_type: date +module: datetime +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/pcsps/config/field.storage.node.field_publication_image.yml b/config/pcsps/config/field.storage.node.field_publication_image.yml new file mode 100644 index 0000000000..e88e51e6f0 --- /dev/null +++ b/config/pcsps/config/field.storage.node.field_publication_image.yml @@ -0,0 +1,26 @@ +uuid: 6d32198e-ef1f-41ac-8b77-0d85ca012b07 +langcode: und +status: true +dependencies: + module: + - file + - image + - node +id: node.field_publication_image +field_name: field_publication_image +entity_type: node +type: image +settings: + default_image: + uuid: '' + uri_scheme: public + target_type: file + display_field: false + display_default: false +module: image +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/pcsps/config/field.storage.node.field_respond_online.yml b/config/pcsps/config/field.storage.node.field_respond_online.yml deleted file mode 100644 index 56c302d772..0000000000 --- a/config/pcsps/config/field.storage.node.field_respond_online.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: bd2c579b-f150-4c05-83d1-b2b6c95d9f9e -langcode: en -status: true -dependencies: - module: - - link - - node -_core: - default_config_hash: R69AM9S1LCKQDDmTKt5XC_sJAOmbmFVHc9e8PW2uH-s -id: node.field_respond_online -field_name: field_respond_online -entity_type: node -type: link -settings: { } -module: link -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/config/pcsps/config/field.storage.node.field_summary.yml b/config/pcsps/config/field.storage.node.field_summary.yml deleted file mode 100644 index 1db403c00d..0000000000 --- a/config/pcsps/config/field.storage.node.field_summary.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: 367687e2-0d93-4e9d-89aa-bf697ba40efb -langcode: en -status: true -dependencies: - module: - - node - - text -_core: - default_config_hash: tf46K2CzbIMIfI6La3fX75nQRH72-CmPWTb_-s-xcfM -id: node.field_summary -field_name: field_summary -entity_type: node -type: text_long -settings: { } -module: text -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/config/pcsps/config/field.storage.node.field_tags.yml b/config/pcsps/config/field.storage.node.field_tags.yml deleted file mode 100644 index cf6cbdf6e1..0000000000 --- a/config/pcsps/config/field.storage.node.field_tags.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: d172b16e-edbf-4f7f-9e02-23ef4bb0657b -langcode: en -status: true -dependencies: - module: - - node - - taxonomy -_core: - default_config_hash: WpOE_bs8Bs_HY2ns7n2r__de-xno0-Bxkqep5-MsHAs -id: node.field_tags -field_name: field_tags -entity_type: node -type: entity_reference -settings: - target_type: taxonomy_term -module: core -locked: false -cardinality: -1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/config/pcsps/config/field.storage.node.field_teaser.yml b/config/pcsps/config/field.storage.node.field_teaser.yml deleted file mode 100644 index 13bddd882d..0000000000 --- a/config/pcsps/config/field.storage.node.field_teaser.yml +++ /dev/null @@ -1,23 +0,0 @@ -uuid: 95119f3a-e415-4560-addb-b218daff36f2 -langcode: en -status: true -dependencies: - module: - - node -_core: - default_config_hash: __YmHpC0JHR4G_jKdC8bv1kSE7i3vazZ2bEqbxuIur4 -id: node.field_teaser -field_name: field_teaser -entity_type: node -type: string -settings: - max_length: 140 - is_ascii: false - case_sensitive: false -module: core -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/config/pcsps/config/field.storage.node.layout_builder__layout.yml b/config/pcsps/config/field.storage.node.layout_builder__layout.yml deleted file mode 100644 index c09a17d7cd..0000000000 --- a/config/pcsps/config/field.storage.node.layout_builder__layout.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: 35429427-4d9d-4c02-bce9-468832097588 -langcode: en -status: true -dependencies: - module: - - layout_builder - - node -_core: - default_config_hash: g7kepf2eck__olXZwnmcQdOVAdSZR0cr77Jm-uf6wfA -id: node.layout_builder__layout -field_name: layout_builder__layout -entity_type: node -type: layout_section -settings: { } -module: layout_builder -locked: true -cardinality: 1 -translatable: false -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/config/pcsps/config/language.content_settings.node.board_member.yml b/config/pcsps/config/language.content_settings.node.board_member.yml deleted file mode 100644 index e4312df3c9..0000000000 --- a/config/pcsps/config/language.content_settings.node.board_member.yml +++ /dev/null @@ -1,13 +0,0 @@ -uuid: a5360a35-28ad-48f6-805b-9570906d4f29 -langcode: en -status: true -dependencies: - config: - - node.type.board_member -_core: - default_config_hash: CivwBLD5GTEqfdVa43q9B5GfGI2tV3vuCfQKhjNLl7Q -id: node.board_member -target_entity_type_id: node -target_bundle: board_member -default_langcode: site_default -language_alterable: false diff --git a/config/pcsps/config/language.content_settings.node.consultation.yml b/config/pcsps/config/language.content_settings.node.consultation.yml deleted file mode 100644 index 0e503598bc..0000000000 --- a/config/pcsps/config/language.content_settings.node.consultation.yml +++ /dev/null @@ -1,13 +0,0 @@ -uuid: b4f8377f-a0b8-4552-a8ad-6fd27b722ba7 -langcode: en -status: true -dependencies: - config: - - node.type.consultation -_core: - default_config_hash: nOqM1rvD5CAmI1_JMgj9w-o5PbBKZZrRDn0-GfwcXs4 -id: node.consultation -target_entity_type_id: node -target_bundle: consultation -default_langcode: site_default -language_alterable: false diff --git a/config/pcsps/config/language.content_settings.node.contact.yml b/config/pcsps/config/language.content_settings.node.contact.yml deleted file mode 100644 index 543b0b2b17..0000000000 --- a/config/pcsps/config/language.content_settings.node.contact.yml +++ /dev/null @@ -1,13 +0,0 @@ -uuid: bdf82803-fb2f-42c9-8ed5-3a1904a0ce6d -langcode: en -status: true -dependencies: - config: - - node.type.contact -_core: - default_config_hash: JZ6RGE9aZ44MkQt5VXxJ9p4bR7aNcEK4M_VvPLXa5gs -id: node.contact -target_entity_type_id: node -target_bundle: contact -default_langcode: site_default -language_alterable: false diff --git a/config/pcsps/config/language.content_settings.node.faq.yml b/config/pcsps/config/language.content_settings.node.faq.yml deleted file mode 100644 index 082968372a..0000000000 --- a/config/pcsps/config/language.content_settings.node.faq.yml +++ /dev/null @@ -1,13 +0,0 @@ -uuid: c1cf0de3-1ca2-457a-aaa4-9821ae2de15a -langcode: en -status: true -dependencies: - config: - - node.type.faq -_core: - default_config_hash: I8ayC8VJob5KptRxGUk2F0KqO2kJb3v04g54EkZbaps -id: node.faq -target_entity_type_id: node -target_bundle: faq -default_langcode: site_default -language_alterable: false diff --git a/config/pcsps/config/language.content_settings.node.feature.yml b/config/pcsps/config/language.content_settings.node.feature.yml deleted file mode 100644 index 4432b1782f..0000000000 --- a/config/pcsps/config/language.content_settings.node.feature.yml +++ /dev/null @@ -1,13 +0,0 @@ -uuid: 6ad0c71a-af54-4caa-8fba-fd4dc9d84ae6 -langcode: en -status: true -dependencies: - config: - - node.type.feature -_core: - default_config_hash: YnIXPMe8XJ4hyOr5LcnPkEU5m5nTSR4xunfSdpXDXU4 -id: node.feature -target_entity_type_id: node -target_bundle: feature -default_langcode: site_default -language_alterable: false diff --git a/config/pcsps/config/language.content_settings.node.featured_content_list.yml b/config/pcsps/config/language.content_settings.node.featured_content_list.yml deleted file mode 100644 index c80510af0f..0000000000 --- a/config/pcsps/config/language.content_settings.node.featured_content_list.yml +++ /dev/null @@ -1,13 +0,0 @@ -uuid: 5f79df38-e29a-4515-8cab-69673a24c4eb -langcode: en -status: true -dependencies: - config: - - node.type.featured_content_list -_core: - default_config_hash: TlGJ7n0hK45-hsKhrTdldhtL3yycDENlpDuMURougNw -id: node.featured_content_list -target_entity_type_id: node -target_bundle: featured_content_list -default_langcode: site_default -language_alterable: false diff --git a/config/pcsps/config/language.content_settings.node.link.yml b/config/pcsps/config/language.content_settings.node.link.yml deleted file mode 100644 index 9f04e0d225..0000000000 --- a/config/pcsps/config/language.content_settings.node.link.yml +++ /dev/null @@ -1,13 +0,0 @@ -uuid: 4eaa0564-1b4d-4e7a-b9d1-ba3cb72e821d -langcode: en -status: true -dependencies: - config: - - node.type.link -_core: - default_config_hash: AfEYFkPAaXU8l0ZRihkMCv6O8JeBvNzHz2iq-BAAEBA -id: node.link -target_entity_type_id: node -target_bundle: link -default_langcode: site_default -language_alterable: false diff --git a/config/pcsps/config/language.content_settings.node.news.yml b/config/pcsps/config/language.content_settings.node.news.yml deleted file mode 100644 index 847d93e6bc..0000000000 --- a/config/pcsps/config/language.content_settings.node.news.yml +++ /dev/null @@ -1,13 +0,0 @@ -uuid: 2cb3d375-eb19-4d3b-9c47-9bf4d627e0dd -langcode: en -status: true -dependencies: - config: - - node.type.news -_core: - default_config_hash: vRYTorr8PCdVYMjD3cn7THGFEDvGkkk_rfpxlSYjslg -id: node.news -target_entity_type_id: node -target_bundle: news -default_langcode: site_default -language_alterable: false diff --git a/config/pcsps/config/language/und/field.storage.file.field_metatag.yml b/config/pcsps/config/language/und/field.storage.file.field_metatag.yml new file mode 100644 index 0000000000..cdd5ab5ed5 --- /dev/null +++ b/config/pcsps/config/language/und/field.storage.file.field_metatag.yml @@ -0,0 +1 @@ +'': null diff --git a/config/pcsps/config/language/und/field.storage.node.body.yml b/config/pcsps/config/language/und/field.storage.node.body.yml new file mode 100644 index 0000000000..cdd5ab5ed5 --- /dev/null +++ b/config/pcsps/config/language/und/field.storage.node.body.yml @@ -0,0 +1 @@ +'': null diff --git a/config/pcsps/config/language/und/field.storage.node.field_metatag.yml b/config/pcsps/config/language/und/field.storage.node.field_metatag.yml new file mode 100644 index 0000000000..cdd5ab5ed5 --- /dev/null +++ b/config/pcsps/config/language/und/field.storage.node.field_metatag.yml @@ -0,0 +1 @@ +'': null diff --git a/config/pcsps/config/language/und/field.storage.node.field_publication_type.yml b/config/pcsps/config/language/und/field.storage.node.field_publication_type.yml new file mode 100644 index 0000000000..cdd5ab5ed5 --- /dev/null +++ b/config/pcsps/config/language/und/field.storage.node.field_publication_type.yml @@ -0,0 +1 @@ +'': null diff --git a/config/pcsps/config/language/und/field.storage.user.field_metatag.yml b/config/pcsps/config/language/und/field.storage.user.field_metatag.yml new file mode 100644 index 0000000000..cdd5ab5ed5 --- /dev/null +++ b/config/pcsps/config/language/und/field.storage.user.field_metatag.yml @@ -0,0 +1 @@ +'': null diff --git a/config/pcsps/config/linkit.linkit_profile.default.yml b/config/pcsps/config/linkit.linkit_profile.default.yml index 003b67ff1c..682a1ad515 100644 --- a/config/pcsps/config/linkit.linkit_profile.default.yml +++ b/config/pcsps/config/linkit.linkit_profile.default.yml @@ -22,3 +22,8 @@ matchers: metadata: '' substitution_type: canonical limit: 100 + c21f4cb6-cea7-449b-855a-8830a87ed81a: + uuid: c21f4cb6-cea7-449b-855a-8830a87ed81a + id: email + weight: 0 + settings: { } diff --git a/config/pcsps/config/node.type.basic_page.yml b/config/pcsps/config/node.type.basic_page.yml index 8e66122f65..fda82f861e 100644 --- a/config/pcsps/config/node.type.basic_page.yml +++ b/config/pcsps/config/node.type.basic_page.yml @@ -13,9 +13,9 @@ third_party_settings: origins_toc: toc_enable: 1 toc_title: Contents - toc_location: '#block-pagetitle' - toc_insert: after - toc_source_container: '#block-mainpagecontent .content' + toc_location: '#post-content .page-content' + toc_insert: before + toc_source_container: '#post-content .page-content' toc_element: h2 toc_exclusions: '' toc_screen_depth: '2' diff --git a/config/pcsps/config/node.type.board_member.yml b/config/pcsps/config/node.type.board_member.yml deleted file mode 100644 index 726d1d97e0..0000000000 --- a/config/pcsps/config/node.type.board_member.yml +++ /dev/null @@ -1,31 +0,0 @@ -uuid: 58dc84cf-bd78-471a-9b17-5bb7cc96ce30 -langcode: en -status: true -dependencies: - module: - - menu_ui - - origins_toc -third_party_settings: - menu_ui: - available_menus: - - main - parent: 'main:' - origins_toc: - toc_enable: 0 - toc_title: 'Table of contents' - toc_location: '' - toc_insert: after - toc_source_container: '' - toc_element: h2 - toc_exclusions: '' - toc_screen_depth: '1' - toc_debug: 0 -_core: - default_config_hash: cGbHsL6HNJ1ghB23sQq_aktUcQjm1i_uuo3ubm9S3qY -name: 'Board member' -type: board_member -description: 'Use this content type for board member or profile pages.' -help: '' -new_revision: true -preview_mode: 1 -display_submitted: false diff --git a/config/pcsps/config/node.type.consultation.yml b/config/pcsps/config/node.type.consultation.yml deleted file mode 100644 index a360890386..0000000000 --- a/config/pcsps/config/node.type.consultation.yml +++ /dev/null @@ -1,31 +0,0 @@ -uuid: e548edbd-a8f3-47a7-bd48-ff6e0ae6786a -langcode: en -status: true -dependencies: - module: - - menu_ui - - origins_toc -third_party_settings: - menu_ui: - available_menus: - - main - parent: 'main:' - origins_toc: - toc_enable: 0 - toc_title: 'Table of contents' - toc_location: '' - toc_insert: after - toc_source_container: '' - toc_element: h2 - toc_exclusions: '' - toc_screen_depth: '1' - toc_debug: 0 -_core: - default_config_hash: a-fTuEys_TehPGXqn-kXSBga8wfj94CDknqmf6IAtlA -name: Consultation -type: consultation -description: 'Use this content type for consultations.' -help: '' -new_revision: true -preview_mode: 1 -display_submitted: false diff --git a/config/pcsps/config/node.type.contact.yml b/config/pcsps/config/node.type.contact.yml deleted file mode 100644 index 9578d7b215..0000000000 --- a/config/pcsps/config/node.type.contact.yml +++ /dev/null @@ -1,31 +0,0 @@ -uuid: e11a1f07-cba1-467a-a2c2-82ce215ae71d -langcode: en -status: true -dependencies: - module: - - menu_ui - - origins_toc -third_party_settings: - menu_ui: - available_menus: - - main - parent: 'main:' - origins_toc: - toc_enable: 0 - toc_title: 'Table of contents' - toc_location: '' - toc_insert: after - toc_source_container: '' - toc_element: h2 - toc_exclusions: '' - toc_screen_depth: '1' - toc_debug: 0 -_core: - default_config_hash: cTD-s5F9F-IPRVGuEt3X2TgconBKAATphNo2fwkqGDY -name: Contact -type: contact -description: 'Use this content type for pages containing contact information.' -help: '' -new_revision: true -preview_mode: 1 -display_submitted: false diff --git a/config/pcsps/config/node.type.faq.yml b/config/pcsps/config/node.type.faq.yml deleted file mode 100644 index b69161b806..0000000000 --- a/config/pcsps/config/node.type.faq.yml +++ /dev/null @@ -1,31 +0,0 @@ -uuid: b1406d2a-d579-45a4-9617-98426930284b -langcode: en -status: true -dependencies: - module: - - menu_ui - - origins_toc -third_party_settings: - menu_ui: - available_menus: - - main - parent: 'main:' - origins_toc: - toc_enable: 0 - toc_title: 'Table of contents' - toc_location: '' - toc_insert: after - toc_source_container: '' - toc_element: h2 - toc_exclusions: '' - toc_screen_depth: '1' - toc_debug: 0 -_core: - default_config_hash: DXB6nWeq4tNILDuaPfRTjUyP7Y_c1TnW0fGfwlQ9aTg -name: FAQ -type: faq -description: 'Content type for FAQ information' -help: '' -new_revision: true -preview_mode: 1 -display_submitted: false diff --git a/config/pcsps/config/node.type.feature.yml b/config/pcsps/config/node.type.feature.yml deleted file mode 100644 index fff28a7a87..0000000000 --- a/config/pcsps/config/node.type.feature.yml +++ /dev/null @@ -1,31 +0,0 @@ -uuid: 4819233c-8979-4f6e-bfe8-3c2107522e16 -langcode: en -status: true -dependencies: - module: - - menu_ui - - origins_toc -third_party_settings: - menu_ui: - available_menus: - - main - parent: 'main:' - origins_toc: - toc_enable: 0 - toc_title: 'Table of contents' - toc_location: '' - toc_insert: after - toc_source_container: '' - toc_element: h2 - toc_exclusions: '' - toc_screen_depth: '1' - toc_debug: 0 -_core: - default_config_hash: 2vjs7iiMx72uF1bIXCilZODEWE3_LKF8fwN2OZxv3C8 -name: Feature -type: feature -description: 'Use this content type to generate items of featured content.' -help: '' -new_revision: true -preview_mode: 1 -display_submitted: false diff --git a/config/pcsps/config/node.type.featured_content_list.yml b/config/pcsps/config/node.type.featured_content_list.yml deleted file mode 100644 index 7b82d32ceb..0000000000 --- a/config/pcsps/config/node.type.featured_content_list.yml +++ /dev/null @@ -1,30 +0,0 @@ -uuid: 524bbbbb-1630-44c7-a3bc-0fe3e2ac65ec -langcode: en -status: true -dependencies: - module: - - menu_ui - - origins_toc -third_party_settings: - menu_ui: - available_menus: { } - parent: '' - origins_toc: - toc_enable: 0 - toc_title: 'Table of contents' - toc_location: '' - toc_insert: after - toc_source_container: '' - toc_element: h2 - toc_exclusions: '' - toc_screen_depth: '1' - toc_debug: 0 -_core: - default_config_hash: XFxZcSdtUkLqnpTQpfoIAQcBvrMJn0ZRKCCGPrTY6kc -name: 'Featured content list' -type: featured_content_list -description: '' -help: '' -new_revision: true -preview_mode: 0 -display_submitted: false diff --git a/config/pcsps/config/node.type.layout_page.yml b/config/pcsps/config/node.type.layout_page.yml deleted file mode 100644 index 7aafda76f1..0000000000 --- a/config/pcsps/config/node.type.layout_page.yml +++ /dev/null @@ -1,20 +0,0 @@ -uuid: 506590a1-7a4a-429c-9337-9c4434c087e6 -langcode: en -status: true -dependencies: - module: - - menu_ui -third_party_settings: - menu_ui: - available_menus: - - main - parent: 'main:' -_core: - default_config_hash: DGMKp3ma_4-AQt-O0HIq29nZX9XwDdFha0WkRAg_AKI -name: 'Layout page' -type: layout_page -description: 'Use this content type for pages on your site that use layout builder e.g. landing pages.' -help: '' -new_revision: true -preview_mode: 1 -display_submitted: false diff --git a/config/pcsps/config/node.type.link.yml b/config/pcsps/config/node.type.link.yml deleted file mode 100644 index e48f013606..0000000000 --- a/config/pcsps/config/node.type.link.yml +++ /dev/null @@ -1,31 +0,0 @@ -uuid: 8af6f43a-6294-4298-8533-0f03b950b7ab -langcode: en -status: true -dependencies: - module: - - menu_ui - - origins_toc -third_party_settings: - menu_ui: - available_menus: - - main - parent: 'main:' - origins_toc: - toc_enable: 0 - toc_title: 'Table of contents' - toc_location: '' - toc_insert: after - toc_source_container: '' - toc_element: h2 - toc_exclusions: '' - toc_screen_depth: '1' - toc_debug: 0 -_core: - default_config_hash: xRUwdXK1RLqM9v3JPVhZQYePTe7J5JUJtsl5MUcVJJs -name: Link -type: link -description: 'Use this content type to create links.' -help: '' -new_revision: true -preview_mode: 1 -display_submitted: false diff --git a/config/pcsps/config/node.type.news.yml b/config/pcsps/config/node.type.news.yml deleted file mode 100644 index 673323a7f7..0000000000 --- a/config/pcsps/config/node.type.news.yml +++ /dev/null @@ -1,31 +0,0 @@ -uuid: f97c8d6a-dafa-46dc-8459-c003be146aa1 -langcode: en -status: true -dependencies: - module: - - menu_ui - - origins_toc -third_party_settings: - menu_ui: - available_menus: - - main - parent: 'main:' - origins_toc: - toc_enable: 0 - toc_title: 'Table of contents' - toc_location: '' - toc_insert: after - toc_source_container: '' - toc_element: h2 - toc_exclusions: '' - toc_screen_depth: '1' - toc_debug: 0 -_core: - default_config_hash: MDBRelCFIWMUAdxoEVb_Yf9JKky-iGqLY6fLfi4LPT4 -name: News -type: news -description: 'Use this content type for news items, press releases and announcements.' -help: '' -new_revision: true -preview_mode: 1 -display_submitted: false diff --git a/config/pcsps/config/node.type.profile.yml b/config/pcsps/config/node.type.profile.yml deleted file mode 100644 index d305af4e46..0000000000 --- a/config/pcsps/config/node.type.profile.yml +++ /dev/null @@ -1,20 +0,0 @@ -uuid: 69daebf3-61d1-4800-980c-f89a3cc28927 -langcode: en -status: true -dependencies: - module: - - menu_ui -third_party_settings: - menu_ui: - available_menus: - - main - parent: 'main:' -_core: - default_config_hash: WZNB9ctrBtz3s3ruBQgjYZyaZcU2DbNU_iOgyaN8yJM -name: Profile -type: profile -description: 'Use this content type for profiles.' -help: '' -new_revision: true -preview_mode: 1 -display_submitted: false diff --git a/config/pcsps/config/node.type.publication.yml b/config/pcsps/config/node.type.publication.yml index 1ee3f02bec..1ba8ee7a76 100644 --- a/config/pcsps/config/node.type.publication.yml +++ b/config/pcsps/config/node.type.publication.yml @@ -7,9 +7,8 @@ dependencies: - origins_toc third_party_settings: menu_ui: - available_menus: - - main - parent: 'main:' + available_menus: { } + parent: '' origins_toc: toc_enable: 0 toc_title: 'Table of contents' diff --git a/config/pcsps/config/origins_workflow.auditsettings.yml b/config/pcsps/config/origins_workflow.auditsettings.yml index 9bcb882d53..2f24060a34 100644 --- a/config/pcsps/config/origins_workflow.auditsettings.yml +++ b/config/pcsps/config/origins_workflow.auditsettings.yml @@ -2,11 +2,7 @@ audit_button_text: 'Audit this published content' audit_button_hover_text: 'Click this link to indicate you have checked this content for accuracy and relevance' audit_confirmation_text: 'Click this button to indicate that you have audited this published content and are happy that it is still accurate and relevant.' audit_content_types: - page: page - consultation: 0 - news: 0 - publication_page: 0 - staff_member: 0 - vacancy: 0 + basic_page: basic_page + publication: 0 _core: default_config_hash: 3SEIckwYL56FAPOaQjHj9GcV2CUC9lkT-AxU07onAWE diff --git a/config/pcsps/config/scheduled_transitions.settings.yml b/config/pcsps/config/scheduled_transitions.settings.yml index 7c00a03de5..5b80b88047 100644 --- a/config/pcsps/config/scheduled_transitions.settings.yml +++ b/config/pcsps/config/scheduled_transitions.settings.yml @@ -14,39 +14,6 @@ bundles: - entity_type: node bundle: basic_page - - - entity_type: node - bundle: board_member - - - entity_type: node - bundle: consultation - - - entity_type: node - bundle: contact - - - entity_type: node - bundle: faq - - - entity_type: node - bundle: feature - - - entity_type: node - bundle: featured_content_list - - - entity_type: node - bundle: layout_page - - - entity_type: node - bundle: link - - - entity_type: node - bundle: news - - - entity_type: node - bundle: profile - entity_type: node bundle: publication - - - entity_type: node - bundle: webform diff --git a/config/pcsps/config/system.menu.menu-side-menu.yml b/config/pcsps/config/system.menu.menu-side-menu.yml new file mode 100644 index 0000000000..0d6e021e66 --- /dev/null +++ b/config/pcsps/config/system.menu.menu-side-menu.yml @@ -0,0 +1,8 @@ +uuid: b0d4999a-cff7-4cf8-86dd-52c67c926563 +langcode: en +status: true +dependencies: { } +id: menu-side-menu +label: 'Side menu' +description: '' +locked: false diff --git a/config/pcsps/config/system.theme.yml b/config/pcsps/config/system.theme.yml index 48246b2772..12b388f13d 100644 --- a/config/pcsps/config/system.theme.yml +++ b/config/pcsps/config/system.theme.yml @@ -1,4 +1,4 @@ admin: adminimal_theme -default: stark +default: pcsps_theme _core: default_config_hash: 60CT9Q7hCWgbFyOMZzKtw3lPzis-mKH2fQrWK2zgvTA diff --git a/config/pcsps/config/workflows.workflow.nics_editorial_workflow.yml b/config/pcsps/config/workflows.workflow.nics_editorial_workflow.yml index a33ed13cfd..7dc84f27e4 100644 --- a/config/pcsps/config/workflows.workflow.nics_editorial_workflow.yml +++ b/config/pcsps/config/workflows.workflow.nics_editorial_workflow.yml @@ -4,16 +4,6 @@ status: true dependencies: config: - node.type.basic_page - - node.type.board_member - - node.type.consultation - - node.type.contact - - node.type.faq - - node.type.feature - - node.type.featured_content_list - - node.type.layout_page - - node.type.link - - node.type.news - - node.type.profile - node.type.publication - node.type.webform module: @@ -106,16 +96,6 @@ type_settings: entity_types: node: - basic_page - - board_member - - consultation - - contact - - faq - - feature - - featured_content_list - - layout_page - - link - - news - - profile - publication - webform default_moderation_state: draft diff --git a/config/uregni/config/block_content.type.accordion_menu.yml b/config/uregni/config/block_content.type.accordion_menu.yml new file mode 100644 index 0000000000..79f31dba4f --- /dev/null +++ b/config/uregni/config/block_content.type.accordion_menu.yml @@ -0,0 +1,8 @@ +uuid: 96e7ef36-890e-4532-944f-99f34948cad7 +langcode: en +status: true +dependencies: { } +id: accordion_menu +label: 'Accordion menu' +revision: 1 +description: '' diff --git a/config/uregni/config/block_content.type.banner_deep.yml b/config/uregni/config/block_content.type.banner_deep.yml new file mode 100644 index 0000000000..bb07c9d84b --- /dev/null +++ b/config/uregni/config/block_content.type.banner_deep.yml @@ -0,0 +1,8 @@ +uuid: 52d209e4-3213-428c-93ca-acc2fc704250 +langcode: en +status: true +dependencies: { } +id: banner_deep +label: 'Banner deep' +revision: 1 +description: 'Block for displaying a deep banner image on landing page layouts. Optionally add a strap line below the banner.' diff --git a/config/uregni/config/block_content.type.card_contact.yml b/config/uregni/config/block_content.type.card_contact.yml new file mode 100644 index 0000000000..91dacddc25 --- /dev/null +++ b/config/uregni/config/block_content.type.card_contact.yml @@ -0,0 +1,8 @@ +uuid: c34c9ead-0188-485a-b957-3c2fe8940626 +langcode: en +status: true +dependencies: { } +id: card_contact +label: 'Card - contact' +revision: 1 +description: '' diff --git a/config/uregni/config/block_content.type.card_nested_standard.yml b/config/uregni/config/block_content.type.card_nested_standard.yml new file mode 100644 index 0000000000..bde87b65ea --- /dev/null +++ b/config/uregni/config/block_content.type.card_nested_standard.yml @@ -0,0 +1,8 @@ +uuid: e3264b42-57ec-4887-a4b2-fce67e964ae2 +langcode: en +status: true +dependencies: { } +id: card_nested_standard +label: 'Card nested - standard' +revision: 1 +description: 'Provides a block with nested block elements.' diff --git a/config/uregni/config/block_content.type.card_nested_wide.yml b/config/uregni/config/block_content.type.card_nested_wide.yml new file mode 100644 index 0000000000..cec8fa7fb7 --- /dev/null +++ b/config/uregni/config/block_content.type.card_nested_wide.yml @@ -0,0 +1,8 @@ +uuid: 9322b1d1-66e1-4928-a670-e6705fb6d945 +langcode: en +status: true +dependencies: { } +id: card_nested_wide +label: 'Card nested - wide' +revision: 1 +description: 'Provides a block with nested block elements.' diff --git a/config/uregni/config/block_content.type.card_standard.yml b/config/uregni/config/block_content.type.card_standard.yml new file mode 100644 index 0000000000..a60f8a3a41 --- /dev/null +++ b/config/uregni/config/block_content.type.card_standard.yml @@ -0,0 +1,8 @@ +uuid: bb66577c-02b4-4a4e-b7c1-35815ad705fd +langcode: en +status: true +dependencies: { } +id: card_standard +label: 'Card - standard' +revision: 1 +description: '' diff --git a/config/uregni/config/block_content.type.card_wide.yml b/config/uregni/config/block_content.type.card_wide.yml new file mode 100644 index 0000000000..a9a9403456 --- /dev/null +++ b/config/uregni/config/block_content.type.card_wide.yml @@ -0,0 +1,8 @@ +uuid: 4c4bc2c6-6c1c-48b8-9e58-a95e79140cb3 +langcode: en +status: true +dependencies: { } +id: card_wide +label: 'Card - wide' +revision: 1 +description: '' diff --git a/config/uregni/config/block_content.type.information_notice.yml b/config/uregni/config/block_content.type.information_notice.yml new file mode 100644 index 0000000000..a3b00c49e2 --- /dev/null +++ b/config/uregni/config/block_content.type.information_notice.yml @@ -0,0 +1,8 @@ +uuid: 1e4a3e8e-39e7-4d9f-b296-6400c9d4ae6b +langcode: en +status: true +dependencies: { } +id: information_notice +label: 'Information notice' +revision: 1 +description: '' diff --git a/config/uregni/config/block_content.type.plain_cards.yml b/config/uregni/config/block_content.type.plain_cards.yml new file mode 100644 index 0000000000..e079a68764 --- /dev/null +++ b/config/uregni/config/block_content.type.plain_cards.yml @@ -0,0 +1,8 @@ +uuid: ed15b16a-c6ae-4ba0-af2f-278215ed7a12 +langcode: en +status: true +dependencies: { } +id: plain_cards +label: 'Plain cards' +revision: 1 +description: '' diff --git a/config/uregni/config/block_content.type.text.yml b/config/uregni/config/block_content.type.text.yml new file mode 100644 index 0000000000..5a92731140 --- /dev/null +++ b/config/uregni/config/block_content.type.text.yml @@ -0,0 +1,8 @@ +uuid: 285b9700-54bd-4554-b375-7fad621886dd +langcode: en +status: true +dependencies: { } +id: text +label: Text +revision: 1 +description: 'A block containing a restricted set of text formatting tools.' diff --git a/config/uregni/config/block_content.type.video.yml b/config/uregni/config/block_content.type.video.yml new file mode 100644 index 0000000000..bdc5a22e6c --- /dev/null +++ b/config/uregni/config/block_content.type.video.yml @@ -0,0 +1,8 @@ +uuid: 9a0932ca-69e6-4274-9226-264615880238 +langcode: en +status: true +dependencies: { } +id: video +label: Video +revision: 1 +description: '' diff --git a/config/uregni/config/block_content.type.video_and_caption.yml b/config/uregni/config/block_content.type.video_and_caption.yml new file mode 100644 index 0000000000..2931dc952c --- /dev/null +++ b/config/uregni/config/block_content.type.video_and_caption.yml @@ -0,0 +1,8 @@ +uuid: 1f9e14f0-8660-4c48-a01d-1b91fd0cdc22 +langcode: en +status: true +dependencies: { } +id: video_and_caption +label: 'Video and caption' +revision: 1 +description: '' diff --git a/config/uregni/config/core.entity_form_display.block_content.accordion_menu.default.yml b/config/uregni/config/core.entity_form_display.block_content.accordion_menu.default.yml new file mode 100644 index 0000000000..3192f24c73 --- /dev/null +++ b/config/uregni/config/core.entity_form_display.block_content.accordion_menu.default.yml @@ -0,0 +1,35 @@ +uuid: 7cabc873-aa38-48cf-b123-1ec2b04d693b +langcode: en +status: true +dependencies: + config: + - block_content.type.accordion_menu + - field.field.block_content.accordion_menu.field_accordion_sections + module: + - paragraphs +id: block_content.accordion_menu.default +targetEntityType: block_content +bundle: accordion_menu +mode: default +content: + field_accordion_sections: + type: entity_reference_paragraphs + weight: 0 + settings: + title: Paragraph + title_plural: Paragraphs + edit_mode: closed + add_mode: button + form_display_mode: default + default_paragraph_type: accordion_section + third_party_settings: { } + region: content + langcode: + type: language_select + weight: 1 + region: content + settings: + include_locked: true + third_party_settings: { } +hidden: + info: true diff --git a/config/uregni/config/core.entity_form_display.block_content.banner_deep.default.yml b/config/uregni/config/core.entity_form_display.block_content.banner_deep.default.yml new file mode 100644 index 0000000000..ee7451927e --- /dev/null +++ b/config/uregni/config/core.entity_form_display.block_content.banner_deep.default.yml @@ -0,0 +1,46 @@ +uuid: 545fde1c-0da4-414b-ac65-3b2c2078eae7 +langcode: en +status: true +dependencies: + config: + - block_content.type.banner_deep + - field.field.block_content.banner_deep.field_banner_image + - field.field.block_content.banner_deep.field_banner_image_overlay + - field.field.block_content.banner_deep.field_teaser + module: + - media_library + - media_library_edit +id: block_content.banner_deep.default +targetEntityType: block_content +bundle: banner_deep +mode: default +content: + field_banner_image: + type: media_library_widget + weight: 0 + settings: + media_types: { } + third_party_settings: + media_library_edit: + show_edit: '1' + region: content + field_banner_image_overlay: + type: media_library_widget + weight: 1 + settings: + media_types: { } + third_party_settings: + media_library_edit: + show_edit: '1' + region: content + field_teaser: + weight: 2 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: string_textfield + region: content +hidden: + info: true + langcode: true diff --git a/config/uregni/config/core.entity_form_display.block_content.card_contact.default.yml b/config/uregni/config/core.entity_form_display.block_content.card_contact.default.yml new file mode 100644 index 0000000000..b8f4b11bf0 --- /dev/null +++ b/config/uregni/config/core.entity_form_display.block_content.card_contact.default.yml @@ -0,0 +1,44 @@ +uuid: a8dd8191-bf8b-4991-88b8-be252e394b05 +langcode: en +status: true +dependencies: + config: + - block_content.type.card_contact + - field.field.block_content.card_contact.field_card_style + - field.field.block_content.card_contact.field_telephone + module: + - dynamic_entity_reference + - telephone_plus +id: block_content.card_contact.default +targetEntityType: block_content +bundle: card_contact +mode: default +content: + field_card_style: + weight: 3 + settings: { } + third_party_settings: { } + type: dynamic_entity_reference_options_select + region: content + field_telephone: + weight: 2 + settings: { } + third_party_settings: { } + type: telephone_plus_widget + region: content + info: + type: string_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + langcode: + type: language_select + weight: 1 + region: content + settings: + include_locked: true + third_party_settings: { } +hidden: { } diff --git a/config/uregni/config/core.entity_form_display.block_content.card_nested_standard.default.yml b/config/uregni/config/core.entity_form_display.block_content.card_nested_standard.default.yml new file mode 100644 index 0000000000..8f8a6af981 --- /dev/null +++ b/config/uregni/config/core.entity_form_display.block_content.card_nested_standard.default.yml @@ -0,0 +1,79 @@ +uuid: 4636595b-125e-420d-ace8-9afbd5055318 +langcode: en +status: true +dependencies: + config: + - block_content.type.card_nested_standard + - field.field.block_content.card_nested_standard.field_blocks + - field.field.block_content.card_nested_standard.field_card_title + - field.field.block_content.card_nested_standard.field_image + - field.field.block_content.card_nested_standard.field_link + - field.field.block_content.card_nested_standard.field_teaser + - field.field.block_content.card_nested_standard.field_title_link + module: + - block_field + - link + - media_library +id: block_content.card_nested_standard.default +targetEntityType: block_content +bundle: card_nested_standard +mode: default +content: + field_blocks: + weight: 5 + settings: + plugin_id: '' + settings: { } + configuration_form: full + third_party_settings: { } + type: block_field_default + region: content + field_card_title: + weight: 1 + settings: + size: 120 + placeholder: '' + third_party_settings: { } + type: string_textfield + region: content + field_image: + weight: 3 + settings: + media_types: { } + third_party_settings: { } + type: media_library_widget + region: content + field_link: + weight: 6 + settings: + placeholder_url: '' + placeholder_title: '' + third_party_settings: { } + type: link_default + region: content + field_teaser: + weight: 4 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: string_textfield + region: content + field_title_link: + weight: 2 + settings: + placeholder_url: '' + placeholder_title: '' + third_party_settings: { } + type: link_default + region: content + info: + type: string_textfield + weight: 0 + region: content + settings: + size: 120 + placeholder: '' + third_party_settings: { } +hidden: + langcode: true diff --git a/config/uregni/config/core.entity_form_display.block_content.card_nested_wide.default.yml b/config/uregni/config/core.entity_form_display.block_content.card_nested_wide.default.yml new file mode 100644 index 0000000000..10d362c87b --- /dev/null +++ b/config/uregni/config/core.entity_form_display.block_content.card_nested_wide.default.yml @@ -0,0 +1,79 @@ +uuid: db0fc638-25ff-4a3f-8948-22312800d523 +langcode: en +status: true +dependencies: + config: + - block_content.type.card_nested_wide + - field.field.block_content.card_nested_wide.field_blocks + - field.field.block_content.card_nested_wide.field_card_title + - field.field.block_content.card_nested_wide.field_image + - field.field.block_content.card_nested_wide.field_link + - field.field.block_content.card_nested_wide.field_teaser + - field.field.block_content.card_nested_wide.field_title_link + module: + - block_field + - link + - media_library +id: block_content.card_nested_wide.default +targetEntityType: block_content +bundle: card_nested_wide +mode: default +content: + field_blocks: + weight: 5 + settings: + plugin_id: '' + settings: { } + configuration_form: full + third_party_settings: { } + type: block_field_default + region: content + field_card_title: + weight: 1 + settings: + size: 120 + placeholder: '' + third_party_settings: { } + type: string_textfield + region: content + field_image: + weight: 3 + settings: + media_types: { } + third_party_settings: { } + type: media_library_widget + region: content + field_link: + weight: 6 + settings: + placeholder_url: '' + placeholder_title: '' + third_party_settings: { } + type: link_default + region: content + field_teaser: + weight: 4 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: string_textfield + region: content + field_title_link: + weight: 2 + settings: + placeholder_url: '' + placeholder_title: '' + third_party_settings: { } + type: link_default + region: content + info: + type: string_textfield + weight: 0 + region: content + settings: + size: 120 + placeholder: '' + third_party_settings: { } +hidden: + langcode: true diff --git a/config/uregni/config/core.entity_form_display.block_content.card_standard.default.yml b/config/uregni/config/core.entity_form_display.block_content.card_standard.default.yml new file mode 100644 index 0000000000..9c44fa9d86 --- /dev/null +++ b/config/uregni/config/core.entity_form_display.block_content.card_standard.default.yml @@ -0,0 +1,52 @@ +uuid: 3aff79fa-f0fa-4a8d-b6ed-ee0692d0a44d +langcode: en +status: true +dependencies: + config: + - block_content.type.card_standard + - field.field.block_content.card_standard.field_image + - field.field.block_content.card_standard.field_link + - field.field.block_content.card_standard.field_teaser + - field.field.block_content.card_standard.field_title_link + module: + - link + - media_library +id: block_content.card_standard.default +targetEntityType: block_content +bundle: card_standard +mode: default +content: + field_image: + type: media_library_widget + weight: 1 + settings: + media_types: { } + third_party_settings: { } + region: content + field_link: + weight: 3 + settings: + placeholder_url: '' + placeholder_title: '' + third_party_settings: { } + type: link_default + region: content + field_teaser: + weight: 2 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: string_textfield + region: content + field_title_link: + weight: 0 + settings: + placeholder_url: '' + placeholder_title: '' + third_party_settings: { } + type: link_default + region: content +hidden: + info: true + langcode: true diff --git a/config/uregni/config/core.entity_form_display.block_content.card_wide.default.yml b/config/uregni/config/core.entity_form_display.block_content.card_wide.default.yml new file mode 100644 index 0000000000..2b485a0209 --- /dev/null +++ b/config/uregni/config/core.entity_form_display.block_content.card_wide.default.yml @@ -0,0 +1,55 @@ +uuid: 96846e0b-0700-4292-9bf1-92f8d113535e +langcode: en +status: true +dependencies: + config: + - block_content.type.card_wide + - field.field.block_content.card_wide.field_image + - field.field.block_content.card_wide.field_link + - field.field.block_content.card_wide.field_teaser + - field.field.block_content.card_wide.field_title_link + module: + - link + - media_library + - media_library_edit +id: block_content.card_wide.default +targetEntityType: block_content +bundle: card_wide +mode: default +content: + field_image: + weight: 1 + settings: + media_types: { } + third_party_settings: + media_library_edit: + show_edit: '1' + type: media_library_widget + region: content + field_link: + weight: 3 + settings: + placeholder_url: '' + placeholder_title: '' + third_party_settings: { } + type: link_default + region: content + field_teaser: + weight: 2 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: string_textfield + region: content + field_title_link: + weight: 0 + settings: + placeholder_url: '' + placeholder_title: '' + third_party_settings: { } + type: link_default + region: content +hidden: + info: true + langcode: true diff --git a/config/uregni/config/core.entity_form_display.block_content.information_notice.default.yml b/config/uregni/config/core.entity_form_display.block_content.information_notice.default.yml new file mode 100644 index 0000000000..11c5292031 --- /dev/null +++ b/config/uregni/config/core.entity_form_display.block_content.information_notice.default.yml @@ -0,0 +1,40 @@ +uuid: 0ae9a777-7c04-45e4-b99a-55cac3bb66ec +langcode: en +status: true +dependencies: + config: + - block_content.type.information_notice + - field.field.block_content.information_notice.body + module: + - text +id: block_content.information_notice.default +targetEntityType: block_content +bundle: information_notice +mode: default +content: + body: + type: text_textarea_with_summary + weight: 26 + settings: + rows: 9 + summary_rows: 3 + placeholder: '' + show_summary: false + third_party_settings: { } + region: content + info: + type: string_textfield + weight: -5 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } +hidden: { } diff --git a/config/uregni/config/core.entity_form_display.block_content.plain_cards.default.yml b/config/uregni/config/core.entity_form_display.block_content.plain_cards.default.yml new file mode 100644 index 0000000000..335a6726fc --- /dev/null +++ b/config/uregni/config/core.entity_form_display.block_content.plain_cards.default.yml @@ -0,0 +1,36 @@ +uuid: a4efbd21-ac54-4b19-a460-b35c8a303847 +langcode: en +status: true +dependencies: + config: + - block_content.type.plain_cards + - field.field.block_content.plain_cards.field_card_layout + - field.field.block_content.plain_cards.field_plain_cards + module: + - paragraphs +id: block_content.plain_cards.default +targetEntityType: block_content +bundle: plain_cards +mode: default +content: + field_card_layout: + weight: 1 + settings: { } + third_party_settings: { } + type: options_select + region: content + field_plain_cards: + type: entity_reference_paragraphs + weight: 0 + settings: + title: Paragraph + title_plural: Paragraphs + edit_mode: open + add_mode: dropdown + form_display_mode: default + default_paragraph_type: '' + third_party_settings: { } + region: content +hidden: + info: true + langcode: true diff --git a/config/uregni/config/core.entity_form_display.block_content.text.default.yml b/config/uregni/config/core.entity_form_display.block_content.text.default.yml new file mode 100644 index 0000000000..e64b7aae9e --- /dev/null +++ b/config/uregni/config/core.entity_form_display.block_content.text.default.yml @@ -0,0 +1,40 @@ +uuid: 454b83e5-c106-4e4b-92cc-2ed1dc87f0c8 +langcode: en +status: true +dependencies: + config: + - block_content.type.text + - field.field.block_content.text.body + module: + - text +id: block_content.text.default +targetEntityType: block_content +bundle: text +mode: default +content: + body: + type: text_textarea_with_summary + weight: 26 + settings: + rows: 9 + summary_rows: 3 + placeholder: '' + show_summary: false + third_party_settings: { } + region: content + info: + type: string_textfield + weight: -5 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } +hidden: { } diff --git a/config/uregni/config/core.entity_form_display.block_content.video.default.yml b/config/uregni/config/core.entity_form_display.block_content.video.default.yml new file mode 100644 index 0000000000..baae34d1f7 --- /dev/null +++ b/config/uregni/config/core.entity_form_display.block_content.video.default.yml @@ -0,0 +1,27 @@ +uuid: a6ff8dc4-31b7-43ac-aa6c-0ff1bca7e108 +langcode: en +status: true +dependencies: + config: + - block_content.type.video + - field.field.block_content.video.field_video + module: + - media_library + - media_library_edit +id: block_content.video.default +targetEntityType: block_content +bundle: video +mode: default +content: + field_video: + type: media_library_widget + weight: 0 + settings: + media_types: { } + third_party_settings: + media_library_edit: + show_edit: '1' + region: content +hidden: + info: true + langcode: true diff --git a/config/uregni/config/core.entity_form_display.block_content.video_and_caption.default.yml b/config/uregni/config/core.entity_form_display.block_content.video_and_caption.default.yml new file mode 100644 index 0000000000..9b39f9fd6a --- /dev/null +++ b/config/uregni/config/core.entity_form_display.block_content.video_and_caption.default.yml @@ -0,0 +1,43 @@ +uuid: 06ef7295-f716-41ba-be4c-9f0b61e6e780 +langcode: en +status: true +dependencies: + config: + - block_content.type.video_and_caption + - field.field.block_content.video_and_caption.field_caption + - field.field.block_content.video_and_caption.field_video + - field.field.block_content.video_and_caption.field_video_caption_display + module: + - media_library + - media_library_edit +id: block_content.video_and_caption.default +targetEntityType: block_content +bundle: video_and_caption +mode: default +content: + field_caption: + weight: 1 + settings: + rows: 3 + placeholder: '' + third_party_settings: { } + type: string_textarea + region: content + field_video: + weight: 0 + settings: + media_types: { } + third_party_settings: + media_library_edit: + show_edit: '1' + type: media_library_widget + region: content + field_video_caption_display: + weight: 2 + settings: { } + third_party_settings: { } + type: options_select + region: content +hidden: + info: true + langcode: true diff --git a/config/uregni/config/core.entity_form_display.paragraph.accordion_section.default.yml b/config/uregni/config/core.entity_form_display.paragraph.accordion_section.default.yml new file mode 100644 index 0000000000..13f402e63d --- /dev/null +++ b/config/uregni/config/core.entity_form_display.paragraph.accordion_section.default.yml @@ -0,0 +1,34 @@ +uuid: 25a24287-ae4f-4736-88e7-80b3f03f2dae +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.accordion_section.field_content + - field.field.paragraph.accordion_section.field_title + - paragraphs.paragraphs_type.accordion_section + module: + - text +id: paragraph.accordion_section.default +targetEntityType: paragraph +bundle: accordion_section +mode: default +content: + field_content: + weight: 0 + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + type: text_textarea + region: content + field_title: + weight: 1 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: string_textfield + region: content +hidden: + created: true + status: true diff --git a/config/uregni/config/core.entity_form_display.paragraph.card_plain.default.yml b/config/uregni/config/core.entity_form_display.paragraph.card_plain.default.yml new file mode 100644 index 0000000000..f3dc203b57 --- /dev/null +++ b/config/uregni/config/core.entity_form_display.paragraph.card_plain.default.yml @@ -0,0 +1,43 @@ +uuid: 171299d9-7d07-4d33-89f5-8a6443608555 +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.card_plain.field_link + - field.field.paragraph.card_plain.field_teaser + - field.field.paragraph.card_plain.field_title + - paragraphs.paragraphs_type.card_plain + module: + - link +id: paragraph.card_plain.default +targetEntityType: paragraph +bundle: card_plain +mode: default +content: + field_link: + weight: 1 + settings: + placeholder_url: '' + placeholder_title: '' + third_party_settings: { } + type: link_default + region: content + field_teaser: + weight: 2 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: string_textfield + region: content + field_title: + weight: 0 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: string_textfield + region: content +hidden: + created: true + status: true diff --git a/config/uregni/config/core.entity_view_display.block_content.accordion_menu.default.yml b/config/uregni/config/core.entity_view_display.block_content.accordion_menu.default.yml new file mode 100644 index 0000000000..b02037bc2a --- /dev/null +++ b/config/uregni/config/core.entity_view_display.block_content.accordion_menu.default.yml @@ -0,0 +1,26 @@ +uuid: 4a36d57c-a325-4504-a8ac-b7b20108e25a +langcode: en +status: true +dependencies: + config: + - block_content.type.accordion_menu + - field.field.block_content.accordion_menu.field_accordion_sections + module: + - entity_reference_revisions +id: block_content.accordion_menu.default +targetEntityType: block_content +bundle: accordion_menu +mode: default +content: + field_accordion_sections: + type: entity_reference_revisions_entity_view + weight: 1 + label: hidden + settings: + view_mode: default + link: '' + third_party_settings: { } + region: content +hidden: + langcode: true + search_api_excerpt: true diff --git a/config/uregni/config/core.entity_view_display.block_content.banner_deep.default.yml b/config/uregni/config/core.entity_view_display.block_content.banner_deep.default.yml new file mode 100644 index 0000000000..57784c3a6e --- /dev/null +++ b/config/uregni/config/core.entity_view_display.block_content.banner_deep.default.yml @@ -0,0 +1,43 @@ +uuid: 4b5cb5a8-4d65-495d-bb02-17cadb02905e +langcode: en +status: true +dependencies: + config: + - block_content.type.banner_deep + - field.field.block_content.banner_deep.field_banner_image + - field.field.block_content.banner_deep.field_banner_image_overlay + - field.field.block_content.banner_deep.field_teaser +id: block_content.banner_deep.default +targetEntityType: block_content +bundle: banner_deep +mode: default +content: + field_banner_image: + type: entity_reference_entity_view + weight: 1 + label: above + settings: + view_mode: default + link: false + third_party_settings: { } + region: content + field_banner_image_overlay: + type: entity_reference_entity_view + weight: 2 + label: above + settings: + view_mode: default + link: false + third_party_settings: { } + region: content + field_teaser: + weight: 3 + label: above + settings: + link_to_entity: false + third_party_settings: { } + type: string + region: content +hidden: + langcode: true + search_api_excerpt: true diff --git a/config/uregni/config/core.entity_view_display.block_content.card_contact.default.yml b/config/uregni/config/core.entity_view_display.block_content.card_contact.default.yml new file mode 100644 index 0000000000..44c228ef7b --- /dev/null +++ b/config/uregni/config/core.entity_view_display.block_content.card_contact.default.yml @@ -0,0 +1,35 @@ +uuid: 903a972f-ea44-4587-9062-065fcfa29120 +langcode: en +status: true +dependencies: + config: + - block_content.type.card_contact + - field.field.block_content.card_contact.field_card_style + - field.field.block_content.card_contact.field_telephone + module: + - dynamic_entity_reference + - telephone_plus +id: block_content.card_contact.default +targetEntityType: block_content +bundle: card_contact +mode: default +content: + field_card_style: + weight: 1 + label: above + settings: + link: false + third_party_settings: { } + type: dynamic_entity_reference_label + region: content + field_telephone: + weight: 0 + label: above + settings: + vcard: true + third_party_settings: { } + type: telephone_plus_link + region: content +hidden: + langcode: true + search_api_excerpt: true diff --git a/config/uregni/config/core.entity_view_display.block_content.card_nested_standard.default.yml b/config/uregni/config/core.entity_view_display.block_content.card_nested_standard.default.yml new file mode 100644 index 0000000000..0fd7829645 --- /dev/null +++ b/config/uregni/config/core.entity_view_display.block_content.card_nested_standard.default.yml @@ -0,0 +1,79 @@ +uuid: 75bf04aa-301d-46a9-b80f-1aa6360e1b88 +langcode: en +status: true +dependencies: + config: + - block_content.type.card_nested_standard + - field.field.block_content.card_nested_standard.field_blocks + - field.field.block_content.card_nested_standard.field_card_title + - field.field.block_content.card_nested_standard.field_image + - field.field.block_content.card_nested_standard.field_link + - field.field.block_content.card_nested_standard.field_teaser + - field.field.block_content.card_nested_standard.field_title_link + module: + - block_field + - link +id: block_content.card_nested_standard.default +targetEntityType: block_content +bundle: card_nested_standard +mode: default +content: + field_blocks: + weight: 3 + label: hidden + settings: { } + third_party_settings: { } + type: block_field + region: content + field_card_title: + weight: 1 + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + type: string + region: content + field_image: + weight: 0 + label: hidden + settings: + view_mode: card_small + link: false + third_party_settings: { } + type: entity_reference_entity_view + region: content + field_link: + weight: 4 + label: hidden + settings: + trim_length: 80 + url_only: false + url_plain: false + rel: '' + target: '' + third_party_settings: { } + type: link + region: content + field_teaser: + weight: 2 + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + type: string + region: content + field_title_link: + weight: 5 + label: hidden + settings: + trim_length: 80 + url_only: false + url_plain: false + rel: '' + target: '' + third_party_settings: { } + type: link + region: content +hidden: + langcode: true + search_api_excerpt: true diff --git a/config/uregni/config/core.entity_view_display.block_content.card_nested_wide.default.yml b/config/uregni/config/core.entity_view_display.block_content.card_nested_wide.default.yml new file mode 100644 index 0000000000..2f889bfad5 --- /dev/null +++ b/config/uregni/config/core.entity_view_display.block_content.card_nested_wide.default.yml @@ -0,0 +1,79 @@ +uuid: c5386da4-0c3f-4c86-94a9-4c89dbf9b763 +langcode: en +status: true +dependencies: + config: + - block_content.type.card_nested_wide + - field.field.block_content.card_nested_wide.field_blocks + - field.field.block_content.card_nested_wide.field_card_title + - field.field.block_content.card_nested_wide.field_image + - field.field.block_content.card_nested_wide.field_link + - field.field.block_content.card_nested_wide.field_teaser + - field.field.block_content.card_nested_wide.field_title_link + module: + - block_field + - link +id: block_content.card_nested_wide.default +targetEntityType: block_content +bundle: card_nested_wide +mode: default +content: + field_blocks: + weight: 3 + label: hidden + settings: { } + third_party_settings: { } + type: block_field + region: content + field_card_title: + weight: 1 + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + type: string + region: content + field_image: + weight: 0 + label: hidden + settings: + view_mode: card_large + link: false + third_party_settings: { } + type: entity_reference_entity_view + region: content + field_link: + weight: 4 + label: hidden + settings: + trim_length: 80 + url_only: false + url_plain: false + rel: '' + target: '' + third_party_settings: { } + type: link + region: content + field_teaser: + weight: 2 + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + type: string + region: content + field_title_link: + weight: 5 + label: hidden + settings: + trim_length: 80 + url_only: false + url_plain: false + rel: '' + target: '' + third_party_settings: { } + type: link + region: content +hidden: + langcode: true + search_api_excerpt: true diff --git a/config/uregni/config/core.entity_view_display.block_content.card_standard.default.yml b/config/uregni/config/core.entity_view_display.block_content.card_standard.default.yml new file mode 100644 index 0000000000..acc3f131b3 --- /dev/null +++ b/config/uregni/config/core.entity_view_display.block_content.card_standard.default.yml @@ -0,0 +1,61 @@ +uuid: 3b9c4821-c1a9-49c5-aced-208fc6896ebf +langcode: en +status: true +dependencies: + config: + - block_content.type.card_standard + - field.field.block_content.card_standard.field_image + - field.field.block_content.card_standard.field_link + - field.field.block_content.card_standard.field_teaser + - field.field.block_content.card_standard.field_title_link + module: + - link +id: block_content.card_standard.default +targetEntityType: block_content +bundle: card_standard +mode: default +content: + field_image: + type: entity_reference_entity_view + weight: 0 + label: hidden + settings: + view_mode: default + link: false + third_party_settings: { } + region: content + field_link: + weight: 2 + label: hidden + settings: + trim_length: 80 + url_only: false + url_plain: false + rel: '' + target: '' + third_party_settings: { } + type: link + region: content + field_teaser: + weight: 1 + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + type: string + region: content + field_title_link: + weight: 3 + label: above + settings: + trim_length: 80 + url_only: false + url_plain: false + rel: '' + target: '' + third_party_settings: { } + type: link + region: content +hidden: + langcode: true + search_api_excerpt: true diff --git a/config/uregni/config/core.entity_view_display.block_content.card_wide.default.yml b/config/uregni/config/core.entity_view_display.block_content.card_wide.default.yml new file mode 100644 index 0000000000..6e99de75ad --- /dev/null +++ b/config/uregni/config/core.entity_view_display.block_content.card_wide.default.yml @@ -0,0 +1,61 @@ +uuid: 84aa6976-290d-486c-8e98-6fd42f1b55b5 +langcode: en +status: true +dependencies: + config: + - block_content.type.card_wide + - field.field.block_content.card_wide.field_image + - field.field.block_content.card_wide.field_link + - field.field.block_content.card_wide.field_teaser + - field.field.block_content.card_wide.field_title_link + module: + - link +id: block_content.card_wide.default +targetEntityType: block_content +bundle: card_wide +mode: default +content: + field_image: + weight: 0 + label: hidden + settings: + view_mode: card_large + link: false + third_party_settings: { } + type: entity_reference_entity_view + region: content + field_link: + weight: 2 + label: hidden + settings: + trim_length: 80 + url_only: false + url_plain: false + rel: '' + target: '' + third_party_settings: { } + type: link + region: content + field_teaser: + weight: 1 + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + type: string + region: content + field_title_link: + weight: 3 + label: above + settings: + trim_length: 80 + url_only: false + url_plain: false + rel: '' + target: '' + third_party_settings: { } + type: link + region: content +hidden: + langcode: true + search_api_excerpt: true diff --git a/config/uregni/config/core.entity_view_display.block_content.information_notice.default.yml b/config/uregni/config/core.entity_view_display.block_content.information_notice.default.yml new file mode 100644 index 0000000000..06e0ef18db --- /dev/null +++ b/config/uregni/config/core.entity_view_display.block_content.information_notice.default.yml @@ -0,0 +1,24 @@ +uuid: f8153d9c-02ab-4782-9088-9123b8add738 +langcode: en +status: true +dependencies: + config: + - block_content.type.information_notice + - field.field.block_content.information_notice.body + module: + - text +id: block_content.information_notice.default +targetEntityType: block_content +bundle: information_notice +mode: default +content: + body: + label: hidden + type: text_default + weight: 0 + settings: { } + third_party_settings: { } + region: content +hidden: + langcode: true + search_api_excerpt: true diff --git a/config/uregni/config/core.entity_view_display.block_content.plain_cards.default.yml b/config/uregni/config/core.entity_view_display.block_content.plain_cards.default.yml new file mode 100644 index 0000000000..29018faf39 --- /dev/null +++ b/config/uregni/config/core.entity_view_display.block_content.plain_cards.default.yml @@ -0,0 +1,35 @@ +uuid: c44b2aa8-dac5-41ca-a297-f96450ab7fe1 +langcode: en +status: true +dependencies: + config: + - block_content.type.plain_cards + - field.field.block_content.plain_cards.field_card_layout + - field.field.block_content.plain_cards.field_plain_cards + module: + - entity_reference_revisions + - options +id: block_content.plain_cards.default +targetEntityType: block_content +bundle: plain_cards +mode: default +content: + field_card_layout: + weight: 1 + label: hidden + settings: { } + third_party_settings: { } + type: list_key + region: content + field_plain_cards: + type: entity_reference_revisions_entity_view + weight: 0 + label: hidden + settings: + view_mode: default + link: '' + third_party_settings: { } + region: content +hidden: + langcode: true + search_api_excerpt: true diff --git a/config/uregni/config/core.entity_view_display.block_content.text.default.yml b/config/uregni/config/core.entity_view_display.block_content.text.default.yml new file mode 100644 index 0000000000..90cdd8eea1 --- /dev/null +++ b/config/uregni/config/core.entity_view_display.block_content.text.default.yml @@ -0,0 +1,24 @@ +uuid: 51aa6cde-190c-4bbe-b776-37ea4f1d566f +langcode: en +status: true +dependencies: + config: + - block_content.type.text + - field.field.block_content.text.body + module: + - text +id: block_content.text.default +targetEntityType: block_content +bundle: text +mode: default +content: + body: + label: hidden + type: text_default + weight: 0 + settings: { } + third_party_settings: { } + region: content +hidden: + langcode: true + search_api_excerpt: true diff --git a/config/uregni/config/core.entity_view_display.block_content.video.default.yml b/config/uregni/config/core.entity_view_display.block_content.video.default.yml new file mode 100644 index 0000000000..a7b71efc12 --- /dev/null +++ b/config/uregni/config/core.entity_view_display.block_content.video.default.yml @@ -0,0 +1,24 @@ +uuid: 14dacd68-0265-4cd1-9636-7ff1f22e962f +langcode: en +status: true +dependencies: + config: + - block_content.type.video + - field.field.block_content.video.field_video +id: block_content.video.default +targetEntityType: block_content +bundle: video +mode: default +content: + field_video: + type: entity_reference_entity_view + weight: 0 + label: hidden + settings: + view_mode: default + link: false + third_party_settings: { } + region: content +hidden: + langcode: true + search_api_excerpt: true diff --git a/config/uregni/config/core.entity_view_display.block_content.video_and_caption.default.yml b/config/uregni/config/core.entity_view_display.block_content.video_and_caption.default.yml new file mode 100644 index 0000000000..c25373c4d7 --- /dev/null +++ b/config/uregni/config/core.entity_view_display.block_content.video_and_caption.default.yml @@ -0,0 +1,42 @@ +uuid: d745d8e5-d6ab-4b4e-b5d1-7c5a6d42faec +langcode: en +status: true +dependencies: + config: + - block_content.type.video_and_caption + - field.field.block_content.video_and_caption.field_caption + - field.field.block_content.video_and_caption.field_video + - field.field.block_content.video_and_caption.field_video_caption_display + module: + - options +id: block_content.video_and_caption.default +targetEntityType: block_content +bundle: video_and_caption +mode: default +content: + field_caption: + weight: 0 + label: hidden + settings: { } + third_party_settings: { } + type: basic_string + region: content + field_video: + weight: 1 + label: hidden + settings: + link: true + view_mode: default + third_party_settings: { } + type: entity_reference_entity_view + region: content + field_video_caption_display: + weight: 2 + label: hidden + settings: { } + third_party_settings: { } + type: list_key + region: content +hidden: + langcode: true + search_api_excerpt: true diff --git a/config/uregni/config/core.entity_view_display.node.feature.default.yml b/config/uregni/config/core.entity_view_display.node.feature.default.yml index 36dd86f028..9e1bd9bc0d 100644 --- a/config/uregni/config/core.entity_view_display.node.feature.default.yml +++ b/config/uregni/config/core.entity_view_display.node.feature.default.yml @@ -45,6 +45,7 @@ content: type: string region: content hidden: + content_moderation_control: true langcode: true links: true search_api_excerpt: true diff --git a/config/uregni/config/core.entity_view_display.node.featured_content_list.default.yml b/config/uregni/config/core.entity_view_display.node.featured_content_list.default.yml index 87743acb44..cd2269ffd2 100644 --- a/config/uregni/config/core.entity_view_display.node.featured_content_list.default.yml +++ b/config/uregni/config/core.entity_view_display.node.featured_content_list.default.yml @@ -30,6 +30,7 @@ content: type: entity_reference_label region: content hidden: + content_moderation_control: true langcode: true links: true search_api_excerpt: true diff --git a/config/uregni/config/core.entity_view_display.node.featured_content_list.full.yml b/config/uregni/config/core.entity_view_display.node.featured_content_list.full.yml index 5219e17afb..405892822f 100644 --- a/config/uregni/config/core.entity_view_display.node.featured_content_list.full.yml +++ b/config/uregni/config/core.entity_view_display.node.featured_content_list.full.yml @@ -29,6 +29,7 @@ content: type: entity_reference_entity_view region: content hidden: + content_moderation_control: true field_tags: true langcode: true links: true diff --git a/config/uregni/config/core.entity_view_display.node.landing_page.default.yml b/config/uregni/config/core.entity_view_display.node.landing_page.default.yml index 9ca79472a5..cc0a171c0d 100644 --- a/config/uregni/config/core.entity_view_display.node.landing_page.default.yml +++ b/config/uregni/config/core.entity_view_display.node.landing_page.default.yml @@ -41,15 +41,186 @@ third_party_settings: weight: 0 third_party_settings: { } layout_builder_restrictions: - allowed_block_categories: { } + allowed_block_categories: + - 'Chaos Tools' + - 'Content fields' + - 'Custom block types' + - 'Custom blocks' + - Devel + - Facets + - 'Facets summary (Experimental)' + - Forms + - Geolocation + - Help + - 'Inline blocks' + - 'Lists (Views)' + - Menus + - Origins + - 'Read Only Mode' + - System + - 'Unity Search Pages' + - User + - Views + - Webform + - 'Webform access' + - core entity_view_mode_restriction: - whitelisted_blocks: { } + whitelisted_blocks: + 'Chaos Tools': { } + 'Content fields': { } + 'Custom block types': + - accordion_menu + - banner_deep + - card_contact + - card_nested_standard + - card_nested_wide + - card_standard + - card_wide + - information_notice + - plain_cards + - text + - video + - video_and_caption + 'Custom blocks': { } + Devel: { } + Facets: { } + 'Facets summary (Experimental)': { } + Forms: { } + Geolocation: { } + Help: { } + 'Inline blocks': + - 'inline_block:accordion_menu' + - 'inline_block:banner_deep' + - 'inline_block:card_contact' + - 'inline_block:card_standard' + - 'inline_block:card_wide' + - 'inline_block:card_nested_standard' + - 'inline_block:card_nested_wide' + - 'inline_block:information_notice' + - 'inline_block:plain_cards' + - 'inline_block:text' + - 'inline_block:video' + - 'inline_block:video_and_caption' + 'Lists (Views)': { } + Menus: { } + Origins: { } + 'Read Only Mode': { } + System: { } + User: { } + Views: { } + Webform: { } + 'Webform access': { } + core: { } blacklisted_blocks: { } - restricted_categories: { } + restricted_categories: + - 'Unity Search Pages' allowed_layouts: - layout_onecol - - layout_twocol_section - - layout_threecol_section + - teasers_x3 + - teasers_x2 + entity_view_mode_restriction_by_region: + allowed_layouts: + - layout_onecol + - teasers_x3 + - teasers_x2 + whitelisted_blocks: + layout_onecol: + all_regions: + 'Chaos Tools': { } + 'Content fields': { } + 'Custom block types': + - accordion_menu + - banner_deep + - card_contact + - information_notice + - plain_cards + - text + - video_and_caption + 'Custom blocks': { } + Devel: { } + Facets: { } + 'Facets summary (Experimental)': { } + Forms: { } + Geolocation: { } + Help: { } + 'Inline blocks': + - 'inline_block:accordion_menu' + - 'inline_block:banner_deep' + - 'inline_block:card_contact' + - 'inline_block:information_notice' + - 'inline_block:plain_cards' + - 'inline_block:text' + - 'inline_block:video_and_caption' + 'Lists (Views)': { } + Menus: { } + Origins: { } + 'Read Only Mode': { } + System: { } + User: { } + Views: { } + Webform: { } + 'Webform access': { } + core: { } + teasers_x2: + all_regions: + 'Chaos Tools': { } + 'Content fields': { } + 'Custom block types': + - card_contact + - card_nested_wide + - card_wide + - video + 'Custom blocks': { } + Devel: { } + Facets: { } + 'Facets summary (Experimental)': { } + Forms: { } + Geolocation: { } + Help: { } + 'Inline blocks': + - 'inline_block:card_contact' + - 'inline_block:card_wide' + - 'inline_block:card_nested_wide' + - 'inline_block:video' + 'Lists (Views)': { } + Menus: { } + Origins: { } + 'Read Only Mode': { } + System: { } + User: { } + Views: { } + Webform: { } + 'Webform access': { } + core: { } + teasers_x3: + all_regions: + 'Chaos Tools': { } + 'Content fields': { } + 'Custom block types': + - card_contact + - card_nested_standard + - card_standard + 'Custom blocks': { } + Devel: { } + Facets: { } + 'Facets summary (Experimental)': { } + Forms: { } + Geolocation: { } + Help: { } + 'Inline blocks': + - 'inline_block:card_contact' + - 'inline_block:card_standard' + - 'inline_block:card_nested_standard' + 'Lists (Views)': { } + Menus: { } + Origins: { } + 'Read Only Mode': { } + System: { } + User: { } + Views: { } + Webform: { } + 'Webform access': { } + core: { } id: node.landing_page.default targetEntityType: node bundle: landing_page diff --git a/config/uregni/config/core.entity_view_display.paragraph.accordion_section.default.yml b/config/uregni/config/core.entity_view_display.paragraph.accordion_section.default.yml new file mode 100644 index 0000000000..de2ec9bb73 --- /dev/null +++ b/config/uregni/config/core.entity_view_display.paragraph.accordion_section.default.yml @@ -0,0 +1,32 @@ +uuid: 37ad9fa4-dc01-4522-af1a-3e525c7dd5ae +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.accordion_section.field_content + - field.field.paragraph.accordion_section.field_title + - paragraphs.paragraphs_type.accordion_section + module: + - text +id: paragraph.accordion_section.default +targetEntityType: paragraph +bundle: accordion_section +mode: default +content: + field_content: + weight: 0 + label: above + settings: { } + third_party_settings: { } + type: text_default + region: content + field_title: + weight: 1 + label: above + settings: + link_to_entity: false + third_party_settings: { } + type: string + region: content +hidden: + search_api_excerpt: true diff --git a/config/uregni/config/core.entity_view_display.paragraph.card_plain.default.yml b/config/uregni/config/core.entity_view_display.paragraph.card_plain.default.yml new file mode 100644 index 0000000000..f0c3006268 --- /dev/null +++ b/config/uregni/config/core.entity_view_display.paragraph.card_plain.default.yml @@ -0,0 +1,46 @@ +uuid: 47351981-1ed7-4a28-b2f6-e59d55638b21 +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.card_plain.field_link + - field.field.paragraph.card_plain.field_teaser + - field.field.paragraph.card_plain.field_title + - paragraphs.paragraphs_type.card_plain + module: + - link +id: paragraph.card_plain.default +targetEntityType: paragraph +bundle: card_plain +mode: default +content: + field_link: + weight: 2 + label: hidden + settings: + trim_length: 80 + url_only: false + url_plain: false + rel: '' + target: '' + third_party_settings: { } + type: link + region: content + field_teaser: + weight: 1 + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + type: string + region: content + field_title: + weight: 0 + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + type: string + region: content +hidden: + search_api_excerpt: true diff --git a/config/uregni/config/core.extension.yml b/config/uregni/config/core.extension.yml index 73c4407846..45c2be54f9 100644 --- a/config/uregni/config/core.extension.yml +++ b/config/uregni/config/core.extension.yml @@ -9,6 +9,7 @@ module: blazy: 0 block: 0 block_content: 0 + block_field: 0 block_list_override: 0 block_visibility_groups: 0 breakpoint: 0 @@ -69,8 +70,10 @@ module: layout_builder: 0 layout_builder_modal: 0 layout_builder_restrictions: 0 + layout_builder_restrictions_by_region: 0 layout_discovery: 0 link: 0 + link_fix_absolute_urls: 0 linkit: 0 media: 0 media_library: 0 @@ -114,6 +117,8 @@ module: structure_sync: 0 system: 0 taxonomy: 0 + telephone: 0 + telephone_plus: 0 text: 0 token: 0 token_filter: 0 diff --git a/config/uregni/config/field.field.block_content.accordion_menu.field_accordion_sections.yml b/config/uregni/config/field.field.block_content.accordion_menu.field_accordion_sections.yml new file mode 100644 index 0000000000..80351b904f --- /dev/null +++ b/config/uregni/config/field.field.block_content.accordion_menu.field_accordion_sections.yml @@ -0,0 +1,34 @@ +uuid: c604a3c2-aeed-49c5-a298-f78fe4e128cd +langcode: en +status: true +dependencies: + config: + - block_content.type.accordion_menu + - field.storage.block_content.field_accordion_sections + - paragraphs.paragraphs_type.accordion_section + module: + - entity_reference_revisions +id: block_content.accordion_menu.field_accordion_sections +field_name: field_accordion_sections +entity_type: block_content +bundle: accordion_menu +label: 'Accordion sections' +description: 'Add accordion sections. ' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:paragraph' + handler_settings: + negate: 0 + target_bundles: + accordion_section: accordion_section + target_bundles_drag_drop: + accordion_section: + enabled: true + weight: 3 + map: + weight: 2 + enabled: false +field_type: entity_reference_revisions diff --git a/config/uregni/config/field.field.block_content.banner_deep.field_banner_image.yml b/config/uregni/config/field.field.block_content.banner_deep.field_banner_image.yml new file mode 100644 index 0000000000..05601ce422 --- /dev/null +++ b/config/uregni/config/field.field.block_content.banner_deep.field_banner_image.yml @@ -0,0 +1,29 @@ +uuid: 4f4ed01c-cd48-4b08-ae06-826844fa4034 +langcode: en +status: true +dependencies: + config: + - block_content.type.banner_deep + - field.storage.block_content.field_banner_image + - media.type.image +id: block_content.banner_deep.field_banner_image +field_name: field_banner_image +entity_type: block_content +bundle: banner_deep +label: 'Banner image' +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:media' + handler_settings: + target_bundles: + image: image + sort: + field: revision_created + direction: DESC + auto_create: false + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/uregni/config/field.field.block_content.banner_deep.field_banner_image_overlay.yml b/config/uregni/config/field.field.block_content.banner_deep.field_banner_image_overlay.yml new file mode 100644 index 0000000000..39459c5d5b --- /dev/null +++ b/config/uregni/config/field.field.block_content.banner_deep.field_banner_image_overlay.yml @@ -0,0 +1,29 @@ +uuid: 8b45a1b4-4a88-4ac1-86dd-cbecc94ecb00 +langcode: en +status: true +dependencies: + config: + - block_content.type.banner_deep + - field.storage.block_content.field_banner_image_overlay + - media.type.image +id: block_content.banner_deep.field_banner_image_overlay +field_name: field_banner_image_overlay +entity_type: block_content +bundle: banner_deep +label: 'Banner image overlay' +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:media' + handler_settings: + target_bundles: + image: image + sort: + field: revision_created + direction: DESC + auto_create: false + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/uregni/config/field.field.block_content.banner_deep.field_teaser.yml b/config/uregni/config/field.field.block_content.banner_deep.field_teaser.yml new file mode 100644 index 0000000000..a8a209812d --- /dev/null +++ b/config/uregni/config/field.field.block_content.banner_deep.field_teaser.yml @@ -0,0 +1,19 @@ +uuid: 81192c64-9002-4d60-902e-0544a19c0252 +langcode: en +status: true +dependencies: + config: + - block_content.type.banner_deep + - field.storage.block_content.field_teaser +id: block_content.banner_deep.field_teaser +field_name: field_teaser +entity_type: block_content +bundle: banner_deep +label: 'Strap line' +description: 'Optionally add a strap line to appear below the banner.' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/uregni/config/field.field.block_content.card_contact.field_card_style.yml b/config/uregni/config/field.field.block_content.card_contact.field_card_style.yml new file mode 100644 index 0000000000..aac56482d4 --- /dev/null +++ b/config/uregni/config/field.field.block_content.card_contact.field_card_style.yml @@ -0,0 +1,80 @@ +uuid: d5bbb3f4-fb2f-4a74-a20d-06d0e2ea9654 +langcode: en +status: true +dependencies: + config: + - block_content.type.card_contact + - field.storage.block_content.field_card_style + - taxonomy.vocabulary.landing_pages_contact_card_colou + module: + - dynamic_entity_reference +id: block_content.card_contact.field_card_style +field_name: field_card_style +entity_type: block_content +bundle: card_contact +label: 'Card style' +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + taxonomy_term: + handler: 'default:taxonomy_term' + handler_settings: + target_bundles: + landing_pages_contact_card_colou: landing_pages_contact_card_colou + sort: + field: name + direction: asc + auto_create: false + auto_create_bundle: '' + contact_message: + handler: 'default:contact_message' + handler_settings: { } + node: + handler: 'default:node' + handler_settings: { } + content_moderation_state: + handler: 'default:content_moderation_state' + handler_settings: { } + block_content: + handler: 'default:block_content' + handler_settings: { } + menu_link_content: + handler: 'default:menu_link_content' + handler_settings: { } + entity_embed_fake_entity: + handler: 'default:entity_embed_fake_entity' + handler_settings: { } + file: + handler: 'default:file' + handler_settings: { } + flagging: + handler: 'default:flagging' + handler_settings: { } + media: + handler: 'default:media' + handler_settings: { } + paragraph: + handler: 'default:paragraph' + handler_settings: { } + redirect: + handler: 'default:redirect' + handler_settings: { } + search_api_task: + handler: 'default:search_api_task' + handler_settings: { } + path_alias: + handler: 'default:path_alias' + handler_settings: { } + user: + handler: 'default:user' + handler_settings: { } + webform_submission: + handler: 'default:webform_submission' + handler_settings: { } + scheduled_transition: + handler: 'default:scheduled_transition' + handler_settings: { } +field_type: dynamic_entity_reference diff --git a/config/uregni/config/field.field.block_content.card_contact.field_telephone.yml b/config/uregni/config/field.field.block_content.card_contact.field_telephone.yml new file mode 100644 index 0000000000..56c1fe0d15 --- /dev/null +++ b/config/uregni/config/field.field.block_content.card_contact.field_telephone.yml @@ -0,0 +1,23 @@ +uuid: 1b9cb5f6-ad12-46cc-b333-1717dbc696a8 +langcode: en +status: true +dependencies: + config: + - block_content.type.card_contact + - field.storage.block_content.field_telephone + module: + - telephone_plus +id: block_content.card_contact.field_telephone +field_name: field_telephone +entity_type: block_content +bundle: card_contact +label: Telephone +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: + default_country_code: GB + country_code_enabled: 0 +field_type: telephone_plus_field diff --git a/config/uregni/config/field.field.block_content.card_nested_standard.field_blocks.yml b/config/uregni/config/field.field.block_content.card_nested_standard.field_blocks.yml new file mode 100644 index 0000000000..e328ebd67a --- /dev/null +++ b/config/uregni/config/field.field.block_content.card_nested_standard.field_blocks.yml @@ -0,0 +1,62 @@ +uuid: 1af2e711-d417-4755-97fb-24bd3d8c5443 +langcode: en +status: true +dependencies: + config: + - block_content.type.card_nested_standard + - field.storage.block_content.field_blocks + module: + - block_field +id: block_content.card_nested_standard.field_blocks +field_name: field_blocks +entity_type: block_content +bundle: card_nested_standard +label: Blocks +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + selection: categories + selection_settings: + categories: + Block: Block + 'Chaos Tools': 'Chaos Tools' + 'Contact message fields': 'Contact message fields' + 'Content fields': 'Content fields' + 'Content moderation state fields': 'Content moderation state fields' + core: core + Custom: Custom + 'Custom block fields': 'Custom block fields' + 'Custom menu link fields': 'Custom menu link fields' + Devel: Devel + Facets: Facets + 'Facets summary (Experimental)': 'Facets summary (Experimental)' + 'Fake entity type fields': 'Fake entity type fields' + 'File fields': 'File fields' + 'Flagging fields': 'Flagging fields' + Forms: Forms + Geolocation: Geolocation + Help: Help + 'Inline blocks': 'Inline blocks' + 'Lists (Views)': 'Lists (Views)' + 'Media fields': 'Media fields' + Menus: Menus + Origins: Origins + 'Paragraph fields': 'Paragraph fields' + 'Read Only Mode': 'Read Only Mode' + 'Redirect fields': 'Redirect fields' + 'scheduled transition fields': 'scheduled transition fields' + 'Search task fields': 'Search task fields' + 'Taxonomy term fields': 'Taxonomy term fields' + 'Unity Search Pages': 'Unity Search Pages' + 'URL alias fields': 'URL alias fields' + User: User + 'User fields': 'User fields' + Views: Views + System: '0' + Webform: '0' + 'Webform access': '0' + 'Webform submission fields': '0' +field_type: block_field diff --git a/config/uregni/config/field.field.block_content.card_nested_standard.field_card_title.yml b/config/uregni/config/field.field.block_content.card_nested_standard.field_card_title.yml new file mode 100644 index 0000000000..323e5e818d --- /dev/null +++ b/config/uregni/config/field.field.block_content.card_nested_standard.field_card_title.yml @@ -0,0 +1,19 @@ +uuid: 986ef30a-f3b5-4d8d-a207-c79bf74794fb +langcode: en +status: true +dependencies: + config: + - block_content.type.card_nested_standard + - field.storage.block_content.field_card_title +id: block_content.card_nested_standard.field_card_title +field_name: field_card_title +entity_type: block_content +bundle: card_nested_standard +label: 'Card title' +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/uregni/config/field.field.block_content.card_nested_standard.field_image.yml b/config/uregni/config/field.field.block_content.card_nested_standard.field_image.yml new file mode 100644 index 0000000000..d95ba97d03 --- /dev/null +++ b/config/uregni/config/field.field.block_content.card_nested_standard.field_image.yml @@ -0,0 +1,29 @@ +uuid: d0ea408d-56f9-4c34-a68a-20de113580f2 +langcode: en +status: true +dependencies: + config: + - block_content.type.card_nested_standard + - field.storage.block_content.field_image + - media.type.image +id: block_content.card_nested_standard.field_image +field_name: field_image +entity_type: block_content +bundle: card_nested_standard +label: Image +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + handler: 'default:media' + handler_settings: + target_bundles: + image: image + sort: + field: _none + direction: ASC + auto_create: false + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/uregni/config/field.field.block_content.card_nested_standard.field_link.yml b/config/uregni/config/field.field.block_content.card_nested_standard.field_link.yml new file mode 100644 index 0000000000..2ec1046aac --- /dev/null +++ b/config/uregni/config/field.field.block_content.card_nested_standard.field_link.yml @@ -0,0 +1,23 @@ +uuid: 468045d4-f7e8-466e-b717-deca55fca07f +langcode: en +status: true +dependencies: + config: + - block_content.type.card_nested_standard + - field.storage.block_content.field_link + module: + - link +id: block_content.card_nested_standard.field_link +field_name: field_link +entity_type: block_content +bundle: card_nested_standard +label: Link +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + link_type: 17 + title: 1 +field_type: link diff --git a/config/uregni/config/field.field.block_content.card_nested_standard.field_teaser.yml b/config/uregni/config/field.field.block_content.card_nested_standard.field_teaser.yml new file mode 100644 index 0000000000..c2cb0e3226 --- /dev/null +++ b/config/uregni/config/field.field.block_content.card_nested_standard.field_teaser.yml @@ -0,0 +1,19 @@ +uuid: 1adbc2d2-29ce-40fe-9246-62c9036389b9 +langcode: en +status: true +dependencies: + config: + - block_content.type.card_nested_standard + - field.storage.block_content.field_teaser +id: block_content.card_nested_standard.field_teaser +field_name: field_teaser +entity_type: block_content +bundle: card_nested_standard +label: Teaser +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/uregni/config/field.field.block_content.card_nested_standard.field_title_link.yml b/config/uregni/config/field.field.block_content.card_nested_standard.field_title_link.yml new file mode 100644 index 0000000000..c698d48d0d --- /dev/null +++ b/config/uregni/config/field.field.block_content.card_nested_standard.field_title_link.yml @@ -0,0 +1,23 @@ +uuid: 446b21f4-4ee8-4de4-a95d-155e7d2b24e0 +langcode: en +status: true +dependencies: + config: + - block_content.type.card_nested_standard + - field.storage.block_content.field_title_link + module: + - link +id: block_content.card_nested_standard.field_title_link +field_name: field_title_link +entity_type: block_content +bundle: card_nested_standard +label: 'Title link' +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + link_type: 17 + title: 0 +field_type: link diff --git a/config/uregni/config/field.field.block_content.card_nested_wide.field_blocks.yml b/config/uregni/config/field.field.block_content.card_nested_wide.field_blocks.yml new file mode 100644 index 0000000000..c940617550 --- /dev/null +++ b/config/uregni/config/field.field.block_content.card_nested_wide.field_blocks.yml @@ -0,0 +1,62 @@ +uuid: 3a9f2877-9744-432d-8b66-69b86e6bdc33 +langcode: en +status: true +dependencies: + config: + - block_content.type.card_nested_wide + - field.storage.block_content.field_blocks + module: + - block_field +id: block_content.card_nested_wide.field_blocks +field_name: field_blocks +entity_type: block_content +bundle: card_nested_wide +label: Blocks +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + selection: categories + selection_settings: + categories: + Block: Block + 'Chaos Tools': 'Chaos Tools' + 'Contact message fields': 'Contact message fields' + 'Content fields': 'Content fields' + core: core + Custom: Custom + 'Custom block fields': 'Custom block fields' + 'Custom menu link fields': 'Custom menu link fields' + Devel: Devel + Facets: Facets + 'Facets summary (Experimental)': 'Facets summary (Experimental)' + 'Fake entity type fields': 'Fake entity type fields' + 'File fields': 'File fields' + 'Flagging fields': 'Flagging fields' + Forms: Forms + Geolocation: Geolocation + Help: Help + 'Inline blocks': 'Inline blocks' + 'Lists (Views)': 'Lists (Views)' + 'Media fields': 'Media fields' + Menus: Menus + Origins: Origins + 'Paragraph fields': 'Paragraph fields' + 'Read Only Mode': 'Read Only Mode' + 'Redirect fields': 'Redirect fields' + 'Search task fields': 'Search task fields' + 'Taxonomy term fields': 'Taxonomy term fields' + 'Unity Search Pages': 'Unity Search Pages' + 'URL alias fields': 'URL alias fields' + User: User + 'User fields': 'User fields' + Views: Views + 'Content moderation state fields': '0' + 'scheduled transition fields': '0' + System: '0' + Webform: '0' + 'Webform access': '0' + 'Webform submission fields': '0' +field_type: block_field diff --git a/config/uregni/config/field.field.block_content.card_nested_wide.field_card_title.yml b/config/uregni/config/field.field.block_content.card_nested_wide.field_card_title.yml new file mode 100644 index 0000000000..1645d56468 --- /dev/null +++ b/config/uregni/config/field.field.block_content.card_nested_wide.field_card_title.yml @@ -0,0 +1,19 @@ +uuid: adef964c-5319-454e-88fa-aeeb84692a32 +langcode: en +status: true +dependencies: + config: + - block_content.type.card_nested_wide + - field.storage.block_content.field_card_title +id: block_content.card_nested_wide.field_card_title +field_name: field_card_title +entity_type: block_content +bundle: card_nested_wide +label: 'Card title' +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/uregni/config/field.field.block_content.card_nested_wide.field_image.yml b/config/uregni/config/field.field.block_content.card_nested_wide.field_image.yml new file mode 100644 index 0000000000..76bad1290d --- /dev/null +++ b/config/uregni/config/field.field.block_content.card_nested_wide.field_image.yml @@ -0,0 +1,29 @@ +uuid: f343957b-ba80-4442-ab64-8136b222776c +langcode: en +status: true +dependencies: + config: + - block_content.type.card_nested_wide + - field.storage.block_content.field_image + - media.type.image +id: block_content.card_nested_wide.field_image +field_name: field_image +entity_type: block_content +bundle: card_nested_wide +label: Image +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + handler: 'default:media' + handler_settings: + target_bundles: + image: image + sort: + field: _none + direction: ASC + auto_create: false + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/uregni/config/field.field.block_content.card_nested_wide.field_link.yml b/config/uregni/config/field.field.block_content.card_nested_wide.field_link.yml new file mode 100644 index 0000000000..e9d349ac1c --- /dev/null +++ b/config/uregni/config/field.field.block_content.card_nested_wide.field_link.yml @@ -0,0 +1,23 @@ +uuid: 12e8a5c1-ecf8-4c31-a29a-8344ef7f76bd +langcode: en +status: true +dependencies: + config: + - block_content.type.card_nested_wide + - field.storage.block_content.field_link + module: + - link +id: block_content.card_nested_wide.field_link +field_name: field_link +entity_type: block_content +bundle: card_nested_wide +label: Link +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + link_type: 17 + title: 1 +field_type: link diff --git a/config/uregni/config/field.field.block_content.card_nested_wide.field_teaser.yml b/config/uregni/config/field.field.block_content.card_nested_wide.field_teaser.yml new file mode 100644 index 0000000000..23e7e53d80 --- /dev/null +++ b/config/uregni/config/field.field.block_content.card_nested_wide.field_teaser.yml @@ -0,0 +1,19 @@ +uuid: 97cd49bb-526f-47ed-92de-6bee9f918996 +langcode: en +status: true +dependencies: + config: + - block_content.type.card_nested_wide + - field.storage.block_content.field_teaser +id: block_content.card_nested_wide.field_teaser +field_name: field_teaser +entity_type: block_content +bundle: card_nested_wide +label: Teaser +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/uregni/config/field.field.block_content.card_nested_wide.field_title_link.yml b/config/uregni/config/field.field.block_content.card_nested_wide.field_title_link.yml new file mode 100644 index 0000000000..9b26030f8c --- /dev/null +++ b/config/uregni/config/field.field.block_content.card_nested_wide.field_title_link.yml @@ -0,0 +1,23 @@ +uuid: 3121c5c8-933a-44b9-8800-f54a46622dd4 +langcode: en +status: true +dependencies: + config: + - block_content.type.card_nested_wide + - field.storage.block_content.field_title_link + module: + - link +id: block_content.card_nested_wide.field_title_link +field_name: field_title_link +entity_type: block_content +bundle: card_nested_wide +label: 'Title link' +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + link_type: 17 + title: 0 +field_type: link diff --git a/config/uregni/config/field.field.block_content.card_standard.field_image.yml b/config/uregni/config/field.field.block_content.card_standard.field_image.yml new file mode 100644 index 0000000000..b07dbc2e74 --- /dev/null +++ b/config/uregni/config/field.field.block_content.card_standard.field_image.yml @@ -0,0 +1,29 @@ +uuid: 6116da03-a50a-4206-8ea7-ab60f1adaa39 +langcode: en +status: true +dependencies: + config: + - block_content.type.card_standard + - field.storage.block_content.field_image + - media.type.image +id: block_content.card_standard.field_image +field_name: field_image +entity_type: block_content +bundle: card_standard +label: Image +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:media' + handler_settings: + target_bundles: + image: image + sort: + field: _none + direction: ASC + auto_create: false + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/uregni/config/field.field.block_content.card_standard.field_link.yml b/config/uregni/config/field.field.block_content.card_standard.field_link.yml new file mode 100644 index 0000000000..86af0a3407 --- /dev/null +++ b/config/uregni/config/field.field.block_content.card_standard.field_link.yml @@ -0,0 +1,23 @@ +uuid: 677a2ad5-fde4-40de-ac7b-9d2e06daf932 +langcode: en +status: true +dependencies: + config: + - block_content.type.card_standard + - field.storage.block_content.field_link + module: + - link +id: block_content.card_standard.field_link +field_name: field_link +entity_type: block_content +bundle: card_standard +label: Link +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + link_type: 17 + title: 1 +field_type: link diff --git a/config/uregni/config/field.field.block_content.card_standard.field_teaser.yml b/config/uregni/config/field.field.block_content.card_standard.field_teaser.yml new file mode 100644 index 0000000000..e93f9793d8 --- /dev/null +++ b/config/uregni/config/field.field.block_content.card_standard.field_teaser.yml @@ -0,0 +1,19 @@ +uuid: 74e2d7bd-3428-463a-9839-3945a1d795bc +langcode: en +status: true +dependencies: + config: + - block_content.type.card_standard + - field.storage.block_content.field_teaser +id: block_content.card_standard.field_teaser +field_name: field_teaser +entity_type: block_content +bundle: card_standard +label: Teaser +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/uregni/config/field.field.block_content.card_standard.field_title_link.yml b/config/uregni/config/field.field.block_content.card_standard.field_title_link.yml new file mode 100644 index 0000000000..427a10d9c1 --- /dev/null +++ b/config/uregni/config/field.field.block_content.card_standard.field_title_link.yml @@ -0,0 +1,23 @@ +uuid: eb7b1084-58ea-4efb-996a-704c5077f12d +langcode: en +status: true +dependencies: + config: + - block_content.type.card_standard + - field.storage.block_content.field_title_link + module: + - link +id: block_content.card_standard.field_title_link +field_name: field_title_link +entity_type: block_content +bundle: card_standard +label: 'Title link' +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + link_type: 17 + title: 0 +field_type: link diff --git a/config/uregni/config/field.field.block_content.card_wide.field_image.yml b/config/uregni/config/field.field.block_content.card_wide.field_image.yml new file mode 100644 index 0000000000..0df853a8d7 --- /dev/null +++ b/config/uregni/config/field.field.block_content.card_wide.field_image.yml @@ -0,0 +1,29 @@ +uuid: ee2f45d4-6eab-4d13-a773-8d4f9d9f24ca +langcode: en +status: true +dependencies: + config: + - block_content.type.card_wide + - field.storage.block_content.field_image + - media.type.image +id: block_content.card_wide.field_image +field_name: field_image +entity_type: block_content +bundle: card_wide +label: Image +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + handler: 'default:media' + handler_settings: + target_bundles: + image: image + sort: + field: revision_created + direction: DESC + auto_create: false + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/uregni/config/field.field.block_content.card_wide.field_link.yml b/config/uregni/config/field.field.block_content.card_wide.field_link.yml new file mode 100644 index 0000000000..d34d21f6cb --- /dev/null +++ b/config/uregni/config/field.field.block_content.card_wide.field_link.yml @@ -0,0 +1,23 @@ +uuid: dd0733d3-2f97-46d5-84fb-d0790baf90f8 +langcode: en +status: true +dependencies: + config: + - block_content.type.card_wide + - field.storage.block_content.field_link + module: + - link +id: block_content.card_wide.field_link +field_name: field_link +entity_type: block_content +bundle: card_wide +label: Link +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + link_type: 17 + title: 1 +field_type: link diff --git a/config/uregni/config/field.field.block_content.card_wide.field_teaser.yml b/config/uregni/config/field.field.block_content.card_wide.field_teaser.yml new file mode 100644 index 0000000000..490438d35f --- /dev/null +++ b/config/uregni/config/field.field.block_content.card_wide.field_teaser.yml @@ -0,0 +1,19 @@ +uuid: 2a520c26-8571-4772-9b9e-a9fc8a6e0311 +langcode: en +status: true +dependencies: + config: + - block_content.type.card_wide + - field.storage.block_content.field_teaser +id: block_content.card_wide.field_teaser +field_name: field_teaser +entity_type: block_content +bundle: card_wide +label: Teaser +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/uregni/config/field.field.block_content.card_wide.field_title_link.yml b/config/uregni/config/field.field.block_content.card_wide.field_title_link.yml new file mode 100644 index 0000000000..f8108ac9fd --- /dev/null +++ b/config/uregni/config/field.field.block_content.card_wide.field_title_link.yml @@ -0,0 +1,23 @@ +uuid: 108457f9-1145-4735-8ecd-11a232a86397 +langcode: en +status: true +dependencies: + config: + - block_content.type.card_wide + - field.storage.block_content.field_title_link + module: + - link +id: block_content.card_wide.field_title_link +field_name: field_title_link +entity_type: block_content +bundle: card_wide +label: 'Title link' +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + link_type: 17 + title: 0 +field_type: link diff --git a/config/uregni/config/field.field.block_content.information_notice.body.yml b/config/uregni/config/field.field.block_content.information_notice.body.yml new file mode 100644 index 0000000000..a3ac9b536c --- /dev/null +++ b/config/uregni/config/field.field.block_content.information_notice.body.yml @@ -0,0 +1,30 @@ +uuid: 4ef2ac7b-1933-4fe9-9b6a-50c04552bcea +langcode: en +status: true +dependencies: + config: + - block_content.type.information_notice + - field.storage.block_content.body + module: + - allowed_formats + - text +third_party_settings: + allowed_formats: + basic_html: basic_html + full_html: full_html + basic_html_publications: '0' + plain_text: '0' +id: block_content.information_notice.body +field_name: body +entity_type: block_content +bundle: information_notice +label: Body +description: '' +required: true +translatable: true +default_value: { } +default_value_callback: '' +settings: + display_summary: false + required_summary: false +field_type: text_with_summary diff --git a/config/uregni/config/field.field.block_content.plain_cards.field_card_layout.yml b/config/uregni/config/field.field.block_content.plain_cards.field_card_layout.yml new file mode 100644 index 0000000000..4482f3992c --- /dev/null +++ b/config/uregni/config/field.field.block_content.plain_cards.field_card_layout.yml @@ -0,0 +1,21 @@ +uuid: fd8817a1-48f8-421b-96ff-2b079e4104a1 +langcode: en +status: true +dependencies: + config: + - block_content.type.plain_cards + - field.storage.block_content.field_card_layout + module: + - options +id: block_content.plain_cards.field_card_layout +field_name: field_card_layout +entity_type: block_content +bundle: plain_cards +label: 'Card layout' +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: list_string diff --git a/config/uregni/config/field.field.block_content.plain_cards.field_plain_cards.yml b/config/uregni/config/field.field.block_content.plain_cards.field_plain_cards.yml new file mode 100644 index 0000000000..e3638f210d --- /dev/null +++ b/config/uregni/config/field.field.block_content.plain_cards.field_plain_cards.yml @@ -0,0 +1,37 @@ +uuid: e85dd1c0-eab3-4ab8-8d0f-ae88b21c5e85 +langcode: en +status: true +dependencies: + config: + - block_content.type.plain_cards + - field.storage.block_content.field_plain_cards + - paragraphs.paragraphs_type.card_plain + module: + - entity_reference_revisions +id: block_content.plain_cards.field_plain_cards +field_name: field_plain_cards +entity_type: block_content +bundle: plain_cards +label: Cards +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:paragraph' + handler_settings: + negate: 0 + target_bundles: + card_plain: card_plain + target_bundles_drag_drop: + accordion_section: + weight: 4 + enabled: false + card_plain: + enabled: true + weight: 5 + map: + weight: 6 + enabled: false +field_type: entity_reference_revisions diff --git a/config/uregni/config/field.field.block_content.text.body.yml b/config/uregni/config/field.field.block_content.text.body.yml new file mode 100644 index 0000000000..4b5a5a9924 --- /dev/null +++ b/config/uregni/config/field.field.block_content.text.body.yml @@ -0,0 +1,30 @@ +uuid: bf167014-34f4-4f18-9e15-9581eeddb001 +langcode: en +status: true +dependencies: + config: + - block_content.type.text + - field.storage.block_content.body + module: + - allowed_formats + - text +third_party_settings: + allowed_formats: + basic_html: basic_html + full_html: full_html + basic_html_publications: '0' + plain_text: '0' +id: block_content.text.body +field_name: body +entity_type: block_content +bundle: text +label: Body +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + display_summary: false + required_summary: false +field_type: text_with_summary diff --git a/config/uregni/config/field.field.block_content.video.field_video.yml b/config/uregni/config/field.field.block_content.video.field_video.yml new file mode 100644 index 0000000000..743954fc2a --- /dev/null +++ b/config/uregni/config/field.field.block_content.video.field_video.yml @@ -0,0 +1,29 @@ +uuid: 892ba885-00b8-4116-b59f-7a2e35fd56a9 +langcode: en +status: true +dependencies: + config: + - block_content.type.video + - field.storage.block_content.field_video + - media.type.remote_video +id: block_content.video.field_video +field_name: field_video +entity_type: block_content +bundle: video +label: Video +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:media' + handler_settings: + target_bundles: + remote_video: remote_video + sort: + field: _none + direction: ASC + auto_create: false + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/uregni/config/field.field.block_content.video_and_caption.field_caption.yml b/config/uregni/config/field.field.block_content.video_and_caption.field_caption.yml new file mode 100644 index 0000000000..8b24da4d97 --- /dev/null +++ b/config/uregni/config/field.field.block_content.video_and_caption.field_caption.yml @@ -0,0 +1,19 @@ +uuid: 9d6fd7ad-60ba-4673-a591-9d3ba800eb7f +langcode: en +status: true +dependencies: + config: + - block_content.type.video_and_caption + - field.storage.block_content.field_caption +id: block_content.video_and_caption.field_caption +field_name: field_caption +entity_type: block_content +bundle: video_and_caption +label: 'Video caption' +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string_long diff --git a/config/uregni/config/field.field.block_content.video_and_caption.field_video.yml b/config/uregni/config/field.field.block_content.video_and_caption.field_video.yml new file mode 100644 index 0000000000..b8542ba76b --- /dev/null +++ b/config/uregni/config/field.field.block_content.video_and_caption.field_video.yml @@ -0,0 +1,29 @@ +uuid: 8d40a6e6-8dfc-45f4-9eca-4b2f8ebb52d0 +langcode: en +status: true +dependencies: + config: + - block_content.type.video_and_caption + - field.storage.block_content.field_video + - media.type.remote_video +id: block_content.video_and_caption.field_video +field_name: field_video +entity_type: block_content +bundle: video_and_caption +label: Video +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + handler: 'default:media' + handler_settings: + target_bundles: + remote_video: remote_video + sort: + field: created + direction: DESC + auto_create: false + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/uregni/config/field.field.block_content.video_and_caption.field_video_caption_display.yml b/config/uregni/config/field.field.block_content.video_and_caption.field_video_caption_display.yml new file mode 100644 index 0000000000..9767f630fd --- /dev/null +++ b/config/uregni/config/field.field.block_content.video_and_caption.field_video_caption_display.yml @@ -0,0 +1,21 @@ +uuid: b85d0ad3-a7b5-4528-a7c5-b62ff1b45009 +langcode: en +status: true +dependencies: + config: + - block_content.type.video_and_caption + - field.storage.block_content.field_video_caption_display + module: + - options +id: block_content.video_and_caption.field_video_caption_display +field_name: field_video_caption_display +entity_type: block_content +bundle: video_and_caption +label: 'Video caption display' +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: list_string diff --git a/config/uregni/config/field.field.node.featured_content_list.field_featured_content.yml b/config/uregni/config/field.field.node.featured_content_list.field_featured_content.yml index 0006b1552e..7ca3470260 100644 --- a/config/uregni/config/field.field.node.featured_content_list.field_featured_content.yml +++ b/config/uregni/config/field.field.node.featured_content_list.field_featured_content.yml @@ -6,7 +6,6 @@ dependencies: - field.storage.node.field_featured_content - node.type.feature - node.type.featured_content_list - - node.type.news id: node.featured_content_list.field_featured_content field_name: field_featured_content entity_type: node @@ -22,7 +21,6 @@ settings: handler_settings: target_bundles: feature: feature - news: news sort: field: type direction: ASC diff --git a/config/uregni/config/field.field.paragraph.accordion_section.field_content.yml b/config/uregni/config/field.field.paragraph.accordion_section.field_content.yml new file mode 100644 index 0000000000..588243f623 --- /dev/null +++ b/config/uregni/config/field.field.paragraph.accordion_section.field_content.yml @@ -0,0 +1,28 @@ +uuid: eb15d1ee-344d-4877-8c0f-c34df3ab3b08 +langcode: en +status: true +dependencies: + config: + - field.storage.paragraph.field_content + - paragraphs.paragraphs_type.accordion_section + module: + - allowed_formats + - text +third_party_settings: + allowed_formats: + basic_html: basic_html + full_html: full_html + basic_html_publications: '0' + plain_text: '0' +id: paragraph.accordion_section.field_content +field_name: field_content +entity_type: paragraph +bundle: accordion_section +label: Content +description: 'Content for this accordion section. The content in an accordion section is "collapsed" until the section title is clicked to expand it.' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: text_long diff --git a/config/uregni/config/field.field.paragraph.accordion_section.field_title.yml b/config/uregni/config/field.field.paragraph.accordion_section.field_title.yml new file mode 100644 index 0000000000..ad3cf841b9 --- /dev/null +++ b/config/uregni/config/field.field.paragraph.accordion_section.field_title.yml @@ -0,0 +1,19 @@ +uuid: bbbfc8d3-ecdb-4a10-a485-116a1f90c3a4 +langcode: en +status: true +dependencies: + config: + - field.storage.paragraph.field_title + - paragraphs.paragraphs_type.accordion_section +id: paragraph.accordion_section.field_title +field_name: field_title +entity_type: paragraph +bundle: accordion_section +label: Title +description: 'The title for accordion section which opens and closes the section when clicked.' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/uregni/config/field.field.paragraph.card_plain.field_link.yml b/config/uregni/config/field.field.paragraph.card_plain.field_link.yml new file mode 100644 index 0000000000..8a9030f2c5 --- /dev/null +++ b/config/uregni/config/field.field.paragraph.card_plain.field_link.yml @@ -0,0 +1,23 @@ +uuid: 3516c8f4-42df-4341-91a9-b9d62cf12ae1 +langcode: en +status: true +dependencies: + config: + - field.storage.paragraph.field_link + - paragraphs.paragraphs_type.card_plain + module: + - link +id: paragraph.card_plain.field_link +field_name: field_link +entity_type: paragraph +bundle: card_plain +label: Link +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: + link_type: 17 + title: 0 +field_type: link diff --git a/config/uregni/config/field.field.paragraph.card_plain.field_teaser.yml b/config/uregni/config/field.field.paragraph.card_plain.field_teaser.yml new file mode 100644 index 0000000000..5492c6bfdf --- /dev/null +++ b/config/uregni/config/field.field.paragraph.card_plain.field_teaser.yml @@ -0,0 +1,19 @@ +uuid: f0aa7975-051d-48c9-aa94-9f07f8dca09a +langcode: en +status: true +dependencies: + config: + - field.storage.paragraph.field_teaser + - paragraphs.paragraphs_type.card_plain +id: paragraph.card_plain.field_teaser +field_name: field_teaser +entity_type: paragraph +bundle: card_plain +label: Teaser +description: 'A very short summary about the article (140 characters or less) that piques the reader''s interest.' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/uregni/config/field.field.paragraph.card_plain.field_title.yml b/config/uregni/config/field.field.paragraph.card_plain.field_title.yml new file mode 100644 index 0000000000..7c3264c993 --- /dev/null +++ b/config/uregni/config/field.field.paragraph.card_plain.field_title.yml @@ -0,0 +1,19 @@ +uuid: 7e0bc27a-6d3b-4c17-8e40-1cc555b10864 +langcode: en +status: true +dependencies: + config: + - field.storage.paragraph.field_title + - paragraphs.paragraphs_type.card_plain +id: paragraph.card_plain.field_title +field_name: field_title +entity_type: paragraph +bundle: card_plain +label: Title +description: 'Title should be descriptive and concise (60 characters or less). A good title is essential to helping users decide if the content will be relevant to them. ' +required: true +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/uregni/config/field.storage.block_content.field_accordion_sections.yml b/config/uregni/config/field.storage.block_content.field_accordion_sections.yml new file mode 100644 index 0000000000..6ccd15949f --- /dev/null +++ b/config/uregni/config/field.storage.block_content.field_accordion_sections.yml @@ -0,0 +1,21 @@ +uuid: 59f2cd67-6db0-4a1b-9c8b-29eed5126159 +langcode: en +status: true +dependencies: + module: + - block_content + - entity_reference_revisions + - paragraphs +id: block_content.field_accordion_sections +field_name: field_accordion_sections +entity_type: block_content +type: entity_reference_revisions +settings: + target_type: paragraph +module: entity_reference_revisions +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/uregni/config/field.storage.block_content.field_banner_image.yml b/config/uregni/config/field.storage.block_content.field_banner_image.yml new file mode 100644 index 0000000000..d3f45ef000 --- /dev/null +++ b/config/uregni/config/field.storage.block_content.field_banner_image.yml @@ -0,0 +1,20 @@ +uuid: 1cda2b00-5499-4c72-bb22-eec262580f21 +langcode: en +status: true +dependencies: + module: + - block_content + - media +id: block_content.field_banner_image +field_name: field_banner_image +entity_type: block_content +type: entity_reference +settings: + target_type: media +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/uregni/config/field.storage.block_content.field_banner_image_overlay.yml b/config/uregni/config/field.storage.block_content.field_banner_image_overlay.yml new file mode 100644 index 0000000000..0cc66bc06b --- /dev/null +++ b/config/uregni/config/field.storage.block_content.field_banner_image_overlay.yml @@ -0,0 +1,20 @@ +uuid: 26d5341d-7439-4e05-a7e9-bcfeab2d3624 +langcode: en +status: true +dependencies: + module: + - block_content + - media +id: block_content.field_banner_image_overlay +field_name: field_banner_image_overlay +entity_type: block_content +type: entity_reference +settings: + target_type: media +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/uregni/config/field.storage.block_content.field_blocks.yml b/config/uregni/config/field.storage.block_content.field_blocks.yml new file mode 100644 index 0000000000..2084b5ad2a --- /dev/null +++ b/config/uregni/config/field.storage.block_content.field_blocks.yml @@ -0,0 +1,19 @@ +uuid: 76325db1-2b8a-4fd3-aa53-5b85ceab06b9 +langcode: en +status: true +dependencies: + module: + - block_content + - block_field +id: block_content.field_blocks +field_name: field_blocks +entity_type: block_content +type: block_field +settings: { } +module: block_field +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/uregni/config/field.storage.block_content.field_caption.yml b/config/uregni/config/field.storage.block_content.field_caption.yml new file mode 100644 index 0000000000..4af0bc8ceb --- /dev/null +++ b/config/uregni/config/field.storage.block_content.field_caption.yml @@ -0,0 +1,19 @@ +uuid: 153d2b53-d833-4711-8403-2c51aeae189e +langcode: en +status: true +dependencies: + module: + - block_content +id: block_content.field_caption +field_name: field_caption +entity_type: block_content +type: string_long +settings: + case_sensitive: false +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/uregni/config/field.storage.block_content.field_card_layout.yml b/config/uregni/config/field.storage.block_content.field_card_layout.yml new file mode 100644 index 0000000000..ce0d097989 --- /dev/null +++ b/config/uregni/config/field.storage.block_content.field_card_layout.yml @@ -0,0 +1,30 @@ +uuid: 8702b79c-806d-4c04-8f70-386a99ecca15 +langcode: en +status: true +dependencies: + module: + - block_content + - options +id: block_content.field_card_layout +field_name: field_card_layout +entity_type: block_content +type: list_string +settings: + allowed_values: + - + value: '--x1' + label: 'One column' + - + value: '--x2' + label: 'Two columns' + - + value: '--x3' + label: 'Three columns' + allowed_values_function: '' +module: options +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/uregni/config/field.storage.block_content.field_card_style.yml b/config/uregni/config/field.storage.block_content.field_card_style.yml new file mode 100644 index 0000000000..eccf012b22 --- /dev/null +++ b/config/uregni/config/field.storage.block_content.field_card_style.yml @@ -0,0 +1,23 @@ +uuid: da4af990-b311-43c8-bcb3-c52bed27388c +langcode: en +status: true +dependencies: + module: + - block_content + - dynamic_entity_reference + - taxonomy +id: block_content.field_card_style +field_name: field_card_style +entity_type: block_content +type: dynamic_entity_reference +settings: + exclude_entity_types: false + entity_type_ids: + taxonomy_term: taxonomy_term +module: dynamic_entity_reference +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/uregni/config/field.storage.block_content.field_card_title.yml b/config/uregni/config/field.storage.block_content.field_card_title.yml new file mode 100644 index 0000000000..d7612f986e --- /dev/null +++ b/config/uregni/config/field.storage.block_content.field_card_title.yml @@ -0,0 +1,21 @@ +uuid: 233963ce-8069-4024-bff0-5d76fd63009f +langcode: en +status: true +dependencies: + module: + - block_content +id: block_content.field_card_title +field_name: field_card_title +entity_type: block_content +type: string +settings: + max_length: 255 + is_ascii: false + case_sensitive: false +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/uregni/config/field.storage.block_content.field_image.yml b/config/uregni/config/field.storage.block_content.field_image.yml new file mode 100644 index 0000000000..d006b2eb67 --- /dev/null +++ b/config/uregni/config/field.storage.block_content.field_image.yml @@ -0,0 +1,20 @@ +uuid: d65896c0-3119-4b55-bdce-b3b249ca775a +langcode: en +status: true +dependencies: + module: + - block_content + - media +id: block_content.field_image +field_name: field_image +entity_type: block_content +type: entity_reference +settings: + target_type: media +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/uregni/config/field.storage.block_content.field_link.yml b/config/uregni/config/field.storage.block_content.field_link.yml new file mode 100644 index 0000000000..929d8dd6d5 --- /dev/null +++ b/config/uregni/config/field.storage.block_content.field_link.yml @@ -0,0 +1,19 @@ +uuid: 7a51cf2d-de58-47d7-80f9-f38699cff34c +langcode: en +status: true +dependencies: + module: + - block_content + - link +id: block_content.field_link +field_name: field_link +entity_type: block_content +type: link +settings: { } +module: link +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/uregni/config/field.storage.block_content.field_plain_cards.yml b/config/uregni/config/field.storage.block_content.field_plain_cards.yml new file mode 100644 index 0000000000..c7f10384b1 --- /dev/null +++ b/config/uregni/config/field.storage.block_content.field_plain_cards.yml @@ -0,0 +1,21 @@ +uuid: ec32f9cd-1366-4b00-b770-d87cf398d828 +langcode: en +status: true +dependencies: + module: + - block_content + - entity_reference_revisions + - paragraphs +id: block_content.field_plain_cards +field_name: field_plain_cards +entity_type: block_content +type: entity_reference_revisions +settings: + target_type: paragraph +module: entity_reference_revisions +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/uregni/config/field.storage.block_content.field_teaser.yml b/config/uregni/config/field.storage.block_content.field_teaser.yml new file mode 100644 index 0000000000..2efaf35366 --- /dev/null +++ b/config/uregni/config/field.storage.block_content.field_teaser.yml @@ -0,0 +1,21 @@ +uuid: d0e9a506-3d21-427b-9928-518f03823d5a +langcode: en +status: true +dependencies: + module: + - block_content +id: block_content.field_teaser +field_name: field_teaser +entity_type: block_content +type: string +settings: + max_length: 255 + is_ascii: false + case_sensitive: false +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/uregni/config/field.storage.block_content.field_telephone.yml b/config/uregni/config/field.storage.block_content.field_telephone.yml new file mode 100644 index 0000000000..eef976f1a7 --- /dev/null +++ b/config/uregni/config/field.storage.block_content.field_telephone.yml @@ -0,0 +1,21 @@ +uuid: 157d3b6c-6f6a-4f01-afd2-c06cc4bf8461 +langcode: en +status: true +dependencies: + module: + - block_content + - telephone_plus +id: block_content.field_telephone +field_name: field_telephone +entity_type: block_content +type: telephone_plus_field +settings: + title_enabled: 1 + supplementary_enabled: 1 +module: telephone_plus +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/uregni/config/field.storage.block_content.field_title_link.yml b/config/uregni/config/field.storage.block_content.field_title_link.yml new file mode 100644 index 0000000000..bb1c495c6d --- /dev/null +++ b/config/uregni/config/field.storage.block_content.field_title_link.yml @@ -0,0 +1,19 @@ +uuid: dd389b54-35a3-4171-b944-fc11eb9c7502 +langcode: en +status: true +dependencies: + module: + - block_content + - link +id: block_content.field_title_link +field_name: field_title_link +entity_type: block_content +type: link +settings: { } +module: link +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/uregni/config/field.storage.block_content.field_video.yml b/config/uregni/config/field.storage.block_content.field_video.yml new file mode 100644 index 0000000000..dbf2a85471 --- /dev/null +++ b/config/uregni/config/field.storage.block_content.field_video.yml @@ -0,0 +1,20 @@ +uuid: bfa6c73d-68ed-4831-8997-5026426bb018 +langcode: en +status: true +dependencies: + module: + - block_content + - media +id: block_content.field_video +field_name: field_video +entity_type: block_content +type: entity_reference +settings: + target_type: media +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/uregni/config/field.storage.block_content.field_video_caption_display.yml b/config/uregni/config/field.storage.block_content.field_video_caption_display.yml new file mode 100644 index 0000000000..7e033c3512 --- /dev/null +++ b/config/uregni/config/field.storage.block_content.field_video_caption_display.yml @@ -0,0 +1,36 @@ +uuid: 0cf92b51-6c14-4cb6-9244-1a278aeaaefc +langcode: en +status: true +dependencies: + module: + - block_content + - options +id: block_content.field_video_caption_display +field_name: field_video_caption_display +entity_type: block_content +type: list_string +settings: + allowed_values: + - + value: no-caption + label: 'no caption (video full width)' + - + value: above + label: 'caption above' + - + value: right + label: 'caption right' + - + value: below + label: 'caption below' + - + value: left + label: 'caption left' + allowed_values_function: '' +module: options +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/uregni/config/field.storage.paragraph.field_content.yml b/config/uregni/config/field.storage.paragraph.field_content.yml new file mode 100644 index 0000000000..6f1be5b4fa --- /dev/null +++ b/config/uregni/config/field.storage.paragraph.field_content.yml @@ -0,0 +1,19 @@ +uuid: 8e3a99bd-09ce-4b5f-871f-ac03c7cea7de +langcode: en +status: true +dependencies: + module: + - paragraphs + - text +id: paragraph.field_content +field_name: field_content +entity_type: paragraph +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/uregni/config/field.storage.paragraph.field_link.yml b/config/uregni/config/field.storage.paragraph.field_link.yml new file mode 100644 index 0000000000..e6220b3e21 --- /dev/null +++ b/config/uregni/config/field.storage.paragraph.field_link.yml @@ -0,0 +1,19 @@ +uuid: 5ca62626-6ac0-4746-94fb-f45f5a6a90f9 +langcode: en +status: true +dependencies: + module: + - link + - paragraphs +id: paragraph.field_link +field_name: field_link +entity_type: paragraph +type: link +settings: { } +module: link +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/uregni/config/field.storage.paragraph.field_teaser.yml b/config/uregni/config/field.storage.paragraph.field_teaser.yml new file mode 100644 index 0000000000..68e56a1593 --- /dev/null +++ b/config/uregni/config/field.storage.paragraph.field_teaser.yml @@ -0,0 +1,21 @@ +uuid: bce943c2-aacf-40ea-bb05-7013cacbae35 +langcode: en +status: true +dependencies: + module: + - paragraphs +id: paragraph.field_teaser +field_name: field_teaser +entity_type: paragraph +type: string +settings: + max_length: 255 + is_ascii: false + case_sensitive: false +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/uregni/config/field.storage.paragraph.field_title.yml b/config/uregni/config/field.storage.paragraph.field_title.yml new file mode 100644 index 0000000000..83a2c83bc7 --- /dev/null +++ b/config/uregni/config/field.storage.paragraph.field_title.yml @@ -0,0 +1,21 @@ +uuid: 69232883-49ce-4689-b760-285fe2edccdb +langcode: en +status: true +dependencies: + module: + - paragraphs +id: paragraph.field_title +field_name: field_title +entity_type: paragraph +type: string +settings: + max_length: 255 + is_ascii: false + case_sensitive: false +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/uregni/config/language.content_settings.block_content.accordion_menu.yml b/config/uregni/config/language.content_settings.block_content.accordion_menu.yml new file mode 100644 index 0000000000..7a0be287d7 --- /dev/null +++ b/config/uregni/config/language.content_settings.block_content.accordion_menu.yml @@ -0,0 +1,11 @@ +uuid: 18e48b48-2d1e-4e48-a9fd-2f90c60eb25f +langcode: en +status: true +dependencies: + config: + - block_content.type.accordion_menu +id: block_content.accordion_menu +target_entity_type_id: block_content +target_bundle: accordion_menu +default_langcode: site_default +language_alterable: false diff --git a/config/uregni/config/language.content_settings.block_content.banner_deep.yml b/config/uregni/config/language.content_settings.block_content.banner_deep.yml new file mode 100644 index 0000000000..046ed2dbf9 --- /dev/null +++ b/config/uregni/config/language.content_settings.block_content.banner_deep.yml @@ -0,0 +1,11 @@ +uuid: 0cf3f7eb-52d2-402c-b298-6218fb4d8ac3 +langcode: en +status: true +dependencies: + config: + - block_content.type.banner_deep +id: block_content.banner_deep +target_entity_type_id: block_content +target_bundle: banner_deep +default_langcode: site_default +language_alterable: false diff --git a/config/uregni/config/language.content_settings.block_content.card_contact.yml b/config/uregni/config/language.content_settings.block_content.card_contact.yml new file mode 100644 index 0000000000..75879ea0e3 --- /dev/null +++ b/config/uregni/config/language.content_settings.block_content.card_contact.yml @@ -0,0 +1,11 @@ +uuid: 685403b8-b3fa-4001-9c9a-86f3f1b087ce +langcode: en +status: true +dependencies: + config: + - block_content.type.card_contact +id: block_content.card_contact +target_entity_type_id: block_content +target_bundle: card_contact +default_langcode: site_default +language_alterable: false diff --git a/config/uregni/config/language.content_settings.block_content.card_nested_standard.yml b/config/uregni/config/language.content_settings.block_content.card_nested_standard.yml new file mode 100644 index 0000000000..4664d5c83a --- /dev/null +++ b/config/uregni/config/language.content_settings.block_content.card_nested_standard.yml @@ -0,0 +1,11 @@ +uuid: 74425433-40a1-4da7-acbf-e8f7126097ba +langcode: en +status: true +dependencies: + config: + - block_content.type.card_nested_standard +id: block_content.card_nested_standard +target_entity_type_id: block_content +target_bundle: card_nested_standard +default_langcode: site_default +language_alterable: false diff --git a/config/uregni/config/language.content_settings.block_content.card_nested_wide.yml b/config/uregni/config/language.content_settings.block_content.card_nested_wide.yml new file mode 100644 index 0000000000..d5a80e2c9f --- /dev/null +++ b/config/uregni/config/language.content_settings.block_content.card_nested_wide.yml @@ -0,0 +1,11 @@ +uuid: d05160da-5961-4187-9468-eb95d7d58d53 +langcode: en +status: true +dependencies: + config: + - block_content.type.card_nested_wide +id: block_content.card_nested_wide +target_entity_type_id: block_content +target_bundle: card_nested_wide +default_langcode: site_default +language_alterable: false diff --git a/config/uregni/config/language.content_settings.block_content.card_standard.yml b/config/uregni/config/language.content_settings.block_content.card_standard.yml new file mode 100644 index 0000000000..95fd65ac4d --- /dev/null +++ b/config/uregni/config/language.content_settings.block_content.card_standard.yml @@ -0,0 +1,11 @@ +uuid: e5a93990-cfde-45cc-a37d-1a8616bf3cc5 +langcode: en +status: true +dependencies: + config: + - block_content.type.card_standard +id: block_content.card_standard +target_entity_type_id: block_content +target_bundle: card_standard +default_langcode: site_default +language_alterable: false diff --git a/config/uregni/config/language.content_settings.block_content.card_wide.yml b/config/uregni/config/language.content_settings.block_content.card_wide.yml new file mode 100644 index 0000000000..c935b1a192 --- /dev/null +++ b/config/uregni/config/language.content_settings.block_content.card_wide.yml @@ -0,0 +1,11 @@ +uuid: 532875c0-831d-409c-91ff-bfc069e3078d +langcode: en +status: true +dependencies: + config: + - block_content.type.card_wide +id: block_content.card_wide +target_entity_type_id: block_content +target_bundle: card_wide +default_langcode: site_default +language_alterable: false diff --git a/config/uregni/config/language.content_settings.block_content.information_notice.yml b/config/uregni/config/language.content_settings.block_content.information_notice.yml new file mode 100644 index 0000000000..ae53081a38 --- /dev/null +++ b/config/uregni/config/language.content_settings.block_content.information_notice.yml @@ -0,0 +1,11 @@ +uuid: 150fac4b-e533-470c-b2ce-e9320e443109 +langcode: en +status: true +dependencies: + config: + - block_content.type.information_notice +id: block_content.information_notice +target_entity_type_id: block_content +target_bundle: information_notice +default_langcode: site_default +language_alterable: false diff --git a/config/uregni/config/language.content_settings.block_content.plain_cards.yml b/config/uregni/config/language.content_settings.block_content.plain_cards.yml new file mode 100644 index 0000000000..de33dcb666 --- /dev/null +++ b/config/uregni/config/language.content_settings.block_content.plain_cards.yml @@ -0,0 +1,11 @@ +uuid: 52607394-dd32-4cf5-bb38-6a762cb3aed4 +langcode: en +status: true +dependencies: + config: + - block_content.type.plain_cards +id: block_content.plain_cards +target_entity_type_id: block_content +target_bundle: plain_cards +default_langcode: site_default +language_alterable: false diff --git a/config/uregni/config/language.content_settings.block_content.text.yml b/config/uregni/config/language.content_settings.block_content.text.yml new file mode 100644 index 0000000000..5c1ad274cc --- /dev/null +++ b/config/uregni/config/language.content_settings.block_content.text.yml @@ -0,0 +1,11 @@ +uuid: fe015648-deb3-4168-9718-77061a0b9801 +langcode: en +status: true +dependencies: + config: + - block_content.type.text +id: block_content.text +target_entity_type_id: block_content +target_bundle: text +default_langcode: site_default +language_alterable: false diff --git a/config/uregni/config/language.content_settings.block_content.video.yml b/config/uregni/config/language.content_settings.block_content.video.yml new file mode 100644 index 0000000000..44f25d7e27 --- /dev/null +++ b/config/uregni/config/language.content_settings.block_content.video.yml @@ -0,0 +1,11 @@ +uuid: ce93464c-8cce-484d-9fad-7c575feb178e +langcode: en +status: true +dependencies: + config: + - block_content.type.video +id: block_content.video +target_entity_type_id: block_content +target_bundle: video +default_langcode: site_default +language_alterable: false diff --git a/config/uregni/config/language.content_settings.block_content.video_and_caption.yml b/config/uregni/config/language.content_settings.block_content.video_and_caption.yml new file mode 100644 index 0000000000..84b2f0dec4 --- /dev/null +++ b/config/uregni/config/language.content_settings.block_content.video_and_caption.yml @@ -0,0 +1,11 @@ +uuid: 7d9a014c-0706-4284-86a9-478b12c56aff +langcode: en +status: true +dependencies: + config: + - block_content.type.video_and_caption +id: block_content.video_and_caption +target_entity_type_id: block_content +target_bundle: video_and_caption +default_langcode: site_default +language_alterable: false diff --git a/config/uregni/config/language.content_settings.taxonomy_term.landing_pages_contact_card_colou.yml b/config/uregni/config/language.content_settings.taxonomy_term.landing_pages_contact_card_colou.yml new file mode 100644 index 0000000000..d6b0f5b883 --- /dev/null +++ b/config/uregni/config/language.content_settings.taxonomy_term.landing_pages_contact_card_colou.yml @@ -0,0 +1,11 @@ +uuid: 676f2b99-3782-4d2e-af8c-3296b01eaf28 +langcode: en +status: true +dependencies: + config: + - taxonomy.vocabulary.landing_pages_contact_card_colou +id: taxonomy_term.landing_pages_contact_card_colou +target_entity_type_id: taxonomy_term +target_bundle: landing_pages_contact_card_colou +default_langcode: site_default +language_alterable: false diff --git a/config/uregni/config/paragraphs.paragraphs_type.accordion_section.yml b/config/uregni/config/paragraphs.paragraphs_type.accordion_section.yml new file mode 100644 index 0000000000..c635bfec90 --- /dev/null +++ b/config/uregni/config/paragraphs.paragraphs_type.accordion_section.yml @@ -0,0 +1,10 @@ +uuid: 0e30fb4b-8b83-445d-a72b-2c1cd30a58c9 +langcode: en +status: true +dependencies: { } +id: accordion_section +label: 'Accordion section' +icon_uuid: null +icon_default: null +description: '' +behavior_plugins: { } diff --git a/config/uregni/config/paragraphs.paragraphs_type.card_plain.yml b/config/uregni/config/paragraphs.paragraphs_type.card_plain.yml new file mode 100644 index 0000000000..03f743838e --- /dev/null +++ b/config/uregni/config/paragraphs.paragraphs_type.card_plain.yml @@ -0,0 +1,10 @@ +uuid: 11eabf10-071c-4ab7-b930-dc7e91cfeb11 +langcode: en +status: true +dependencies: { } +id: card_plain +label: 'Card - plain' +icon_uuid: null +icon_default: null +description: '' +behavior_plugins: { } diff --git a/config/uregni/config/scheduled_transitions.settings.yml b/config/uregni/config/scheduled_transitions.settings.yml index 12789a87af..b480f537a8 100644 --- a/config/uregni/config/scheduled_transitions.settings.yml +++ b/config/uregni/config/scheduled_transitions.settings.yml @@ -9,10 +9,17 @@ message_transition_historical: 'Scheduled transition: copied revision #[schedule message_transition_copy_latest_draft: 'Scheduled transition: reverted [scheduled-transitions:latest-state] revision #[scheduled-transitions:latest-revision-id] back to top' _core: default_config_hash: 7JXPlBBlcxgQvxxcOS0MVnoAtJ8Goeu6OrR7OjxR4ik +message_override: false bundles: - entity_type: node bundle: consultation + - + entity_type: node + bundle: feature + - + entity_type: node + bundle: featured_content_list - entity_type: node bundle: news diff --git a/config/uregni/config/structure_sync.data.yml b/config/uregni/config/structure_sync.data.yml index 656ec0a959..c90d11ca6e 100644 --- a/config/uregni/config/structure_sync.data.yml +++ b/config/uregni/config/structure_sync.data.yml @@ -1,147 +1,3 @@ -taxonomies: - publications_topics: - - - vid: publications_topics - tid: '12' - langcode: en - name: Board - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: 4067a727-0244-464d-94ee-eda708d7767f - - - vid: publications_topics - tid: '11' - langcode: en - name: Corporate - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: de4d2964-b163-4dba-83af-7002b471f35e - - - vid: publications_topics - tid: '14' - langcode: en - name: Electricity - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: f1940822-26d0-49a2-89b4-5c6f00cc8a5b - - - vid: publications_topics - tid: '4' - langcode: en - name: 'Electricity networks' - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: 84ca9dcd-cce5-4394-b2a5-d37515ad4086 - - - vid: publications_topics - tid: '6' - langcode: en - name: 'Electricity retail' - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: 54a214bb-572e-4c0a-909b-bf2d60d6c9a1 - - - vid: publications_topics - tid: '5' - langcode: en - name: 'Electricity wholesale' - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: 9234f8a1-0877-4375-97a6-760848933e3d - - - vid: publications_topics - tid: '13' - langcode: en - name: Gas - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: 04fab562-4fb9-491f-8780-dad8bc1e234f - - - vid: publications_topics - tid: '7' - langcode: en - name: 'Gas networks' - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: 27e9abf2-28fc-4407-9e7a-d5ff015c4e03 - - - vid: publications_topics - tid: '8' - langcode: en - name: 'Gas Retail' - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: bbb5908e-ac1d-44df-aa41-2e9622fa588f - - - vid: publications_topics - tid: '10' - langcode: en - name: Sustainability - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: 4520912c-9c5a-4260-9df5-41272b6c4806 - - - vid: publications_topics - tid: '9' - langcode: en - name: Water - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: 77b4cb58-32c3-4616-9d5d-221791e3551f - site_topics: - - - vid: site_topics - tid: '3' - langcode: en - name: Electricity - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: 1b94c248-14ff-430b-a58b-5fb59763b329 - - - vid: site_topics - tid: '1' - langcode: en - name: Gas - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: 1d6ab819-adaa-464a-8b80-f3d3953f000f - - - vid: site_topics - tid: '2' - langcode: en - name: Water - description__value: null - description__format: null - weight: '0' - parent: '0' - uuid: f0193b13-e976-4438-8b78-03fe4f69186b - tags: { } menus: - menu_name: menu-footer-links @@ -2626,3 +2482,188 @@ blocks: rev_id_current: null fields: body: { } +taxonomies: + landing_pages_contact_card_colou: + - + vid: landing_pages_contact_card_colou + tid: '15' + langcode: en + name: Black + description__value: null + description__format: null + weight: '0' + parent: '0' + uuid: f25bccc5-16c6-4059-82e3-0b044923cecb + - + vid: landing_pages_contact_card_colou + tid: '16' + langcode: en + name: Green + description__value: null + description__format: null + weight: '0' + parent: '0' + uuid: 01c654be-f14d-44a8-8885-1b9f260c078b + - + vid: landing_pages_contact_card_colou + tid: '17' + langcode: en + name: Orange + description__value: null + description__format: null + weight: '0' + parent: '0' + uuid: 9b68ec30-02a9-40cf-8293-fa07243152c7 + - + vid: landing_pages_contact_card_colou + tid: '18' + langcode: en + name: Red + description__value: null + description__format: null + weight: '0' + parent: '0' + uuid: 1fcf46de-fef1-42c4-8c9d-9f284ba9fb09 + publications_topics: + - + vid: publications_topics + tid: '12' + langcode: en + name: Board + description__value: null + description__format: null + weight: '0' + parent: '0' + uuid: 4067a727-0244-464d-94ee-eda708d7767f + - + vid: publications_topics + tid: '11' + langcode: en + name: Corporate + description__value: null + description__format: null + weight: '0' + parent: '0' + uuid: de4d2964-b163-4dba-83af-7002b471f35e + - + vid: publications_topics + tid: '14' + langcode: en + name: Electricity + description__value: null + description__format: null + weight: '0' + parent: '0' + uuid: f1940822-26d0-49a2-89b4-5c6f00cc8a5b + - + vid: publications_topics + tid: '4' + langcode: en + name: 'Electricity networks' + description__value: null + description__format: null + weight: '0' + parent: '0' + uuid: 84ca9dcd-cce5-4394-b2a5-d37515ad4086 + - + vid: publications_topics + tid: '6' + langcode: en + name: 'Electricity retail' + description__value: null + description__format: null + weight: '0' + parent: '0' + uuid: 54a214bb-572e-4c0a-909b-bf2d60d6c9a1 + - + vid: publications_topics + tid: '5' + langcode: en + name: 'Electricity wholesale' + description__value: null + description__format: null + weight: '0' + parent: '0' + uuid: 9234f8a1-0877-4375-97a6-760848933e3d + - + vid: publications_topics + tid: '13' + langcode: en + name: Gas + description__value: null + description__format: null + weight: '0' + parent: '0' + uuid: 04fab562-4fb9-491f-8780-dad8bc1e234f + - + vid: publications_topics + tid: '7' + langcode: en + name: 'Gas networks' + description__value: null + description__format: null + weight: '0' + parent: '0' + uuid: 27e9abf2-28fc-4407-9e7a-d5ff015c4e03 + - + vid: publications_topics + tid: '8' + langcode: en + name: 'Gas Retail' + description__value: null + description__format: null + weight: '0' + parent: '0' + uuid: bbb5908e-ac1d-44df-aa41-2e9622fa588f + - + vid: publications_topics + tid: '10' + langcode: en + name: Sustainability + description__value: null + description__format: null + weight: '0' + parent: '0' + uuid: 4520912c-9c5a-4260-9df5-41272b6c4806 + - + vid: publications_topics + tid: '9' + langcode: en + name: Water + description__value: null + description__format: null + weight: '0' + parent: '0' + uuid: 77b4cb58-32c3-4616-9d5d-221791e3551f + site_topics: + - + vid: site_topics + tid: '3' + langcode: en + name: Electricity + description__value: null + description__format: null + weight: '0' + parent: '0' + uuid: 1b94c248-14ff-430b-a58b-5fb59763b329 + - + vid: site_topics + tid: '1' + langcode: en + name: Gas + description__value: null + description__format: null + weight: '0' + parent: '0' + uuid: 1d6ab819-adaa-464a-8b80-f3d3953f000f + - + vid: site_topics + tid: '2' + langcode: en + name: Water + description__value: null + description__format: null + weight: '0' + parent: '0' + uuid: f0193b13-e976-4438-8b78-03fe4f69186b + tags: { } diff --git a/config/uregni/config/taxonomy.vocabulary.landing_pages_contact_card_colou.yml b/config/uregni/config/taxonomy.vocabulary.landing_pages_contact_card_colou.yml new file mode 100644 index 0000000000..50abbb9390 --- /dev/null +++ b/config/uregni/config/taxonomy.vocabulary.landing_pages_contact_card_colou.yml @@ -0,0 +1,8 @@ +uuid: ac6f41f0-51fb-48c3-8b4f-20cdcf874fba +langcode: en +status: true +dependencies: { } +name: 'Landing pages - contact card colours' +vid: landing_pages_contact_card_colou +description: 'List of colours for use in setting the style of contact cards' +weight: 0 diff --git a/config/uregni/config/user.role.supervisor_user.yml b/config/uregni/config/user.role.supervisor_user.yml index d255174db9..19329a79c2 100644 --- a/config/uregni/config/user.role.supervisor_user.yml +++ b/config/uregni/config/user.role.supervisor_user.yml @@ -18,6 +18,8 @@ permissions: - 'add content to books' - 'add media from remote sources' - 'add scheduled transitions node consultation' + - 'add scheduled transitions node feature' + - 'add scheduled transitions node featured_content_list' - 'add scheduled transitions node news' - 'add scheduled transitions node page' - 'add scheduled transitions node publication_page' @@ -222,6 +224,8 @@ permissions: - 'moderate content from needs_review to published' - 'moderate content from published to needs_review' - 'reschedule scheduled transitions node consultation' + - 'reschedule scheduled transitions node feature' + - 'reschedule scheduled transitions node featured_content_list' - 'reschedule scheduled transitions node news' - 'reschedule scheduled transitions node page' - 'reschedule scheduled transitions node publication_page' @@ -311,6 +315,8 @@ permissions: - 'view recipe revisions' - 'view scheduled content' - 'view scheduled transitions node consultation' + - 'view scheduled transitions node feature' + - 'view scheduled transitions node featured_content_list' - 'view scheduled transitions node news' - 'view scheduled transitions node page' - 'view scheduled transitions node publication_page' diff --git a/config/uregni/config/workflows.workflow.nics_editorial_workflow.yml b/config/uregni/config/workflows.workflow.nics_editorial_workflow.yml index f433101759..c12e3bbce8 100644 --- a/config/uregni/config/workflows.workflow.nics_editorial_workflow.yml +++ b/config/uregni/config/workflows.workflow.nics_editorial_workflow.yml @@ -4,6 +4,8 @@ status: true dependencies: config: - node.type.consultation + - node.type.feature + - node.type.featured_content_list - node.type.news - node.type.page - node.type.publication_page @@ -96,10 +98,12 @@ type_settings: weight: -2 entity_types: node: - - page - - staff_member - consultation + - feature + - featured_content_list - news + - page - publication_page + - staff_member - vacancy default_moderation_state: draft diff --git a/config/urologyservicesinquiry/config/block.block.exposedformnews_searchnews_search_page.yml b/config/urologyservicesinquiry/config/block.block.exposedformnews_searchnews_search_page.yml index a0143383d1..5854631a2a 100644 --- a/config/urologyservicesinquiry/config/block.block.exposedformnews_searchnews_search_page.yml +++ b/config/urologyservicesinquiry/config/block.block.exposedformnews_searchnews_search_page.yml @@ -12,7 +12,7 @@ dependencies: id: exposedformnews_searchnews_search_page theme: urologyservicesinquiry_theme region: search_facets -weight: 0 +weight: -8 provider: null plugin: 'views_exposed_filter_block:news_search-news_search_page' settings: diff --git a/config/urologyservicesinquiry/config/block.block.exposedformpublications_searchpublication_search_page.yml b/config/urologyservicesinquiry/config/block.block.exposedformpublications_searchpublication_search_page.yml new file mode 100644 index 0000000000..a5b6aac260 --- /dev/null +++ b/config/urologyservicesinquiry/config/block.block.exposedformpublications_searchpublication_search_page.yml @@ -0,0 +1,28 @@ +uuid: dedba7e5-c74d-46a9-8c88-695e6c0d7d2e +langcode: en +status: true +dependencies: + config: + - views.view.publications_search + module: + - system + - views + theme: + - urologyservicesinquiry_theme +id: exposedformpublications_searchpublication_search_page +theme: urologyservicesinquiry_theme +region: search_facets +weight: -7 +provider: null +plugin: 'views_exposed_filter_block:publications_search-publication_search_page' +settings: + id: 'views_exposed_filter_block:publications_search-publication_search_page' + label: '' + provider: views + label_display: '0' + views_label: '' +visibility: + request_path: + id: request_path + pages: "/publications\r\n/publications/date/*\r\n/publications/type/*" + negate: false diff --git a/config/urologyservicesinquiry/config/block.block.publicationpublisheddate.yml b/config/urologyservicesinquiry/config/block.block.publicationpublisheddate.yml new file mode 100644 index 0000000000..8e7fa9dbec --- /dev/null +++ b/config/urologyservicesinquiry/config/block.block.publicationpublisheddate.yml @@ -0,0 +1,28 @@ +uuid: 22eac5e3-94ec-4a67-bfa8-84323488fe2f +langcode: en +status: true +dependencies: + config: + - facets.facet.publication_published_date + module: + - facets + - system + theme: + - urologyservicesinquiry_theme +id: publicationpublisheddate +theme: urologyservicesinquiry_theme +region: search_facets +weight: -5 +provider: null +plugin: 'facet_block:publication_published_date' +settings: + id: 'facet_block:publication_published_date' + label: Date + provider: facets + label_display: visible + block_id: publicationpublisheddate +visibility: + request_path: + id: request_path + pages: "/publications\r\n/publications/date/*\r\n/publications/type/*" + negate: false diff --git a/config/urologyservicesinquiry/config/block.block.publicationtype.yml b/config/urologyservicesinquiry/config/block.block.publicationtype.yml new file mode 100644 index 0000000000..336345fa69 --- /dev/null +++ b/config/urologyservicesinquiry/config/block.block.publicationtype.yml @@ -0,0 +1,28 @@ +uuid: cfb9744f-9bb4-4089-b15c-ff23db46d6cc +langcode: en +status: true +dependencies: + config: + - facets.facet.publication_type + module: + - facets + - system + theme: + - urologyservicesinquiry_theme +id: publicationtype +theme: urologyservicesinquiry_theme +region: search_facets +weight: -4 +provider: null +plugin: 'facet_block:publication_type' +settings: + id: 'facet_block:publication_type' + label: Type + provider: facets + label_display: visible + block_id: publicationtype +visibility: + request_path: + id: request_path + pages: "/publications\r\n/publications/date/*\r\n/publications/type/*\r\n" + negate: false diff --git a/config/urologyservicesinquiry/config/block.block.publisheddate.yml b/config/urologyservicesinquiry/config/block.block.publisheddate.yml index 8a3e757405..0e6a9da5c1 100644 --- a/config/urologyservicesinquiry/config/block.block.publisheddate.yml +++ b/config/urologyservicesinquiry/config/block.block.publisheddate.yml @@ -12,7 +12,7 @@ dependencies: id: publisheddate theme: urologyservicesinquiry_theme region: search_facets -weight: 0 +weight: -6 provider: null plugin: 'facet_block:published_date' settings: diff --git a/config/urologyservicesinquiry/config/core.entity_view_display.node.publication.diff.yml b/config/urologyservicesinquiry/config/core.entity_view_display.node.publication.diff.yml index 908b3c34ab..b720eedaec 100644 --- a/config/urologyservicesinquiry/config/core.entity_view_display.node.publication.diff.yml +++ b/config/urologyservicesinquiry/config/core.entity_view_display.node.publication.diff.yml @@ -15,7 +15,6 @@ dependencies: - field_group - layout_builder - metatag - - options - text - user third_party_settings: @@ -25,8 +24,8 @@ third_party_settings: field_group: group_additional_content_details: children: - - field_publication_type - field_meta_tags + - field_publication_type parent_name: '' weight: 3 format_type: html_element @@ -73,12 +72,13 @@ content: type: metatag_empty_formatter region: content field_publication_type: - weight: 4 + type: entity_reference_label + weight: 6 + region: content label: inline - settings: { } + settings: + link: false third_party_settings: { } - type: list_default - region: content field_published_date: weight: 0 label: inline diff --git a/config/urologyservicesinquiry/config/core.entity_view_display.node.publication.search_result.yml b/config/urologyservicesinquiry/config/core.entity_view_display.node.publication.search_result.yml index 30de4fd434..22bf65db48 100644 --- a/config/urologyservicesinquiry/config/core.entity_view_display.node.publication.search_result.yml +++ b/config/urologyservicesinquiry/config/core.entity_view_display.node.publication.search_result.yml @@ -13,7 +13,6 @@ dependencies: module: - datetime - layout_builder - - options - user third_party_settings: layout_builder: @@ -26,13 +25,6 @@ targetEntityType: node bundle: publication mode: search_result content: - field_publication_type: - weight: 1 - label: hidden - settings: { } - third_party_settings: { } - type: list_default - region: content field_published_date: weight: 0 label: inline @@ -47,5 +39,7 @@ hidden: content_moderation_control: true field_attachment: true field_meta_tags: true + field_publication_type: true langcode: true links: true + search_api_excerpt: true diff --git a/config/urologyservicesinquiry/config/core.entity_view_display.node.publication.teaser.yml b/config/urologyservicesinquiry/config/core.entity_view_display.node.publication.teaser.yml index f352f34aeb..a27a2ce75d 100644 --- a/config/urologyservicesinquiry/config/core.entity_view_display.node.publication.teaser.yml +++ b/config/urologyservicesinquiry/config/core.entity_view_display.node.publication.teaser.yml @@ -12,7 +12,6 @@ dependencies: - node.type.publication module: - datetime - - options - user _core: default_config_hash: Qg3m7rmc1j1dBqLJn6_N8rah72nWZ22-FQqWFnnnZV8 @@ -21,13 +20,6 @@ targetEntityType: node bundle: publication mode: teaser content: - field_publication_type: - type: list_default - weight: 1 - region: content - label: hidden - settings: { } - third_party_settings: { } field_published_date: type: datetime_default weight: 0 @@ -37,14 +29,12 @@ content: timezone_override: '' format_type: unity_date third_party_settings: { } - links: - weight: 2 - region: content - settings: { } - third_party_settings: { } hidden: body: true content_moderation_control: true field_attachment: true field_meta_tags: true + field_publication_type: true langcode: true + links: true + search_api_excerpt: true diff --git a/config/urologyservicesinquiry/config/facets.facet.publication_published_date.yml b/config/urologyservicesinquiry/config/facets.facet.publication_published_date.yml new file mode 100644 index 0000000000..3b48c37bfb --- /dev/null +++ b/config/urologyservicesinquiry/config/facets.facet.publication_published_date.yml @@ -0,0 +1,75 @@ +uuid: 52249844-abf4-470a-8f70-d73095288b9a +langcode: en +status: true +dependencies: + config: + - search_api.index.publications + - views.view.publications_search + module: + - facets_pretty_paths + - search_api +third_party_settings: + facets_pretty_paths: + coder: default_coder +id: publication_published_date +name: 'Published date' +url_alias: date +weight: 0 +min_count: 1 +show_only_one_result: false +field_identifier: field_published_date +facet_source_id: 'search_api:views_page__publications_search__publication_search_page' +widget: + type: links + config: + show_numbers: true + soft_limit: 20 + soft_limit_settings: + show_less_label: 'Show fewer' + show_more_label: 'Show more' + show_reset_link: false + reset_text: 'Show all' + hide_reset_when_no_selection: false +query_operator: and +use_hierarchy: false +keep_hierarchy_parents_active: false +expand_hierarchy: false +enable_parent_when_child_gets_disabled: true +hard_limit: 0 +exclude: false +only_visible_when_facet_source_is_visible: true +processor_configs: + active_widget_order: + processor_id: active_widget_order + weights: + sort: 20 + settings: + sort: ASC + date_facet_drilldown: + processor_id: date_facet_drilldown + weights: + build: 1 + settings: { } + date_item: + processor_id: date_item + weights: + build: 35 + settings: + date_display: actual_date + granularity: 6 + date_format: '' + raw_value_widget_order: + processor_id: raw_value_widget_order + weights: + sort: 50 + settings: + sort: DESC + url_processor_handler: + processor_id: url_processor_handler + weights: + pre_query: 50 + build: 15 + settings: { } +empty_behavior: + behavior: none +show_title: false diff --git a/config/urologyservicesinquiry/config/facets.facet.publication_type.yml b/config/urologyservicesinquiry/config/facets.facet.publication_type.yml new file mode 100644 index 0000000000..426530c997 --- /dev/null +++ b/config/urologyservicesinquiry/config/facets.facet.publication_type.yml @@ -0,0 +1,67 @@ +uuid: 6f629d27-d4dd-4ca4-ba63-bda0c3d1a329 +langcode: en +status: true +dependencies: + config: + - search_api.index.publications + - views.view.publications_search + module: + - facets_pretty_paths + - search_api +third_party_settings: + facets_pretty_paths: + coder: default_coder +id: publication_type +name: 'Publication type' +url_alias: type +weight: 0 +min_count: 1 +show_only_one_result: false +field_identifier: field_publication_type +facet_source_id: 'search_api:views_page__publications_search__publication_search_page' +widget: + type: links + config: + show_numbers: true + soft_limit: 20 + soft_limit_settings: + show_less_label: 'Show less' + show_more_label: 'Show more' + show_reset_link: false + reset_text: 'Show all' + hide_reset_when_no_selection: false +query_operator: and +use_hierarchy: false +keep_hierarchy_parents_active: false +expand_hierarchy: false +enable_parent_when_child_gets_disabled: true +hard_limit: 0 +exclude: false +only_visible_when_facet_source_is_visible: true +processor_configs: + active_widget_order: + processor_id: active_widget_order + weights: + sort: 20 + settings: + sort: ASC + display_value_widget_order: + processor_id: display_value_widget_order + weights: + sort: 40 + settings: + sort: ASC + translate_entity: + processor_id: translate_entity + weights: + build: 5 + settings: { } + url_processor_handler: + processor_id: url_processor_handler + weights: + pre_query: 50 + build: 15 + settings: { } +empty_behavior: + behavior: none +show_title: false diff --git a/config/urologyservicesinquiry/config/facets.facet_source.search_api__views_page__publications_search__publication_search_page.yml b/config/urologyservicesinquiry/config/facets.facet_source.search_api__views_page__publications_search__publication_search_page.yml new file mode 100644 index 0000000000..b8cd26d2b8 --- /dev/null +++ b/config/urologyservicesinquiry/config/facets.facet_source.search_api__views_page__publications_search__publication_search_page.yml @@ -0,0 +1,12 @@ +uuid: d32710a6-4648-4751-940d-39636ee28f02 +langcode: en +status: true +dependencies: { } +id: search_api__views_page__publications_search__publication_search_page +name: 'search_api:views_page__publications_search__publication_search_page' +filter_key: '' +url_processor: facets_pretty_paths +breadcrumb: + active: true + before: false + group: false diff --git a/config/urologyservicesinquiry/config/facets_summary.facets_summary.publications_summary.yml b/config/urologyservicesinquiry/config/facets_summary.facets_summary.publications_summary.yml new file mode 100644 index 0000000000..00842cfdc1 --- /dev/null +++ b/config/urologyservicesinquiry/config/facets_summary.facets_summary.publications_summary.yml @@ -0,0 +1,31 @@ +uuid: d58015b0-2ff3-4335-9391-766d616001fd +langcode: en +status: true +dependencies: + config: + - search_api.index.publications + - views.view.publications_search + module: + - search_api +id: publications_summary +name: 'Publications summary' +facets: + publication_published_date: + checked: true + label: 'Published date' + separator: ', ' + weight: 0 + show_count: false + publication_type: + checked: true + label: 'Publication type' + separator: ', ' + weight: 0 + show_count: false +facet_source_id: 'search_api:views_page__publications_search__publication_search_page' +processor_configs: + hide_when_not_rendered: + processor_id: hide_when_not_rendered + weights: + build: '45' + settings: { } diff --git a/config/urologyservicesinquiry/config/field.field.node.publication.field_publication_type.yml b/config/urologyservicesinquiry/config/field.field.node.publication.field_publication_type.yml index cb80104bb8..1cc3c3f6c5 100644 --- a/config/urologyservicesinquiry/config/field.field.node.publication.field_publication_type.yml +++ b/config/urologyservicesinquiry/config/field.field.node.publication.field_publication_type.yml @@ -1,23 +1,29 @@ -uuid: 8e9e3db1-ea1c-4b26-af5a-8dbe1dc2a965 +uuid: 67e07cff-3d12-4a1e-b674-bd1ef538bb58 langcode: en status: true dependencies: config: - field.storage.node.field_publication_type - node.type.publication - module: - - options -_core: - default_config_hash: MTRaADBWAbEAFDBof89qeak17Pj1GHtXt-ibMPgBJEo + - taxonomy.vocabulary.publications_topics id: node.publication.field_publication_type field_name: field_publication_type entity_type: node bundle: publication -label: Type +label: 'Publication type' description: '' -required: false +required: true translatable: false default_value: { } default_value_callback: '' -settings: { } -field_type: list_string +settings: + handler: 'default:taxonomy_term' + handler_settings: + target_bundles: + publications_topics: publications_topics + sort: + field: name + direction: asc + auto_create: false + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/urologyservicesinquiry/config/field.storage.node.field_publication_type.yml b/config/urologyservicesinquiry/config/field.storage.node.field_publication_type.yml index d45846601b..afe55fcb6b 100644 --- a/config/urologyservicesinquiry/config/field.storage.node.field_publication_type.yml +++ b/config/urologyservicesinquiry/config/field.storage.node.field_publication_type.yml @@ -1,20 +1,17 @@ -uuid: 7ef07c16-00ed-41b0-b6a0-907efa74deaa +uuid: a85efa6d-5102-435a-80b5-bbe483e9bcfe langcode: en status: true dependencies: module: - node - - options -_core: - default_config_hash: KE7Z4urHN3XEgnoVtWjM_bU7i7TpMN1alfJNkbrJZ00 + - taxonomy id: node.field_publication_type field_name: field_publication_type entity_type: node -type: list_string +type: entity_reference settings: - allowed_values: { } - allowed_values_function: '' -module: options + target_type: taxonomy_term +module: core locked: false cardinality: 1 translatable: true diff --git a/config/urologyservicesinquiry/config/language.content_settings.taxonomy_term.publications_topics.yml b/config/urologyservicesinquiry/config/language.content_settings.taxonomy_term.publications_topics.yml new file mode 100644 index 0000000000..85dcfa19ef --- /dev/null +++ b/config/urologyservicesinquiry/config/language.content_settings.taxonomy_term.publications_topics.yml @@ -0,0 +1,11 @@ +uuid: 7ee3f68b-19c0-41ea-a827-22aa83ecd166 +langcode: en +status: true +dependencies: + config: + - taxonomy.vocabulary.publications_topics +id: taxonomy_term.publications_topics +target_entity_type_id: taxonomy_term +target_bundle: publications_topics +default_langcode: site_default +language_alterable: false diff --git a/config/urologyservicesinquiry/config/search_api.index.default_content.yml b/config/urologyservicesinquiry/config/search_api.index.default_content.yml index af776bb442..0fac6e9077 100644 --- a/config/urologyservicesinquiry/config/search_api.index.default_content.yml +++ b/config/urologyservicesinquiry/config/search_api.index.default_content.yml @@ -4,7 +4,6 @@ status: true dependencies: config: - field.storage.node.body - - field.storage.node.field_publication_type - field.storage.node.field_published_date - field.storage.node.field_teaser - search_api.server.default @@ -34,14 +33,6 @@ field_settings: dependencies: module: - node - field_publication_type: - label: Type - datasource_id: 'entity:node' - property_path: field_publication_type - type: string - dependencies: - config: - - field.storage.node.field_publication_type field_published_date: label: 'Published date' datasource_id: 'entity:node' @@ -136,7 +127,6 @@ processor_settings: all_fields: true fields: - body - - field_publication_type - field_teaser - langcode - name @@ -158,7 +148,6 @@ processor_settings: all_fields: true fields: - body - - field_publication_type - field_teaser - langcode - name diff --git a/config/urologyservicesinquiry/config/search_api.index.publications.yml b/config/urologyservicesinquiry/config/search_api.index.publications.yml index aa4b4dbb29..cb296ecf84 100644 --- a/config/urologyservicesinquiry/config/search_api.index.publications.yml +++ b/config/urologyservicesinquiry/config/search_api.index.publications.yml @@ -4,6 +4,7 @@ status: true dependencies: config: - field.storage.node.body + - field.storage.node.field_publication_type - field.storage.node.field_published_date - search_api.server.default module: @@ -22,6 +23,14 @@ field_settings: dependencies: config: - field.storage.node.body + field_publication_type: + label: 'Publication type' + datasource_id: 'entity:node' + property_path: field_publication_type + type: integer + dependencies: + config: + - field.storage.node.field_publication_type field_published_date: label: 'Published date' datasource_id: 'entity:node' @@ -51,6 +60,23 @@ datasource_settings: processor_settings: add_url: { } aggregated_field: { } + entity_status: { } + html_filter: + all_fields: true + fields: + - body + - title + title: false + alt: true + tags: + b: 2 + h1: 5 + h2: 3 + h3: 2 + strong: 2 + weights: + preprocess_index: -15 + preprocess_query: -15 language_with_fallback: { } rendered_item: { } tracker_settings: diff --git a/config/urologyservicesinquiry/config/structure_sync.data.yml b/config/urologyservicesinquiry/config/structure_sync.data.yml index 19d1583402..bdfece3382 100644 --- a/config/urologyservicesinquiry/config/structure_sync.data.yml +++ b/config/urologyservicesinquiry/config/structure_sync.data.yml @@ -1,7 +1,17 @@ -taxonomies: - publications_topics: { } - site_topics: { } - tags: { } +blocks: + - + info: 'About the inquiry' + langcode: en + uuid: 1e99ba1c-48c4-4b30-a65a-9564ab4dfacb + bundle: basic_block + revision_id: null + rev_id_current: null + fields: + body: + - + value: "

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur facilisis orci magna, vitae hendrerit libero dapibus vitae. Cras accumsan et neque eu molestie.

\r\n\r\n

Sed luctus semper elit molestie vehicula.  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet.

\r\n\r\n

Read our Terms of Reference

\r\n" + summary: '' + format: basic_html menus: - menu_name: main @@ -111,26 +121,66 @@ menus: weight: '0' langcode: en uuid: 9f79e8c7-f65c-4a37-bf1c-4a03ce50d936 -blocks: - - - info: 'About the Inquiry' - langcode: en - uuid: 1e99ba1c-48c4-4b30-a65a-9564ab4dfacb - bundle: basic_block - revision_id: null - rev_id_current: null - fields: - body: - - - value: "

The establishment of the independent public Urology Services Inquiry was announced in a statement by the Health Minister, on 24 November 2020.

\r\n\r\n

Read our Terms of Reference

\r\n" - summary: '' - format: basic_html - - - info: 'Social links' - langcode: en - uuid: 254cc1c0-6f62-4535-9078-e8958427bfd4 - bundle: basic_block - revision_id: null - rev_id_current: null - fields: - body: { } +taxonomies: + publications_topics: + - + vid: publications_topics + tid: '1' + langcode: en + name: 'Terms of Reference' + description__value: null + description__format: null + weight: '0' + parent: '0' + uuid: 0fd21ff5-a6b7-445d-8193-e8bc825f15a7 + - + vid: publications_topics + tid: '2' + langcode: en + name: Protocols + description__value: null + description__format: null + weight: '0' + parent: '0' + uuid: 60d3a2b1-3fb9-4fa9-875e-bc36ee04c4f6 + - + vid: publications_topics + tid: '3' + langcode: en + name: 'Restriction Orders' + description__value: null + description__format: null + weight: '0' + parent: '0' + uuid: 3d488d73-fb07-4c62-9cdb-851b2eb733b7 + - + vid: publications_topics + tid: '4' + langcode: en + name: Procedures + description__value: null + description__format: null + weight: '0' + parent: '0' + uuid: 9abf6c62-c404-4f06-a5df-a837a0259049 + - + vid: publications_topics + tid: '5' + langcode: en + name: 'Data Protection' + description__value: null + description__format: null + weight: '0' + parent: '0' + uuid: 45f32336-67ea-448a-9578-c9dd0f1412ba + - + vid: publications_topics + tid: '6' + langcode: en + name: 'Transcripts and Evidence called' + description__value: null + description__format: null + weight: '0' + parent: '0' + uuid: 0fbb4148-d8c6-4cf4-b689-d043d3709462 + tags: { } diff --git a/config/urologyservicesinquiry/config/taxonomy.vocabulary.publications_topics.yml b/config/urologyservicesinquiry/config/taxonomy.vocabulary.publications_topics.yml index ba2128be03..bce90c7117 100644 --- a/config/urologyservicesinquiry/config/taxonomy.vocabulary.publications_topics.yml +++ b/config/urologyservicesinquiry/config/taxonomy.vocabulary.publications_topics.yml @@ -4,7 +4,7 @@ status: true dependencies: { } _core: default_config_hash: uEGJlodSCDScv46iJjns2NrXa6PeqGEnbQzxwI5GhuI -name: 'Publication topics' +name: 'Publication type' vid: publications_topics -description: 'list of topics for publication content types' +description: 'List of types for publication content types' weight: 0 diff --git a/config/urologyservicesinquiry/config/taxonomy.vocabulary.site_topics.yml b/config/urologyservicesinquiry/config/taxonomy.vocabulary.site_topics.yml deleted file mode 100644 index 3849b9b9bc..0000000000 --- a/config/urologyservicesinquiry/config/taxonomy.vocabulary.site_topics.yml +++ /dev/null @@ -1,10 +0,0 @@ -uuid: 423e64f4-ac7d-49cb-aaf0-0b8cb0be11ea -langcode: en -status: true -dependencies: { } -_core: - default_config_hash: 2dPc8-O3DyTNkGZRxRmD-9U7PqZoS3Ki1C9xjLprzqw -name: 'Site topics' -vid: site_topics -description: '' -weight: 0 diff --git a/config/urologyservicesinquiry/config/views.view.publications_search.yml b/config/urologyservicesinquiry/config/views.view.publications_search.yml index 6657c87abc..9fa8dad1df 100644 --- a/config/urologyservicesinquiry/config/views.view.publications_search.yml +++ b/config/urologyservicesinquiry/config/views.view.publications_search.yml @@ -37,11 +37,11 @@ display: exposed_form: type: basic options: - submit_button: Apply + submit_button: Search reset_button: false reset_button_label: Reset exposed_sorts_label: 'Sort by' - expose_sort_order: true + expose_sort_order: false sort_asc_label: Asc sort_desc_label: Desc pager: @@ -259,6 +259,12 @@ display: display_extenders: metatag_display_extender: { } path: publications + cache: + type: search_api_tag + options: { } + defaults: + cache: false + exposed_block: true cache_metadata: max-age: -1 contexts: diff --git a/web/modules/custom/package-lock.json b/web/modules/custom/package-lock.json deleted file mode 100644 index 48e341a095..0000000000 --- a/web/modules/custom/package-lock.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "lockfileVersion": 1 -} diff --git a/web/modules/custom/unity_common/drush.services.yml b/web/modules/custom/unity_common/drush.services.yml deleted file mode 100644 index 2457927426..0000000000 --- a/web/modules/custom/unity_common/drush.services.yml +++ /dev/null @@ -1,6 +0,0 @@ -services: - unity_common.commands: - class: \Drupal\unity_common\Commands\UnityDrushCommands - tags: - - { name: drush.command } - diff --git a/web/modules/custom/unity_common/js/link-manager.js b/web/modules/custom/unity_common/js/link-manager.js deleted file mode 100644 index f11f0a672d..0000000000 --- a/web/modules/custom/unity_common/js/link-manager.js +++ /dev/null @@ -1,57 +0,0 @@ -/** - * @file - * Defines Javascript behaviors for Link handling. - */ -(function ($) { - - "use strict"; - - /** - * Changes any page links, within certain defined regions, from - * elements to elements if the current path matches the - * 'href' attribute. - * - * header.header - * #menu-main - * #main-content - * #sidebar-first - * #sidebar-second - * #footer - */ - Drupal.behaviors.rewriteSelfReferencingLinks = { - attach: function (context, settings) { - let pathname = $(location).attr('pathname'); - // Trim query parameters, if any, from pathname. - pathname = pathname.substr(0, (pathname.indexOf('?') < 0) ? pathname.length : pathname.indexOf('?')); - - const elements = ['header.header', '#menu-main', '#main-content', '#footer', '#sidebar-second', '#sidebar-first']; - - $.each(elements, function (index, elementRef) { - let classes = ['active', 'link__self']; - - if (elementRef === '#block-mainnavigation') { - classes.push('nav-link'); - } - - $(elementRef + ' a[href*="' + pathname + '"]').each(function () { - // Move to next item if we have a data attribute to indicate we should ignore this element. - if ($(this).attr('data-self-ref')) { - return true; - } - - let href = $(this).attr('href'); - // Prune away any query parameters, if they exist. - href = href.substr(0, (href.indexOf('?') < 0) ? href.length : href.indexOf('?')); - - // Need a regex object to inject the pathname variable as a matching value. - let regex = new RegExp('^' + pathname + '$'.replace(/\//g, '\\/'), 'g'); - - if (href.match(regex)) { - $(this).replaceWith('' + $(this).text() + ''); - } - }); - }); - } - }; - -}(jQuery, Drupal)); diff --git a/web/modules/custom/unity_common/src/Commands/UnityDrushCommands.php b/web/modules/custom/unity_common/src/Commands/UnityDrushCommands.php deleted file mode 100644 index fb4c734297..0000000000 --- a/web/modules/custom/unity_common/src/Commands/UnityDrushCommands.php +++ /dev/null @@ -1,187 +0,0 @@ -entityTypeManager = \Drupal::entityTypeManager(); - } - - /** - * Drush command import blocks, taxonomies and menus using structure_sync. - * - * @param string $option - * Argument to select 'safe', 'full' or 'force'. - * - * @command import-all-if-installed - */ - public function importAllIfInstalled($option = 'safe') { - // Only import if the structure_sync module is installed. - if (\Drupal::moduleHandler()->moduleExists('structure_sync')) { - $config = \Drupal::config('structure_sync.data'); - // Import blocks if necessary. - $blocks = $config->get('blocks'); - if (!empty($blocks)) { - StructureSyncHelper::importCustomBlocks([ - 'style' => $option, - 'drush' => TRUE, - ]); - } - // Import taxonomies if necessary. - $taxonomies = $config->get('taxonomies'); - if (!empty($taxonomies)) { - StructureSyncHelper::importTaxonomies([ - 'style' => $option, - 'drush' => TRUE, - ]); - } - // Import menus if necessary. - $menus = $config->get('menus'); - if (!empty($menus)) { - StructureSyncHelper::importMenuLinks([ - 'style' => $option, - 'drush' => TRUE, - ]); - } - } - } - - /** - * Drush command replace SITE_FOLDER_NAME and STARTERKIT text in a unity site - * sub-theme. - * - * @param string $site_folder_name - * Argument for user to enter the site directory they wish to target. - * @param string $starterkit - * Argument for user to add the new name of the sub-theme, replacing - * STARTERKIT. - * - * @command update-starterkit-text - * @aliases upst - * @usage update-starterkit-text --site_folder_name --new_theme_name - */ - public function changeText($site_folder_name = '', $starterkit = '') { - // Get the site folder name entered as the 1st parameter by the user. - $site_path = getcwd() . '/sites/' . $site_folder_name; - - // Rename the STARTERKIT directory to the new sub-theme name entered by the user as the 2nd parameter. - rename($site_path . '/themes/STARTERKIT', $site_path . '/themes/' . $starterkit); - $new_theme_path = $site_path . '/themes/' . $starterkit; - - // Change the theme file names. - $theme_file_names = glob($new_theme_path . '/*'); - foreach ($theme_file_names as $theme_file_name) { - $new_file_name = str_replace('STARTERKIT', $starterkit, $theme_file_name); - rename($theme_file_name, $new_file_name); - } - - // Loop through the new theme directories and update any STARTERKIT and SITE_DIRECTORY_TEXT text. - $site_directories = [ - glob($new_theme_path . '/config/*'), - glob($new_theme_path . '/*'), - ]; - foreach ($site_directories as $site_directory) { - foreach ($site_directory as $file) { - $file_contents = file_get_contents($file); - $strings = ['STARTERKIT', - 'SITE_DIRECTORY_NAME', - ]; - $string_replacements = [$starterkit, - $site_folder_name, - ]; - $file_contents = str_replace($strings, $string_replacements, $file_contents); - if (!is_dir($file)) { - file_put_contents($file, $file_contents); - } - } - } - } - - /** - * Remove select content from the site. - * - * @command unity-migrate:content-purge - * - * @param string $content_type - * Argument to select content type to purge (machine name). - * - * @aliases mig-purge - * @usage mig-purge - */ - public function contentPurge($content_type = NULL) { - if (empty($content_type)) { - $this->io()->write("Please specify the machine name of a content type to purge", TRUE); - return; - } - // Load all nodes of this content type. - $storage = $this->entityTypeManager->getStorage('node'); - $entities = $storage->loadByProperties(["type" => $content_type]); - - $rows[] = [ - 'entity' => 'node', - 'bundle' => $content_type, - 'total' => count($entities), - ]; - // Show the user a count of nodes. - $this->io()->table(['Entity', 'Bundle', 'Total'], $rows); - - // Ask user to confirm. - if ($this->io()->confirm("Are you sure you want to delete all $content_type content", TRUE)) { - $storage->delete($entities); - $this->io()->write("$bundle content deleted", TRUE); - } - } - - /** - * Drush command to disable Fastly logging if Fastly module installed. - * - * @command disable-fastly-logging - */ - public function disableFastlyLogging() { - // Only disable logging if the Fastly module is installed. - if (\Drupal::moduleHandler()->moduleExists('fastly')) { - \Drupal::configFactory()->getEditable('fastly.settings') - ->set('logging', FALSE)->save(); - $this->io()->write("Fastly logging disabled", TRUE); - } - else { - $this->io()->write("Fastly module not installed", TRUE); - } - } - - /** - * Drush command to enable Fastly logging if Fastly module installed. - * - * @command enable-fastly-logging - */ - public function enableFastlyLogging() { - // Only enable logging if the Fastly module is installed. - if (\Drupal::moduleHandler()->moduleExists('fastly')) { - \Drupal::configFactory()->getEditable('fastly.settings') - ->set('logging', TRUE)->save(); - $this->io()->write("Fastly logging enabled", TRUE); - } - else { - $this->io()->write("Fastly module not installed", TRUE); - } - } - -} diff --git a/web/modules/custom/unity_common/src/EventSubscriber/UpdateConfigAfterImport.php b/web/modules/custom/unity_common/src/EventSubscriber/UpdateConfigAfterImport.php deleted file mode 100644 index 765d1a50f7..0000000000 --- a/web/modules/custom/unity_common/src/EventSubscriber/UpdateConfigAfterImport.php +++ /dev/null @@ -1,66 +0,0 @@ -updateEnvService = $update_service; - } - - /** - * Registers the methods in this class that should be listeners. - * - * @return array - * An array of event listener definitions. - */ - public static function getSubscribedEvents() { - return [ - ConfigEvents::IMPORT => ['onConfigImport'] - ]; - } - - /** - * Overwrite various settings when config is imported. - * - * @param \Drupal\Core\Config\ConfigImporterEvent $event - * The Event to process. - */ - public function onConfigImport(ConfigImporterEvent $event) { - $change_list = $event->getChangelist(); - if (!empty($change_list)) { - if ((isset($change_list['update']) && ($change_list['update'][0] == 'google_analytics.settings')) || - (isset($change_list['create']) && ($change_list['create'][0] == 'google_analytics.settings'))) { - if (Settings::get('subsite_id')) { - $this->updateEnvService->updateApiKey('google_analytics.settings', 'account', Settings::get('subsite_id') . '_GOOGLE_ANALYTICS_KEY'); - } - } - } - } - -} diff --git a/web/modules/custom/unity_common/src/UpdateConfigFromEnvironment.php b/web/modules/custom/unity_common/src/UpdateConfigFromEnvironment.php deleted file mode 100644 index 141c89ac56..0000000000 --- a/web/modules/custom/unity_common/src/UpdateConfigFromEnvironment.php +++ /dev/null @@ -1,48 +0,0 @@ -configFactory = $config_factory; - } - - /** - * Update config from an environment variable. - */ - public function updateApiKey($config_key, $config_subkey, $environment_key) { - // Update the specified config with the contents of the - // supplied environment variable. This can be useful if we don't - // want to store sensitive data like API keys in config, but - // we can store them in environment variables instead. - $config = $this->configFactory->getEditable($config_key)->get($config_subkey); - if (!empty($config) && ($config != getenv($environment_key))) { - // Overwrite the sub key. - $config = getenv($environment_key); - $this->configFactory->getEditable($config_key)->set($config_subkey, $config)->save(); - } - } - -} diff --git a/web/modules/custom/unity_common/unity_common.info.yml b/web/modules/custom/unity_common/unity_common.info.yml deleted file mode 100644 index e76b084d50..0000000000 --- a/web/modules/custom/unity_common/unity_common.info.yml +++ /dev/null @@ -1,9 +0,0 @@ -name: 'Unity Common' -type: module -description: 'Unity common functions and overrides' -core_version_requirement: ^8.8 || ^9 -package: 'Unity' -dependencies: - - drupal:config_ignore - - diff --git a/web/modules/custom/unity_common/unity_common.libraries.yml b/web/modules/custom/unity_common/unity_common.libraries.yml deleted file mode 100644 index 3a7106a6ec..0000000000 --- a/web/modules/custom/unity_common/unity_common.libraries.yml +++ /dev/null @@ -1,6 +0,0 @@ -link_manager: - js: - js/link-manager.js: {} - dependencies: - - core/jquery - - core/drupal diff --git a/web/modules/custom/unity_common/unity_common.links.menu.yml b/web/modules/custom/unity_common/unity_common.links.menu.yml deleted file mode 100644 index dc442c3031..0000000000 --- a/web/modules/custom/unity_common/unity_common.links.menu.yml +++ /dev/null @@ -1,5 +0,0 @@ -unity.admin_config: - title: 'Unity' - description: 'Manage Unity module settings' - parent: system.admin_config - route_name: unity.admin_config diff --git a/web/modules/custom/unity_common/unity_common.module b/web/modules/custom/unity_common/unity_common.module deleted file mode 100644 index 1db8df2d30..0000000000 --- a/web/modules/custom/unity_common/unity_common.module +++ /dev/null @@ -1,170 +0,0 @@ -isAdminRoute()) { - return; - } - // Apply link manager library to all non-admin pages. - $variables['#attached']['library'][] = 'unity_common/link_manager'; -} - -/** - * Implements hook_form_FORM_ID_alter(). - * - * Form alter hook for the LinkIt dialogue box - * presented in the WYSIWYG editor. - */ -function unity_common_form_editor_link_dialog_alter(array &$form, FormStateInterface $form_state) { - // Hide option to open link in new window. - $form['linkit_attributes']['target']['#access'] = FALSE; - - // Provide additional guidance information. - $form['attributes']['href']['#description'] .= '

' - . t('To reference an external URL type the full address, eg: https://www.nidirect.gov.uk') . '

' - . '

' . t('To reference an e-mail address type the full address and select the "E-mail" option from the dropdown list.') - . '

'; -} - -/** - * Implements hook_form_alter(). - */ -function unity_common_form_alter(&$form, FormStateInterface $form_state, $form_id) { - if (preg_match('/webform/', $form_id)) { - // Add in a hidden honeypot field to all webforms. - honeypot_add_form_protection( - $form, - $form_state, - ['honeypot', 'time_restriction'] - ); - } -} - -/** - * Implements hook_views_pre_render(). - */ -function unity_common_views_pre_render(ViewExecutable $view) { - // Attach origins media library styles to media library views. - if ($view->id() === 'media_library') { - $view->element['#attached']['library'][] = 'nicsdru_unity_theme/media_library_styles'; - } -} - -/** - * Implements hook_preprocess_media(). - */ -function unity_common_preprocess_media(array &$variables) { - if ($variables['view_mode'] === 'media_library' && $variables['media']->bundle() === 'document') { - $media_entity = &$variables['media']; - $file_storage = \Drupal::entityTypeManager()->getStorage('file'); - - // Get the underlying file associated with this document entity. - $file = $file_storage->load($media_entity->field_media_file->target_id); - - if ($file instanceof FileInterface === FALSE) { - return; - } - - $mimetype = $file->getMimeType(); - - // There shouldn't be an image file here, but just in case, screen for it as if - // it's genuine it likely has its own thumbnail so we would want to keep that. - if (preg_match('/jpeg|jpg|gif|png/', $mimetype)) { - return; - } - - $simple_mimetypes = \Drupal::service('origins_media.pretty_mime_types')->getSimpleMimeTypes(); - $pretty_mimetypes = \Drupal::service('origins_media.pretty_mime_types')->getMimeTypes(); - - // Replace the original image_style render element with a bespoke HTML element - // with our custom CSS attached to render the file icon as background CSS. - $variables['content']['thumbnail'] = [ - '#type' => 'html_tag', - '#tag' => 'div', - '#attributes' => [ - 'class' => [ - 'file--media-library-preview', - 'file--ico', - 'file--ico__' . $simple_mimetypes[$mimetype] - ], - 'aria-label' => $pretty_mimetypes[$mimetype], - ], - '#attached' => [ - 'library' => 'nicsdru_unity_theme/media_library_styles', - ], - ]; - } -} - -/** - * Implements hook_preprocess_image_formatter(). - */ -function unity_common_preprocess_image_formatter(array &$variables) { - if (empty($variables['url']) || $variables['image_style'] != 'thumbnail') { - return; - } - - // Derive the media entity linked to from the URL. - $url = &$variables['url']; - $media_entity = $url->getOption('entity'); - - if ($media_entity instanceof MediaInterface && $media_entity->bundle() === 'document') { - $file_storage = \Drupal::entityTypeManager()->getStorage('file'); - // Get the underlying file associated with this document entity. - $file = $file_storage->load($media_entity->field_media_file->target_id); - - if ($file instanceof FileInterface === FALSE) { - return; - } - - $mimetype = $file->getMimeType(); - $simple_mimetypes = \Drupal::service('origins_media.pretty_mime_types')->getSimpleMimeTypes(); - $pretty_mimetypes = \Drupal::service('origins_media.pretty_mime_types')->getMimeTypes(); - - // Replace the original image_style render element with a bespoke HTML element - // with our custom CSS attached to render the file icon as background CSS. - $variables['image'] = [ - '#type' => 'html_tag', - '#tag' => 'div', - '#attributes' => [ - 'class' => [ - 'file--media-library-preview', - 'file--ico', - 'file--ico__' . $simple_mimetypes[$mimetype] - ], - 'aria-label' => $pretty_mimetypes[$mimetype], - ], - '#attached' => [ - 'library' => 'nicsdru_unity_theme/media_library_styles', - ], - ]; - } -} - -/** - * Implements hook_config_ignore_settings_alter(). - */ -function unity_common_config_ignore_settings_alter(array &$settings) { - // This hook is called just before config is imported (as long as this module - // and the 'config ignore' module are installed) and is even invoked when there - // are no config changes to import. - // The code in UpdateConfigAfterImport will then ensure that the Google Analytics - // key is overwritten during config import. - if (Settings::get('subsite_id')) { - $config_update_service = \Drupal::service('unity_common.update_config_from_environment'); - $config_update_service->updateApiKey('google_analytics.settings', 'account', Settings::get('subsite_id') . '_GOOGLE_ANALYTICS_KEY'); - } -} diff --git a/web/modules/custom/unity_common/unity_common.routing.yml b/web/modules/custom/unity_common/unity_common.routing.yml deleted file mode 100644 index ea08463141..0000000000 --- a/web/modules/custom/unity_common/unity_common.routing.yml +++ /dev/null @@ -1,7 +0,0 @@ -unity.admin_config: - path: '/admin/config/unity' - defaults: - _controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage' - _title: 'Unity' - requirements: - _permission: 'access administration pages' diff --git a/web/modules/custom/unity_common/unity_common.services.yml b/web/modules/custom/unity_common/unity_common.services.yml deleted file mode 100644 index 08d9bc5dc6..0000000000 --- a/web/modules/custom/unity_common/unity_common.services.yml +++ /dev/null @@ -1,9 +0,0 @@ -services: - unity_common.update_config_from_environment: - class: Drupal\unity_common\UpdateConfigFromEnvironment - arguments: ['@config.factory'] - unity_common.event_subscriber: - class: Drupal\unity_common\EventSubscriber\UpdateConfigAfterImport - arguments: [ '@unity_common.update_config_from_environment' ] - tags: - - { name: event_subscriber } diff --git a/web/modules/custom/unity_file_migrations/drush.services.yml b/web/modules/custom/unity_file_migrations/drush.services.yml deleted file mode 100644 index 5c74910e7c..0000000000 --- a/web/modules/custom/unity_file_migrations/drush.services.yml +++ /dev/null @@ -1,6 +0,0 @@ -services: - unity_file_migrations.commands: - class: \Drupal\unity_file_migrations\MigrationProcessors - arguments: ['@entity_type.manager'] - tags: - - { name: drush.command } diff --git a/web/modules/custom/unity_file_migrations/src/MigrationProcessors.php b/web/modules/custom/unity_file_migrations/src/MigrationProcessors.php deleted file mode 100644 index 8b76592285..0000000000 --- a/web/modules/custom/unity_file_migrations/src/MigrationProcessors.php +++ /dev/null @@ -1,158 +0,0 @@ -nodeStorage = $entity_type_manager->getStorage('node'); - $this->dbConnMigrate = Database::getConnection('default', 'migrate'); - $this->dbConnDrupal8 = Database::getConnection('default', 'default'); - } - - /** - * Drush command to publish Unity nodes after migration. - * - * @command post-migrate-publish - */ - public function updatePublishStatus($node_type = NULL) { - // This update should be run from drush after ALL node - // and revision migrations have completed. Note that this process - // will correctly set current revision and publish status for all - // nodes but it will create new revisions. This means that once this - // has been run there should be no more 'top up' migrations, the only - // option is to roll back all revision and node migrations and start - // from scratch. - - $this->output()->writeln('Sync node publish status values after migration'); - - // Find all node ids in the D8 site so we know what to look for. - $d8_nids = []; - if ($node_type) { - $query = $this->dbConnDrupal8->query("SELECT nid FROM {node} WHERE type = :node_type ORDER BY nid ASC", [':node_type' => $node_type]); - $d8_nids = $query->fetchAllAssoc('nid'); - } - else { - $query = $this->dbConnDrupal8->query("SELECT nid FROM {node} ORDER BY nid ASC"); - $d8_nids = $query->fetchAllAssoc('nid'); - } - - // Load source node publish status fields. - $query = $this->dbConnMigrate->query(" - SELECT nid, status FROM {node} - WHERE nid IN (:nids[]) - ORDER BY nid ASC - ", [':nids[]' => array_keys($d8_nids)]); - $migrate_nid_status = $query->fetchAll(); - - // Sync our D8 node publish values and revisions with those from D7. - foreach ($migrate_nid_status as $row) { - $this->processNodeStatus($row->nid, $row->status); - } - - $this->output()->writeln('Updated revisions on ' . count($migrate_nid_status) . ' nodes.'); - $this->output()->writeln('Clearing all caches...'); - drupal_flush_all_caches(); - } - - /** - * Updates the status and revisions for the specified node. - * - * @param int $nid - * The node id. - * @param string $status - * The status of the node. - */ - public function processNodeStatus(int $nid, string $status) { - // Need to fetch the D8 revision ID for any node as it doesn't - // always match the source db. - $d8_vid = $this->dbConnDrupal8->query( - "SELECT vid FROM {node_field_data} WHERE nid = :nid", [':nid' => $nid] - )->fetchField(); - - // Get the D7 revision id. - $vid = $this->dbConnMigrate->query( - "SELECT vid FROM {node} WHERE nid = :nid", [':nid' => $nid] - )->fetchField(); - - // Does the D7 revision exist in D8? - $check_vid = $this->dbConnDrupal8->query( - "SELECT vid FROM {node_field_revision} WHERE nid = :nid AND vid = :vid", - [':nid' => $nid, ':vid' => $vid] - )->fetchField(); - if (empty($check_vid)) { - // D7 revision does not exist in D8, use the D8 one. - $vid = $d8_vid; - } - - // Make the revision current and publish if necessary. - $revision = $this->nodeStorage->loadRevision($vid); - if (!empty($revision)) { - $revision->isDefaultRevision(TRUE); - if ($status == 1) { - $revision->setpublished(); - } - $revision->save(); - } - - // Publish node if necessary. - if ($status == 1) { - // If node was published on D7, make sure that it is published on D8. - $node = $this->nodeStorage->load($nid); - if (!empty($node)) { - $node->status = 1; - $node->set('moderation_state', 'published'); - $node->save(); - } - } - else { - // See if the moderation state on D7 was 'needs review'. - $moderation_status = $this->dbConnMigrate->query(" - select state from {workbench_moderation_node_history} - where hid = (select max(hid) from {workbench_moderation_node_history} where nid = :nid) - ", [':nid' => $nid])->fetchField(); - if ($moderation_status == 'needs_review') { - // Make sure state is 'needs review' on D8. - $node = $this->nodeStorage->load($nid); - $node->set('moderation_state', 'needs_review'); - $node->save(); - } - } - } - -} diff --git a/web/modules/custom/unity_file_migrations/src/Plugin/migrate/process/DocumentEmbed.php b/web/modules/custom/unity_file_migrations/src/Plugin/migrate/process/DocumentEmbed.php deleted file mode 100644 index 5ab1f5e6cf..0000000000 --- a/web/modules/custom/unity_file_migrations/src/Plugin/migrate/process/DocumentEmbed.php +++ /dev/null @@ -1,98 +0,0 @@ - - * - * @MigrateProcessPlugin( - * id = "document_embed" - * ) - */ -class DocumentEmbed extends ProcessPluginBase { - - /** - * Transform Functionality. - */ - public function transform( - $value, - MigrateExecutableInterface $migrate_executable, - Row $row, - $destination_property - ) { - - // Create REGEX string to match file links. - $embed_regex = '/<(&);\/]+<\/a>/U'; - - // Search for matches in body value. - $matches = []; - preg_match_all($embed_regex, $value['value'], $matches, PREG_SET_ORDER); - - // Iterate these matches to find publications ( if exists ). - if (!empty($matches)) { - - foreach ($matches as $match) { - - // Validation to check the preg match returned array result. - if (empty($match[0]) || empty($match[1])) { - continue; - } - - $query = \Drupal::entityQuery('node') - ->condition('type', 'publication_page') - ->condition('body', basename($match[1], "."), 'CONTAINS'); - - $nids = $query->execute(); - - // Node has returned with file included. Creating link to specific node. - if ($lastNode = end($nids)) { - // Publication Page link used for replacing embedded links. - $publications_link = Link::createFromRoute( - 'Specific Publication Page', - 'entity.node.canonical', - ['node' => $lastNode], - [ - 'attributes' => [ - 'rel' => 'nofollow', - 'class' => 'publication_link', - ], - ])->toString(); - } - else { - // Else, just create route to default publication page - // Publication Page link used for replacing embedded links. - // Currently hardcoded NID but will be dynamic to prevent ID issues. - $publications_link = Link::createFromRoute( - 'Default Publication Page', - 'entity.node.canonical', - ['node' => 2593], - [ - 'attributes' => [ - 'rel' => 'nofollow', - 'class' => 'publication_link', - ], - ])->toString(); - } - - // Replace links to publication (or publication page if not exists). - // $value = preg_replace($embed_regex, $publications_link, $value);. - // Str replace for multiple matches within body value. - $value = str_replace($match[0], $publications_link, $value); - } - } - - return $value; - } - -} diff --git a/web/modules/custom/unity_file_migrations/src/Plugin/migrate/process/MediaWysiwygFilter.php b/web/modules/custom/unity_file_migrations/src/Plugin/migrate/process/MediaWysiwygFilter.php deleted file mode 100644 index 8e191e8480..0000000000 --- a/web/modules/custom/unity_file_migrations/src/Plugin/migrate/process/MediaWysiwygFilter.php +++ /dev/null @@ -1,264 +0,0 @@ - - * - * @endcode - * - * Usage: - * - * @endcode - * process: - * bar: - * plugin: media_wysiwyg_filter - * @endcode - * - * @MigrateProcessPlugin( - * id = "media_wysiwyg_filter" - * ) - */ -class MediaWysiwygFilter extends ProcessPluginBase implements ContainerFactoryPluginInterface { - - /** - * The database connection. - * - * @var \Drupal\Core\Database\Connection - */ - protected $connection; - - /** - * Constructs a UpdateFileToDocument process plugin instance. - * - * @param array $configuration - * The plugin configuration. - * @param string $plugin_id - * The plugin ID. - * @param array $plugin_definition - * The plugin definition. - * @param \Drupal\Core\Database\Connection $connection - * Database connection. - */ - public function __construct(array $configuration, $plugin_id, array $plugin_definition, Connection $connection) { - parent::__construct($configuration, $plugin_id, $plugin_definition); - $this->connection = $connection; - } - - /** - * {@inheritdoc} - */ - public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) { - return new static( - $configuration, - $plugin_id, - $plugin_definition, - $container->get('database') - ); - } - - /** - * {@inheritdoc} - */ - public function transform($value, MigrateExecutableInterface $migrate_executable, Row $row, $destination_property) { - $pattern = '/\[\[(?.+?"type":"media".+?)\]\]/s'; - - $messenger = $this->messenger(); - $nid = $row->getSourceProperty('nid'); - $value['value'] = preg_replace_callback($pattern, function ($matches) use ($messenger, $nid) { - $decoder = new JsonDecode(TRUE); - - try { - // Extract the D7 embedded media data. - $tag_info = $decoder->decode($matches['tag_info'], JsonEncoder::FORMAT); - - // Ensure we have a managed file for the embedded asset. - $query = $this->connection->select('file_managed', 'f'); - $query->condition('f.fid', $tag_info['fid'], '='); - $query->fields('f', ['uuid', 'filename', 'filemime', 'uri']); - $query->range(0, 1); - $file = $query->execute()->fetchAssoc(); - - if (!empty($file)) { - $tag_info['filemime'] = $file['filemime']; - - // Determine the media file type to handle. - switch (substr($file['filemime'], 0, strpos($file['filemime'], '/'))) { - case 'image': - return $this->imageMediaEmbed($tag_info); - - case 'audio': - $media_type = 'audio_file'; - return $this->genericMediaEmbed($tag_info, $media_type); - - case 'application': - $media_type = 'file'; - return $this->genericMediaEmbed($tag_info, $media_type); - - default: - break; - } - } - else { - // Search for oembed/remote media which doesn't have a - // managed file entry. - $query = $this->connection->select('media', 'm'); - $query->condition('m.mid', $tag_info['fid'], '='); - $query->fields('m', ['uuid']); - $query->addField('o', 'bundle'); - $query->join('media__field_media_oembed_video', 'o', 'o.entity_id = m.mid'); - $query->range(0, 1); - $oembed = $query->execute()->fetchAssoc(); - - if ($oembed['bundle'] === 'remote_video') { - $replacement_template = <<<'TEMPLATE' - - -TEMPLATE; - - return sprintf($replacement_template, $oembed['uuid']); - } - - } - } - catch (NotEncodableValueException $e) { - // There was an error decoding the JSON. Remove code. - $messenger->addWarning(sprintf('The following media_wysiwyg token in node %d does not have valid JSON: %s', - $nid, $matches[0])); - return NULL; - } - return NULL; - }, $value['value']); - - return $value; - } - - /** - * Creates a generic Drupal Media element. - * - * @param array $tag_info - * D7 embedded media json array. - * @param string $media_type - * The D8 media type table/field to query. - * - * @return string - * A drupal-media element. - */ - protected function genericMediaEmbed(array $tag_info, string $media_type) { - - $replacement_template = <<<'TEMPLATE' - - -TEMPLATE; - - // Extract the base media entity uuid. - $query = $this->connection->select('media', 'm'); - $query->fields('m', ['uuid']); - $query->addField('i', 'entity_id'); - $query->join("media__field_media_" . $media_type, 'i', 'i.entity_id = m.mid'); - $query->condition('field_media_' . $media_type . '_target_id', $tag_info['fid'], '='); - $query->range(0, 1); - $media = $query->execute()->fetchAssoc(); - - // Update drupal-media template values. - return sprintf($replacement_template, $media['uuid']); - } - - /** - * Creates a Drupal Media image element. - * - * @param array $tag_info - * D7 embedded media json array. - * - * @return string - * A drupal-media element. - */ - protected function imageMediaEmbed(array $tag_info) { - - $replacement_template = <<<'TEMPLATE' - - -TEMPLATE; - - // Extract the base media entity uuid. - $query = $this->connection->select('media', 'm'); - $query->fields('m', ['uuid']); - $query->addField('i', 'entity_id'); - $query->addField('i', 'field_media_image_width', 'width'); - $query->addField('i', 'field_media_image_height', 'height'); - $query->join('media__field_media_image', 'i', 'i.entity_id = m.mid'); - $query->condition('i.field_media_image_target_id', $tag_info['fid'], '='); - $query->range(0, 1); - $media = $query->execute()->fetchAssoc(); - - // Updated image formats when converting from D7 to D8 site. - // The first style for each orientation will be used as a default if no - // value if found in the tag. - $style_map = [ - 'landscape' => [ - 'inline' => 'landscape_float', - 'inline-expandable' => 'landscape_float_xp', - 'inline_xl' => 'landscape_full_xp', - ], - 'portrait' => [ - 'inline' => 'portrait_float', - 'inline-expandable' => 'portrait_float_xp', - 'inline_xl' => 'portrait_full', - ], - ]; - - // Select the appropriate display orientation based on the - // image dimensions. - $orientation = ($media['width'] > $media['height']) ? 'landscape' : 'portrait'; - - // Set a default image style. - $image_style = $style_map[$orientation][array_key_first($style_map[$orientation])]; - - // Assign the image style to the embedded image if we can extract it from - // the original image tag. - if (isset($tag_info['attributes']['data-picture-mapping']) || array_key_exists('data-picture-mapping', $tag_info['attributes'])) { - if (array_key_exists($tag_info['attributes']['data-picture-mapping'], $style_map)) { - $image_style = $style_map[$orientation][$tag_info['attributes']['data-picture-mapping']]; - } - } - - // Update drupal-media template values. - return sprintf($replacement_template, $media['uuid'], $image_style); - } - -} diff --git a/web/modules/custom/unity_file_migrations/src/Plugin/migrate/process/SiteFilesFilter.php b/web/modules/custom/unity_file_migrations/src/Plugin/migrate/process/SiteFilesFilter.php deleted file mode 100644 index 28001ccbff..0000000000 --- a/web/modules/custom/unity_file_migrations/src/Plugin/migrate/process/SiteFilesFilter.php +++ /dev/null @@ -1,43 +0,0 @@ -"\']*)[\'"]+[^>]*>|', $value['value'], $matches)) { - if (count($matches) > 1) { - foreach ($matches[1] as $original_link) { - // See if this url matches the pattern that we are looking for, - // if so, replace it. - if (!isset($this->configuration['from_ref'])) { - throw new MigrateException('"from_ref" must be configured.'); - } - if (!isset($this->configuration['to_ref'])) { - throw new MigrateException('"to_ref" must be configured.'); - } - $value['value'] = str_replace($this->configuration['from_ref'], $this->configuration['to_ref'], $value['value']); - } - } - } - return $value; - } - -} diff --git a/web/modules/custom/unity_file_migrations/src/Plugin/migrate/process/VideoUrl.php b/web/modules/custom/unity_file_migrations/src/Plugin/migrate/process/VideoUrl.php deleted file mode 100644 index 7caeb3ed4e..0000000000 --- a/web/modules/custom/unity_file_migrations/src/Plugin/migrate/process/VideoUrl.php +++ /dev/null @@ -1,41 +0,0 @@ -get($thumbnail_url); - } - catch (RequestException $e) { - // No thumbnail available, so do not migrate this row. - $msg = 'fid ' . $row->getSourceProperty('fid') . ' - ' . $e->getMessage(); - throw new MigrateSkipRowException($msg); - } - return $url; - } - -} diff --git a/web/modules/custom/unity_file_migrations/src/Plugin/migrate/source/FileEntity.php b/web/modules/custom/unity_file_migrations/src/Plugin/migrate/source/FileEntity.php deleted file mode 100644 index f5fd654e60..0000000000 --- a/web/modules/custom/unity_file_migrations/src/Plugin/migrate/source/FileEntity.php +++ /dev/null @@ -1,92 +0,0 @@ -select('file_managed', 'f') - ->fields('f') - ->orderBy('f.fid'); - if (isset($this->configuration['type'])) { - $query->condition('f.type', $this->configuration['type']); - } - // Filter by scheme(s), if configured. - if (isset($this->configuration['scheme'])) { - $schemes = []; - // Accept either a single scheme, or a list. - foreach ((array) $this->configuration['scheme'] as $scheme) { - $schemes[] = rtrim($scheme) . '://'; - } - $schemes = array_map([$this->getDatabase(), 'escapeLike'], $schemes); - - // The uri LIKE 'public://%' OR uri LIKE 'private://%'. - $conditions = new Condition('OR'); - foreach ($schemes as $scheme) { - $conditions->condition('uri', $scheme . '%', 'LIKE'); - } - $query->condition($conditions); - } - - return $query; - } - - /** - * {@inheritdoc} - */ - public function prepareRow(Row $row) { - // Get Field API field values. - foreach (array_keys($this->getFields('file', $row->getSourceProperty('type'))) as $field) { - $fid = $row->getSourceProperty('fid'); - $row->setSourceProperty($field, $this->getFieldValues('file', $field, $fid)); - } - return parent::prepareRow($row); - } - - /** - * {@inheritdoc} - */ - public function fields() { - return [ - 'fid' => $this->t('File ID'), - 'uid' => $this->t('The {users}.uid who added the file. If set to 0, this file was added by an anonymous user.'), - 'filename' => $this->t('File name'), - 'uri' => $this->t('The URI to access the file'), - 'filemime' => $this->t('File MIME Type'), - 'status' => $this->t('The published status of a file.'), - 'timestamp' => $this->t('The time that the file was added.'), - 'type' => $this->t('The type of this file.'), - ]; - } - - /** - * {@inheritdoc} - */ - public function getIds() { - $ids['fid']['type'] = 'integer'; - return $ids; - } - -} diff --git a/web/modules/custom/unity_file_migrations/src/PublicationLinkProcessor.php b/web/modules/custom/unity_file_migrations/src/PublicationLinkProcessor.php deleted file mode 100644 index f00bab63d6..0000000000 --- a/web/modules/custom/unity_file_migrations/src/PublicationLinkProcessor.php +++ /dev/null @@ -1,77 +0,0 @@ -Conflicts Of Interest - A Good Practice Guide (PDF 437 KB)
. - $link_regex = '/\s*[^<]*(\([^<]*\))?<\/a>/'; - $matches = []; - preg_match_all($link_regex, $value, $matches, PREG_SET_ORDER); - - $file_target_ids = []; - foreach ($matches as $embedded_file) { - // Obtain the basename of the embedded file. - $embedded_file_name = basename($embedded_file[1]); - - if (!empty($embedded_file_name)) { - // There may be a better way to do this. The filename taken from the body text relates to the uri of the file - // some uri's are stored under public:// and some public://media-files. I couldn't find a way to add both or - // do a strpos() in loadByProperties() but this works. - $files = \Drupal::entityTypeManager() - ->getStorage('file') - ->loadByProperties(['filename' => urldecode($embedded_file_name)]); - - if (empty($files)) { - $files = \Drupal::entityTypeManager() - ->getStorage('file') - ->loadByProperties(['uri' => 'public://media-files/' . urldecode($embedded_file_name)]); - } - if (empty($files)) { - $files = \Drupal::entityTypeManager() - ->getStorage('file') - ->loadByProperties(['uri' => 'public://' . urldecode($embedded_file_name)]); - } - - $file = reset($files) ?: NULL; - // Ensure we have a matched file to work with and store the file ID in an array. - if (isset($file)) { - $file_target_id = $file->id(); - array_push($file_target_ids, $file_target_id); - } - // This is handy for debugging if the filename doesn't match. - else { - var_dump('Nid: ' . $nid . ' filename: ' . $embedded_file_name); - } - - } - } - // Return the file ID's and load them into the media field. - return Media::loadMultiple($file_target_ids); - - } - -} diff --git a/web/modules/custom/unity_file_migrations/unity_file_migrations.info.yml b/web/modules/custom/unity_file_migrations/unity_file_migrations.info.yml deleted file mode 100644 index 10c64c32fe..0000000000 --- a/web/modules/custom/unity_file_migrations/unity_file_migrations.info.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: 'Migrate UNITY' -type: module -description: 'Unity Document, audio and image migrations and other tools' -core_version_requirement: ^8.8 || ^9 -package: 'Custom' -migration_dependencies: - required: { } -dependencies: - - drupal:migrate - - drupal:migrate_plus - - drupal:migrate_tools - - drupal:migrate_drupal diff --git a/web/modules/custom/unity_file_migrations/unity_file_migrations.module b/web/modules/custom/unity_file_migrations/unity_file_migrations.module deleted file mode 100644 index 893c855e62..0000000000 --- a/web/modules/custom/unity_file_migrations/unity_file_migrations.module +++ /dev/null @@ -1,24 +0,0 @@ -' . t('About') . ''; - $output .= '

' . t('Unity File migrations') . '

'; - return $output; - - default: - } -} diff --git a/web/modules/custom/unity_file_migrations/unity_file_migrations.services.yml b/web/modules/custom/unity_file_migrations/unity_file_migrations.services.yml deleted file mode 100644 index 5fc3d4f235..0000000000 --- a/web/modules/custom/unity_file_migrations/unity_file_migrations.services.yml +++ /dev/null @@ -1,5 +0,0 @@ -services: - unity_file_migrations.migrationprocessors: - class: 'Drupal\unity_file_migrations\MigrationProcessors' - arguments: ['@module_handler', '@entity_type.manager'] - diff --git a/web/modules/custom/unity_frontpage/config/schema/unity_frontpage.schema.yml b/web/modules/custom/unity_frontpage/config/schema/unity_frontpage.schema.yml deleted file mode 100644 index 27c291a02c..0000000000 --- a/web/modules/custom/unity_frontpage/config/schema/unity_frontpage.schema.yml +++ /dev/null @@ -1,10 +0,0 @@ -system.site.unity_frontpage: - type: config_object - label: 'Site information' - mapping: - frontpage_title: - type: label - label: 'Front page title' - frontpage_show_title: - type: boolean - label: 'Show front page title' diff --git a/web/modules/custom/unity_frontpage/src/Form/ExtendedSiteInformationForm.php b/web/modules/custom/unity_frontpage/src/Form/ExtendedSiteInformationForm.php deleted file mode 100644 index 2ca519b125..0000000000 --- a/web/modules/custom/unity_frontpage/src/Form/ExtendedSiteInformationForm.php +++ /dev/null @@ -1,54 +0,0 @@ -config('system.site'); - $form = parent::buildForm($form, $form_state); - $form['front_page']['frontpage_title'] = [ - '#type' => 'textfield', - '#title' => t('Front page title'), - '#default_value' => $site_config->get('frontpage_title') ?: t('Welcome to @name site', - ['@name' => $form['site_information']['site_name']['#default_value']]), - '#description' => t("Optionally enter an appropriate title for the front page."), - ]; - - $form['front_page']['frontpage_show_title'] = [ - '#type' => 'checkbox', - '#title' => t('Show front page title'), - '#default_value' => $site_config->get('frontpage_show_title'), - '#description' => t('The title will be visible on the front page when this box is checked.'), - ]; - - $default = $form['front_page']['frontpage_title']['#default_value']; - - $site_config->set('frontpage_title', $default)->save(); - - return $form; - } - - /** - * Sets value of frontpage_title when saving form. - */ - public function submitForm(array &$form, FormStateInterface $form_state) { - $this->config('system.site') - ->set('frontpage_title', $form_state->getValue('frontpage_title')) - ->set('frontpage_show_title', $form_state->getValue('frontpage_show_title')) - ->save(); - parent::submitForm($form, $form_state); - } - -} diff --git a/web/modules/custom/unity_frontpage/src/Routing/RouteSubscriber.php b/web/modules/custom/unity_frontpage/src/Routing/RouteSubscriber.php deleted file mode 100644 index 0730fb4aa3..0000000000 --- a/web/modules/custom/unity_frontpage/src/Routing/RouteSubscriber.php +++ /dev/null @@ -1,22 +0,0 @@ -get('system.site_information_settings')) { - $route->setDefault('_form', 'Drupal\unity_frontpage\Form\ExtendedSiteInformationForm'); - } - } - -} diff --git a/web/modules/custom/unity_frontpage/unity_frontpage.info.yml b/web/modules/custom/unity_frontpage/unity_frontpage.info.yml deleted file mode 100644 index 040402e0b4..0000000000 --- a/web/modules/custom/unity_frontpage/unity_frontpage.info.yml +++ /dev/null @@ -1,5 +0,0 @@ -name: 'Unity Frontpage' -type: module -description: 'Module to add a front page title field to Unity sites' -core_version_requirement: 8.x || ^9 -package: 'Unity' diff --git a/web/modules/custom/unity_frontpage/unity_frontpage.install b/web/modules/custom/unity_frontpage/unity_frontpage.install deleted file mode 100644 index 31e06b6fea..0000000000 --- a/web/modules/custom/unity_frontpage/unity_frontpage.install +++ /dev/null @@ -1,30 +0,0 @@ -getEditable('system.site'); - $config->set('frontpage_title', 'Welcome to ' . $config->get('name') . ' site'); - $config->save(TRUE); -} - -/** - * Implements hook_uninstall(). - * - * Unsets frontpage_title value when module is uninstalled. - */ -function unity_frontpage_uninstall() { - Drupal::configFactory()->getEditable('system.site') - ->clear('frontpage_title') - ->clear('frontpage_show_title') - ->save(); -} diff --git a/web/modules/custom/unity_frontpage/unity_frontpage.services.yml b/web/modules/custom/unity_frontpage/unity_frontpage.services.yml deleted file mode 100644 index a1a3ff7f58..0000000000 --- a/web/modules/custom/unity_frontpage/unity_frontpage.services.yml +++ /dev/null @@ -1,5 +0,0 @@ -services: - unity_frontpage.route_subscriber: - class: Drupal\unity_frontpage\Routing\RouteSubscriber - tags: - - { name: event_subscriber } diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.article_float.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.article_float.yml deleted file mode 100644 index 5f3601b1db..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.article_float.yml +++ /dev/null @@ -1,40 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.media.article_float - - field.field.media.image.field_caption - - field.field.media.image.field_media_image - - media.type.image - - responsive_image.styles.inline - module: - - layout_builder - - responsive_image -third_party_settings: - layout_builder: - allow_custom: false - enabled: false -_core: - default_config_hash: jOwnt_yq6AKAfqU6f0xKnxEkFQ2eTPJWxrk3WMLbL68 -id: media.image.article_float -targetEntityType: media -bundle: image -mode: article_float -content: - field_media_image: - label: visually_hidden - settings: - responsive_image_style: inline - image_link: '' - third_party_settings: { } - type: responsive_image - weight: 1 - region: content -hidden: - created: true - field_caption: true - langcode: true - name: true - search_api_excerpt: true - thumbnail: true - uid: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.article_float_expandable.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.article_float_expandable.yml deleted file mode 100644 index d508e7cdd0..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.article_float_expandable.yml +++ /dev/null @@ -1,40 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.media.article_float_expandable - - field.field.media.image.field_caption - - field.field.media.image.field_media_image - - media.type.image - - responsive_image.styles.inline_expandable - module: - - layout_builder - - responsive_image -third_party_settings: - layout_builder: - allow_custom: false - enabled: false -_core: - default_config_hash: jOwnt_yq6AKAfqU6f0xKnxEkFQ2eTPJWxrk3WMLbL68 -id: media.image.article_float_expandable -targetEntityType: media -bundle: image -mode: article_float_expandable -content: - field_media_image: - label: visually_hidden - settings: - responsive_image_style: inline_expandable - image_link: '' - third_party_settings: { } - type: responsive_image - weight: 1 - region: content -hidden: - created: true - field_caption: true - langcode: true - name: true - search_api_excerpt: true - thumbnail: true - uid: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.article_full.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.article_full.yml deleted file mode 100644 index a7f50b0485..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.article_full.yml +++ /dev/null @@ -1,40 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.media.article_full - - field.field.media.image.field_caption - - field.field.media.image.field_media_image - - media.type.image - - responsive_image.styles.inline_xl - module: - - layout_builder - - responsive_image -third_party_settings: - layout_builder: - allow_custom: false - enabled: false -_core: - default_config_hash: jOwnt_yq6AKAfqU6f0xKnxEkFQ2eTPJWxrk3WMLbL68 -id: media.image.article_full -targetEntityType: media -bundle: image -mode: article_full -content: - field_media_image: - label: visually_hidden - settings: - responsive_image_style: inline_xl - image_link: '' - third_party_settings: { } - type: responsive_image - weight: 1 - region: content -hidden: - created: true - field_caption: true - langcode: true - name: true - search_api_excerpt: true - thumbnail: true - uid: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.article_full_expandable.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.article_full_expandable.yml deleted file mode 100644 index 6c616bd941..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.article_full_expandable.yml +++ /dev/null @@ -1,40 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.media.article_full_expandable - - field.field.media.image.field_caption - - field.field.media.image.field_media_image - - media.type.image - - responsive_image.styles.inline_xl_expandable - module: - - layout_builder - - responsive_image -third_party_settings: - layout_builder: - allow_custom: false - enabled: false -_core: - default_config_hash: jOwnt_yq6AKAfqU6f0xKnxEkFQ2eTPJWxrk3WMLbL68 -id: media.image.article_full_expandable -targetEntityType: media -bundle: image -mode: article_full_expandable -content: - field_media_image: - label: visually_hidden - settings: - responsive_image_style: inline_xl_expandable - image_link: '' - third_party_settings: { } - type: responsive_image - weight: 1 - region: content -hidden: - created: true - field_caption: true - langcode: true - name: true - search_api_excerpt: true - thumbnail: true - uid: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.banner_deep.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.banner_deep.yml deleted file mode 100644 index df5f058209..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.banner_deep.yml +++ /dev/null @@ -1,40 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.media.banner_deep - - field.field.media.image.field_caption - - field.field.media.image.field_media_image - - media.type.image - - responsive_image.styles.deep_banner - module: - - layout_builder - - responsive_image -third_party_settings: - layout_builder: - allow_custom: false - enabled: false -_core: - default_config_hash: jOwnt_yq6AKAfqU6f0xKnxEkFQ2eTPJWxrk3WMLbL68 -id: media.image.banner_deep -targetEntityType: media -bundle: image -mode: banner_deep -content: - field_media_image: - label: visually_hidden - settings: - responsive_image_style: deep_banner - image_link: '' - third_party_settings: { } - type: responsive_image - weight: 1 - region: content -hidden: - created: true - field_caption: true - langcode: true - name: true - search_api_excerpt: true - thumbnail: true - uid: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.banner_thin.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.banner_thin.yml deleted file mode 100644 index aac98c6f2d..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.banner_thin.yml +++ /dev/null @@ -1,40 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.media.banner_thin - - field.field.media.image.field_caption - - field.field.media.image.field_media_image - - media.type.image - - responsive_image.styles.thin_banner - module: - - layout_builder - - responsive_image -third_party_settings: - layout_builder: - allow_custom: false - enabled: false -_core: - default_config_hash: jOwnt_yq6AKAfqU6f0xKnxEkFQ2eTPJWxrk3WMLbL68 -id: media.image.banner_thin -targetEntityType: media -bundle: image -mode: banner_thin -content: - field_media_image: - label: visually_hidden - settings: - responsive_image_style: thin_banner - image_link: '' - third_party_settings: { } - type: responsive_image - weight: 1 - region: content -hidden: - created: true - field_caption: true - langcode: true - name: true - search_api_excerpt: true - thumbnail: true - uid: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.card_large.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.card_large.yml deleted file mode 100644 index de74be3eaa..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.card_large.yml +++ /dev/null @@ -1,40 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.media.card_large - - field.field.media.image.field_caption - - field.field.media.image.field_media_image - - media.type.image - - responsive_image.styles.card_large - module: - - layout_builder - - responsive_image -third_party_settings: - layout_builder: - allow_custom: false - enabled: false -_core: - default_config_hash: jOwnt_yq6AKAfqU6f0xKnxEkFQ2eTPJWxrk3WMLbL68 -id: media.image.card_large -targetEntityType: media -bundle: image -mode: card_large -content: - field_media_image: - label: visually_hidden - settings: - responsive_image_style: card_large - image_link: '' - third_party_settings: { } - type: responsive_image - weight: 1 - region: content -hidden: - created: true - field_caption: true - langcode: true - name: true - search_api_excerpt: true - thumbnail: true - uid: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.card_small.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.card_small.yml deleted file mode 100644 index 588ea3ea2f..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.card_small.yml +++ /dev/null @@ -1,40 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.media.card_small - - field.field.media.image.field_caption - - field.field.media.image.field_media_image - - media.type.image - - responsive_image.styles.card_small - module: - - layout_builder - - responsive_image -third_party_settings: - layout_builder: - allow_custom: false - enabled: false -_core: - default_config_hash: jOwnt_yq6AKAfqU6f0xKnxEkFQ2eTPJWxrk3WMLbL68 -id: media.image.card_small -targetEntityType: media -bundle: image -mode: card_small -content: - field_media_image: - label: visually_hidden - settings: - responsive_image_style: card_small - image_link: '' - third_party_settings: { } - type: responsive_image - weight: 1 - region: content -hidden: - created: true - field_caption: true - langcode: true - name: true - search_api_excerpt: true - thumbnail: true - uid: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.default.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.default.yml deleted file mode 100644 index fa3ae9bd35..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.default.yml +++ /dev/null @@ -1,34 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.media.image.field_caption - - field.field.media.image.field_media_image - - image.style.large - - media.type.image - module: - - image -_core: - default_config_hash: jOwnt_yq6AKAfqU6f0xKnxEkFQ2eTPJWxrk3WMLbL68 -id: media.image.default -targetEntityType: media -bundle: image -mode: default -content: - field_media_image: - label: visually_hidden - settings: - image_style: large - image_link: '' - third_party_settings: { } - type: image - weight: 1 - region: content -hidden: - created: true - field_caption: true - langcode: true - name: true - search_api_excerpt: true - thumbnail: true - uid: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.embed.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.embed.yml deleted file mode 100644 index bdcfe5947e..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.embed.yml +++ /dev/null @@ -1,40 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.media.embed - - field.field.media.image.field_caption - - field.field.media.image.field_media_image - - media.type.image - - responsive_image.styles.inline - module: - - layout_builder - - responsive_image -third_party_settings: - layout_builder: - allow_custom: false - enabled: false -_core: - default_config_hash: od4SCgEPExh95zsx18RcSgxTVPhjoXVqLaiCuSOXX4Y -id: media.image.embed -targetEntityType: media -bundle: image -mode: embed -content: - field_media_image: - type: responsive_image - weight: 0 - region: content - label: hidden - settings: - responsive_image_style: inline - image_link: '' - third_party_settings: { } -hidden: - created: true - field_caption: true - langcode: true - name: true - search_api_excerpt: true - thumbnail: true - uid: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.feature_card.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.feature_card.yml deleted file mode 100644 index 5829db6ce7..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.feature_card.yml +++ /dev/null @@ -1,40 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.media.feature_card - - field.field.media.image.field_caption - - field.field.media.image.field_media_image - - media.type.image - - responsive_image.styles.feature_card - module: - - layout_builder - - responsive_image -third_party_settings: - layout_builder: - allow_custom: false - enabled: false -_core: - default_config_hash: jOwnt_yq6AKAfqU6f0xKnxEkFQ2eTPJWxrk3WMLbL68 -id: media.image.feature_card -targetEntityType: media -bundle: image -mode: feature_card -content: - field_media_image: - label: visually_hidden - settings: - responsive_image_style: feature_card - image_link: '' - third_party_settings: { } - type: responsive_image - weight: 1 - region: content -hidden: - created: true - field_caption: true - langcode: true - name: true - search_api_excerpt: true - thumbnail: true - uid: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.landing_full.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.landing_full.yml deleted file mode 100644 index 3ea5caaef9..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.landing_full.yml +++ /dev/null @@ -1,40 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.media.landing_full - - field.field.media.image.field_caption - - field.field.media.image.field_media_image - - media.type.image - - responsive_image.styles.landing_full - module: - - layout_builder - - responsive_image -third_party_settings: - layout_builder: - allow_custom: false - enabled: false -_core: - default_config_hash: jOwnt_yq6AKAfqU6f0xKnxEkFQ2eTPJWxrk3WMLbL68 -id: media.image.landing_full -targetEntityType: media -bundle: image -mode: landing_full -content: - field_media_image: - label: visually_hidden - settings: - responsive_image_style: landing_full - image_link: '' - third_party_settings: { } - type: responsive_image - weight: 1 - region: content -hidden: - created: true - field_caption: true - langcode: true - name: true - search_api_excerpt: true - thumbnail: true - uid: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.landscape_float.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.landscape_float.yml deleted file mode 100644 index 378ca56b2e..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.landscape_float.yml +++ /dev/null @@ -1,40 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.media.landscape_float - - field.field.media.image.field_caption - - field.field.media.image.field_media_image - - media.type.image - - responsive_image.styles.inline - module: - - layout_builder - - responsive_image -third_party_settings: - layout_builder: - allow_custom: false - enabled: false -_core: - default_config_hash: 5IcVwJkUJNsmxhLaXVH1todfH1ENmYBbn41p4o1tr-4 -id: media.image.landscape_float -targetEntityType: media -bundle: image -mode: landscape_float -content: - field_media_image: - type: responsive_image - weight: 0 - region: content - label: hidden - settings: - responsive_image_style: inline - image_link: '' - third_party_settings: { } -hidden: - created: true - field_caption: true - langcode: true - name: true - search_api_excerpt: true - thumbnail: true - uid: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.landscape_float_xp.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.landscape_float_xp.yml deleted file mode 100644 index ad7dab82c3..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.landscape_float_xp.yml +++ /dev/null @@ -1,40 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.media.landscape_float_xp - - field.field.media.image.field_caption - - field.field.media.image.field_media_image - - media.type.image - - responsive_image.styles.inline_expandable - module: - - layout_builder - - responsive_image -third_party_settings: - layout_builder: - allow_custom: false - enabled: false -_core: - default_config_hash: uKiUEG3kbIRzMcGUge3-G_TEM4oBfaJNsxjiXBui0Vk -id: media.image.landscape_float_xp -targetEntityType: media -bundle: image -mode: landscape_float_xp -content: - field_media_image: - label: visually_hidden - settings: - responsive_image_style: inline_expandable - image_link: '' - third_party_settings: { } - type: responsive_image - weight: 0 - region: content -hidden: - created: true - field_caption: true - langcode: true - name: true - search_api_excerpt: true - thumbnail: true - uid: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.landscape_full.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.landscape_full.yml deleted file mode 100644 index 04d00be7f1..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.landscape_full.yml +++ /dev/null @@ -1,40 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.media.landscape_full - - field.field.media.image.field_caption - - field.field.media.image.field_media_image - - media.type.image - - responsive_image.styles.inline_xl - module: - - layout_builder - - responsive_image -third_party_settings: - layout_builder: - allow_custom: false - enabled: false -_core: - default_config_hash: ZRIV4FV02f9JvudAPdsYWPHO6Bxwz6Wz3VsliBCcojI -id: media.image.landscape_full -targetEntityType: media -bundle: image -mode: landscape_full -content: - field_media_image: - label: visually_hidden - settings: - responsive_image_style: inline_xl - image_link: '' - third_party_settings: { } - type: responsive_image - weight: 0 - region: content -hidden: - created: true - field_caption: true - langcode: true - name: true - search_api_excerpt: true - thumbnail: true - uid: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.landscape_full_xp.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.landscape_full_xp.yml deleted file mode 100644 index 96223d8a4e..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.landscape_full_xp.yml +++ /dev/null @@ -1,40 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.media.landscape_full_xp - - field.field.media.image.field_caption - - field.field.media.image.field_media_image - - media.type.image - - responsive_image.styles.inline_xl_expandable - module: - - layout_builder - - responsive_image -third_party_settings: - layout_builder: - allow_custom: false - enabled: false -_core: - default_config_hash: VI-xGkVEQwTshvxEAUJexwcGSIdxNwP_4D4f5uKgBIc -id: media.image.landscape_full_xp -targetEntityType: media -bundle: image -mode: landscape_full_xp -content: - field_media_image: - label: visually_hidden - settings: - responsive_image_style: inline_xl_expandable - image_link: '' - third_party_settings: { } - type: responsive_image - weight: 0 - region: content -hidden: - created: true - field_caption: true - langcode: true - name: true - search_api_excerpt: true - thumbnail: true - uid: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.media_library.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.media_library.yml deleted file mode 100644 index 4757bab4af..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.media_library.yml +++ /dev/null @@ -1,39 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.media.media_library - - field.field.media.image.field_caption - - field.field.media.image.field_media_image - - image.style.medium - - media.type.image - module: - - image - - layout_builder -third_party_settings: - layout_builder: - allow_custom: false - enabled: false -_core: - default_config_hash: vRi4EgeeT5rKv_laEn9t5khz37uENvQodKIr_xW4Xo8 -id: media.image.media_library -targetEntityType: media -bundle: image -mode: media_library -content: - field_media_image: - label: hidden - settings: - image_style: medium - image_link: '' - third_party_settings: { } - type: image - weight: 1 - region: content -hidden: - created: true - field_caption: true - langcode: true - name: true - thumbnail: true - uid: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.member_small_image.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.member_small_image.yml deleted file mode 100644 index a0fec3d4ae..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.member_small_image.yml +++ /dev/null @@ -1,40 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.media.member_small_image - - field.field.media.image.field_caption - - field.field.media.image.field_media_image - - media.type.image - - responsive_image.styles.member_small_image - module: - - layout_builder - - responsive_image -third_party_settings: - layout_builder: - allow_custom: false - enabled: false -_core: - default_config_hash: jOwnt_yq6AKAfqU6f0xKnxEkFQ2eTPJWxrk3WMLbL68 -id: media.image.member_small_image -targetEntityType: media -bundle: image -mode: member_small_image -content: - field_media_image: - label: visually_hidden - settings: - responsive_image_style: member_small_image - image_link: '' - third_party_settings: { } - type: responsive_image - weight: 1 - region: content -hidden: - created: true - field_caption: true - langcode: true - name: true - search_api_excerpt: true - thumbnail: true - uid: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.news_thumbnail.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.news_thumbnail.yml deleted file mode 100644 index 153c94c40b..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.news_thumbnail.yml +++ /dev/null @@ -1,40 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.media.news_thumbnail - - field.field.media.image.field_caption - - field.field.media.image.field_media_image - - media.type.image - - responsive_image.styles.news_thumbnail - module: - - layout_builder - - responsive_image -third_party_settings: - layout_builder: - allow_custom: false - enabled: false -_core: - default_config_hash: jOwnt_yq6AKAfqU6f0xKnxEkFQ2eTPJWxrk3WMLbL68 -id: media.image.news_thumbnail -targetEntityType: media -bundle: image -mode: news_thumbnail -content: - field_media_image: - label: visually_hidden - settings: - responsive_image_style: news_thumbnail - image_link: '' - third_party_settings: { } - type: responsive_image - weight: 1 - region: content -hidden: - created: true - field_caption: true - langcode: true - name: true - search_api_excerpt: true - thumbnail: true - uid: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.portrait_float.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.portrait_float.yml deleted file mode 100644 index bc02f9872e..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.portrait_float.yml +++ /dev/null @@ -1,40 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.media.portrait_float - - field.field.media.image.field_caption - - field.field.media.image.field_media_image - - media.type.image - - responsive_image.styles.portrait_float - module: - - layout_builder - - responsive_image -third_party_settings: - layout_builder: - allow_custom: false - enabled: false -_core: - default_config_hash: Y9gG_9cVNISwV6fKPln5NLLNx6Q5cqP1jSghSnxBv8o -id: media.image.portrait_float -targetEntityType: media -bundle: image -mode: portrait_float -content: - field_media_image: - label: visually_hidden - settings: - responsive_image_style: portrait_float - image_link: '' - third_party_settings: { } - type: responsive_image - weight: 0 - region: content -hidden: - created: true - field_caption: true - langcode: true - name: true - search_api_excerpt: true - thumbnail: true - uid: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.portrait_float_xp.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.portrait_float_xp.yml deleted file mode 100644 index 5619068bd8..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.portrait_float_xp.yml +++ /dev/null @@ -1,40 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.media.portrait_float_xp - - field.field.media.image.field_caption - - field.field.media.image.field_media_image - - media.type.image - - responsive_image.styles.portrait_float_expandable - module: - - layout_builder - - responsive_image -third_party_settings: - layout_builder: - allow_custom: false - enabled: false -_core: - default_config_hash: xmyXn6AgIuwG2YwMatOkM-voMFMBCJQk6KIVa-1bTWs -id: media.image.portrait_float_xp -targetEntityType: media -bundle: image -mode: portrait_float_xp -content: - field_media_image: - label: visually_hidden - settings: - responsive_image_style: portrait_float_expandable - image_link: '' - third_party_settings: { } - type: responsive_image - weight: 0 - region: content -hidden: - created: true - field_caption: true - langcode: true - name: true - search_api_excerpt: true - thumbnail: true - uid: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.portrait_full.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.portrait_full.yml deleted file mode 100644 index dbc47b2b56..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.portrait_full.yml +++ /dev/null @@ -1,40 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.media.portrait_full - - field.field.media.image.field_caption - - field.field.media.image.field_media_image - - media.type.image - - responsive_image.styles.portrait_full_width - module: - - layout_builder - - responsive_image -third_party_settings: - layout_builder: - allow_custom: false - enabled: false -_core: - default_config_hash: wq0SLvuYqsc8sznZprNHEhQnBmtUvyaYWsCreiMmXTM -id: media.image.portrait_full -targetEntityType: media -bundle: image -mode: portrait_full -content: - field_media_image: - label: visually_hidden - settings: - responsive_image_style: portrait_full_width - image_link: '' - third_party_settings: { } - type: responsive_image - weight: 0 - region: content -hidden: - created: true - field_caption: true - langcode: true - name: true - search_api_excerpt: true - thumbnail: true - uid: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.slide.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.slide.yml deleted file mode 100644 index c249d2da46..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.slide.yml +++ /dev/null @@ -1,40 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.media.slide - - field.field.media.image.field_caption - - field.field.media.image.field_media_image - - media.type.image - - responsive_image.styles.slideshow - module: - - layout_builder - - responsive_image -third_party_settings: - layout_builder: - allow_custom: false - enabled: false -_core: - default_config_hash: jOwnt_yq6AKAfqU6f0xKnxEkFQ2eTPJWxrk3WMLbL68 -id: media.image.slide -targetEntityType: media -bundle: image -mode: slide -content: - field_media_image: - label: visually_hidden - settings: - responsive_image_style: slideshow - image_link: '' - third_party_settings: { } - type: responsive_image - weight: 1 - region: content -hidden: - created: true - field_caption: true - langcode: true - name: true - search_api_excerpt: true - thumbnail: true - uid: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.unity_3_col_images.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.unity_3_col_images.yml deleted file mode 100644 index 84bbde37cd..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_display.media.image.unity_3_col_images.yml +++ /dev/null @@ -1,40 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.media.unity_3_col_images - - field.field.media.image.field_caption - - field.field.media.image.field_media_image - - media.type.image - - responsive_image.styles.unity_3_col_images - module: - - layout_builder - - responsive_image -third_party_settings: - layout_builder: - allow_custom: false - enabled: false -_core: - default_config_hash: jOwnt_yq6AKAfqU6f0xKnxEkFQ2eTPJWxrk3WMLbL68 -id: media.image.unity_3_col_images -targetEntityType: media -bundle: image -mode: unity_3_col_images -content: - field_media_image: - label: visually_hidden - settings: - responsive_image_style: unity_3_col_images - image_link: '' - third_party_settings: { } - type: responsive_image - weight: 1 - region: content -hidden: - created: true - field_caption: true - langcode: true - name: true - search_api_excerpt: true - thumbnail: true - uid: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.article_float.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.article_float.yml deleted file mode 100644 index bb66f1fe79..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.article_float.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - media -id: media.article_float -label: 'Article float' -targetEntityType: media -cache: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.article_float_expandable.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.article_float_expandable.yml deleted file mode 100644 index 1c5ceea279..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.article_float_expandable.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - media -id: media.article_float_expandable -label: 'Article float expandable' -targetEntityType: media -cache: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.article_full.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.article_full.yml deleted file mode 100644 index 0dde1344d4..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.article_full.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - media -id: media.article_full -label: 'Article full' -targetEntityType: media -cache: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.article_full_expandable.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.article_full_expandable.yml deleted file mode 100644 index b3bd3c4391..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.article_full_expandable.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - media -id: media.article_full_expandable -label: 'Article full expandable' -targetEntityType: media -cache: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.banner_deep.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.banner_deep.yml deleted file mode 100644 index 12046dd90a..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.banner_deep.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - media -id: media.banner_deep -label: 'Banner deep' -targetEntityType: media -cache: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.banner_thin.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.banner_thin.yml deleted file mode 100644 index 1fb2ac6e96..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.banner_thin.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - media -id: media.banner_thin -label: 'Banner thin' -targetEntityType: media -cache: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.card_large.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.card_large.yml deleted file mode 100644 index 0b5340038e..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.card_large.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - media -id: media.card_large -label: 'Card large' -targetEntityType: media -cache: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.card_small.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.card_small.yml deleted file mode 100644 index dfdbd1e966..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.card_small.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - media -id: media.card_small -label: 'Card small' -targetEntityType: media -cache: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.embed.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.embed.yml deleted file mode 100644 index 0fdb89600d..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.embed.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - media -id: media.embed -label: Embed -targetEntityType: media -cache: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.feature_card.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.feature_card.yml deleted file mode 100644 index 31cdb3f976..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.feature_card.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - media -id: media.feature_card -label: 'Feature card' -targetEntityType: media -cache: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.landing_full.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.landing_full.yml deleted file mode 100644 index 5998dd1596..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.landing_full.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - media -id: media.landing_full -label: 'Landing full' -targetEntityType: media -cache: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.landscape_float.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.landscape_float.yml deleted file mode 100644 index 646d4f394e..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.landscape_float.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - media -id: media.landscape_float -label: 'Landscape float' -targetEntityType: media -cache: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.landscape_float_xp.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.landscape_float_xp.yml deleted file mode 100644 index 121bd99755..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.landscape_float_xp.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - media -id: media.landscape_float_xp -label: 'Landscape float XP' -targetEntityType: media -cache: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.landscape_full.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.landscape_full.yml deleted file mode 100644 index 453355ea9a..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.landscape_full.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - media -id: media.landscape_full -label: 'Landscape full' -targetEntityType: media -cache: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.landscape_full_xp.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.landscape_full_xp.yml deleted file mode 100644 index d4417a24a3..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.landscape_full_xp.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - media -id: media.landscape_full_xp -label: 'Landscape full XP' -targetEntityType: media -cache: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.news_thumbnail.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.news_thumbnail.yml deleted file mode 100644 index b0a56c9e77..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.news_thumbnail.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - media -id: media.news_thumbnail -label: 'News thumbnail' -targetEntityType: media -cache: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.portrait_float.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.portrait_float.yml deleted file mode 100644 index e2dad26bdf..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.portrait_float.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - media -id: media.portrait_float -label: 'Portrait float' -targetEntityType: media -cache: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.portrait_float_xp.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.portrait_float_xp.yml deleted file mode 100644 index 265c5632cc..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.portrait_float_xp.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - media -id: media.portrait_float_xp -label: 'Portrait float XP' -targetEntityType: media -cache: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.portrait_full.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.portrait_full.yml deleted file mode 100644 index 5436c28363..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.portrait_full.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - media -id: media.portrait_full -label: 'Portrait full' -targetEntityType: media -cache: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.slide.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.slide.yml deleted file mode 100644 index f4a7a88a44..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.slide.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - media -id: media.slide -label: Slideshow -targetEntityType: media -cache: true diff --git a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.unity_3_col_images.yml b/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.unity_3_col_images.yml deleted file mode 100644 index 3725ff795e..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/core.entity_view_mode.media.unity_3_col_images.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - media -id: media.unity_3_col_images -label: 'Unity 3 col images' -targetEntityType: media -cache: true diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.member_small_image_x1.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.member_small_image_x1.yml deleted file mode 100644 index 322c8f1afc..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.member_small_image_x1.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: member_small_image_x1 -label: 'Member small image (100 x 133)' -effects: - e2447d37-902e-4c0c-acf5-89ceaae94251: - uuid: e2447d37-902e-4c0c-acf5-89ceaae94251 - id: image_scale_and_crop - weight: 1 - data: - width: 100 - height: 133 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.member_small_image_x2.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.member_small_image_x2.yml deleted file mode 100644 index e51e92b90b..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.member_small_image_x2.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: member_small_image_x2 -label: 'Member small image (200 x 266)' -effects: - 56af6e07-ab21-4841-a7ba-fb00f8efdc57: - uuid: 56af6e07-ab21-4841-a7ba-fb00f8efdc57 - id: image_scale_and_crop - weight: 1 - data: - width: 200 - height: 266 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_banner_1880x200_x2.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_banner_1880x200_x2.yml deleted file mode 100644 index 9a767c7ffb..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_banner_1880x200_x2.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_banner_1880x200_x2 -label: 'nigov banner 1880x200 (x2)' -effects: - 2d94549b-6b36-4b0a-9eba-fe9578f45fa1: - uuid: 2d94549b-6b36-4b0a-9eba-fe9578f45fa1 - id: image_scale_and_crop - weight: 1 - data: - width: 1880 - height: 200 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_banner_1880x600_x2.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_banner_1880x600_x2.yml deleted file mode 100644 index 22e629c15e..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_banner_1880x600_x2.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_banner_1880x600_x2 -label: 'nigov banner 1880x600 (x2)' -effects: - 02770c92-0c70-49d3-b3af-f4df0389a44c: - uuid: 02770c92-0c70-49d3-b3af-f4df0389a44c - id: image_scale_and_crop - weight: 1 - data: - width: 1880 - height: 600 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_banner_940x100_x1.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_banner_940x100_x1.yml deleted file mode 100644 index a15d32c88c..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_banner_940x100_x1.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_banner_940x100_x1 -label: 'nigov banner 940x100 (x1)' -effects: - 7c774428-b716-4dae-aca4-93be2dbf2513: - uuid: 7c774428-b716-4dae-aca4-93be2dbf2513 - id: image_scale_and_crop - weight: 1 - data: - width: 940 - height: 100 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_banner_940x300_x1.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_banner_940x300_x1.yml deleted file mode 100644 index 148316e1fd..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_banner_940x300_x1.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_banner_940x300_x1 -label: 'nigov banner 940x300 (x1)' -effects: - bcbdf9db-d43d-4359-8295-30ce6b5e0ed3: - uuid: bcbdf9db-d43d-4359-8295-30ce6b5e0ed3 - id: image_scale_and_crop - weight: 1 - data: - width: 940 - height: 300 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_card_large_460x140_x1.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_card_large_460x140_x1.yml deleted file mode 100644 index 2aa4e6ee20..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_card_large_460x140_x1.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_card_large_460x140_x1 -label: 'nigov card large 460x140 (x1)' -effects: - 913f9ec5-4f88-47a7-ae09-56bdc7f9453b: - uuid: 913f9ec5-4f88-47a7-ae09-56bdc7f9453b - id: image_scale_and_crop - weight: 1 - data: - width: 460 - height: 140 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_card_large_920x280_x2.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_card_large_920x280_x2.yml deleted file mode 100644 index f0dbe0b87d..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_card_large_920x280_x2.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_card_large_920x280_x2 -label: 'nigov card large 920x280 (x2)' -effects: - b68365e8-663c-438a-a3b8-1fb57cdbde99: - uuid: b68365e8-663c-438a-a3b8-1fb57cdbde99 - id: image_scale_and_crop - weight: 1 - data: - width: 960 - height: 280 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_card_small_300x150_x1.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_card_small_300x150_x1.yml deleted file mode 100644 index 6ff8e35eea..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_card_small_300x150_x1.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_card_small_300x150_x1 -label: 'nigov card small 300x150 (x1)' -effects: - 10bd3429-8ea4-4c85-9dd9-1c699d95aed1: - uuid: 10bd3429-8ea4-4c85-9dd9-1c699d95aed1 - id: image_scale_and_crop - weight: 1 - data: - width: 300 - height: 150 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_card_small_305x150_x1.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_card_small_305x150_x1.yml deleted file mode 100644 index 87973245d8..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_card_small_305x150_x1.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_card_small_305x150_x1 -label: 'nigov card small 305x150 (x1)' -effects: - fa7a7537-5d6f-4ef6-aacb-d1005010e7d2: - uuid: fa7a7537-5d6f-4ef6-aacb-d1005010e7d2 - id: image_scale_and_crop - weight: 1 - data: - width: 305 - height: 150 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_card_small_600x300_x2.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_card_small_600x300_x2.yml deleted file mode 100644 index 479fba52d6..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_card_small_600x300_x2.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_card_small_600x300_x2 -label: 'nigov card small 600x300 (x2)' -effects: - c44c6807-dda1-467c-b778-6bd4b9adac9a: - uuid: c44c6807-dda1-467c-b778-6bd4b9adac9a - id: image_scale_and_crop - weight: 1 - data: - width: 600 - height: 300 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_card_small_610x300_x2.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_card_small_610x300_x2.yml deleted file mode 100644 index f24e86c89c..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_card_small_610x300_x2.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_card_small_610x300_x2 -label: 'nigov card small 610x300 (x2)' -effects: - 23d5d0cd-3c92-452e-a724-a7d6560eaa41: - uuid: 23d5d0cd-3c92-452e-a724-a7d6560eaa41 - id: image_scale_and_crop - weight: 1 - data: - width: 610 - height: 300 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_float_x1.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_float_x1.yml deleted file mode 100644 index 5a340faeaf..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_float_x1.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_float_x1 -label: 'nigov float (x1)' -effects: - 5466e7a9-c531-41e0-8638-43732d6f67a0: - uuid: 5466e7a9-c531-41e0-8638-43732d6f67a0 - id: image_scale - weight: 1 - data: - width: 300 - height: null - upscale: true diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_float_x2.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_float_x2.yml deleted file mode 100644 index 5df897c0df..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_float_x2.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_float_x2 -label: 'nigov float (x2)' -effects: - 5f0b0658-3d21-415f-9a58-ec524f75cc08: - uuid: 5f0b0658-3d21-415f-9a58-ec524f75cc08 - id: image_scale - weight: 1 - data: - width: 600 - height: null - upscale: true diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_full_1240_x2.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_full_1240_x2.yml deleted file mode 100644 index d7fd2bfce0..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_full_1240_x2.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_full_1240_x2 -label: 'nigov full 1240 (x2)' -effects: - ed8d5142-3412-492b-af9a-45139d7e3c32: - uuid: ed8d5142-3412-492b-af9a-45139d7e3c32 - id: image_scale - weight: 1 - data: - width: 1240 - height: null - upscale: false diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_full_1880_x2.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_full_1880_x2.yml deleted file mode 100644 index 962a3a545b..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_full_1880_x2.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_full_1880_x2 -label: 'nigov full 1880 (x2)' -effects: - f4de461d-b612-4328-9273-2b78f302d044: - uuid: f4de461d-b612-4328-9273-2b78f302d044 - id: image_scale - weight: 1 - data: - width: 1880 - height: null - upscale: false diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_full_450_x1.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_full_450_x1.yml deleted file mode 100644 index 3c340e51da..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_full_450_x1.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_full_450_x1 -label: 'nigov full 450 (x1)' -effects: - 5830ad45-2355-4ebe-82f3-f224a7da938f: - uuid: 5830ad45-2355-4ebe-82f3-f224a7da938f - id: image_scale - weight: 1 - data: - width: 450 - height: null - upscale: false diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_full_620_x1.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_full_620_x1.yml deleted file mode 100644 index f77dfe1612..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_full_620_x1.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_full_620_x1 -label: 'nigov full 620 (x1)' -effects: - 565c7641-5183-4c6b-b343-abe68d92653a: - uuid: 565c7641-5183-4c6b-b343-abe68d92653a - id: image_scale - weight: 1 - data: - width: 620 - height: null - upscale: false diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_full_900_x2.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_full_900_x2.yml deleted file mode 100644 index 0e04362f7e..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_full_900_x2.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_full_900_x2 -label: 'nigov full 900 (x2)' -effects: - 42b4350f-48c7-41c1-abc6-9a5dfe3f526d: - uuid: 42b4350f-48c7-41c1-abc6-9a5dfe3f526d - id: image_scale - weight: 1 - data: - width: 900 - height: null - upscale: false diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_full_940_x1.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_full_940_x1.yml deleted file mode 100644 index 9edd3327b7..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_full_940_x1.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_full_940_x1 -label: 'nigov full 940 (x1)' -effects: - bc7d505f-fe29-4ac9-a2d3-a601a60b1a17: - uuid: bc7d505f-fe29-4ac9-a2d3-a601a60b1a17 - id: image_scale - weight: 1 - data: - width: 940 - height: null - upscale: false diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_300x200_x1.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_300x200_x1.yml deleted file mode 100644 index 2908d58f61..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_300x200_x1.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_landscape_300x200_x1 -label: 'nigov landscape 300x200 (x1)' -effects: - ba3b47e9-9714-4f3d-aacd-3f305864473d: - uuid: ba3b47e9-9714-4f3d-aacd-3f305864473d - id: image_scale_and_crop - weight: 1 - data: - width: 300 - height: 200 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_600x400_x2.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_600x400_x2.yml deleted file mode 100644 index 5196314feb..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_600x400_x2.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_landscape_600x400_x2 -label: 'nigov landscape 600x400 (x2)' -effects: - 739dd34f-80ca-4414-9148-c610e0dca978: - uuid: 739dd34f-80ca-4414-9148-c610e0dca978 - id: image_scale_and_crop - weight: 1 - data: - width: 600 - height: 400 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_med_450x300_x1.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_med_450x300_x1.yml deleted file mode 100644 index a49121861f..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_med_450x300_x1.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_landscape_med_450x300_x1 -label: 'nigov landscape med 450x300 (x1)' -effects: - 74a560f6-1ada-434c-af0a-ae785f4c9f49: - uuid: 74a560f6-1ada-434c-af0a-ae785f4c9f49 - id: image_scale_and_crop - weight: 1 - data: - width: 450 - height: 300 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_med_900x600_x2.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_med_900x600_x2.yml deleted file mode 100644 index 9dde12b08a..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_med_900x600_x2.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_landscape_med_900x600_x2 -label: 'nigov landscape med 900x600 (x2)' -effects: - 3a4f088a-b829-41cb-a95a-ce05305807a7: - uuid: 3a4f088a-b829-41cb-a95a-ce05305807a7 - id: image_scale_and_crop - weight: 1 - data: - width: 900 - height: 600 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_thumbnail_150x100_x1.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_thumbnail_150x100_x1.yml deleted file mode 100644 index 5b02b3517d..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_thumbnail_150x100_x1.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_landscape_thumbnail_150x100_x1 -label: 'nigov landscape thumbnail 150x100 (x1)' -effects: - fcc5a7ca-1afe-4c73-939a-1b1199fc1c07: - uuid: fcc5a7ca-1afe-4c73-939a-1b1199fc1c07 - id: image_scale_and_crop - weight: 1 - data: - width: 150 - height: 100 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_thumbnail_300x200_x2.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_thumbnail_300x200_x2.yml deleted file mode 100644 index 262449888c..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_thumbnail_300x200_x2.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_landscape_thumbnail_300x200_x2 -label: 'nigov landscape thumbnail 300x200 (x2)' -effects: - 3c3b88a0-ce39-4785-8ccf-4438c59befdb: - uuid: 3c3b88a0-ce39-4785-8ccf-4438c59befdb - id: image_scale_and_crop - weight: 1 - data: - width: 300 - height: 200 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_xl_1240x826_x2.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_xl_1240x826_x2.yml deleted file mode 100644 index 9d42d4d3a8..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_xl_1240x826_x2.yml +++ /dev/null @@ -1,22 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_landscape_xl_1240x826_x2 -label: 'nigov landscape xl 1240x826 (x2)' -effects: - 434ab15d-0fb7-4be5-b825-86b0d1f9feea: - uuid: 434ab15d-0fb7-4be5-b825-86b0d1f9feea - id: image_scale - weight: 1 - data: - width: 1240 - height: null - upscale: true - 7e57d0f5-faec-4252-ab3b-31dc3a2abbca: - uuid: 7e57d0f5-faec-4252-ab3b-31dc3a2abbca - id: image_crop - weight: 2 - data: - width: 1240 - height: 826 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_xl_620x413_x1.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_xl_620x413_x1.yml deleted file mode 100644 index 0c0a806c9c..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_xl_620x413_x1.yml +++ /dev/null @@ -1,22 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_landscape_xl_620x413_x1 -label: 'nigov landscape xl 620x413 (x1)' -effects: - d16e6116-7833-4447-95f9-c194fe91c3d4: - uuid: d16e6116-7833-4447-95f9-c194fe91c3d4 - id: image_scale - weight: 1 - data: - width: 620 - height: null - upscale: true - a5271e61-2668-4eaf-a25a-a4abac16e5ff: - uuid: a5271e61-2668-4eaf-a25a-a4abac16e5ff - id: image_crop - weight: 2 - data: - width: 620 - height: 413 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_xxl_1920x1280_x2.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_xxl_1920x1280_x2.yml deleted file mode 100644 index 0de33299ee..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_xxl_1920x1280_x2.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_landscape_xxl_1920x1280_x2 -label: 'nigov landscape xxl 1920x1280 (x2)' -effects: - 88657f9e-7a38-4c17-b327-c0c2b9e90cb8: - uuid: 88657f9e-7a38-4c17-b327-c0c2b9e90cb8 - id: image_scale_and_crop - weight: 1 - data: - width: 1920 - height: 1280 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_xxl_960x640_x1.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_xxl_960x640_x1.yml deleted file mode 100644 index af465dae34..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_landscape_xxl_960x640_x1.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_landscape_xxl_960x640_x1 -label: 'nigov landscape xxl 960x640 (x1)' -effects: - 98b2acac-bf52-4603-a2a1-f9591c2da5ca: - uuid: 98b2acac-bf52-4603-a2a1-f9591c2da5ca - id: image_scale_and_crop - weight: 1 - data: - width: 960 - height: 640 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_portrait_300_x1.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_portrait_300_x1.yml deleted file mode 100644 index 50985413de..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_portrait_300_x1.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_portrait_300_x1 -label: 'nigov portrait 300 (x1)' -effects: - d7c90849-13e9-4a1c-8c8e-be8ad71a70e8: - uuid: d7c90849-13e9-4a1c-8c8e-be8ad71a70e8 - id: image_scale_and_crop - weight: 1 - data: - width: 300 - height: 450 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_portrait_600_x2.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_portrait_600_x2.yml deleted file mode 100644 index a730dc63df..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_portrait_600_x2.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_portrait_600_x2 -label: 'nigov portrait 600 (x2)' -effects: - ce3d80e6-16e2-4e0d-9848-7ae3327fb5c1: - uuid: ce3d80e6-16e2-4e0d-9848-7ae3327fb5c1 - id: image_scale_and_crop - weight: 1 - data: - width: 600 - height: 900 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_portrait_med_450_x1.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_portrait_med_450_x1.yml deleted file mode 100644 index 83b42fc892..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_portrait_med_450_x1.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_portrait_med_450_x1 -label: 'nigov portrait med 450 (x1)' -effects: - 3b4e7b8c-0f1c-47e0-a20f-4f1a8e7a22c0: - uuid: 3b4e7b8c-0f1c-47e0-a20f-4f1a8e7a22c0 - id: image_scale_and_crop - weight: 1 - data: - width: 450 - height: 1350 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_portrait_med_900_x2.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_portrait_med_900_x2.yml deleted file mode 100644 index 8f912b4074..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_portrait_med_900_x2.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_portrait_med_900_x2 -label: 'nigov portrait med 900 (x2)' -effects: - 424aae1d-6b39-4692-83ff-1ad3ad693313: - uuid: 424aae1d-6b39-4692-83ff-1ad3ad693313 - id: image_scale_and_crop - weight: 1 - data: - width: 900 - height: 2700 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_portrait_xl_1240_x2.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_portrait_xl_1240_x2.yml deleted file mode 100644 index 42e7201a36..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_portrait_xl_1240_x2.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_portrait_xl_1240_x2 -label: 'nigov portrait xl 1240 (x2)' -effects: - afe2ca81-2beb-40c3-bcc0-dfbc61e9380b: - uuid: afe2ca81-2beb-40c3-bcc0-dfbc61e9380b - id: image_scale_and_crop - weight: 1 - data: - width: 1240 - height: 1860 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_portrait_xl_620_x1.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_portrait_xl_620_x1.yml deleted file mode 100644 index 58859b28c7..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.nigov_portrait_xl_620_x1.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: nigov_portrait_xl_620_x1 -label: 'nigov portrait xl 620 (x1)' -effects: - 19e5c382-90e2-45fd-a569-bdc94908c0b9: - uuid: 19e5c382-90e2-45fd-a569-bdc94908c0b9 - id: image_scale_and_crop - weight: 1 - data: - width: 620 - height: 930 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.slideshow_1024x340_.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.slideshow_1024x340_.yml deleted file mode 100644 index 4b75aff9d4..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.slideshow_1024x340_.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: slideshow_1024x340_ -label: 'Slideshow (1024x340)' -effects: - b0fc2e25-72e1-4d3a-b78f-aad6b8ccbd14: - uuid: b0fc2e25-72e1-4d3a-b78f-aad6b8ccbd14 - id: image_scale_and_crop - weight: 1 - data: - width: 1024 - height: 340 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.slideshow_x2.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.slideshow_x2.yml deleted file mode 100644 index a424906cdb..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.slideshow_x2.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: slideshow_x2 -label: 'Slideshow x2' -effects: - 2fc6ec89-ba43-4b6f-a87c-7759e5d600e6: - uuid: 2fc6ec89-ba43-4b6f-a87c-7759e5d600e6 - id: image_scale_and_crop - weight: 1 - data: - width: 2048 - height: 680 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.unity_3_col_desktop.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.unity_3_col_desktop.yml deleted file mode 100644 index 169cd69420..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.unity_3_col_desktop.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: unity_3_col_desktop -label: 'unity 3 col (desktop) 342x228' -effects: - 8ae5907c-5286-46f3-a610-53692536a584: - uuid: 8ae5907c-5286-46f3-a610-53692536a584 - id: image_scale_and_crop - weight: 1 - data: - width: 342 - height: 228 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/image.style.unity_3_col_desktop_retina.yml b/web/modules/custom/unity_image_styles/config/optional/image.style.unity_3_col_desktop_retina.yml deleted file mode 100644 index 8591c6a95a..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/image.style.unity_3_col_desktop_retina.yml +++ /dev/null @@ -1,14 +0,0 @@ -langcode: en -status: true -dependencies: { } -name: unity_3_col_desktop_retina -label: 'unity 3 col (desktop retina) 684x456' -effects: - c6601358-8c90-465d-9928-263d6850a663: - uuid: c6601358-8c90-465d-9928-263d6850a663 - id: image_scale_and_crop - weight: 1 - data: - width: 684 - height: 456 - anchor: center-center diff --git a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.article_full.yml b/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.article_full.yml deleted file mode 100644 index f60f332a5b..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.article_full.yml +++ /dev/null @@ -1,28 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - image.style.nigov_full_1240_x2 - - image.style.nigov_full_1880_x2 - - image.style.nigov_full_450_x1 - - image.style.nigov_full_620_x1 - - image.style.nigov_full_900_x2 - - image.style.nigov_full_940_x1 -id: article_full -label: 'Article full' -image_style_mappings: - - - breakpoint_id: responsive_image.viewport_sizing - multiplier: 1x - image_mapping_type: sizes - image_mapping: - sizes: 100vw - sizes_image_styles: - - nigov_full_1240_x2 - - nigov_full_1880_x2 - - nigov_full_450_x1 - - nigov_full_620_x1 - - nigov_full_900_x2 - - nigov_full_940_x1 -breakpoint_group: responsive_image -fallback_image_style: nigov_full_620_x1 diff --git a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.card_large.yml b/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.card_large.yml deleted file mode 100644 index 4beee3095c..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.card_large.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - image.style.nigov_card_large_460x140_x1 - - image.style.nigov_card_large_920x280_x2 -id: card_large -label: 'Card large' -image_style_mappings: - - - breakpoint_id: responsive_image.viewport_sizing - multiplier: 1x - image_mapping_type: sizes - image_mapping: - sizes: 100vw - sizes_image_styles: - - nigov_card_large_460x140_x1 - - nigov_card_large_920x280_x2 -breakpoint_group: responsive_image -fallback_image_style: nigov_card_large_460x140_x1 diff --git a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.card_small.yml b/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.card_small.yml deleted file mode 100644 index 7a121e8069..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.card_small.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - image.style.nigov_card_small_305x150_x1 - - image.style.nigov_card_small_610x300_x2 -id: card_small -label: 'Card small' -image_style_mappings: - - - breakpoint_id: responsive_image.viewport_sizing - multiplier: 1x - image_mapping_type: sizes - image_mapping: - sizes: 100vw - sizes_image_styles: - - nigov_card_small_305x150_x1 - - nigov_card_small_610x300_x2 -breakpoint_group: responsive_image -fallback_image_style: nigov_card_small_305x150_x1 diff --git a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.card_thumbnail.yml b/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.card_thumbnail.yml deleted file mode 100644 index 2472ab951d..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.card_thumbnail.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - image.style.nigov_landscape_thumbnail_150x100_x1 - - image.style.nigov_landscape_thumbnail_300x200_x2 -id: card_thumbnail -label: 'Card thumbnail' -image_style_mappings: - - - breakpoint_id: responsive_image.viewport_sizing - multiplier: 1x - image_mapping_type: sizes - image_mapping: - sizes: 100vw - sizes_image_styles: - - nigov_landscape_thumbnail_150x100_x1 - - nigov_landscape_thumbnail_300x200_x2 -breakpoint_group: responsive_image -fallback_image_style: nigov_landscape_thumbnail_150x100_x1 diff --git a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.deep_banner.yml b/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.deep_banner.yml deleted file mode 100644 index 5e268508dc..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.deep_banner.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - image.style.nigov_banner_1880x600_x2 - - image.style.nigov_banner_940x300_x1 -id: deep_banner -label: 'Banner deep' -image_style_mappings: - - - breakpoint_id: responsive_image.viewport_sizing - multiplier: 1x - image_mapping_type: sizes - image_mapping: - sizes: 100vw - sizes_image_styles: - - nigov_banner_1880x600_x2 - - nigov_banner_940x300_x1 -breakpoint_group: responsive_image -fallback_image_style: nigov_banner_940x300_x1 diff --git a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.feature_card.yml b/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.feature_card.yml deleted file mode 100644 index 8b8afe56a9..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.feature_card.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - image.style.nigov_card_small_300x150_x1 - - image.style.nigov_card_small_600x300_x2 -id: feature_card -label: 'Feature card' -image_style_mappings: - - - breakpoint_id: responsive_image.viewport_sizing - multiplier: 1x - image_mapping_type: sizes - image_mapping: - sizes: 100vw - sizes_image_styles: - - nigov_card_small_300x150_x1 - - nigov_card_small_600x300_x2 -breakpoint_group: responsive_image -fallback_image_style: nigov_card_small_300x150_x1 diff --git a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.inline.yml b/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.inline.yml deleted file mode 100644 index cae69d8ed4..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.inline.yml +++ /dev/null @@ -1,28 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - image.style.nigov_float_x1 - - image.style.nigov_float_x2 - - image.style.nigov_full_1240_x2 - - image.style.nigov_full_450_x1 - - image.style.nigov_full_620_x1 - - image.style.nigov_full_900_x2 -id: inline -label: 'Inline float' -image_style_mappings: - - - breakpoint_id: responsive_image.viewport_sizing - multiplier: 1x - image_mapping_type: sizes - image_mapping: - sizes: 100vw - sizes_image_styles: - - nigov_float_x1 - - nigov_float_x2 - - nigov_full_1240_x2 - - nigov_full_450_x1 - - nigov_full_620_x1 - - nigov_full_900_x2 -breakpoint_group: responsive_image -fallback_image_style: nigov_float_x1 diff --git a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.inline_expandable.yml b/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.inline_expandable.yml deleted file mode 100644 index eafd3796d2..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.inline_expandable.yml +++ /dev/null @@ -1,26 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - image.style.nigov_full_1240_x2 - - image.style.nigov_full_450_x1 - - image.style.nigov_full_620_x1 - - image.style.nigov_full_900_x2 -_core: - default_config_hash: agI4gG7p6HrQOJL3yIX15WTi90gdy8Y4vRNOyQzo2mo -id: inline_expandable -label: 'Inline float expandable' -image_style_mappings: - - - breakpoint_id: responsive_image.viewport_sizing - multiplier: 1x - image_mapping_type: sizes - image_mapping: - sizes: 100vw - sizes_image_styles: - - nigov_full_1240_x2 - - nigov_full_450_x1 - - nigov_full_620_x1 - - nigov_full_900_x2 -breakpoint_group: responsive_image -fallback_image_style: nigov_full_620_x1 diff --git a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.inline_xl.yml b/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.inline_xl.yml deleted file mode 100644 index d3f9ccba19..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.inline_xl.yml +++ /dev/null @@ -1,26 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - image.style.nigov_full_1240_x2 - - image.style.nigov_full_450_x1 - - image.style.nigov_full_620_x1 - - image.style.nigov_full_900_x2 -_core: - default_config_hash: 1LAQ6-3F3Z4vsIipa4dsOChhEMZH_gWfSWiXrUvjgBk -id: inline_xl -label: 'Inline full width' -image_style_mappings: - - - breakpoint_id: responsive_image.viewport_sizing - multiplier: 1x - image_mapping_type: sizes - image_mapping: - sizes: 100vw - sizes_image_styles: - - nigov_full_1240_x2 - - nigov_full_450_x1 - - nigov_full_620_x1 - - nigov_full_900_x2 -breakpoint_group: responsive_image -fallback_image_style: nigov_full_620_x1 diff --git a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.inline_xl_expandable.yml b/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.inline_xl_expandable.yml deleted file mode 100644 index a61e7afb2d..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.inline_xl_expandable.yml +++ /dev/null @@ -1,30 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - image.style.nigov_full_1240_x2 - - image.style.nigov_full_1880_x2 - - image.style.nigov_full_450_x1 - - image.style.nigov_full_620_x1 - - image.style.nigov_full_900_x2 - - image.style.nigov_full_940_x1 -_core: - default_config_hash: D46spGvqdIQl09ftiVu3fA6Vaaas4uM03PYwGCZeLII -id: inline_xl_expandable -label: 'Inline full width expandable' -image_style_mappings: - - - breakpoint_id: responsive_image.viewport_sizing - multiplier: 1x - image_mapping_type: sizes - image_mapping: - sizes: 100vw - sizes_image_styles: - - nigov_full_1240_x2 - - nigov_full_1880_x2 - - nigov_full_450_x1 - - nigov_full_620_x1 - - nigov_full_900_x2 - - nigov_full_940_x1 -breakpoint_group: responsive_image -fallback_image_style: nigov_full_940_x1 diff --git a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.landing_full.yml b/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.landing_full.yml deleted file mode 100644 index a89cb651f8..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.landing_full.yml +++ /dev/null @@ -1,28 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - image.style.nigov_full_1240_x2 - - image.style.nigov_full_1880_x2 - - image.style.nigov_full_450_x1 - - image.style.nigov_full_620_x1 - - image.style.nigov_full_900_x2 - - image.style.nigov_full_940_x1 -id: landing_full -label: 'Landing full' -image_style_mappings: - - - breakpoint_id: responsive_image.viewport_sizing - multiplier: 1x - image_mapping_type: sizes - image_mapping: - sizes: 100vw - sizes_image_styles: - - nigov_full_1240_x2 - - nigov_full_1880_x2 - - nigov_full_450_x1 - - nigov_full_620_x1 - - nigov_full_900_x2 - - nigov_full_940_x1 -breakpoint_group: responsive_image -fallback_image_style: nigov_full_940_x1 diff --git a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.member_small_image.yml b/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.member_small_image.yml deleted file mode 100644 index b74e430222..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.member_small_image.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - image.style.member_small_image_x1 - - image.style.member_small_image_x2 -id: member_small_image -label: 'Member small image' -image_style_mappings: - - - breakpoint_id: responsive_image.viewport_sizing - multiplier: 1x - image_mapping_type: sizes - image_mapping: - sizes: 100vw - sizes_image_styles: - - member_small_image_x1 - - member_small_image_x2 -breakpoint_group: responsive_image -fallback_image_style: member_small_image_x1 diff --git a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.news_thumbnail.yml b/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.news_thumbnail.yml deleted file mode 100644 index 38882b6c0c..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.news_thumbnail.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - image.style.nigov_landscape_thumbnail_150x100_x1 - - image.style.nigov_landscape_thumbnail_300x200_x2 -id: news_thumbnail -label: 'News thumbnail' -image_style_mappings: - - - breakpoint_id: responsive_image.viewport_sizing - multiplier: 1x - image_mapping_type: sizes - image_mapping: - sizes: 100vw - sizes_image_styles: - - nigov_landscape_thumbnail_150x100_x1 - - nigov_landscape_thumbnail_300x200_x2 -breakpoint_group: responsive_image -fallback_image_style: nigov_landscape_thumbnail_150x100_x1 diff --git a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.portrait_float.yml b/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.portrait_float.yml deleted file mode 100644 index 2508a85129..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.portrait_float.yml +++ /dev/null @@ -1,24 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - image.style.nigov_portrait_300_x1 - - image.style.nigov_portrait_600_x2 - - image.style.nigov_portrait_med_450_x1 - - image.style.nigov_portrait_med_900_x2 -_core: - default_config_hash: HjS2woohcT1Ac59rjEXWjay5IhYsVDLSzxx_QjNp8uc -id: portrait_float -label: 'Portrait float' -image_style_mappings: - - - breakpoint_id: responsive_image.viewport_sizing - multiplier: 1x - image_mapping_type: sizes - image_mapping: - sizes: 100vw - sizes_image_styles: - - nigov_portrait_300_x1 - - nigov_portrait_600_x2 -breakpoint_group: responsive_image -fallback_image_style: nigov_portrait_300_x1 diff --git a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.portrait_float_expandable.yml b/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.portrait_float_expandable.yml deleted file mode 100644 index af373e82ec..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.portrait_float_expandable.yml +++ /dev/null @@ -1,24 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - image.style.nigov_portrait_med_450_x1 - - image.style.nigov_portrait_med_900_x2 - - image.style.nigov_portrait_xl_1240_x2 - - image.style.nigov_portrait_xl_620_x1 -id: portrait_float_expandable -label: 'Portrait float expandable' -image_style_mappings: - - - breakpoint_id: responsive_image.viewport_sizing - multiplier: 1x - image_mapping_type: sizes - image_mapping: - sizes: 100vw - sizes_image_styles: - - nigov_portrait_med_450_x1 - - nigov_portrait_med_900_x2 - - nigov_portrait_xl_1240_x2 - - nigov_portrait_xl_620_x1 -breakpoint_group: responsive_image -fallback_image_style: nigov_portrait_xl_620_x1 diff --git a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.portrait_full_width.yml b/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.portrait_full_width.yml deleted file mode 100644 index 3bca0fbe02..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.portrait_full_width.yml +++ /dev/null @@ -1,24 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - image.style.nigov_portrait_med_450_x1 - - image.style.nigov_portrait_med_900_x2 - - image.style.nigov_portrait_xl_1240_x2 - - image.style.nigov_portrait_xl_620_x1 -id: portrait_full_width -label: 'Portrait full width' -image_style_mappings: - - - breakpoint_id: responsive_image.viewport_sizing - multiplier: 1x - image_mapping_type: sizes - image_mapping: - sizes: 100vw - sizes_image_styles: - - nigov_portrait_med_450_x1 - - nigov_portrait_med_900_x2 - - nigov_portrait_xl_1240_x2 - - nigov_portrait_xl_620_x1 -breakpoint_group: responsive_image -fallback_image_style: nigov_portrait_xl_620_x1 diff --git a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.slideshow.yml b/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.slideshow.yml deleted file mode 100644 index 928aa8e0bc..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.slideshow.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - image.style.slideshow_1024x340_ - - image.style.slideshow_x2 -id: slideshow -label: Slideshow -image_style_mappings: - - - breakpoint_id: responsive_image.viewport_sizing - multiplier: 1x - image_mapping_type: sizes - image_mapping: - sizes: 100vw - sizes_image_styles: - - slideshow_1024x340_ - - slideshow_x2 -breakpoint_group: responsive_image -fallback_image_style: slideshow_1024x340_ diff --git a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.thin_banner.yml b/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.thin_banner.yml deleted file mode 100644 index f6904c369d..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.thin_banner.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - image.style.nigov_banner_1880x200_x2 - - image.style.nigov_banner_940x100_x1 -id: thin_banner -label: 'Banner thin' -image_style_mappings: - - - breakpoint_id: responsive_image.viewport_sizing - multiplier: 1x - image_mapping_type: sizes - image_mapping: - sizes: 100vw - sizes_image_styles: - - nigov_banner_1880x200_x2 - - nigov_banner_940x100_x1 -breakpoint_group: responsive_image -fallback_image_style: nigov_banner_940x100_x1 diff --git a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.unity_3_col_images.yml b/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.unity_3_col_images.yml deleted file mode 100644 index d7d228efe0..0000000000 --- a/web/modules/custom/unity_image_styles/config/optional/responsive_image.styles.unity_3_col_images.yml +++ /dev/null @@ -1,24 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - image.style.nigov_landscape_med_450x300_x1 - - image.style.nigov_landscape_med_900x600_x2 - - image.style.unity_3_col_desktop - - image.style.unity_3_col_desktop_retina -id: unity_3_col_images -label: 'Unity 3 col images' -image_style_mappings: - - - breakpoint_id: responsive_image.viewport_sizing - multiplier: 1x - image_mapping_type: sizes - image_mapping: - sizes: 100vw - sizes_image_styles: - - nigov_landscape_med_450x300_x1 - - nigov_landscape_med_900x600_x2 - - unity_3_col_desktop - - unity_3_col_desktop_retina -breakpoint_group: responsive_image -fallback_image_style: unity_3_col_desktop diff --git a/web/modules/custom/unity_image_styles/unity_image_styles.info.yml b/web/modules/custom/unity_image_styles/unity_image_styles.info.yml deleted file mode 100644 index b56ccff7eb..0000000000 --- a/web/modules/custom/unity_image_styles/unity_image_styles.info.yml +++ /dev/null @@ -1,9 +0,0 @@ -name: 'Unity image styles' -type: module -description: 'Configures generic image styles in unity sites' -core_version_requirement: ^8.8 || ^9 -package: 'Unity' -dependencies: - - drupal:image - - drupal:responsive_image - - drupal:media diff --git a/web/modules/custom/unity_internal_link_checker/src/Form/LinkCheckerForm.php b/web/modules/custom/unity_internal_link_checker/src/Form/LinkCheckerForm.php deleted file mode 100644 index a1207d26ab..0000000000 --- a/web/modules/custom/unity_internal_link_checker/src/Form/LinkCheckerForm.php +++ /dev/null @@ -1,81 +0,0 @@ -config('unity_internal_link_checker.linksettings'); - - $message = "List all domain names here that must be stripped out of absolute links and changed to relative as they are saved."; - $message .= "
For example adding 'http://uregni.gov.uk' here will cause any links starting with that domain name to be saved as relative links instead."; - $message .= "
You may add as many domain names as you like, along with the appropriate 'http' or 'https' protocol."; - - $form['site_url_list'] = [ - '#type' => 'textarea', - '#title' => $this->t('Site URLs'), - '#description' => $this->t($message), - '#default_value' => $config->get('site_url_list'), - ]; - - return parent::buildForm($form, $form_state); - } - - /** - * {@inheritdoc} - */ - public function validateForm(array &$form, FormStateInterface $form_state) { - if ($form_state->getValue('site_url_list')) { - $replace_url_list = explode(PHP_EOL, $form_state->getValue('site_url_list')); - foreach ($replace_url_list as $replace_url) { - // Make sure url is 'clean'. - $replace_url = str_replace(["\n", "\t", "\r"], '', $replace_url); - $pass = FALSE; - if (preg_match('|^http:\/\/|', $replace_url) || preg_match('|^https:\/\/|', $replace_url)) { - $pass = TRUE; - } - if (!$pass) { - $form_state->setErrorByName('site_url_list', $this->t("URLs must start with 'http' or 'https'")); - } - } - } - parent::validateForm($form, $form_state); - } - - /** - * {@inheritdoc} - */ - public function submitForm(array &$form, FormStateInterface $form_state) { - parent::submitForm($form, $form_state); - - $this->config('unity_internal_link_checker.linksettings') - ->set('site_url_list', $form_state->getValue('site_url_list')) - ->save(); - } - -} diff --git a/web/modules/custom/unity_internal_link_checker/unity_internal_link_checker.info.yml b/web/modules/custom/unity_internal_link_checker/unity_internal_link_checker.info.yml deleted file mode 100644 index fd794c1cca..0000000000 --- a/web/modules/custom/unity_internal_link_checker/unity_internal_link_checker.info.yml +++ /dev/null @@ -1,7 +0,0 @@ -name: 'Unity Internal Link Checker' -type: module -description: 'Unity internal link checking and correction' -core_version_requirement: ^8.8 || ^9 -package: 'Unity' -dependencies: - - unity_common diff --git a/web/modules/custom/unity_internal_link_checker/unity_internal_link_checker.links.menu.yml b/web/modules/custom/unity_internal_link_checker/unity_internal_link_checker.links.menu.yml deleted file mode 100644 index 89484b645e..0000000000 --- a/web/modules/custom/unity_internal_link_checker/unity_internal_link_checker.links.menu.yml +++ /dev/null @@ -1,6 +0,0 @@ -link_checker.link_checker_form: - title: 'Unity Internal Link Checker' - route_name: unity_internal_link_checker.link_checker_form - description: 'Configure internal link checking and correction' - parent: unity.admin_config - weight: 99 diff --git a/web/modules/custom/unity_internal_link_checker/unity_internal_link_checker.module b/web/modules/custom/unity_internal_link_checker/unity_internal_link_checker.module deleted file mode 100644 index f9c4394a86..0000000000 --- a/web/modules/custom/unity_internal_link_checker/unity_internal_link_checker.module +++ /dev/null @@ -1,82 +0,0 @@ -getRequestUri(); - if (preg_match('|^\/batch|', $page) || ($page == '/')) { - return; - } - if ($entity instanceof ContentEntityInterface) { - if ($entity->hasField('body')) { - $body = $entity->get('body')->value; - $format = $entity->get('body')->format; - - $matches = []; - // Look for all anchors in the body field. - if (preg_match_all('|href\=[\'"]+([^ >"\']*)[\'"]+[^>]*>|', $body, $matches)) { - if (count($matches) > 1) { - foreach ($matches[1] as $original_link) { - // So we have an anchor, does it look like a relative link - // or an absolute? - $matches2 = []; - if (preg_match('|http://(.*)|', $original_link, $matches2) || - preg_match('|https://(.*)|', $original_link, $matches2)) { - // This is an absolute URL does it match one of the domain names specified - // at /admin/config/unity_internal_link_checker/link_checker_form ? - $body = _convert_absolute_link($body, $original_link); - $entity->body->setValue(['value' => $body, 'format' => $format]); - // If we have called _convertAbsoluteLink once then all links in the body field - // have been processed, so break out here. - break; - } - } - } - } - } - } -} - -/** - * Utility function to convert internal link to relative. - */ -function _convert_absolute_link(&$body_text, $original_link) { - // Get list of urls to replace - // (these have been added at - // /admin/config/unity_internal_link_checker/link_checker_form ) - $config = \Drupal::config('unity_internal_link_checker.linksettings'); - $replace_url_list = $config->get('site_url_list'); - if (strlen($replace_url_list) == 0) { - \Drupal::messenger()->addMessage(t("Please set some URLs at /admin/config/unity_internal_link_checker/link_checker_form"), "error"); - return $body_text; - } - $replace_url_list = explode(PHP_EOL, $replace_url_list); - foreach ($replace_url_list as $replace_url) { - // Make sure url is 'clean'. - $replace_url = str_replace(["\n", "\t", "\r"], '', $replace_url); - // Make sure that there is a trailing slash. - if (!preg_match('|\/$|', $replace_url)) { - $replace_url .= '/'; - } - // Does the start of this link match one of the - // urls that we are looking for ? - if (strpos($original_link, $replace_url) !== FALSE) { - // We have a match, change this absolute link - // to a relative link. - $body_text = str_replace($replace_url, '/', $body_text); - } - } - return $body_text; -} diff --git a/web/modules/custom/unity_internal_link_checker/unity_internal_link_checker.routing.yml b/web/modules/custom/unity_internal_link_checker/unity_internal_link_checker.routing.yml deleted file mode 100644 index 47721ffe66..0000000000 --- a/web/modules/custom/unity_internal_link_checker/unity_internal_link_checker.routing.yml +++ /dev/null @@ -1,9 +0,0 @@ -unity_internal_link_checker.link_checker_form: - path: '/admin/config/unity_internal_link_checker/link_checker_form' - defaults: - _form: '\Drupal\unity_internal_link_checker\Form\LinkCheckerForm' - _title: 'Unity Link Checker' - requirements: - _role: 'administrator' - options: - _admin_route: TRUE diff --git a/web/modules/custom/unity_map_embed/config/optional/core.entity_form_display.paragraph.map.default.yml b/web/modules/custom/unity_map_embed/config/optional/core.entity_form_display.paragraph.map.default.yml deleted file mode 100644 index 37fd5ea5fb..0000000000 --- a/web/modules/custom/unity_map_embed/config/optional/core.entity_form_display.paragraph.map.default.yml +++ /dev/null @@ -1,298 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.paragraph.map.field_location - - paragraphs.paragraphs_type.map - module: - - geolocation_google_maps -id: paragraph.map.default -targetEntityType: paragraph -bundle: map -mode: default -content: - field_location: - weight: 0 - settings: - centre: - client_location: - enable: true - weight: 0 - map_center_id: client_location - fixed_boundaries: - settings: - north: '' - east: '' - south: '' - west: '' - weight: 0 - enable: false - map_center_id: fixed_boundaries - fit_bounds: - enable: true - settings: - min_zoom: null - reset_zoom: false - weight: 0 - map_center_id: fit_bounds - fixed_value: - settings: - latitude: null - longitude: null - location_option_id: fixed_value - weight: 0 - enable: false - map_center_id: location_plugins - ipstack: - settings: - access_key: '' - location_option_id: ipstack - weight: 0 - enable: false - map_center_id: location_plugins - freeogeoip: - weight: 0 - enable: false - map_center_id: location_plugins - settings: - location_option_id: freeogeoip - google_map_settings: - height: 400px - width: 100% - type: ROADMAP - zoom: 10 - maxZoom: 18 - minZoom: 0 - gestureHandling: auto - map_features: - marker_infobubble: - settings: - close_other: 1 - close_button_src: '' - shadow_style: 0 - padding: 10 - border_radius: 8 - border_width: 2 - border_color: '#039be5' - background_color: '#fff' - min_width: null - max_width: 550 - min_height: null - max_height: null - arrow_style: 2 - arrow_position: 30 - arrow_size: 10 - close_button: 0 - enabled: false - weight: 0 - control_streetview: - weight: -10 - settings: - position: TOP_LEFT - behavior: default - enabled: false - control_zoom: - enabled: true - weight: -9 - settings: - position: RIGHT_CENTER - behavior: default - style: LARGE - map_restriction: - weight: -8 - settings: - north: '' - south: '' - east: '' - west: '' - strict: true - enabled: false - map_type_style: - weight: -7 - settings: - style: '[]' - enabled: false - marker_clusterer: - weight: -6 - settings: - image_path: '' - styles: '' - zoom_on_click: true - grid_size: 60 - minimum_cluster_size: 2 - max_zoom: 15 - average_center: false - enabled: false - marker_icon: - weight: -5 - settings: - marker_icon_path: '' - anchor: - x: 0 - 'y': 0 - origin: - x: 0 - 'y': 0 - label_origin: - x: 0 - 'y': 0 - size: - width: null - height: null - scaled_size: - width: null - height: null - enabled: false - marker_infowindow: - enabled: true - weight: -4 - settings: - info_window_solitary: true - disable_auto_pan: true - max_width: null - info_auto_display: false - control_recenter: - weight: -3 - settings: - position: TOP_LEFT - enabled: false - marker_label: - weight: -2 - settings: - color: '' - font_family: '' - font_size: '' - font_weight: '' - enabled: false - marker_opacity: - weight: -1 - settings: - opacity: !!float 1 - enabled: false - geolocation_marker_scroll_to_id: - weight: 0 - settings: - scroll_target_id: '' - enabled: false - marker_zoom_to_animate: - weight: 1 - settings: - marker_zoom_anchor_id: '' - enabled: false - spiderfying: - weight: 2 - settings: - spiderfiable_marker_path: /modules/contrib/geolocation/modules/geolocation_google_maps/images/marker-plus.svg - markersWontMove: true - keepSpiderfied: true - nearbyDistance: 20 - circleSpiralSwitchover: 9 - circleFootSeparation: 23 - spiralFootSeparation: 26 - spiralLengthStart: 11 - spiralLengthFactor: 4 - legWeight: 1.5 - markersWontHide: false - ignoreMapClick: false - enabled: false - google_maps_layer_traffic: - weight: 3 - enabled: false - control_rotate: - weight: 4 - settings: - position: TOP_LEFT - behavior: default - enabled: false - control_maptype: - enabled: true - weight: 5 - settings: - position: RIGHT_BOTTOM - behavior: default - style: DEFAULT - context_popup: - weight: 6 - settings: - content: - value: '' - format: basic_html - enabled: false - google_maps_layer_bicycling: - weight: 7 - enabled: false - client_location_indicator: - weight: 8 - enabled: false - map_disable_tilt: - weight: 9 - enabled: false - control_locate: - enabled: true - weight: 10 - settings: - position: TOP_LEFT - map_disable_poi: - weight: 10 - enabled: false - map_disable_user_interaction: - weight: 10 - enabled: false - drawing: - weight: 10 - settings: - strokeColor: '#FF0000' - strokeOpacity: '0.8' - strokeWeight: '2' - fillColor: '#FF0000' - fillOpacity: '0.35' - polyline: false - geodesic: false - polygon: false - enabled: false - control_fullscreen: - weight: 10 - settings: - position: TOP_LEFT - behavior: default - enabled: false - control_geocoder: - enabled: true - weight: 10 - settings: - position: TOP_LEFT - geocoder: google_geocoding_api - settings: - label: Address - description: 'Enter an address to be localized.' - autocomplete_min_length: 3 - component_restrictions: - route: '' - locality: '' - administrative_area: '' - postal_code: '' - country: '' - boundary_restriction: - south: '' - west: '' - north: '' - east: '' - control_loading_indicator: - weight: 10 - settings: - position: TOP_LEFT - loading_label: Loading - enabled: false - google_maps_layer_transit: - weight: 10 - enabled: false - auto_client_location_marker: '0' - allow_override_map_settings: 0 - hide_textfield_form: false - auto_client_location: '' - third_party_settings: { } - type: geolocation_googlegeocoder - region: content -hidden: - created: true - status: true diff --git a/web/modules/custom/unity_map_embed/config/optional/core.entity_view_mode.paragraph.embed.yml b/web/modules/custom/unity_map_embed/config/optional/core.entity_view_mode.paragraph.embed.yml deleted file mode 100644 index d0772a053d..0000000000 --- a/web/modules/custom/unity_map_embed/config/optional/core.entity_view_mode.paragraph.embed.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - paragraphs -id: paragraph.embed -label: Embed -targetEntityType: paragraph -cache: true diff --git a/web/modules/custom/unity_map_embed/config/optional/core.entity_view_mode.paragraph.preview.yml b/web/modules/custom/unity_map_embed/config/optional/core.entity_view_mode.paragraph.preview.yml deleted file mode 100644 index 2f5516eca5..0000000000 --- a/web/modules/custom/unity_map_embed/config/optional/core.entity_view_mode.paragraph.preview.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - paragraphs -id: paragraph.preview -label: Preview -targetEntityType: paragraph -cache: true diff --git a/web/modules/custom/unity_map_embed/config/optional/embed.button.map.yml b/web/modules/custom/unity_map_embed/config/optional/embed.button.map.yml deleted file mode 100644 index dff784af42..0000000000 --- a/web/modules/custom/unity_map_embed/config/optional/embed.button.map.yml +++ /dev/null @@ -1,26 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.paragraph.preview - - entity_browser.browser.location_browser - - paragraphs.paragraphs_type.map - module: - - entity_embed - - paragraphs -label: Map -id: map -type_id: entity -type_settings: - entity_type: paragraph - bundles: - - map - display_plugins: - - 'view_mode:paragraph.preview' - entity_browser: location_browser - entity_browser_settings: - display_review: true -icon: - data: PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtOCA3LjNjLS43IDAtMS40LS42LTEuNC0xLjRzLjctMS40IDEuNC0xLjQgMS40LjcgMS40IDEuNC0uNiAxLjQtMS40IDEuNG0wLTYuNGMtMi43IDAtNC45IDIuMi00LjkgNC45czQuOSA5LjEgNC45IDkuMSA0LjktNi40IDQuOS05LjEtMi4yLTQuOS00LjktNC45IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4= - uri: 'public://embed_buttons/embed-icon-map.svg' -icon_uuid: null diff --git a/web/modules/custom/unity_map_embed/config/optional/entity_browser.browser.location_browser.yml b/web/modules/custom/unity_map_embed/config/optional/entity_browser.browser.location_browser.yml deleted file mode 100644 index e7e364db5d..0000000000 --- a/web/modules/custom/unity_map_embed/config/optional/entity_browser.browser.location_browser.yml +++ /dev/null @@ -1,28 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - entity_browser_entity_form -name: location_browser -label: 'Location browser' -display: iframe -display_configuration: - width: 100% - height: '650' - link_text: Select - auto_open: true -selection_display: no_display -selection_display_configuration: { } -widget_selector: single -widget_selector_configuration: { } -widgets: - 176d8eb0-6202-4abf-9dd2-16d2e0faa4d0: - settings: - entity_type: paragraph - bundle: map - form_mode: default - submit_text: Save - uuid: 176d8eb0-6202-4abf-9dd2-16d2e0faa4d0 - weight: 1 - label: 'New location' - id: entity_form diff --git a/web/modules/custom/unity_map_embed/config/optional/field.field.paragraph.map.field_location.yml b/web/modules/custom/unity_map_embed/config/optional/field.field.paragraph.map.field_location.yml deleted file mode 100644 index 81f30fe88f..0000000000 --- a/web/modules/custom/unity_map_embed/config/optional/field.field.paragraph.map.field_location.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.paragraph.field_location - - paragraphs.paragraphs_type.map - module: - - geolocation -id: paragraph.map.field_location -field_name: field_location -entity_type: paragraph -bundle: map -label: Location -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: geolocation diff --git a/web/modules/custom/unity_map_embed/config/optional/field.storage.paragraph.field_location.yml b/web/modules/custom/unity_map_embed/config/optional/field.storage.paragraph.field_location.yml deleted file mode 100644 index dad0f670aa..0000000000 --- a/web/modules/custom/unity_map_embed/config/optional/field.storage.paragraph.field_location.yml +++ /dev/null @@ -1,18 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - geolocation - - paragraphs -id: paragraph.field_location -field_name: field_location -entity_type: paragraph -type: geolocation -settings: { } -module: geolocation -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/web/modules/custom/unity_map_embed/config/optional/geocoder.geocoder_provider.googlemaps.yml b/web/modules/custom/unity_map_embed/config/optional/geocoder.geocoder_provider.googlemaps.yml deleted file mode 100644 index 0b7ca1717f..0000000000 --- a/web/modules/custom/unity_map_embed/config/optional/geocoder.geocoder_provider.googlemaps.yml +++ /dev/null @@ -1,12 +0,0 @@ -langcode: en -status: true -dependencies: { } -id: googlemaps -label: GoogleMaps -plugin: googlemaps -configuration: - region: gb - apiKey: '' - throttle: - period: null - limit: null diff --git a/web/modules/custom/unity_map_embed/config/optional/geocoder.settings.yml b/web/modules/custom/unity_map_embed/config/optional/geocoder.settings.yml deleted file mode 100644 index 414f32435c..0000000000 --- a/web/modules/custom/unity_map_embed/config/optional/geocoder.settings.yml +++ /dev/null @@ -1,2 +0,0 @@ -geocoder_presave_disabled: false -cache: true diff --git a/web/modules/custom/unity_map_embed/config/optional/geolocation_google_maps.settings.yml b/web/modules/custom/unity_map_embed/config/optional/geolocation_google_maps.settings.yml deleted file mode 100644 index b20325f4b2..0000000000 --- a/web/modules/custom/unity_map_embed/config/optional/geolocation_google_maps.settings.yml +++ /dev/null @@ -1,12 +0,0 @@ -google_map_api_key: -google_map_custom_url_parameters: - libraries: { } - region: gb - language: '' - v: '' - client: '' - channel: '' -google_map_api_server_key: '' -use_current_language: false -china_mode: false -google_maps_base_url: '' diff --git a/web/modules/custom/unity_map_embed/config/optional/paragraphs.paragraphs_type.map.yml b/web/modules/custom/unity_map_embed/config/optional/paragraphs.paragraphs_type.map.yml deleted file mode 100644 index 5a2ef8fd11..0000000000 --- a/web/modules/custom/unity_map_embed/config/optional/paragraphs.paragraphs_type.map.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: { } -id: map -label: Map -icon_uuid: null -icon_default: null -description: '' -behavior_plugins: { } diff --git a/web/modules/custom/unity_map_embed/unity_map_embed.info.yml b/web/modules/custom/unity_map_embed/unity_map_embed.info.yml deleted file mode 100644 index fc0ef906f4..0000000000 --- a/web/modules/custom/unity_map_embed/unity_map_embed.info.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: 'Unity map embed' -type: module -description: 'Configures a map embed button in ckeditor' -core_version_requirement: ^8.8 || ^9 -package: 'Unity' -dependencies: - - drupal:geocoder - - drupal:geocoder_address - - drupal:geocoder_field - - drupal:geolocation - - drupal:geolocation_google_maps - - drupal:geolocation_google_static_maps - - drupal:paragraphs - - drupal:entity_browser_entity_form - - drupal:layout_builder - - drupal:entity_embed diff --git a/web/modules/custom/unity_search_pages/src/Controller/SearchPagesController.php b/web/modules/custom/unity_search_pages/src/Controller/SearchPagesController.php deleted file mode 100644 index 37ed82f41c..0000000000 --- a/web/modules/custom/unity_search_pages/src/Controller/SearchPagesController.php +++ /dev/null @@ -1,121 +0,0 @@ -routeMatch = $route_match; - $this->request = $request->getCurrentRequest(); - } - - /** - * {@inheritdoc} - */ - public static function create(ContainerInterface $container) { - return new static( - $container->get('current_route_match'), - $container->get('request_stack') - ); - } - - /** - * Controller callback for the page title. - * - * Use this to examine route parameters/any other conditions - * and vary the string that is returned. - * - * @return string - * The page title. - */ - public function getTitle($route = NULL) { - if ($route === NULL) { - $route = $this->routeMatch->getRouteName(); - } - $facet = $this->request->get('facets_query'); - - $title = $this->getTitleFromRoute($route); - $search = $this->request->query->all(); - - if ($route === 'search.view') { - if (!empty($search)) { - return t('@title results', ['@title' => $title]); - } - else { - return $title; - } - } - else { - if (!empty($facet) || !empty($search)) { - return t('@title - search results', ['@title' => $title]); - } - else { - return $title; - } - } - } - - /** - * Deduce page title from route. - * - * @return string - * The page title. - */ - public function getTitleFromRoute($route = NULL) { - // For example, route - // view.publications_search.publication_search_page - // gives the title 'Publications'. - $title = ""; - $route_parts = explode('.', $route); - if ((count($route_parts) > 2) && isset($route_parts[2])) { - $title = $route_parts[2]; - $title = str_replace(['search_page','_'],'',$title); - if (strlen($title) == 0) { - // This must be the site search page. - $title = 'Search'; - } else { - // Capitalise the first letter and pluralise. - $title = ucfirst($title); - if ((substr($title, -1) != 's') && ($title !== 'Evidence') ) { - $title .= 's'; - } - } - if ($title == 'Questions') { - $title = 'Questions to the Chief Constable'; - } - } - return $title; - } - -} diff --git a/web/modules/custom/unity_search_pages/src/Plugin/Block/SiteSearchBlock.php b/web/modules/custom/unity_search_pages/src/Plugin/Block/SiteSearchBlock.php deleted file mode 100644 index c5b0f6aa87..0000000000 --- a/web/modules/custom/unity_search_pages/src/Plugin/Block/SiteSearchBlock.php +++ /dev/null @@ -1,39 +0,0 @@ - 'view', - '#name' => 'search', - '#display_id' => 'site_search', - ]; - - return $build; - } - -} diff --git a/web/modules/custom/unity_search_pages/src/Routing/SearchPagesRouteSubscriber.php b/web/modules/custom/unity_search_pages/src/Routing/SearchPagesRouteSubscriber.php deleted file mode 100644 index ef30fbcee7..0000000000 --- a/web/modules/custom/unity_search_pages/src/Routing/SearchPagesRouteSubscriber.php +++ /dev/null @@ -1,30 +0,0 @@ -getIterator() as $route_name => $route_info) { - $pattern = '/view.\w*search.\w*search_page/'; - if ((preg_match($pattern, $route_name)) || ($route_name == 'search.view')) { - if ($route = $collection->get($route_name)) { - $route->setDefault('route', $route_name); - $route->setDefault('_title_callback', '\Drupal\unity_search_pages\Controller\SearchPagesController::getTitle'); - } - } - } - } - -} diff --git a/web/modules/custom/unity_search_pages/unity_search_pages.info.yml b/web/modules/custom/unity_search_pages/unity_search_pages.info.yml deleted file mode 100644 index 88a39606cf..0000000000 --- a/web/modules/custom/unity_search_pages/unity_search_pages.info.yml +++ /dev/null @@ -1,5 +0,0 @@ -name: 'Unity Search Pages' -type: module -description: 'Custom code to provide Unity sites with a search page views' -core_version_requirement: 8.x || ^9 -package: 'Unity' diff --git a/web/modules/custom/unity_search_pages/unity_search_pages.module b/web/modules/custom/unity_search_pages/unity_search_pages.module deleted file mode 100644 index 43cac04bc9..0000000000 --- a/web/modules/custom/unity_search_pages/unity_search_pages.module +++ /dev/null @@ -1,187 +0,0 @@ -total_rows)) { - - // Count the number of items in the array. - $number_of_items = $variables['view']->total_rows; - - // Singular expression if only 1, if more pluralise. - $header_text = \Drupal::translation()->formatPlural($number_of_items, 'result', 'results'); - - // Output the result. - $variables['header']['result'] = [ - '#type' => 'html_tag', - '#tag' => 'h2', - '#attributes' => ['class' => 'current-search-item-results-count'], - '#value' => t('@item_count @header_text', - [ - '@item_count' => $number_of_items, - '@header_text' => $header_text, - ]), - ]; - } - else { - $variables['header']['result'] = [ - '#type' => 'html_tag', - '#tag' => 'h2', - '#attributes' => ['class' => 'current-search-item-results-count'], - '#value' => t('0 results'), - ]; - } - } - } -} - -/** - * Implements hook_theme_suggestions_views_view_alter(). - */ -function unity_search_pages_theme_suggestions_views_view_alter(array &$suggestions, array $variables) { - if (!empty($variables['view']->element['#display_id'])) { - $suggestions[] = 'views_view__' . $variables['view']->element['#display_id']; - } -} - -/** - * Implements hook_theme_suggestions_views_view_unformatted_alter(). - */ -function unity_search_pages_theme_suggestions_views_view_unformatted_alter(array &$suggestions, array $variables) { - - $search_pages = [ - 'consultations_search_page', - 'publication_search_page', - 'news_search_page', - 'evidence_search_page', - 'questions_search_page', - 'search_page', - ]; - - foreach ($search_pages as $search_page) { - if ($variables['view']->element['#display_id'] == $search_page) { - $suggestions[] = 'views_view_unformatted__search_result_page'; - } - } -} - -/** - * Implements hook_preprocess_form(). - */ -function unity_search_pages_preprocess_form(array &$variables) { - switch ($variables['element']['#id']) { - case "views-exposed-form-publications-search-publication-search-page": - case "views-exposed-form-news-search-news-search-page": - case "views-exposed-form-consultations-search-consultations-search-page": - case "views-exposed-form-questions-search-questions-search-page": - case "views-exposed-form-evidence-search-evidence-search-page": - $variables['attributes']['class'][] = Html::cleanCssIdentifier('search-form'); - $variables['attributes']['class'][] = Html::cleanCssIdentifier('search-form--page'); - break; - } -} - -/** - * Implements hook_preprocess_page(). - */ -function unity_search_pages_preprocess_page(&$variables) { - // A list of search page titles on the Unity codebase. - $search_pages = [ - 'News', - 'Publications', - 'Consultations', - 'Questions to the Chief Constable', - 'Evidence', - 'Search', - ]; - - $variables['search_page'] = in_array($variables['page']['#title'], $search_pages); - - // If evidence search page, set variable to TRUE. - $variables['evidence_search'] = $variables['page']['#title'] === 'Evidence'; -} - -/** - * Implements hook_preprocess_block(). - * - */ -function unity_search_pages_preprocess_block(&$variables) { - // Check if the block is an exposed filter block. - if ($variables['base_plugin_id'] == 'views_exposed_filter_block') { - // Add search page name ensuring they are in the exposed block machine name. - $search_pages = [ - 'news', - 'publications', - 'consultations', - 'questions', - 'evidence', - ]; - - $plugin_id = $variables['plugin_id']; - - foreach ($search_pages as $search_page) { - // Search the machine name for search page name and set variable to this. - if (preg_match("/{$search_page}/i", $plugin_id)) { - $variables['search_page_name'] = $search_page; - } - } - } -} - -/** - * Implements hook_preprocess_page_title(). - * - * Replaces search results title with a title and subtitle to enable styling. - */ -function unity_search_pages_preprocess_page_title(&$variables) { - $current_route = \Drupal::routeMatch()->getRouteName(); - $title = $variables['title']; - $pattern = '/view.\w*search.\w*search_page/'; - - if (preg_match($pattern, $current_route)) { - if (preg_match('/\w*\b\s- search results/', $title)) { - $new_title = strtok($title, ' -'); - $variables['title'] = t($new_title); - $variables['title_subtitle'] = t('search results'); - } - } -} - -/** - * Implements hook_search_api_solr_query_alter(). - * - * Added here because the dictionary reference is not added correctly - * by contrib Solr modules. We set to 'und' (LANGCODE_NOT_SPECIFIED) - * because it's the same as 'en' in search_api config. - */ -function unity_search_pages_search_api_solr_query_alter(QueryInterface $solarium_query, SearchApiQueryInterface $query) { - // Maps to spelling_und in solrconfig_extra.xml. - $solarium_query->getSpellcheck()->setDictionary(Language::LANGCODE_NOT_SPECIFIED); -} diff --git a/web/modules/custom/unity_search_pages/unity_search_pages.services.yml b/web/modules/custom/unity_search_pages/unity_search_pages.services.yml deleted file mode 100644 index 300978ee8c..0000000000 --- a/web/modules/custom/unity_search_pages/unity_search_pages.services.yml +++ /dev/null @@ -1,5 +0,0 @@ -services: - unity_search_pages.route_subscriber: - class: Drupal\unity_search_pages\Routing\SearchPagesRouteSubscriber - tags: - - { name: event_subscriber } diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/automated_cron.settings.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/automated_cron.settings.yml deleted file mode 100644 index 963bd71b6b..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/automated_cron.settings.yml +++ /dev/null @@ -1 +0,0 @@ -interval: 10800 diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/blazy.settings.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/blazy.settings.yml deleted file mode 100644 index a7d3266c73..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/blazy.settings.yml +++ /dev/null @@ -1,19 +0,0 @@ -admin_css: true -fx: '' -noscript: false -responsive_image: false -one_pixel: true -placeholder: '' -extras: { } -blazy: - loadInvisible: false - offset: 100 - saveViewportOffsetDelay: 50 - validateDelay: 25 - container: '' -io: - enabled: false - unblazy: false - rootMargin: 0px - threshold: '0' - disconnect: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/block.block.adminimal_theme_breadcrumbs.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/block.block.adminimal_theme_breadcrumbs.yml deleted file mode 100644 index a39e6831b1..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/block.block.adminimal_theme_breadcrumbs.yml +++ /dev/null @@ -1,19 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - system - theme: - - adminimal_theme -id: adminimal_theme_breadcrumbs -theme: adminimal_theme -region: breadcrumb -weight: 0 -provider: null -plugin: system_breadcrumb_block -settings: - id: system_breadcrumb_block - label: Breadcrumbs - provider: system - label_display: '0' -visibility: { } diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/block.block.adminimal_theme_content.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/block.block.adminimal_theme_content.yml deleted file mode 100644 index e864c13122..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/block.block.adminimal_theme_content.yml +++ /dev/null @@ -1,19 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - system - theme: - - adminimal_theme -id: adminimal_theme_content -theme: adminimal_theme -region: content -weight: 0 -provider: null -plugin: system_main_block -settings: - id: system_main_block - label: 'Main page content' - provider: system - label_display: '0' -visibility: { } diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/block.block.adminimal_theme_help.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/block.block.adminimal_theme_help.yml deleted file mode 100644 index 2c677a2b2b..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/block.block.adminimal_theme_help.yml +++ /dev/null @@ -1,19 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - help - theme: - - adminimal_theme -id: adminimal_theme_help -theme: adminimal_theme -region: help -weight: 0 -provider: null -plugin: help_block -settings: - id: help_block - label: Help - provider: help - label_display: '0' -visibility: { } diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/block.block.adminimal_theme_local_actions.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/block.block.adminimal_theme_local_actions.yml deleted file mode 100644 index 5a2b9b6c1d..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/block.block.adminimal_theme_local_actions.yml +++ /dev/null @@ -1,17 +0,0 @@ -langcode: en -status: true -dependencies: - theme: - - adminimal_theme -id: adminimal_theme_local_actions -theme: adminimal_theme -region: content -weight: -10 -provider: null -plugin: local_actions_block -settings: - id: local_actions_block - label: 'Primary admin actions' - provider: core - label_display: '0' -visibility: { } diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/block.block.adminimal_theme_login.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/block.block.adminimal_theme_login.yml deleted file mode 100644 index 40e285639d..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/block.block.adminimal_theme_login.yml +++ /dev/null @@ -1,19 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - user - theme: - - adminimal_theme -id: adminimal_theme_login -theme: adminimal_theme -region: content -weight: 10 -provider: null -plugin: user_login_block -settings: - id: user_login_block - label: 'User login' - provider: user - label_display: visible -visibility: { } diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/block.block.adminimal_theme_messages.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/block.block.adminimal_theme_messages.yml deleted file mode 100644 index 013372a3b7..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/block.block.adminimal_theme_messages.yml +++ /dev/null @@ -1,19 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - system - theme: - - adminimal_theme -id: adminimal_theme_messages -theme: adminimal_theme -region: highlighted -weight: 0 -provider: null -plugin: system_messages_block -settings: - id: system_messages_block - label: 'Status messages' - provider: system - label_display: '0' -visibility: { } diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/block.block.adminimal_theme_page_title.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/block.block.adminimal_theme_page_title.yml deleted file mode 100644 index b4b0a2e1b9..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/block.block.adminimal_theme_page_title.yml +++ /dev/null @@ -1,17 +0,0 @@ -langcode: en -status: true -dependencies: - theme: - - adminimal_theme -id: adminimal_theme_page_title -theme: adminimal_theme -region: header -weight: -30 -provider: null -plugin: page_title_block -settings: - id: page_title_block - label: 'Page title' - provider: core - label_display: '0' -visibility: { } diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/block.block.adminimal_theme_primary_local_tasks.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/block.block.adminimal_theme_primary_local_tasks.yml deleted file mode 100644 index 3701ac468b..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/block.block.adminimal_theme_primary_local_tasks.yml +++ /dev/null @@ -1,19 +0,0 @@ -langcode: en -status: true -dependencies: - theme: - - adminimal_theme -id: adminimal_theme_primary_local_tasks -theme: adminimal_theme -region: header -weight: 0 -provider: null -plugin: local_tasks_block -settings: - id: local_tasks_block - label: 'Primary tabs' - provider: core - label_display: '0' - primary: true - secondary: false -visibility: { } diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/block.block.adminimal_theme_secondary_local_tasks.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/block.block.adminimal_theme_secondary_local_tasks.yml deleted file mode 100644 index 9590b19ca9..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/block.block.adminimal_theme_secondary_local_tasks.yml +++ /dev/null @@ -1,19 +0,0 @@ -langcode: en -status: true -dependencies: - theme: - - adminimal_theme -id: adminimal_theme_secondary_local_tasks -theme: adminimal_theme -region: pre_content -weight: 0 -provider: null -plugin: local_tasks_block -settings: - id: local_tasks_block - label: 'Secondary tabs' - provider: core - label_display: '0' - primary: false - secondary: true -visibility: { } diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/block_content.type.basic_block.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/block_content.type.basic_block.yml deleted file mode 100644 index f34ba9df37..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/block_content.type.basic_block.yml +++ /dev/null @@ -1,7 +0,0 @@ -langcode: en -status: true -dependencies: { } -id: basic_block -label: 'Basic block' -revision: 1 -description: 'A basic block contains a title and a body.' diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/clientside_validation_jquery.settings.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/clientside_validation_jquery.settings.yml deleted file mode 100644 index 85ab4f4005..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/clientside_validation_jquery.settings.yml +++ /dev/null @@ -1,4 +0,0 @@ -use_cdn: false -cdn_base_url: 'https://cdn.jsdelivr.net/npm/jquery-validation@1.17.0/dist/' -validate_all_ajax_forms: 2 -force_validate_on_blur: 0 diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/contact.form.feedback.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/contact.form.feedback.yml deleted file mode 100644 index e222ecd4bf..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/contact.form.feedback.yml +++ /dev/null @@ -1,11 +0,0 @@ -langcode: en -status: true -dependencies: { } -id: feedback -label: 'Website feedback' -recipients: - - admin@example.com -reply: '' -weight: 0 -message: 'Your message has been sent.' -redirect: '' diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/content_lock.settings.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/content_lock.settings.yml deleted file mode 100644 index 73dd6be11a..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/content_lock.settings.yml +++ /dev/null @@ -1,72 +0,0 @@ -verbose: 1 -types: - block_content: { } - contact_message: { } - content_moderation_state: { } - entity_embed_fake_entity: { } - file: { } - media: { } - node: - '*': '*' - path_alias: { } - redirect: { } - search_api_task: { } - taxonomy_term: { } - user: { } - webform_submission: { } - menu_link_content: { } - paragraph: { } -types_translation_lock: { } -types_js_lock: { } -form_op_lock: - block_content: - mode: 0 - values: { } - contact_message: - mode: 0 - values: { } - content_moderation_state: - mode: 0 - values: { } - entity_embed_fake_entity: - mode: 0 - values: { } - file: - mode: 0 - values: { } - media: - mode: 0 - values: { } - node: - mode: 0 - values: - default: default - delete: delete - edit: edit - delete-multiple-confirm: delete-multiple-confirm - path_alias: - mode: 0 - values: { } - redirect: - mode: 0 - values: { } - search_api_task: - mode: 0 - values: { } - taxonomy_term: - mode: 0 - values: { } - user: - mode: 0 - values: { } - webform_submission: - mode: 0 - values: { } - menu_link_content: - mode: 0 - values: { } - paragraph: - mode: 0 - values: { } -_core: - default_config_hash: 6Ka3T1c-CIjEUO1Q64NXKksLthkMhj53a6zy4RJBtkc diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/content_lock_timeout.settings.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/content_lock_timeout.settings.yml deleted file mode 100644 index 645e342394..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/content_lock_timeout.settings.yml +++ /dev/null @@ -1,4 +0,0 @@ -content_lock_timeout_minutes: '30' -content_lock_timeout_on_edit: 0 -_core: - default_config_hash: X-PFa6GhUhVBudfnAsBqaWn_qhxq0xTtg76HCEoibeQ diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/cookie_content_blocker.settings.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/cookie_content_blocker.settings.yml deleted file mode 100644 index f9e8f7f4c9..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/cookie_content_blocker.settings.yml +++ /dev/null @@ -1,27 +0,0 @@ -blocked_message: 'You have not yet given permission to place the required cookies. Accept the required cookies to view this content.' -show_button: true -button_text: 'Show content' -enable_click_consent_change: true -consent_awareness: - accepted: - event: - name: click - selector: .agree-button - cookie: - operator: '===' - name: cookie-agreed - value: '2' - declined: - event: - name: click - selector: .decline-button - cookie: - operator: '===' - name: cookie-agreed - value: '0' - change: - event: - name: click - selector: .agree-button -_core: - default_config_hash: rgXeqZIe6gop-4LsbTtqhiiLSvEQNTxpYg9wO02O-6Y diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.basic_page.promote.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.basic_page.promote.yml deleted file mode 100644 index 816872aa23..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.basic_page.promote.yml +++ /dev/null @@ -1,21 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - node.type.basic_page -id: node.basic_page.promote -field_name: promote -entity_type: node -bundle: basic_page -label: 'Promoted to front page' -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/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.basic_page.status.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.basic_page.status.yml deleted file mode 100644 index 5040729b03..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.basic_page.status.yml +++ /dev/null @@ -1,21 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - node.type.basic_page -id: node.basic_page.status -field_name: status -entity_type: node -bundle: basic_page -label: Published -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/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.board_member.promote.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.board_member.promote.yml deleted file mode 100644 index 84c66409a0..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.board_member.promote.yml +++ /dev/null @@ -1,21 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - node.type.board_member -id: node.board_member.promote -field_name: promote -entity_type: node -bundle: board_member -label: 'Promoted to front page' -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/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.board_member.status.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.board_member.status.yml deleted file mode 100644 index a8316d1b03..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.board_member.status.yml +++ /dev/null @@ -1,21 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - node.type.board_member -id: node.board_member.status -field_name: status -entity_type: node -bundle: board_member -label: Published -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/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.board_member.title.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.board_member.title.yml deleted file mode 100644 index 350354cbe4..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.board_member.title.yml +++ /dev/null @@ -1,17 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - node.type.board_member -id: node.board_member.title -field_name: title -entity_type: node -bundle: board_member -label: 'Member name' -description: '' -required: true -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: string diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.consultation.promote.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.consultation.promote.yml deleted file mode 100644 index c974502bee..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.consultation.promote.yml +++ /dev/null @@ -1,21 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - node.type.consultation -id: node.consultation.promote -field_name: promote -entity_type: node -bundle: consultation -label: 'Promoted to front page' -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/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.consultation.status.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.consultation.status.yml deleted file mode 100644 index accdf0ace6..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.consultation.status.yml +++ /dev/null @@ -1,21 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - node.type.consultation -id: node.consultation.status -field_name: status -entity_type: node -bundle: consultation -label: Published -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/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.consultation.title.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.consultation.title.yml deleted file mode 100644 index 1ea8ed258d..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.consultation.title.yml +++ /dev/null @@ -1,19 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - node.type.consultation -_core: - default_config_hash: sy7GF0V-G7wv7Jp9YaUotRUG11CapgQBAhJF9sO6DNw -id: node.consultation.title -field_name: title -entity_type: node -bundle: consultation -label: 'Consultation title' -description: '' -required: true -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: string diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.contact.promote.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.contact.promote.yml deleted file mode 100644 index 3fd18fbfde..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.contact.promote.yml +++ /dev/null @@ -1,21 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - node.type.contact -id: node.contact.promote -field_name: promote -entity_type: node -bundle: contact -label: 'Promoted to front page' -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/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.contact.status.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.contact.status.yml deleted file mode 100644 index b9d6af3a56..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.contact.status.yml +++ /dev/null @@ -1,21 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - node.type.contact -id: node.contact.status -field_name: status -entity_type: node -bundle: contact -label: Published -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/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.contact.title.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.contact.title.yml deleted file mode 100644 index b5444ff6dc..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.contact.title.yml +++ /dev/null @@ -1,17 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - node.type.contact -id: node.contact.title -field_name: title -entity_type: node -bundle: contact -label: 'Main heading' -description: '' -required: true -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: string diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.faq.promote.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.faq.promote.yml deleted file mode 100644 index 3ee66e9b90..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.faq.promote.yml +++ /dev/null @@ -1,21 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - node.type.faq -id: node.faq.promote -field_name: promote -entity_type: node -bundle: faq -label: 'Promoted to front page' -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/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.faq.status.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.faq.status.yml deleted file mode 100644 index 18a6b60b97..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.faq.status.yml +++ /dev/null @@ -1,21 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - node.type.faq -id: node.faq.status -field_name: status -entity_type: node -bundle: faq -label: Published -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/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.feature.promote.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.feature.promote.yml deleted file mode 100644 index dea3540406..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.feature.promote.yml +++ /dev/null @@ -1,21 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - node.type.feature -id: node.feature.promote -field_name: promote -entity_type: node -bundle: feature -label: 'Promoted to front page' -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/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.featured_content_list.promote.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.featured_content_list.promote.yml deleted file mode 100644 index b3521d4dd0..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.featured_content_list.promote.yml +++ /dev/null @@ -1,21 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - node.type.featured_content_list -id: node.featured_content_list.promote -field_name: promote -entity_type: node -bundle: featured_content_list -label: 'Promoted to front page' -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/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.featured_content_list.status.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.featured_content_list.status.yml deleted file mode 100644 index 3b2cfe40e8..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.featured_content_list.status.yml +++ /dev/null @@ -1,21 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - node.type.featured_content_list -id: node.featured_content_list.status -field_name: status -entity_type: node -bundle: featured_content_list -label: Published -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/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.layout_page.promote.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.layout_page.promote.yml deleted file mode 100644 index 1275bb1eba..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.layout_page.promote.yml +++ /dev/null @@ -1,21 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - node.type.layout_page -id: node.layout_page.promote -field_name: promote -entity_type: node -bundle: layout_page -label: 'Promoted to front page' -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/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.link.promote.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.link.promote.yml deleted file mode 100644 index 24914ad6ad..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.link.promote.yml +++ /dev/null @@ -1,21 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - node.type.link -id: node.link.promote -field_name: promote -entity_type: node -bundle: link -label: 'Promoted to front page' -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/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.link.status.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.link.status.yml deleted file mode 100644 index ff38eca9d3..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.link.status.yml +++ /dev/null @@ -1,21 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - node.type.link -id: node.link.status -field_name: status -entity_type: node -bundle: link -label: Published -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/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.link.title.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.link.title.yml deleted file mode 100644 index 43e6da5e2d..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.link.title.yml +++ /dev/null @@ -1,17 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - node.type.link -id: node.link.title -field_name: title -entity_type: node -bundle: link -label: 'Main heading' -description: '' -required: true -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: string diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.news.promote.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.news.promote.yml deleted file mode 100644 index 7d5f8b19f1..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.news.promote.yml +++ /dev/null @@ -1,21 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - node.type.news -id: node.news.promote -field_name: promote -entity_type: node -bundle: news -label: 'Promoted to front page' -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/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.news.status.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.news.status.yml deleted file mode 100644 index 9c62bce8df..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.news.status.yml +++ /dev/null @@ -1,21 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - node.type.news -id: node.news.status -field_name: status -entity_type: node -bundle: news -label: Published -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/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.news.title.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.news.title.yml deleted file mode 100644 index b370b36691..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.news.title.yml +++ /dev/null @@ -1,19 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - node.type.news -_core: - default_config_hash: tJWRLhVedgDXW9-cGrqOF6aDmU4wXgEHbCq7iVu1VFQ -id: node.news.title -field_name: title -entity_type: node -bundle: news -label: 'News title' -description: '' -required: true -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: string diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.profile.promote.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.profile.promote.yml deleted file mode 100644 index cc8e4b8ebe..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.profile.promote.yml +++ /dev/null @@ -1,21 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - node.type.profile -id: node.profile.promote -field_name: promote -entity_type: node -bundle: profile -label: 'Promoted to front page' -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/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.profile.title.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.profile.title.yml deleted file mode 100644 index c1e493ba5f..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.profile.title.yml +++ /dev/null @@ -1,17 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - node.type.profile -id: node.profile.title -field_name: title -entity_type: node -bundle: profile -label: 'Main heading' -description: '' -required: true -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: string diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.publication.promote.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.publication.promote.yml deleted file mode 100644 index f01f7ea733..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.publication.promote.yml +++ /dev/null @@ -1,21 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - node.type.publication -id: node.publication.promote -field_name: promote -entity_type: node -bundle: publication -label: 'Promoted to front page' -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/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.publication.status.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.publication.status.yml deleted file mode 100644 index 8a52dff6b3..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.publication.status.yml +++ /dev/null @@ -1,21 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - node.type.publication -id: node.publication.status -field_name: status -entity_type: node -bundle: publication -label: Published -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/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.publication.title.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.publication.title.yml deleted file mode 100644 index bde954a160..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.base_field_override.node.publication.title.yml +++ /dev/null @@ -1,19 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - node.type.publication -_core: - default_config_hash: x3tINTrEzhQZzD6ZJ8nGMWhvRMCSQe7wvvCHa1h36EQ -id: node.publication.title -field_name: title -entity_type: node -bundle: publication -label: 'Publication title' -description: '' -required: true -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: string diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.fallback.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.fallback.yml deleted file mode 100644 index c3ae46d6a2..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.fallback.yml +++ /dev/null @@ -1,7 +0,0 @@ -langcode: en -status: true -dependencies: { } -id: fallback -label: 'Fallback date format' -locked: true -pattern: 'D, m/d/Y - H:i' diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.html_date.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.html_date.yml deleted file mode 100644 index ad3e3275e3..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.html_date.yml +++ /dev/null @@ -1,7 +0,0 @@ -langcode: en -status: true -dependencies: { } -id: html_date -label: 'HTML Date' -locked: true -pattern: Y-m-d diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.html_datetime.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.html_datetime.yml deleted file mode 100644 index 8532578441..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.html_datetime.yml +++ /dev/null @@ -1,7 +0,0 @@ -langcode: en -status: true -dependencies: { } -id: html_datetime -label: 'HTML Datetime' -locked: true -pattern: 'Y-m-d\TH:i:sO' diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.html_month.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.html_month.yml deleted file mode 100644 index 94cd8278ee..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.html_month.yml +++ /dev/null @@ -1,7 +0,0 @@ -langcode: en -status: true -dependencies: { } -id: html_month -label: 'HTML Month' -locked: true -pattern: Y-m diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.html_time.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.html_time.yml deleted file mode 100644 index 65bc753347..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.html_time.yml +++ /dev/null @@ -1,7 +0,0 @@ -langcode: en -status: true -dependencies: { } -id: html_time -label: 'HTML Time' -locked: true -pattern: 'H:i:s' diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.html_week.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.html_week.yml deleted file mode 100644 index bc93009553..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.html_week.yml +++ /dev/null @@ -1,7 +0,0 @@ -langcode: en -status: true -dependencies: { } -id: html_week -label: 'HTML Week' -locked: true -pattern: Y-\WW diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.html_year.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.html_year.yml deleted file mode 100644 index 90afaf541e..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.html_year.yml +++ /dev/null @@ -1,7 +0,0 @@ -langcode: en -status: true -dependencies: { } -id: html_year -label: 'HTML Year' -locked: true -pattern: 'Y' diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.html_yearless_date.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.html_yearless_date.yml deleted file mode 100644 index f1fec73b3c..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.html_yearless_date.yml +++ /dev/null @@ -1,7 +0,0 @@ -langcode: en -status: true -dependencies: { } -id: html_yearless_date -label: 'HTML Yearless date' -locked: true -pattern: m-d diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.long.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.long.yml deleted file mode 100644 index 43bc30b9cf..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.long.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: { } -_core: - default_config_hash: og8sWXhBuHbLMw3CoiBEZjgqSyhFBFmcbUW_wLcfNbo -id: long -label: 'Default long date' -locked: false -pattern: 'j F, Y - H:i' diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.medium.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.medium.yml deleted file mode 100644 index f1d5f81492..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.medium.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: { } -_core: - default_config_hash: nzL5d024NjXIX_8TlT6uFAu973lmfkmHklJC-2i9rAE -id: medium -label: 'Default medium date' -locked: false -pattern: 'D, d/m/Y - H:i' diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.short.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.short.yml deleted file mode 100644 index 4d151b9a76..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.short.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: { } -_core: - default_config_hash: AlzeyytA8InBgxIG9H2UDJYs3CG98Zj6yRsDKmlbZwA -id: short -label: 'Default short date' -locked: false -pattern: 'd/m/Y - H:i' diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.unity_date.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.unity_date.yml deleted file mode 100644 index 0e2fc0e950..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.date_format.unity_date.yml +++ /dev/null @@ -1,7 +0,0 @@ -langcode: en -status: true -dependencies: { } -id: unity_date -label: 'Unity date' -locked: false -pattern: 'd F Y' diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.block_content.basic_block.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.block_content.basic_block.default.yml deleted file mode 100644 index 3c2083ab38..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.block_content.basic_block.default.yml +++ /dev/null @@ -1,39 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - block_content.type.basic_block - - field.field.block_content.basic_block.body - module: - - text -id: block_content.basic_block.default -targetEntityType: block_content -bundle: basic_block -mode: default -content: - body: - type: text_textarea_with_summary - weight: 1 - settings: - rows: 9 - summary_rows: 3 - placeholder: '' - show_summary: false - third_party_settings: { } - region: content - info: - type: string_textfield - weight: 0 - region: content - settings: - size: 60 - placeholder: '' - third_party_settings: { } - langcode: - type: language_select - weight: 2 - region: content - settings: - include_locked: true - third_party_settings: { } -hidden: { } diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.basic_page.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.basic_page.default.yml deleted file mode 100644 index e394463ccf..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.basic_page.default.yml +++ /dev/null @@ -1,118 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.node.basic_page.body - - field.field.node.basic_page.field_meta_tags - - field.field.node.basic_page.field_next_audit_due - - node.type.basic_page - - workflows.workflow.nics_editorial_workflow - module: - - content_moderation - - datetime - - metatag - - path - - text -_core: - default_config_hash: HV-wiMbZetwvisJTWx_fO8tUcRAaMSvIFv8isFt9vmA -id: node.basic_page.default -targetEntityType: node -bundle: basic_page -mode: default -content: - body: - type: text_textarea_with_summary - weight: 121 - settings: - rows: 9 - summary_rows: 3 - placeholder: '' - third_party_settings: { } - region: content - created: - type: datetime_timestamp - weight: 10 - region: content - settings: { } - third_party_settings: { } - field_meta_tags: - weight: 122 - settings: - sidebar: true - third_party_settings: { } - type: metatag_firehose - region: content - field_next_audit_due: - weight: 123 - settings: { } - third_party_settings: { } - type: datetime_default - region: content - flag: - weight: 10 - settings: { } - third_party_settings: { } - region: content - langcode: - type: language_select - weight: 2 - region: content - settings: - include_locked: true - third_party_settings: { } - moderation_state: - type: moderation_state_default - weight: 100 - settings: { } - region: content - third_party_settings: { } - path: - type: path - weight: 30 - region: content - settings: { } - third_party_settings: { } - promote: - type: boolean_checkbox - settings: - display_label: true - weight: 15 - region: content - third_party_settings: { } - status: - type: boolean_checkbox - settings: - display_label: true - weight: 120 - region: content - third_party_settings: { } - sticky: - type: boolean_checkbox - settings: - display_label: true - weight: 16 - region: content - third_party_settings: { } - title: - type: string_textfield - weight: -5 - region: content - settings: - size: 60 - placeholder: '' - third_party_settings: { } - uid: - type: entity_reference_autocomplete - weight: 5 - settings: - match_operator: CONTAINS - size: 60 - placeholder: '' - region: content - third_party_settings: { } - url_redirects: - weight: 50 - settings: { } - third_party_settings: { } - region: content -hidden: { } diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.board_member.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.board_member.default.yml deleted file mode 100644 index d897262a65..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.board_member.default.yml +++ /dev/null @@ -1,125 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.node.board_member.body - - field.field.node.board_member.field_member_image - - field.field.node.board_member.field_member_role - - field.field.node.board_member.field_meta_tags - - node.type.board_member - module: - - content_moderation - - media_library - - media_library_edit - - metatag - - path - - text -id: node.board_member.default -targetEntityType: node -bundle: board_member -mode: default -content: - body: - type: text_textarea_with_summary - weight: 12 - settings: - rows: 9 - summary_rows: 3 - placeholder: '' - show_summary: false - third_party_settings: { } - region: content - created: - type: datetime_timestamp - weight: 3 - region: content - settings: { } - third_party_settings: { } - field_member_image: - type: media_library_widget - weight: 11 - settings: - media_types: { } - third_party_settings: - media_library_edit: - show_edit: '1' - region: content - field_member_role: - weight: 10 - settings: - size: 60 - placeholder: '' - third_party_settings: { } - type: string_textfield - region: content - field_meta_tags: - weight: 13 - settings: - sidebar: true - third_party_settings: { } - type: metatag_firehose - region: content - langcode: - type: language_select - weight: 1 - region: content - settings: - include_locked: true - third_party_settings: { } - moderation_state: - type: moderation_state_default - weight: 8 - settings: { } - region: content - third_party_settings: { } - path: - type: path - weight: 6 - region: content - settings: { } - third_party_settings: { } - promote: - type: boolean_checkbox - settings: - display_label: true - weight: 4 - region: content - third_party_settings: { } - status: - type: boolean_checkbox - settings: - display_label: true - weight: 9 - region: content - third_party_settings: { } - sticky: - type: boolean_checkbox - settings: - display_label: true - weight: 5 - region: content - third_party_settings: { } - title: - type: string_textfield - weight: 0 - region: content - settings: - size: 60 - placeholder: '' - third_party_settings: { } - uid: - type: entity_reference_autocomplete - weight: 2 - settings: - match_operator: CONTAINS - size: 60 - placeholder: '' - match_limit: 10 - region: content - third_party_settings: { } - url_redirects: - weight: 7 - region: content - settings: { } - third_party_settings: { } -hidden: { } diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.consultation.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.consultation.default.yml deleted file mode 100644 index 7f0f025624..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.consultation.default.yml +++ /dev/null @@ -1,169 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.node.consultation.body - - field.field.node.consultation.field_attachment - - field.field.node.consultation.field_consultation_dates - - field.field.node.consultation.field_email_address - - field.field.node.consultation.field_meta_tags - - field.field.node.consultation.field_postal - - field.field.node.consultation.field_published_date - - field.field.node.consultation.field_respond_online - - field.field.node.consultation.field_summary - - node.type.consultation - - workflows.workflow.nics_editorial_workflow - module: - - address - - content_moderation - - datetime - - datetime_range - - link - - media_library - - media_library_edit - - path - - text -_core: - default_config_hash: uvpRBKOy1wXoRDYoHowMG8z-wKNXW-D1FkJaJQ9q9_c -id: node.consultation.default -targetEntityType: node -bundle: consultation -mode: default -content: - body: - type: text_textarea_with_summary - weight: 13 - settings: - rows: 9 - summary_rows: 3 - placeholder: '' - show_summary: false - third_party_settings: { } - region: content - created: - type: datetime_timestamp - weight: 3 - region: content - settings: { } - third_party_settings: { } - field_attachment: - weight: 14 - settings: - media_types: { } - third_party_settings: - media_library_edit: - show_edit: '1' - type: media_library_widget - region: content - field_consultation_dates: - weight: 11 - settings: { } - third_party_settings: { } - type: daterange_default - region: content - field_email_address: - weight: 16 - settings: - size: 60 - placeholder: '' - third_party_settings: { } - type: email_default - region: content - field_postal: - weight: 17 - settings: { } - third_party_settings: { } - type: address_default - region: content - field_published_date: - weight: 10 - settings: { } - third_party_settings: { } - type: datetime_default - region: content - field_respond_online: - weight: 15 - settings: - placeholder_url: '' - placeholder_title: '' - third_party_settings: { } - type: link_default - region: content - field_summary: - weight: 12 - settings: - rows: 5 - placeholder: '' - third_party_settings: { } - type: text_textarea - region: content - flag: - weight: 10 - settings: { } - third_party_settings: { } - region: content - langcode: - type: language_select - weight: 1 - region: content - settings: - include_locked: true - third_party_settings: { } - moderation_state: - type: moderation_state_default - weight: 8 - settings: { } - region: content - third_party_settings: { } - path: - type: path - weight: 6 - region: content - settings: { } - third_party_settings: { } - promote: - type: boolean_checkbox - settings: - display_label: true - weight: 4 - region: content - third_party_settings: { } - status: - type: boolean_checkbox - settings: - display_label: true - weight: 9 - region: content - third_party_settings: { } - sticky: - type: boolean_checkbox - settings: - display_label: true - weight: 5 - region: content - third_party_settings: { } - title: - type: string_textfield - weight: 0 - region: content - settings: - size: 60 - placeholder: '' - third_party_settings: { } - uid: - type: entity_reference_autocomplete - weight: 2 - settings: - match_operator: CONTAINS - size: 60 - placeholder: '' - match_limit: 10 - region: content - third_party_settings: { } - url_redirects: - weight: 7 - region: content - settings: { } - third_party_settings: { } -hidden: - field_meta_tags: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.contact.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.contact.default.yml deleted file mode 100644 index e7ee0f1a44..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.contact.default.yml +++ /dev/null @@ -1,110 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.node.contact.body - - field.field.node.contact.field_meta_tags - - node.type.contact - - workflows.workflow.nics_editorial_workflow - module: - - content_moderation - - metatag - - path - - text -_core: - default_config_hash: irhdO4Ch4jZmXMEAdze_XnR_EGOag1ZGGuBlH7aZYmY -id: node.contact.default -targetEntityType: node -bundle: contact -mode: default -content: - body: - type: text_textarea_with_summary - weight: 121 - settings: - rows: 9 - summary_rows: 3 - placeholder: '' - third_party_settings: { } - region: content - created: - type: datetime_timestamp - weight: 10 - region: content - settings: { } - third_party_settings: { } - field_meta_tags: - weight: 122 - settings: - sidebar: true - third_party_settings: { } - type: metatag_firehose - region: content - flag: - weight: 10 - settings: { } - third_party_settings: { } - region: content - langcode: - type: language_select - weight: 2 - region: content - settings: - include_locked: true - third_party_settings: { } - moderation_state: - type: moderation_state_default - weight: 100 - settings: { } - region: content - third_party_settings: { } - path: - type: path - weight: 30 - region: content - settings: { } - third_party_settings: { } - promote: - type: boolean_checkbox - settings: - display_label: true - weight: 15 - region: content - third_party_settings: { } - status: - type: boolean_checkbox - settings: - display_label: true - weight: 120 - region: content - third_party_settings: { } - sticky: - type: boolean_checkbox - settings: - display_label: true - weight: 16 - region: content - third_party_settings: { } - title: - type: string_textfield - weight: -5 - region: content - settings: - size: 60 - placeholder: '' - third_party_settings: { } - uid: - type: entity_reference_autocomplete - weight: 5 - settings: - match_operator: CONTAINS - size: 60 - placeholder: '' - region: content - third_party_settings: { } - url_redirects: - weight: 50 - settings: { } - third_party_settings: { } - region: content -hidden: { } diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.faq.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.faq.default.yml deleted file mode 100644 index aa126b6ff7..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.faq.default.yml +++ /dev/null @@ -1,106 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.node.faq.field_faq - - field.field.node.faq.field_meta_tags - - node.type.faq - module: - - content_moderation - - metatag - - paragraphs - - path -id: node.faq.default -targetEntityType: node -bundle: faq -mode: default -content: - created: - type: datetime_timestamp - weight: 10 - region: content - settings: { } - third_party_settings: { } - field_faq: - type: entity_reference_paragraphs - weight: 122 - settings: - title: Paragraph - title_plural: Paragraphs - edit_mode: open - add_mode: dropdown - form_display_mode: default - default_paragraph_type: faq_accordian - third_party_settings: { } - region: content - field_meta_tags: - weight: 123 - settings: - sidebar: true - third_party_settings: { } - type: metatag_firehose - region: content - langcode: - type: language_select - weight: 2 - region: content - settings: - include_locked: true - third_party_settings: { } - moderation_state: - type: moderation_state_default - weight: 100 - settings: { } - region: content - third_party_settings: { } - path: - type: path - weight: 30 - region: content - settings: { } - third_party_settings: { } - promote: - type: boolean_checkbox - settings: - display_label: true - weight: 15 - region: content - third_party_settings: { } - status: - type: boolean_checkbox - settings: - display_label: true - weight: 120 - region: content - third_party_settings: { } - sticky: - type: boolean_checkbox - settings: - display_label: true - weight: 16 - region: content - third_party_settings: { } - title: - type: string_textfield - weight: -5 - region: content - settings: - size: 60 - placeholder: '' - third_party_settings: { } - uid: - type: entity_reference_autocomplete - weight: 5 - settings: - match_operator: CONTAINS - size: 60 - placeholder: '' - match_limit: 10 - region: content - third_party_settings: { } - url_redirects: - weight: 50 - region: content - settings: { } - third_party_settings: { } -hidden: { } diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.feature.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.feature.default.yml deleted file mode 100644 index 73199c990c..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.feature.default.yml +++ /dev/null @@ -1,151 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.node.feature.field_link_url - - field.field.node.feature.field_photo - - field.field.node.feature.field_teaser - - node.type.feature - - workflows.workflow.nics_editorial_workflow - module: - - content_moderation - - link - - media_library - - media_library_edit - - path -_core: - default_config_hash: EEQk5YW7dGC3rOTxstQwQMsEpdaZZ-wnDtArROsOwCg -id: node.feature.default -targetEntityType: node -bundle: feature -mode: default -content: - created: - type: datetime_timestamp - weight: 3 - region: content - settings: { } - third_party_settings: { } - field_link_url: - weight: 12 - settings: - placeholder_url: '' - placeholder_title: '' - third_party_settings: { } - type: link_default - region: content - field_photo: - type: media_library_widget - weight: 30 - settings: - media_types: { } - third_party_settings: - media_library_edit: - show_edit: '1' - region: content - field_teaser: - weight: 11 - settings: - size: 60 - placeholder: '' - third_party_settings: { } - type: string_textfield - region: content - flag: - weight: 10 - settings: { } - third_party_settings: { } - region: content - langcode: - type: language_select - weight: 1 - region: content - settings: - include_locked: true - third_party_settings: { } - moderation_state: - type: moderation_state_default - weight: 8 - settings: { } - region: content - third_party_settings: { } - path: - type: path - weight: 6 - region: content - settings: { } - third_party_settings: { } - promote: - type: boolean_checkbox - settings: - display_label: true - weight: 4 - region: content - third_party_settings: { } - publish_on: - weight: 28 - settings: { } - third_party_settings: { } - type: datetime_timestamp - region: content - publish_state: - weight: 26 - settings: { } - third_party_settings: { } - type: options_select - region: content - scheduler_settings: - weight: 6 - region: content - settings: { } - third_party_settings: { } - status: - type: boolean_checkbox - settings: - display_label: true - weight: 9 - region: content - third_party_settings: { } - sticky: - type: boolean_checkbox - settings: - display_label: true - weight: 5 - region: content - third_party_settings: { } - title: - type: string_textfield - weight: 0 - region: content - settings: - size: 60 - placeholder: '' - third_party_settings: { } - uid: - type: entity_reference_autocomplete - weight: 2 - settings: - match_operator: CONTAINS - size: 60 - placeholder: '' - match_limit: 10 - region: content - third_party_settings: { } - unpublish_on: - weight: 29 - settings: { } - third_party_settings: { } - type: datetime_timestamp - region: content - unpublish_state: - weight: 27 - settings: { } - third_party_settings: { } - type: options_select - region: content - url_redirects: - weight: 7 - region: content - settings: { } - third_party_settings: { } -hidden: { } diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.featured_content_list.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.featured_content_list.default.yml deleted file mode 100644 index 86dff388a2..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.featured_content_list.default.yml +++ /dev/null @@ -1,106 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.node.featured_content_list.field_featured_content - - field.field.node.featured_content_list.field_tags - - node.type.featured_content_list - module: - - content_moderation -id: node.featured_content_list.default -targetEntityType: node -bundle: featured_content_list -mode: default -content: - created: - type: datetime_timestamp - weight: 5 - region: content - settings: { } - third_party_settings: { } - field_featured_content: - weight: 1 - settings: - match_operator: CONTAINS - match_limit: 10 - size: 60 - placeholder: '' - third_party_settings: { } - type: entity_reference_autocomplete - region: content - field_tags: - weight: 3 - settings: { } - third_party_settings: { } - type: options_buttons - region: content - moderation_state: - type: moderation_state_default - weight: 12 - settings: { } - region: content - third_party_settings: { } - publish_on: - weight: 28 - settings: { } - third_party_settings: { } - type: datetime_timestamp - region: content - publish_state: - weight: 26 - settings: { } - third_party_settings: { } - type: options_select - region: content - scheduler_settings: - weight: 6 - region: content - settings: { } - third_party_settings: { } - status: - type: boolean_checkbox - settings: - display_label: true - weight: 13 - region: content - third_party_settings: { } - title: - type: string_textfield - weight: 0 - region: content - settings: - size: 60 - placeholder: '' - third_party_settings: { } - uid: - type: entity_reference_autocomplete - weight: 4 - settings: - match_operator: CONTAINS - size: 60 - placeholder: '' - match_limit: 10 - region: content - third_party_settings: { } - unpublish_on: - weight: 29 - settings: { } - third_party_settings: { } - type: datetime_timestamp - region: content - unpublish_state: - weight: 27 - settings: { } - third_party_settings: { } - type: options_select - region: content - url_redirects: - weight: 11 - region: content - settings: { } - third_party_settings: { } -hidden: - langcode: true - path: true - promote: true - sticky: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.layout_page.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.layout_page.default.yml deleted file mode 100644 index d5206bcb16..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.layout_page.default.yml +++ /dev/null @@ -1,67 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.node.layout_page.body - - field.field.node.layout_page.layout_builder__layout - - node.type.layout_page - module: - - path -id: node.layout_page.default -targetEntityType: node -bundle: layout_page -mode: default -content: - created: - type: datetime_timestamp - weight: 10 - region: content - settings: { } - third_party_settings: { } - path: - type: path - weight: 30 - region: content - settings: { } - third_party_settings: { } - promote: - type: boolean_checkbox - settings: - display_label: true - weight: 15 - region: content - third_party_settings: { } - status: - type: boolean_checkbox - settings: - display_label: true - weight: 120 - region: content - third_party_settings: { } - sticky: - type: boolean_checkbox - settings: - display_label: true - weight: 16 - region: content - third_party_settings: { } - title: - type: string_textfield - weight: -5 - region: content - settings: - size: 60 - placeholder: '' - third_party_settings: { } - uid: - type: entity_reference_autocomplete - weight: 5 - settings: - match_operator: CONTAINS - size: 60 - placeholder: '' - region: content - third_party_settings: { } -hidden: - body: true - layout_builder__layout: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.link.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.link.default.yml deleted file mode 100644 index a80beebfb1..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.link.default.yml +++ /dev/null @@ -1,121 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.node.link.field_link_type - - field.field.node.link.field_link_url - - field.field.node.link.field_meta_tags - - node.type.link - - workflows.workflow.nics_editorial_workflow - module: - - content_moderation - - link - - metatag - - path -_core: - default_config_hash: 9adI-4KuFB2aP75iXsrNp96CSE0rU6ywPW3g2SJ29TE -id: node.link.default -targetEntityType: node -bundle: link -mode: default -content: - created: - type: datetime_timestamp - weight: 3 - region: content - settings: { } - third_party_settings: { } - field_link_type: - weight: 10 - settings: - match_operator: CONTAINS - match_limit: 10 - size: 60 - placeholder: '' - third_party_settings: { } - type: entity_reference_autocomplete - region: content - field_link_url: - weight: 11 - settings: - placeholder_url: '' - placeholder_title: '' - third_party_settings: { } - type: link_default - region: content - field_meta_tags: - weight: 12 - settings: - sidebar: true - third_party_settings: { } - type: metatag_firehose - region: content - flag: - weight: 10 - settings: { } - third_party_settings: { } - region: content - langcode: - type: language_select - weight: 1 - region: content - settings: - include_locked: true - third_party_settings: { } - moderation_state: - type: moderation_state_default - weight: 8 - settings: { } - region: content - third_party_settings: { } - path: - type: path - weight: 6 - region: content - settings: { } - third_party_settings: { } - promote: - type: boolean_checkbox - settings: - display_label: true - weight: 4 - region: content - third_party_settings: { } - status: - type: boolean_checkbox - settings: - display_label: true - weight: 9 - region: content - third_party_settings: { } - sticky: - type: boolean_checkbox - settings: - display_label: true - weight: 5 - region: content - third_party_settings: { } - title: - type: string_textfield - weight: 0 - region: content - settings: - size: 60 - placeholder: '' - third_party_settings: { } - uid: - type: entity_reference_autocomplete - weight: 2 - settings: - match_operator: CONTAINS - size: 60 - placeholder: '' - match_limit: 10 - region: content - third_party_settings: { } - url_redirects: - weight: 7 - region: content - settings: { } - third_party_settings: { } -hidden: { } diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.news.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.news.default.yml deleted file mode 100644 index 904a97206a..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.news.default.yml +++ /dev/null @@ -1,150 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.node.news.body - - field.field.node.news.field_meta_tags - - field.field.node.news.field_photo - - field.field.node.news.field_published_date - - field.field.node.news.field_summary - - field.field.node.news.field_teaser - - node.type.news - - workflows.workflow.nics_editorial_workflow - module: - - content_moderation - - datetime - - media_library - - media_library_edit - - metatag - - path - - text -_core: - default_config_hash: ZTxq5DBARWee6aUd80Aa2Cpv0k7xj307dcHRyfIWSgU -id: node.news.default -targetEntityType: node -bundle: news -mode: default -content: - body: - type: text_textarea_with_summary - weight: 13 - settings: - rows: 9 - summary_rows: 3 - placeholder: '' - show_summary: false - third_party_settings: { } - region: content - created: - type: datetime_timestamp - weight: 3 - region: content - settings: { } - third_party_settings: { } - field_meta_tags: - type: metatag_firehose - weight: 15 - region: content - settings: - sidebar: true - third_party_settings: { } - field_photo: - weight: 12 - settings: - media_types: { } - third_party_settings: - media_library_edit: - show_edit: '1' - type: media_library_widget - region: content - field_published_date: - weight: 10 - settings: { } - third_party_settings: { } - type: datetime_default - region: content - field_summary: - weight: 14 - settings: - rows: 5 - placeholder: '' - third_party_settings: { } - type: text_textarea - region: content - field_teaser: - weight: 11 - settings: - size: 60 - placeholder: '' - third_party_settings: { } - type: string_textfield - region: content - flag: - weight: 10 - settings: { } - third_party_settings: { } - region: content - langcode: - type: language_select - weight: 1 - region: content - settings: - include_locked: true - third_party_settings: { } - moderation_state: - type: moderation_state_default - weight: 8 - settings: { } - region: content - third_party_settings: { } - path: - type: path - weight: 6 - region: content - settings: { } - third_party_settings: { } - promote: - type: boolean_checkbox - settings: - display_label: true - weight: 4 - region: content - third_party_settings: { } - status: - type: boolean_checkbox - settings: - display_label: true - weight: 9 - region: content - third_party_settings: { } - sticky: - type: boolean_checkbox - settings: - display_label: true - weight: 5 - region: content - third_party_settings: { } - title: - type: string_textfield - weight: 0 - region: content - settings: - size: 60 - placeholder: '' - third_party_settings: { } - uid: - type: entity_reference_autocomplete - weight: 2 - settings: - match_operator: CONTAINS - size: 60 - placeholder: '' - match_limit: 10 - region: content - third_party_settings: { } - url_redirects: - weight: 7 - region: content - settings: { } - third_party_settings: { } -hidden: { } diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.profile.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.profile.default.yml deleted file mode 100644 index 5cdf60fcb4..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.profile.default.yml +++ /dev/null @@ -1,105 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.node.profile.body - - field.field.node.profile.field_summary - - node.type.profile - - workflows.workflow.nics_editorial_workflow - module: - - content_moderation - - path - - text -_core: - default_config_hash: CS_F8HXQDoCs5-Wz8mbP3HgjPJh6uId2lDoImc1fUjg -id: node.profile.default -targetEntityType: node -bundle: profile -mode: default -content: - body: - type: text_textarea_with_summary - weight: 121 - settings: - rows: 9 - summary_rows: 3 - placeholder: '' - third_party_settings: { } - region: content - created: - type: datetime_timestamp - weight: 10 - region: content - settings: { } - third_party_settings: { } - field_summary: - weight: 122 - settings: - rows: 5 - placeholder: '' - third_party_settings: { } - type: text_textarea - region: content - langcode: - type: language_select - weight: 2 - region: content - settings: - include_locked: true - third_party_settings: { } - moderation_state: - type: moderation_state_default - weight: 100 - settings: { } - region: content - third_party_settings: { } - path: - type: path - weight: 30 - region: content - settings: { } - third_party_settings: { } - promote: - type: boolean_checkbox - settings: - display_label: true - weight: 15 - region: content - third_party_settings: { } - status: - type: boolean_checkbox - settings: - display_label: true - weight: 120 - region: content - third_party_settings: { } - sticky: - type: boolean_checkbox - settings: - display_label: true - weight: 16 - region: content - third_party_settings: { } - title: - type: string_textfield - weight: -5 - region: content - settings: - size: 60 - placeholder: '' - third_party_settings: { } - uid: - type: entity_reference_autocomplete - weight: 5 - settings: - match_operator: CONTAINS - size: 60 - placeholder: '' - region: content - third_party_settings: { } - url_redirects: - weight: 50 - settings: { } - third_party_settings: { } - region: content -hidden: { } diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.publication.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.publication.default.yml deleted file mode 100644 index f4bb8d0fc9..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.node.publication.default.yml +++ /dev/null @@ -1,158 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.node.publication.body - - field.field.node.publication.field_attachment - - field.field.node.publication.field_meta_tags - - field.field.node.publication.field_photo - - field.field.node.publication.field_publication_type - - field.field.node.publication.field_published_date - - field.field.node.publication.field_summary - - node.type.publication - - workflows.workflow.nics_editorial_workflow - module: - - content_moderation - - datetime - - media_library - - media_library_edit - - metatag - - path - - text -_core: - default_config_hash: 9arT7XhEFZX1o6WdbBz0jA8sH4FeF5_JIr3qcFAhsDI -id: node.publication.default -targetEntityType: node -bundle: publication -mode: default -content: - body: - type: text_textarea_with_summary - weight: 13 - settings: - rows: 9 - summary_rows: 3 - placeholder: '' - show_summary: false - third_party_settings: { } - region: content - created: - type: datetime_timestamp - weight: 3 - region: content - settings: { } - third_party_settings: { } - field_attachment: - weight: 15 - settings: - media_types: { } - third_party_settings: - media_library_edit: - show_edit: '1' - type: media_library_widget - region: content - field_meta_tags: - weight: 16 - settings: - sidebar: true - third_party_settings: { } - type: metatag_firehose - region: content - field_photo: - weight: 14 - settings: - media_types: { } - third_party_settings: - media_library_edit: - show_edit: '1' - type: media_library_widget - region: content - field_publication_type: - weight: 10 - settings: { } - third_party_settings: { } - type: options_select - region: content - field_published_date: - weight: 11 - settings: { } - third_party_settings: { } - type: datetime_default - region: content - field_summary: - weight: 12 - settings: - rows: 5 - placeholder: '' - third_party_settings: { } - type: text_textarea - region: content - flag: - weight: 10 - settings: { } - third_party_settings: { } - region: content - langcode: - type: language_select - weight: 1 - region: content - settings: - include_locked: true - third_party_settings: { } - moderation_state: - type: moderation_state_default - weight: 8 - settings: { } - region: content - third_party_settings: { } - path: - type: path - weight: 6 - region: content - settings: { } - third_party_settings: { } - promote: - type: boolean_checkbox - settings: - display_label: true - weight: 4 - region: content - third_party_settings: { } - status: - type: boolean_checkbox - settings: - display_label: true - weight: 9 - region: content - third_party_settings: { } - sticky: - type: boolean_checkbox - settings: - display_label: true - weight: 5 - region: content - third_party_settings: { } - title: - type: string_textfield - weight: 0 - region: content - settings: - size: 60 - placeholder: '' - third_party_settings: { } - uid: - type: entity_reference_autocomplete - weight: 2 - settings: - match_operator: CONTAINS - size: 60 - placeholder: '' - match_limit: 10 - region: content - third_party_settings: { } - url_redirects: - weight: 7 - region: content - settings: { } - third_party_settings: { } -hidden: { } diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.paragraph.faq_accordian.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.paragraph.faq_accordian.default.yml deleted file mode 100644 index b368766d86..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.paragraph.faq_accordian.default.yml +++ /dev/null @@ -1,33 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.paragraph.faq_accordian.field_answer - - field.field.paragraph.faq_accordian.field_question - - paragraphs.paragraphs_type.faq_accordian - module: - - text -id: paragraph.faq_accordian.default -targetEntityType: paragraph -bundle: faq_accordian -mode: default -content: - field_answer: - weight: 1 - settings: - rows: 5 - placeholder: '' - third_party_settings: { } - type: text_textarea - region: content - field_question: - weight: 0 - settings: - size: 60 - placeholder: '' - third_party_settings: { } - type: string_textfield - region: content -hidden: - created: true - status: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.user.user.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.user.user.default.yml deleted file mode 100644 index 6832229268..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_display.user.user.default.yml +++ /dev/null @@ -1,35 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.user.user.user_picture - - image.style.thumbnail - module: - - image - - user -id: user.user.default -targetEntityType: user -bundle: user -mode: default -content: - account: - weight: -10 - region: content - contact: - weight: 5 - region: content - language: - weight: 0 - region: content - timezone: - weight: 6 - region: content - user_picture: - type: image_image - settings: - progress_indicator: throbber - preview_image_style: thumbnail - third_party_settings: { } - weight: -1 - region: content -hidden: { } diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_mode.user.register.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_mode.user.register.yml deleted file mode 100644 index 32c026b992..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_form_mode.user.register.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - user -id: user.register -label: Register -targetEntityType: user -cache: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.block_content.basic_block.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.block_content.basic_block.default.yml deleted file mode 100644 index cfbbfbd4b3..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.block_content.basic_block.default.yml +++ /dev/null @@ -1,23 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - block_content.type.basic_block - - field.field.block_content.basic_block.body - module: - - text -id: block_content.basic_block.default -targetEntityType: block_content -bundle: basic_block -mode: default -content: - body: - label: hidden - type: text_default - weight: 0 - settings: { } - third_party_settings: { } - region: content -hidden: - langcode: true - search_api_excerpt: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.basic_page.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.basic_page.default.yml deleted file mode 100644 index 774f90b4b4..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.basic_page.default.yml +++ /dev/null @@ -1,31 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.node.basic_page.body - - field.field.node.basic_page.field_meta_tags - - field.field.node.basic_page.field_next_audit_due - - node.type.basic_page - module: - - text - - user -_core: - default_config_hash: ugqId2IKn4Cd1RcEjY2pZjAfwA1P4CFIrmmO6s3eVOc -id: node.basic_page.default -targetEntityType: node -bundle: basic_page -mode: default -content: - body: - label: hidden - type: text_default - weight: 0 - settings: { } - third_party_settings: { } - region: content -hidden: - content_moderation_control: true - field_meta_tags: true - field_next_audit_due: true - langcode: true - links: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.basic_page.diff.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.basic_page.diff.yml deleted file mode 100644 index 7c542b08b7..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.basic_page.diff.yml +++ /dev/null @@ -1,74 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.diff - - field.field.node.basic_page.body - - field.field.node.basic_page.field_meta_tags - - field.field.node.basic_page.field_next_audit_due - - node.type.basic_page - module: - - datetime - - field_group - - layout_builder - - metatag - - text - - user -third_party_settings: - layout_builder: - allow_custom: false - enabled: false - field_group: - group_additional_content_details: - children: - - field_next_audit_due - - field_meta_tags - parent_name: '' - weight: 1 - format_type: html_element - region: content - format_settings: - id: '' - classes: field-collection - element: div - show_label: false - label_element: h3 - label_element_classes: '' - attributes: '' - effect: none - speed: fast - label: 'Additional content details' -_core: - default_config_hash: VAmQCs10vaUInC8ChxvHMwPakueKnkVjp8K4UVX-OFE -id: node.basic_page.diff -targetEntityType: node -bundle: basic_page -mode: diff -content: - body: - label: hidden - type: text_default - weight: 0 - settings: { } - third_party_settings: { } - region: content - field_meta_tags: - type: metatag_empty_formatter - weight: 1 - region: content - label: inline - settings: { } - third_party_settings: { } - field_next_audit_due: - type: datetime_default - weight: 0 - region: content - label: inline - settings: - timezone_override: '' - format_type: unity_date - third_party_settings: { } -hidden: - content_moderation_control: true - langcode: true - links: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.basic_page.teaser.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.basic_page.teaser.yml deleted file mode 100644 index 4e8527558a..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.basic_page.teaser.yml +++ /dev/null @@ -1,41 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.teaser - - field.field.node.basic_page.body - - field.field.node.basic_page.field_meta_tags - - field.field.node.basic_page.field_next_audit_due - - node.type.basic_page - module: - - text - - user -_core: - default_config_hash: ua6iM3gD-MGUkUXC9QH-US2bZ6IPRXIJafieUFFfMIo -id: node.basic_page.teaser -targetEntityType: node -bundle: basic_page -mode: teaser -content: - body: - label: hidden - type: text_summary_or_trimmed - weight: 101 - settings: - trim_length: 600 - third_party_settings: { } - region: content - content_moderation_control: - weight: -20 - settings: { } - third_party_settings: { } - region: content - links: - weight: 100 - settings: { } - third_party_settings: { } - region: content -hidden: - field_meta_tags: true - field_next_audit_due: true - langcode: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.board_member.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.board_member.default.yml deleted file mode 100644 index c5acb427c1..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.board_member.default.yml +++ /dev/null @@ -1,46 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.node.board_member.body - - field.field.node.board_member.field_member_image - - field.field.node.board_member.field_member_role - - field.field.node.board_member.field_meta_tags - - node.type.board_member - module: - - text - - user -id: node.board_member.default -targetEntityType: node -bundle: board_member -mode: default -content: - body: - label: hidden - type: text_default - weight: 2 - settings: { } - third_party_settings: { } - region: content - field_member_image: - type: entity_reference_entity_view - weight: 1 - label: hidden - settings: - view_mode: portrait_float - link: false - third_party_settings: { } - region: content - field_member_role: - weight: 0 - label: hidden - settings: - link_to_entity: false - third_party_settings: { } - type: string - region: content -hidden: - content_moderation_control: true - field_meta_tags: true - langcode: true - links: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.board_member.diff.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.board_member.diff.yml deleted file mode 100644 index 29ee2b392a..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.board_member.diff.yml +++ /dev/null @@ -1,52 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.diff - - field.field.node.board_member.body - - field.field.node.board_member.field_member_image - - field.field.node.board_member.field_member_role - - field.field.node.board_member.field_meta_tags - - node.type.board_member - module: - - layout_builder - - text - - user -third_party_settings: - layout_builder: - allow_custom: false - enabled: false -id: node.board_member.diff -targetEntityType: node -bundle: board_member -mode: diff -content: - body: - label: hidden - type: text_default - weight: 2 - settings: { } - third_party_settings: { } - region: content - field_member_image: - type: entity_reference_entity_view - weight: 1 - label: hidden - settings: - view_mode: portrait_float - link: false - third_party_settings: { } - region: content - field_member_role: - weight: 0 - label: hidden - settings: - link_to_entity: false - third_party_settings: { } - type: string - region: content -hidden: - content_moderation_control: true - field_meta_tags: true - langcode: true - links: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.board_member.teaser.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.board_member.teaser.yml deleted file mode 100644 index c7759876ff..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.board_member.teaser.yml +++ /dev/null @@ -1,39 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.teaser - - field.field.node.board_member.body - - field.field.node.board_member.field_member_image - - field.field.node.board_member.field_member_role - - field.field.node.board_member.field_meta_tags - - node.type.board_member - module: - - user -id: node.board_member.teaser -targetEntityType: node -bundle: board_member -mode: teaser -content: - field_member_image: - type: entity_reference_label - weight: 0 - region: content - label: hidden - settings: - link: true - third_party_settings: { } - field_member_role: - type: string - weight: 1 - region: content - label: hidden - settings: - link_to_entity: false - third_party_settings: { } -hidden: - body: true - content_moderation_control: true - field_meta_tags: true - langcode: true - links: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.consultation.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.consultation.default.yml deleted file mode 100644 index 6b00f8656c..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.consultation.default.yml +++ /dev/null @@ -1,103 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.node.consultation.body - - field.field.node.consultation.field_attachment - - field.field.node.consultation.field_consultation_dates - - field.field.node.consultation.field_email_address - - field.field.node.consultation.field_meta_tags - - field.field.node.consultation.field_postal - - field.field.node.consultation.field_published_date - - field.field.node.consultation.field_respond_online - - field.field.node.consultation.field_summary - - node.type.consultation - module: - - address - - datetime - - datetime_range - - link - - origins_common - - text - - user -_core: - default_config_hash: w5IHv7a7LIXd9sBgsDo0jQW4jBEzcalEx6mPyoRD04A -id: node.consultation.default -targetEntityType: node -bundle: consultation -mode: default -content: - body: - label: hidden - type: text_default - weight: 3 - settings: { } - third_party_settings: { } - region: content - field_attachment: - weight: 4 - label: hidden - settings: - list_type: ul - list_classes: '' - display_item_link: false - third_party_settings: { } - type: html_list_formatter - region: content - field_consultation_dates: - weight: 1 - label: inline - settings: - timezone_override: '' - format_type: unity_date - separator: '-' - third_party_settings: { } - type: daterange_default - region: content - field_email_address: - weight: 6 - label: above - settings: { } - third_party_settings: { } - type: basic_string - region: content - field_postal: - weight: 7 - label: above - settings: { } - third_party_settings: { } - type: address_default - region: content - field_published_date: - weight: 0 - label: inline - settings: - timezone_override: '' - format_type: unity_date - third_party_settings: { } - type: datetime_default - region: content - field_respond_online: - weight: 5 - label: above - settings: - trim_length: 80 - url_only: false - url_plain: false - rel: '' - target: '' - third_party_settings: { } - type: link - region: content - field_summary: - weight: 2 - label: hidden - settings: { } - third_party_settings: { } - type: text_default - region: content -hidden: - content_moderation_control: true - field_meta_tags: true - langcode: true - links: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.consultation.diff.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.consultation.diff.yml deleted file mode 100644 index 49679cdbce..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.consultation.diff.yml +++ /dev/null @@ -1,134 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.diff - - field.field.node.consultation.body - - field.field.node.consultation.field_attachment - - field.field.node.consultation.field_consultation_dates - - field.field.node.consultation.field_email_address - - field.field.node.consultation.field_meta_tags - - field.field.node.consultation.field_postal - - field.field.node.consultation.field_published_date - - field.field.node.consultation.field_respond_online - - field.field.node.consultation.field_summary - - node.type.consultation - module: - - address - - datetime - - datetime_range - - field_group - - layout_builder - - link - - metatag - - text - - user -third_party_settings: - layout_builder: - allow_custom: false - enabled: false - field_group: - group_additional_content_details: - children: - - field_meta_tags - parent_name: '' - weight: 8 - format_type: html_element - region: content - format_settings: - id: '' - classes: field-collection - element: div - show_label: false - label_element: h3 - label_element_classes: '' - attributes: '' - effect: none - speed: fast - label: 'Additional content details' -_core: - default_config_hash: w5IHv7a7LIXd9sBgsDo0jQW4jBEzcalEx6mPyoRD04A -id: node.consultation.diff -targetEntityType: node -bundle: consultation -mode: diff -content: - body: - label: hidden - type: text_default - weight: 3 - settings: { } - third_party_settings: { } - region: content - field_attachment: - weight: 4 - label: hidden - settings: - view_mode: embed - link: false - third_party_settings: { } - type: entity_reference_entity_view - region: content - field_consultation_dates: - weight: 1 - label: hidden - settings: - separator: '-' - format_type: medium - timezone_override: '' - third_party_settings: { } - type: daterange_default - region: content - field_email_address: - weight: 6 - label: hidden - settings: { } - third_party_settings: { } - type: basic_string - region: content - field_meta_tags: - type: metatag_empty_formatter - weight: 12 - region: content - label: inline - settings: { } - third_party_settings: { } - field_postal: - weight: 7 - label: hidden - settings: { } - third_party_settings: { } - type: address_default - region: content - field_published_date: - weight: 0 - label: inline - settings: - format_type: medium - timezone_override: '' - third_party_settings: { } - type: datetime_default - region: content - field_respond_online: - weight: 5 - label: hidden - settings: - trim_length: 80 - url_only: false - url_plain: false - rel: '' - target: '' - third_party_settings: { } - type: link - region: content - field_summary: - weight: 2 - label: hidden - settings: { } - third_party_settings: { } - type: text_default - region: content -hidden: - content_moderation_control: true - langcode: true - links: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.consultation.full.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.consultation.full.yml deleted file mode 100644 index 0990e67370..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.consultation.full.yml +++ /dev/null @@ -1,107 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.full - - field.field.node.consultation.body - - field.field.node.consultation.field_attachment - - field.field.node.consultation.field_consultation_dates - - field.field.node.consultation.field_email_address - - field.field.node.consultation.field_meta_tags - - field.field.node.consultation.field_postal - - field.field.node.consultation.field_published_date - - field.field.node.consultation.field_respond_online - - field.field.node.consultation.field_summary - - node.type.consultation - module: - - address - - datetime - - datetime_range - - layout_builder - - link - - text - - user -third_party_settings: - layout_builder: - allow_custom: false - enabled: false -_core: - default_config_hash: w5IHv7a7LIXd9sBgsDo0jQW4jBEzcalEx6mPyoRD04A -id: node.consultation.full -targetEntityType: node -bundle: consultation -mode: full -content: - body: - label: hidden - type: text_default - weight: 3 - settings: { } - third_party_settings: { } - region: content - field_attachment: - weight: 4 - label: hidden - settings: - view_mode: embed - link: false - third_party_settings: { } - type: entity_reference_entity_view - region: content - field_consultation_dates: - weight: 1 - label: hidden - settings: - timezone_override: '' - format_type: unity_date - separator: '-' - third_party_settings: { } - type: daterange_default - region: content - field_email_address: - weight: 6 - label: hidden - settings: { } - third_party_settings: { } - type: basic_string - region: content - field_postal: - weight: 7 - label: hidden - settings: { } - third_party_settings: { } - type: address_default - region: content - field_published_date: - weight: 0 - label: inline - settings: - timezone_override: '' - format_type: unity_date - third_party_settings: { } - type: datetime_default - region: content - field_respond_online: - weight: 5 - label: hidden - settings: - trim_length: 80 - url_only: false - url_plain: false - rel: '' - target: '' - third_party_settings: { } - type: link - region: content - field_summary: - weight: 2 - label: hidden - settings: { } - third_party_settings: { } - type: text_default - region: content -hidden: - content_moderation_control: true - field_meta_tags: true - langcode: true - links: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.consultation.teaser.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.consultation.teaser.yml deleted file mode 100644 index c39fba1296..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.consultation.teaser.yml +++ /dev/null @@ -1,56 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.teaser - - field.field.node.consultation.body - - field.field.node.consultation.field_attachment - - field.field.node.consultation.field_consultation_dates - - field.field.node.consultation.field_email_address - - field.field.node.consultation.field_meta_tags - - field.field.node.consultation.field_postal - - field.field.node.consultation.field_published_date - - field.field.node.consultation.field_respond_online - - field.field.node.consultation.field_summary - - node.type.consultation - module: - - datetime - - datetime_range - - user -_core: - default_config_hash: cx_IWacgy28aV4A8Ns3P4mttB8dyREhfBed9kpWfji8 -id: node.consultation.teaser -targetEntityType: node -bundle: consultation -mode: teaser -content: - field_consultation_dates: - type: daterange_default - weight: 1 - region: content - label: hidden - settings: - timezone_override: '' - format_type: unity_date - separator: '-' - third_party_settings: { } - field_published_date: - type: datetime_default - weight: 0 - region: content - label: hidden - settings: - timezone_override: '' - format_type: unity_date - third_party_settings: { } -hidden: - body: true - content_moderation_control: true - field_attachment: true - field_email_address: true - field_meta_tags: true - field_postal: true - field_respond_online: true - field_summary: true - langcode: true - links: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.contact.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.contact.default.yml deleted file mode 100644 index 4e0bb576fc..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.contact.default.yml +++ /dev/null @@ -1,29 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.node.contact.body - - field.field.node.contact.field_meta_tags - - node.type.contact - module: - - text - - user -_core: - default_config_hash: qgg-RsYAiNisMuDKtiHw5pGPRa9iSBN-lOxeeY3s20I -id: node.contact.default -targetEntityType: node -bundle: contact -mode: default -content: - body: - label: hidden - type: text_default - weight: 0 - settings: { } - third_party_settings: { } - region: content -hidden: - content_moderation_control: true - field_meta_tags: true - langcode: true - links: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.contact.diff.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.contact.diff.yml deleted file mode 100644 index ca1e3f9db5..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.contact.diff.yml +++ /dev/null @@ -1,62 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.diff - - field.field.node.contact.body - - field.field.node.contact.field_meta_tags - - node.type.contact - module: - - field_group - - layout_builder - - metatag - - text - - user -third_party_settings: - layout_builder: - allow_custom: false - enabled: false - field_group: - group_additional_content_details: - children: - - field_meta_tags - parent_name: '' - weight: 1 - format_type: html_element - region: content - format_settings: - id: '' - classes: field-collection - element: div - show_label: false - label_element: h3 - label_element_classes: '' - attributes: '' - effect: none - speed: fast - label: 'Additional content details' -_core: - default_config_hash: qgg-RsYAiNisMuDKtiHw5pGPRa9iSBN-lOxeeY3s20I -id: node.contact.diff -targetEntityType: node -bundle: contact -mode: diff -content: - body: - label: hidden - type: text_default - weight: 0 - settings: { } - third_party_settings: { } - region: content - field_meta_tags: - type: metatag_empty_formatter - weight: 3 - region: content - label: inline - settings: { } - third_party_settings: { } -hidden: - content_moderation_control: true - langcode: true - links: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.contact.teaser.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.contact.teaser.yml deleted file mode 100644 index 4d5c57d7b2..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.contact.teaser.yml +++ /dev/null @@ -1,31 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.teaser - - field.field.node.contact.body - - field.field.node.contact.field_meta_tags - - node.type.contact - module: - - text - - user -_core: - default_config_hash: t4QU2_pmIx7dmbP0DkF-OIt8Nuk07j9NtT7xQkxUnrI -id: node.contact.teaser -targetEntityType: node -bundle: contact -mode: teaser -content: - body: - label: hidden - type: text_summary_or_trimmed - weight: 0 - settings: - trim_length: 600 - third_party_settings: { } - region: content -hidden: - content_moderation_control: true - field_meta_tags: true - langcode: true - links: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.faq.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.faq.default.yml deleted file mode 100644 index 2bc97b138e..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.faq.default.yml +++ /dev/null @@ -1,28 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.node.faq.field_faq - - field.field.node.faq.field_meta_tags - - node.type.faq - module: - - entity_reference_revisions - - user -id: node.faq.default -targetEntityType: node -bundle: faq -mode: default -content: - field_faq: - type: entity_reference_revisions_entity_view - weight: 0 - label: hidden - settings: - view_mode: default - link: '' - third_party_settings: { } - region: content -hidden: - field_meta_tags: true - langcode: true - links: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.faq.diff.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.faq.diff.yml deleted file mode 100644 index cc4da8a684..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.faq.diff.yml +++ /dev/null @@ -1,61 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.diff - - field.field.node.faq.field_faq - - field.field.node.faq.field_meta_tags - - node.type.faq - module: - - entity_reference_revisions - - field_group - - layout_builder - - metatag - - user -third_party_settings: - layout_builder: - allow_custom: false - enabled: false - field_group: - group_additional_content_details: - children: - - field_meta_tags - parent_name: '' - weight: 1 - format_type: html_element - region: content - format_settings: - id: '' - classes: field-collection - element: div - show_label: false - label_element: h3 - label_element_classes: '' - attributes: '' - effect: none - speed: fast - label: 'Additional content details' -id: node.faq.diff -targetEntityType: node -bundle: faq -mode: diff -content: - field_faq: - type: entity_reference_revisions_entity_view - weight: 0 - label: hidden - settings: - view_mode: default - link: '' - third_party_settings: { } - region: content - field_meta_tags: - type: metatag_empty_formatter - weight: 3 - region: content - label: inline - settings: { } - third_party_settings: { } -hidden: - langcode: true - links: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.faq.teaser.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.faq.teaser.yml deleted file mode 100644 index 8bbb24b03d..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.faq.teaser.yml +++ /dev/null @@ -1,24 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.teaser - - field.field.node.faq.field_faq - - field.field.node.faq.field_meta_tags - - node.type.faq - module: - - user -id: node.faq.teaser -targetEntityType: node -bundle: faq -mode: teaser -content: - links: - weight: 100 - settings: { } - third_party_settings: { } - region: content -hidden: - field_faq: true - field_meta_tags: true - langcode: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.feature.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.feature.default.yml deleted file mode 100644 index 7518168f1e..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.feature.default.yml +++ /dev/null @@ -1,52 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.node.feature.field_link_url - - field.field.node.feature.field_photo - - field.field.node.feature.field_teaser - - node.type.feature - module: - - link - - user -_core: - default_config_hash: 8NcsCUwfdktn6UrqK4OP08AIoHqNg3zIrxw-mJOAzVE -id: node.feature.default -targetEntityType: node -bundle: feature -mode: default -content: - field_link_url: - weight: 2 - label: hidden - settings: - trim_length: 80 - url_only: false - url_plain: false - rel: '' - target: '' - third_party_settings: { } - type: link_separate - region: content - field_photo: - type: entity_reference_entity_view - weight: 0 - label: hidden - settings: - view_mode: slide - link: false - third_party_settings: { } - region: content - field_teaser: - weight: 1 - label: hidden - settings: - link_to_entity: false - third_party_settings: { } - type: string - region: content -hidden: - content_moderation_control: true - langcode: true - links: true - search_api_excerpt: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.feature.teaser.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.feature.teaser.yml deleted file mode 100644 index 1eef2709d0..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.feature.teaser.yml +++ /dev/null @@ -1,27 +0,0 @@ -langcode: en -status: false -dependencies: - config: - - core.entity_view_mode.node.teaser - - field.field.node.feature.field_link_url - - field.field.node.feature.field_photo - - field.field.node.feature.field_teaser - - node.type.feature - module: - - user -id: node.feature.teaser -targetEntityType: node -bundle: feature -mode: teaser -content: - links: - weight: 100 - settings: { } - third_party_settings: { } - region: content -hidden: - field_link_url: true - field_photo: true - field_teaser: true - langcode: true - search_api_excerpt: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.featured_content_list.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.featured_content_list.default.yml deleted file mode 100644 index 62e5e85fa2..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.featured_content_list.default.yml +++ /dev/null @@ -1,37 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.node.featured_content_list.field_featured_content - - field.field.node.featured_content_list.field_tags - - node.type.featured_content_list - module: - - user -_core: - default_config_hash: WCJScuwlxgOWlwql1WGKp9xXr9xB5LFAFlG_cels06g -id: node.featured_content_list.default -targetEntityType: node -bundle: featured_content_list -mode: default -content: - field_featured_content: - weight: 0 - label: above - settings: - link: true - third_party_settings: { } - type: entity_reference_label - region: content - field_tags: - weight: 1 - label: above - settings: - link: true - third_party_settings: { } - type: entity_reference_label - region: content -hidden: - content_moderation_control: true - langcode: true - links: true - search_api_excerpt: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.featured_content_list.full.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.featured_content_list.full.yml deleted file mode 100644 index ae03f9f06c..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.featured_content_list.full.yml +++ /dev/null @@ -1,34 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.full - - field.field.node.featured_content_list.field_featured_content - - field.field.node.featured_content_list.field_tags - - node.type.featured_content_list - module: - - layout_builder - - user -third_party_settings: - layout_builder: - allow_custom: false - enabled: false -id: node.featured_content_list.full -targetEntityType: node -bundle: featured_content_list -mode: full -content: - field_featured_content: - weight: 0 - label: above - settings: - view_mode: teaser - link: false - third_party_settings: { } - type: entity_reference_entity_view - region: content -hidden: - field_tags: true - langcode: true - links: true - search_api_excerpt: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.featured_content_list.teaser.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.featured_content_list.teaser.yml deleted file mode 100644 index 8cf1ff871f..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.featured_content_list.teaser.yml +++ /dev/null @@ -1,25 +0,0 @@ -langcode: en -status: false -dependencies: - config: - - core.entity_view_mode.node.teaser - - field.field.node.featured_content_list.field_featured_content - - field.field.node.featured_content_list.field_tags - - node.type.featured_content_list - module: - - user -id: node.featured_content_list.teaser -targetEntityType: node -bundle: featured_content_list -mode: teaser -content: - links: - weight: 100 - settings: { } - third_party_settings: { } - region: content -hidden: - field_featured_content: true - field_tags: true - langcode: true - search_api_excerpt: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.layout_page.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.layout_page.default.yml deleted file mode 100644 index 97807882f9..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.layout_page.default.yml +++ /dev/null @@ -1,66 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.node.layout_page.body - - field.field.node.layout_page.layout_builder__layout - - node.type.layout_page - module: - - layout_builder - - layout_discovery - - text - - user -third_party_settings: - layout_builder: - allow_custom: true - enabled: true - sections: - - - layout_id: layout_onecol - layout_settings: { } - components: - a1f5f634-0794-4cfe-8c5b-6c201f13c215: - uuid: a1f5f634-0794-4cfe-8c5b-6c201f13c215 - region: content - configuration: - label_display: '0' - context_mapping: - entity: layout_builder.entity - id: 'extra_field_block:node:layout_page:links' - additional: { } - weight: 0 - c40ed4b6-0cb6-4594-b112-190dae492a81: - uuid: c40ed4b6-0cb6-4594-b112-190dae492a81 - region: content - configuration: - label_display: '0' - context_mapping: - entity: layout_builder.entity - id: 'field_block:node:layout_page:body' - formatter: - label: hidden - type: text_default - settings: { } - third_party_settings: { } - additional: { } - weight: 1 - third_party_settings: { } -id: node.layout_page.default -targetEntityType: node -bundle: layout_page -mode: default -content: - body: - label: hidden - type: text_default - weight: 101 - settings: { } - third_party_settings: { } - region: content - links: - weight: 100 - settings: { } - third_party_settings: { } - region: content -hidden: - layout_builder__layout: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.layout_page.teaser.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.layout_page.teaser.yml deleted file mode 100644 index 956a44be6a..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.layout_page.teaser.yml +++ /dev/null @@ -1,31 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.teaser - - field.field.node.layout_page.body - - field.field.node.layout_page.layout_builder__layout - - node.type.layout_page - module: - - text - - user -id: node.layout_page.teaser -targetEntityType: node -bundle: layout_page -mode: teaser -content: - body: - label: hidden - type: text_summary_or_trimmed - weight: 101 - settings: - trim_length: 600 - third_party_settings: { } - region: content - links: - weight: 100 - settings: { } - third_party_settings: { } - region: content -hidden: - layout_builder__layout: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.link.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.link.default.yml deleted file mode 100644 index 96809423cc..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.link.default.yml +++ /dev/null @@ -1,43 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.node.link.field_link_type - - field.field.node.link.field_link_url - - field.field.node.link.field_meta_tags - - node.type.link - module: - - link - - user -_core: - default_config_hash: qqTZoIAJxc9ZRH_eys3JD9s1IB5qDl4Z14Db1fgNxtA -id: node.link.default -targetEntityType: node -bundle: link -mode: default -content: - field_link_type: - weight: 0 - label: hidden - settings: - link: true - third_party_settings: { } - type: entity_reference_label - region: content - field_link_url: - weight: 1 - label: hidden - settings: - trim_length: 80 - url_only: false - url_plain: false - rel: '' - target: '' - third_party_settings: { } - type: link - region: content -hidden: - content_moderation_control: true - field_meta_tags: true - langcode: true - links: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.link.diff.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.link.diff.yml deleted file mode 100644 index 611a22f517..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.link.diff.yml +++ /dev/null @@ -1,76 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.diff - - field.field.node.link.field_link_type - - field.field.node.link.field_link_url - - field.field.node.link.field_meta_tags - - node.type.link - module: - - field_group - - layout_builder - - link - - metatag - - user -third_party_settings: - layout_builder: - allow_custom: false - enabled: false - field_group: - group_additional_content_details: - children: - - field_meta_tags - parent_name: '' - weight: 2 - format_type: html_element - region: content - format_settings: - id: '' - classes: field-collection - element: div - show_label: false - label_element: h3 - label_element_classes: '' - attributes: '' - effect: none - speed: fast - label: 'Additional content details' -_core: - default_config_hash: qqTZoIAJxc9ZRH_eys3JD9s1IB5qDl4Z14Db1fgNxtA -id: node.link.diff -targetEntityType: node -bundle: link -mode: diff -content: - field_link_type: - type: entity_reference_label - weight: 0 - region: content - label: hidden - settings: - link: true - third_party_settings: { } - field_link_url: - weight: 1 - label: hidden - settings: - trim_length: 80 - url_only: false - url_plain: false - rel: '' - target: '' - third_party_settings: { } - type: link - region: content - field_meta_tags: - type: metatag_empty_formatter - weight: 4 - region: content - label: inline - settings: { } - third_party_settings: { } -hidden: - content_moderation_control: true - langcode: true - links: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.link.teaser.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.link.teaser.yml deleted file mode 100644 index 9c47b5dd06..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.link.teaser.yml +++ /dev/null @@ -1,32 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.teaser - - field.field.node.link.field_link_type - - field.field.node.link.field_link_url - - field.field.node.link.field_meta_tags - - node.type.link - module: - - user -_core: - default_config_hash: F59hnLaiG1pVUhLEy9IXYjE3zgrY6J_rpKfASd9zLXk -id: node.link.teaser -targetEntityType: node -bundle: link -mode: teaser -content: - field_link_type: - type: entity_reference_label - weight: 0 - region: content - label: hidden - settings: - link: true - third_party_settings: { } -hidden: - content_moderation_control: true - field_link_url: true - field_meta_tags: true - langcode: true - links: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.news.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.news.default.yml deleted file mode 100644 index feda198ccf..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.news.default.yml +++ /dev/null @@ -1,54 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.node.news.body - - field.field.node.news.field_meta_tags - - field.field.node.news.field_photo - - field.field.node.news.field_published_date - - field.field.node.news.field_summary - - field.field.node.news.field_teaser - - node.type.news - module: - - datetime - - text - - user -_core: - default_config_hash: w2hC-WxjWvn8m9ZFf9CsOt2Xr4Wmxde2wbYjc5JRRRQ -id: node.news.default -targetEntityType: node -bundle: news -mode: default -content: - body: - label: hidden - type: text_default - weight: 2 - settings: { } - third_party_settings: { } - region: content - field_photo: - weight: 1 - label: hidden - settings: - view_mode: landscape_float - link: false - third_party_settings: { } - type: entity_reference_entity_view - region: content - field_published_date: - weight: 0 - label: above - settings: - timezone_override: '' - format_type: unity_date - third_party_settings: { } - type: datetime_default - region: content -hidden: - content_moderation_control: true - field_meta_tags: true - field_summary: true - field_teaser: true - langcode: true - links: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.news.diff.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.news.diff.yml deleted file mode 100644 index a57b33783c..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.news.diff.yml +++ /dev/null @@ -1,95 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.diff - - field.field.node.news.body - - field.field.node.news.field_meta_tags - - field.field.node.news.field_photo - - field.field.node.news.field_published_date - - field.field.node.news.field_summary - - field.field.node.news.field_teaser - - node.type.news - module: - - datetime - - field_group - - layout_builder - - metatag - - text - - user -third_party_settings: - layout_builder: - allow_custom: false - enabled: false - field_group: - group_additional_content_details: - children: - - field_teaser - - field_meta_tags - parent_name: '' - weight: 3 - format_type: html_element - region: content - format_settings: - id: '' - classes: field-collection - element: div - show_label: false - label_element: h3 - label_element_classes: '' - attributes: '' - effect: none - speed: fast - label: 'Additional content details' -_core: - default_config_hash: YrUzDDsrR0TVwnyvxiHpMN2fIEJDmYr6-tG21tJRpEc -id: node.news.diff -targetEntityType: node -bundle: news -mode: diff -content: - body: - label: hidden - type: text_default - weight: 2 - settings: { } - third_party_settings: { } - region: content - field_meta_tags: - type: metatag_empty_formatter - weight: 8 - region: content - label: inline - settings: { } - third_party_settings: { } - field_photo: - type: entity_reference_entity_view - weight: 1 - region: content - label: hidden - settings: - view_mode: landscape_float - link: false - third_party_settings: { } - field_published_date: - weight: 0 - label: inline - settings: - timezone_override: '' - format_type: unity_date - third_party_settings: { } - type: datetime_default - region: content - field_teaser: - type: string - weight: 7 - region: content - label: inline - settings: - link_to_entity: false - third_party_settings: { } -hidden: - content_moderation_control: true - field_summary: true - langcode: true - links: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.news.teaser.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.news.teaser.yml deleted file mode 100644 index ed013d7442..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.news.teaser.yml +++ /dev/null @@ -1,55 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.teaser - - field.field.node.news.body - - field.field.node.news.field_meta_tags - - field.field.node.news.field_photo - - field.field.node.news.field_published_date - - field.field.node.news.field_summary - - field.field.node.news.field_teaser - - node.type.news - module: - - datetime - - user -_core: - default_config_hash: CoS3AiDDvv0o_zFHNl8z_MivWBnV0QngWJUc8nKe5ZI -id: node.news.teaser -targetEntityType: node -bundle: news -mode: teaser -content: - field_photo: - type: entity_reference_entity_view - weight: 0 - region: content - label: hidden - settings: - view_mode: unity_3_col_images - link: false - third_party_settings: { } - field_published_date: - type: datetime_default - weight: 1 - region: content - label: inline - settings: - timezone_override: '' - format_type: unity_date - third_party_settings: { } - field_teaser: - type: string - weight: 2 - region: content - label: hidden - settings: - link_to_entity: false - third_party_settings: { } -hidden: - body: true - content_moderation_control: true - field_meta_tags: true - field_summary: true - langcode: true - links: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.profile.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.profile.default.yml deleted file mode 100644 index 383a862a1d..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.profile.default.yml +++ /dev/null @@ -1,43 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.node.profile.body - - field.field.node.profile.field_summary - - node.type.profile - module: - - text - - user -_core: - default_config_hash: YtcLw0rNn2TTw1fL6I2t1A6fO4U1zqJPn0R-KK4aNEI -id: node.profile.default -targetEntityType: node -bundle: profile -mode: default -content: - body: - label: hidden - type: text_default - weight: 101 - settings: { } - third_party_settings: { } - region: content - content_moderation_control: - weight: -20 - settings: { } - third_party_settings: { } - region: content - field_summary: - weight: 102 - label: above - settings: { } - third_party_settings: { } - type: text_default - region: content - links: - weight: 100 - settings: { } - third_party_settings: { } - region: content -hidden: - langcode: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.profile.teaser.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.profile.teaser.yml deleted file mode 100644 index d5124a2edb..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.profile.teaser.yml +++ /dev/null @@ -1,39 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.teaser - - field.field.node.profile.body - - field.field.node.profile.field_summary - - node.type.profile - module: - - text - - user -_core: - default_config_hash: 6fXj4qBUTRiGsIxiJQSurVAYS3hXMBkDJoinCTnitp4 -id: node.profile.teaser -targetEntityType: node -bundle: profile -mode: teaser -content: - body: - label: hidden - type: text_summary_or_trimmed - weight: 101 - settings: - trim_length: 600 - third_party_settings: { } - region: content - content_moderation_control: - weight: -20 - settings: { } - third_party_settings: { } - region: content - links: - weight: 100 - settings: { } - third_party_settings: { } - region: content -hidden: - field_summary: true - langcode: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.publication.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.publication.default.yml deleted file mode 100644 index 2edb92a9f1..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.publication.default.yml +++ /dev/null @@ -1,64 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.node.publication.body - - field.field.node.publication.field_attachment - - field.field.node.publication.field_meta_tags - - field.field.node.publication.field_photo - - field.field.node.publication.field_publication_type - - field.field.node.publication.field_published_date - - field.field.node.publication.field_summary - - node.type.publication - module: - - datetime - - text - - user -_core: - default_config_hash: s5SZB98DjTvRzLNMOGiYsmuFhTL85f2f85ESMRmttLU -id: node.publication.default -targetEntityType: node -bundle: publication -mode: default -content: - body: - label: hidden - type: text_default - weight: 1 - settings: { } - third_party_settings: { } - region: content - field_attachment: - weight: 2 - label: inline - settings: - view_mode: embed - link: false - third_party_settings: { } - type: entity_reference_entity_view - region: content - field_photo: - weight: 3 - label: hidden - settings: - view_mode: portrait_float - link: false - third_party_settings: { } - type: entity_reference_entity_view - region: content - field_published_date: - weight: 0 - label: inline - settings: - timezone_override: '' - format_type: unity_date - third_party_settings: { } - type: datetime_default - region: content -hidden: - content_moderation_control: true - field_meta_tags: true - field_publication_type: true - field_summary: true - langcode: true - links: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.publication.diff.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.publication.diff.yml deleted file mode 100644 index 1939269ed1..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.publication.diff.yml +++ /dev/null @@ -1,111 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.diff - - field.field.node.publication.body - - field.field.node.publication.field_attachment - - field.field.node.publication.field_meta_tags - - field.field.node.publication.field_photo - - field.field.node.publication.field_publication_type - - field.field.node.publication.field_published_date - - field.field.node.publication.field_summary - - node.type.publication - module: - - datetime - - field_group - - layout_builder - - metatag - - text - - user -third_party_settings: - layout_builder: - allow_custom: false - enabled: false - field_group: - group_additional_content_details: - children: - - field_publication_type - - field_meta_tags - parent_name: '' - weight: 5 - format_type: html_element - region: content - format_settings: - id: '' - classes: field-collection - element: div - show_label: false - label_element: h3 - label_element_classes: '' - attributes: '' - effect: none - speed: fast - label: 'Additional content details' -_core: - default_config_hash: 0E_9Sb5y0JQnkykw0rc56AoZ23SKklC1xk8cw1ersg4 -id: node.publication.diff -targetEntityType: node -bundle: publication -mode: diff -content: - body: - label: hidden - type: text_default - weight: 2 - settings: { } - third_party_settings: { } - region: content - field_attachment: - weight: 3 - label: inline - settings: - view_mode: embed - link: false - third_party_settings: { } - type: entity_reference_entity_view - region: content - field_meta_tags: - type: metatag_empty_formatter - weight: 7 - region: content - label: inline - settings: { } - third_party_settings: { } - field_photo: - type: entity_reference_entity_view - weight: 4 - region: content - label: hidden - settings: - view_mode: portrait_float - link: false - third_party_settings: { } - field_publication_type: - type: entity_reference_label - weight: 6 - region: content - label: inline - settings: - link: true - third_party_settings: { } - field_published_date: - weight: 0 - label: inline - settings: - timezone_override: '' - format_type: unity_date - third_party_settings: { } - type: datetime_default - region: content - field_summary: - weight: 1 - label: hidden - settings: { } - third_party_settings: { } - type: text_default - region: content -hidden: - content_moderation_control: true - langcode: true - links: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.publication.teaser.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.publication.teaser.yml deleted file mode 100644 index f88401bbb8..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.node.publication.teaser.yml +++ /dev/null @@ -1,42 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.node.teaser - - field.field.node.publication.body - - field.field.node.publication.field_attachment - - field.field.node.publication.field_meta_tags - - field.field.node.publication.field_photo - - field.field.node.publication.field_publication_type - - field.field.node.publication.field_published_date - - field.field.node.publication.field_summary - - node.type.publication - module: - - datetime - - user -_core: - default_config_hash: jKlF-8O6IX7iFUT90xZ8Ft7zqGF49uJxeXsSQIqoL-M -id: node.publication.teaser -targetEntityType: node -bundle: publication -mode: teaser -content: - field_published_date: - type: datetime_default - weight: 0 - region: content - label: hidden - settings: - timezone_override: '' - format_type: unity_date - third_party_settings: { } -hidden: - body: true - content_moderation_control: true - field_attachment: true - field_meta_tags: true - field_photo: true - field_publication_type: true - field_summary: true - langcode: true - links: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.paragraph.faq_accordian.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.paragraph.faq_accordian.default.yml deleted file mode 100644 index 918650f1c3..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.paragraph.faq_accordian.default.yml +++ /dev/null @@ -1,30 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.paragraph.faq_accordian.field_answer - - field.field.paragraph.faq_accordian.field_question - - paragraphs.paragraphs_type.faq_accordian - module: - - text -id: paragraph.faq_accordian.default -targetEntityType: paragraph -bundle: faq_accordian -mode: default -content: - field_answer: - weight: 1 - label: above - settings: { } - third_party_settings: { } - type: text_default - region: content - field_question: - weight: 0 - label: above - settings: - link_to_entity: false - third_party_settings: { } - type: string - region: content -hidden: { } diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.user.user.compact.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.user.user.compact.yml deleted file mode 100644 index 2ff13ad10f..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.user.user.compact.yml +++ /dev/null @@ -1,26 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.user.compact - - field.field.user.user.user_picture - - image.style.thumbnail - module: - - image - - user -id: user.user.compact -targetEntityType: user -bundle: user -mode: compact -content: - user_picture: - type: image - weight: 0 - region: content - settings: - image_style: thumbnail - image_link: content - third_party_settings: { } - label: hidden -hidden: - member_for: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.user.user.default.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.user.user.default.yml deleted file mode 100644 index ef1fdd79ce..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_display.user.user.default.yml +++ /dev/null @@ -1,27 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.field.user.user.user_picture - - image.style.thumbnail - module: - - image - - user -id: user.user.default -targetEntityType: user -bundle: user -mode: default -content: - member_for: - weight: 5 - region: content - user_picture: - type: image - weight: 0 - region: content - settings: - image_style: thumbnail - image_link: content - third_party_settings: { } - label: hidden -hidden: { } diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.block.token.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.block.token.yml deleted file mode 100644 index 02287c299f..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.block.token.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - block -id: block.token -label: Token -targetEntityType: block -cache: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.block_content.full.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.block_content.full.yml deleted file mode 100644 index 30115ee4eb..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.block_content.full.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: false -dependencies: - module: - - block_content -id: block_content.full -label: Full -targetEntityType: block_content -cache: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.block_content.token.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.block_content.token.yml deleted file mode 100644 index 07bdd92b75..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.block_content.token.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - block_content -id: block_content.token -label: Token -targetEntityType: block_content -cache: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.contact_message.token.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.contact_message.token.yml deleted file mode 100644 index d869016f73..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.contact_message.token.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - contact -id: contact_message.token -label: Token -targetEntityType: contact_message -cache: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.file.token.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.file.token.yml deleted file mode 100644 index ed7d248079..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.file.token.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - file -id: file.token -label: Token -targetEntityType: file -cache: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.menu_link_content.token.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.menu_link_content.token.yml deleted file mode 100644 index 025f91a410..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.menu_link_content.token.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - menu_link_content -id: menu_link_content.token -label: Token -targetEntityType: menu_link_content -cache: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.node.diff.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.node.diff.yml deleted file mode 100644 index cda0de8b3f..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.node.diff.yml +++ /dev/null @@ -1,13 +0,0 @@ -langcode: en -status: false -dependencies: - enforced: - module: - - node - - diff - module: - - node -id: node.diff -label: 'Revision comparison' -targetEntityType: node -cache: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.node.full.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.node.full.yml deleted file mode 100644 index f52a51dc3d..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.node.full.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: false -dependencies: - module: - - node -id: node.full -label: 'Full content' -targetEntityType: node -cache: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.node.rss.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.node.rss.yml deleted file mode 100644 index 6418e4758e..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.node.rss.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: false -dependencies: - module: - - node -id: node.rss -label: RSS -targetEntityType: node -cache: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.node.search_index.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.node.search_index.yml deleted file mode 100644 index 7d082be3c3..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.node.search_index.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: false -dependencies: - module: - - node -id: node.search_index -label: 'Search index' -targetEntityType: node -cache: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.node.search_result.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.node.search_result.yml deleted file mode 100644 index 73252b1369..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.node.search_result.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: false -dependencies: - module: - - node -id: node.search_result -label: 'Search result highlighting input' -targetEntityType: node -cache: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.node.teaser.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.node.teaser.yml deleted file mode 100644 index dcde72c4c3..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.node.teaser.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - node -id: node.teaser -label: Teaser -targetEntityType: node -cache: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.node.token.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.node.token.yml deleted file mode 100644 index 0918abf1d6..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.node.token.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - node -id: node.token -label: Token -targetEntityType: node -cache: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.path_alias.token.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.path_alias.token.yml deleted file mode 100644 index e8970060f5..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.path_alias.token.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - path_alias -id: path_alias.token -label: Token -targetEntityType: path_alias -cache: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.taxonomy_term.full.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.taxonomy_term.full.yml deleted file mode 100644 index 3a1f31314d..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.taxonomy_term.full.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - taxonomy -id: taxonomy_term.full -label: 'Taxonomy term page' -targetEntityType: taxonomy_term -cache: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.taxonomy_term.token.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.taxonomy_term.token.yml deleted file mode 100644 index 55661ed794..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.taxonomy_term.token.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - taxonomy -id: taxonomy_term.token -label: Token -targetEntityType: taxonomy_term -cache: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.user.compact.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.user.compact.yml deleted file mode 100644 index 0c41655c20..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.user.compact.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - user -id: user.compact -label: Compact -targetEntityType: user -cache: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.user.full.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.user.full.yml deleted file mode 100644 index 5574ab95bf..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.user.full.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: false -dependencies: - module: - - user -id: user.full -label: 'User account' -targetEntityType: user -cache: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.user.token.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.user.token.yml deleted file mode 100644 index b1e4a140b5..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.entity_view_mode.user.token.yml +++ /dev/null @@ -1,9 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - user -id: user.token -label: Token -targetEntityType: user -cache: true diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/core.menu.static_menu_link_overrides.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/core.menu.static_menu_link_overrides.yml deleted file mode 100644 index 114c789369..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/core.menu.static_menu_link_overrides.yml +++ /dev/null @@ -1,7 +0,0 @@ -definitions: - contact__site_page: - enabled: true - menu_name: footer - parent: '' - weight: 0 - expanded: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/csp.settings.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/csp.settings.yml deleted file mode 100644 index 19d8b07b48..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/csp.settings.yml +++ /dev/null @@ -1,107 +0,0 @@ -report-only: - enable: true - directives: - default-src: - base: self - connect-src: - sources: - - 'https://www.google-analytics.com' - base: self - font-src: - sources: - - 'https://themes.googleusercontent.com' - - 'https://fonts.gstatic.com' - - 'https://use.fontawesome.com' - - 'https://cdn.jsdelivr.net' - - 'data:' - base: self - frame-src: - sources: - - 'https://www.youtube.com' - base: self - img-src: - sources: - - 'https://translate.google.com' - - 'https://www.googletagmanager.com' - - 'https://www.google-analytics.com' - - 'https://cdn.jsdelivr.net' - - 'https://i.ytimg.com' - - 'https://www.gstatic.com' - - 'https://maps.gstatic.com' - - 'https://maps.googleapis.com' - - 'data:' - base: self - manifest-src: - base: self - script-src: - sources: - - 'https://www.googletagmanager.com' - - 'https://www.google-analytics.com' - base: self - script-src-attr: - base: self - script-src-elem: - sources: - - 'https://www.googletagmanager.com' - - 'https://www.google-analytics.com' - base: self - style-src: - base: self - style-src-attr: - flags: - - unsafe-inline - base: self - style-src-elem: - base: self - block-all-mixed-content: true - reporting: - plugin: sitelog -enforce: - enable: false - directives: - default-src: - base: self - font-src: - sources: - - 'https://themes.googleusercontent.com' - - 'https://fonts.gstatic.com' - - 'https://use.fontawesome.com' - - 'https://cdn.jsdelivr.net' - - 'data:' - base: self - frame-src: - sources: - - 'https://www.youtube.com' - base: self - img-src: - sources: - - 'https://cdn.jsdelivr.net' - - 'https://i.ytimg.com' - - 'https://maps.gstatic.com' - - 'https://maps.googleapis.com' - - 'data:' - base: self - script-src: - sources: - - 'https://www.googletagmanager.com' - - 'https://www.google-analytics.com' - base: self - script-src-elem: - sources: - - 'https://www.googletagmanager.com' - - 'https://www.google-analytics.com' - base: self - style-src: - base: self - style-src-attr: - flags: - - unsafe-inline - base: self - style-src-elem: - sources: - - 'https://www.googletagmanager.com' - - 'https://www.google-analytics.com' - base: self - block-all-mixed-content: true - reporting: - plugin: sitelog diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/dblog.settings.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/dblog.settings.yml deleted file mode 100644 index 88add889ac..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/dblog.settings.yml +++ /dev/null @@ -1 +0,0 @@ -row_limit: 1000 diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/diff.settings.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/diff.settings.yml deleted file mode 100644 index 8d36a7dd86..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/diff.settings.yml +++ /dev/null @@ -1,16 +0,0 @@ -general_settings: - radio_behavior: simple - context_lines_leading: 1 - context_lines_trailing: 1 - revision_pager_limit: 50 - layout_plugins: - visual_inline: - enabled: true - weight: 0 - split_fields: - enabled: true - weight: 1 - unified_fields: - enabled: true - weight: 2 - visual_inline_theme: default diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/editor.editor.basic_html.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/editor.editor.basic_html.yml deleted file mode 100644 index 2d4ff84ef3..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/editor.editor.basic_html.yml +++ /dev/null @@ -1,74 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - filter.format.basic_html - module: - - ckeditor -format: basic_html -editor: ckeditor -settings: - toolbar: - rows: - - - - - name: Formatting - items: - - Bold - - Italic - - Blockquote - - Superscript - - RemoveFormat - - - name: 'Block Formatting' - items: - - Format - - Styles - - Table - - - name: Linking - items: - - Linkit - - DrupalUnlink - - - name: Lists - items: - - BulletedList - - NumberedList - - - name: Media - items: - - DrupalMediaLibrary - - map - - - name: Tasks - items: - - Undo - - Redo - - - name: Tools - items: - - Cut - - Copy - - PasteText - - PasteFromWord - - SpecialChar - - Maximize - plugins: - stylescombo: - styles: "p.info-notice|Information notice\r\na.btn|Button" - language: - language_list: un - linkit: - linkit_profile: default - tokenbrowser: - token_types: { } -image_upload: - status: true - scheme: public - directory: inline-images - max_size: '' - max_dimensions: - width: null - height: null - diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/editor.editor.filtered_html.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/editor.editor.filtered_html.yml deleted file mode 100644 index 014a2c507b..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/editor.editor.filtered_html.yml +++ /dev/null @@ -1,52 +0,0 @@ -langcode: en -status: false -dependencies: - config: - - filter.format.filtered_html - module: - - ckeditor -format: filtered_html -editor: ckeditor -settings: - toolbar: - rows: - - - - - name: Formatting - items: - - Bold - - Italic - - - name: Links - items: - - DrupalLink - - DrupalUnlink - - - name: Lists - items: - - BulletedList - - NumberedList - - - name: Media - items: - - Blockquote - - DrupalImage - - - name: Tools - items: - - Source - plugins: - stylescombo: - styles: '' - language: - language_list: un - tokenbrowser: - token_types: { } -image_upload: - status: false - scheme: public - directory: inline-images - max_size: '' - max_dimensions: - width: null - height: null diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/editor.editor.filtered_html_with_no_images.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/editor.editor.filtered_html_with_no_images.yml deleted file mode 100644 index 7166f8c9a8..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/editor.editor.filtered_html_with_no_images.yml +++ /dev/null @@ -1,47 +0,0 @@ -langcode: en -status: false -dependencies: - config: - - filter.format.filtered_html_with_no_images - module: - - ckeditor -format: filtered_html_with_no_images -editor: ckeditor -settings: - toolbar: - rows: - - - - - name: Formatting - items: - - Bold - - Italic - - - name: Links - items: - - DrupalLink - - DrupalUnlink - - - name: Lists - items: - - BulletedList - - NumberedList - - - name: Tools - items: - - Source - plugins: - stylescombo: - styles: '' - language: - language_list: un - tokenbrowser: - token_types: { } -image_upload: - status: false - scheme: public - directory: inline-images - max_size: '' - max_dimensions: - width: null - height: null diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/editor.editor.filtered_html_with_tokens.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/editor.editor.filtered_html_with_tokens.yml deleted file mode 100644 index 3efd373d1b..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/editor.editor.filtered_html_with_tokens.yml +++ /dev/null @@ -1,52 +0,0 @@ -langcode: en -status: false -dependencies: - config: - - filter.format.filtered_html_with_tokens - module: - - ckeditor -format: filtered_html_with_tokens -editor: ckeditor -settings: - toolbar: - rows: - - - - - name: Formatting - items: - - Bold - - Italic - - - name: Links - items: - - DrupalLink - - DrupalUnlink - - - name: Lists - items: - - BulletedList - - NumberedList - - - name: Media - items: - - Blockquote - - DrupalImage - - - name: Tools - items: - - Source - plugins: - stylescombo: - styles: '' - language: - language_list: un - tokenbrowser: - token_types: { } -image_upload: - status: false - scheme: public - directory: inline-images - max_size: '' - max_dimensions: - width: null - height: null diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/editor.editor.full_html.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/editor.editor.full_html.yml deleted file mode 100644 index 73c5a771ec..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/editor.editor.full_html.yml +++ /dev/null @@ -1,75 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - filter.format.full_html - module: - - ckeditor -format: full_html -editor: ckeditor -settings: - toolbar: - rows: - - - - - name: Formatting - items: - - Bold - - Italic - - Blockquote - - Superscript - - '-' - - RemoveFormat - - - name: 'Block Formatting' - items: - - Format - - Styles - - Table - - - name: Linking - items: - - Linkit - - DrupalUnlink - - - name: Lists - items: - - BulletedList - - NumberedList - - - name: Media - items: - - DrupalMediaLibrary - - map - - - name: Tasks - items: - - Undo - - Redo - - - name: Tools - items: - - Cut - - Copy - - PasteText - - PasteFromWord - - SpecialChar - - Maximize - - Source - plugins: - stylescombo: - styles: '' - language: - language_list: un - linkit: - linkit_profile: default - tokenbrowser: - token_types: { } -image_upload: - status: true - scheme: public - directory: inline-images - max_size: '' - max_dimensions: - width: null - height: null diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/eu_cookie_compliance.settings.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/eu_cookie_compliance.settings.yml deleted file mode 100644 index f3460ec6ee..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/eu_cookie_compliance.settings.yml +++ /dev/null @@ -1,72 +0,0 @@ -cookie_lifetime: 365 -containing_element: body -domain: '' -domains_option: 1 -domains_list: '' -eu_only: null -eu_only_js: null -exclude_paths: "/admin\r\n/admin/*\r\n/batch\r\n/node/add*\r\n/node/*/*\r\n/user/*/*" -exclude_admin_theme: false -langcode: en -popup_agreed: - value: "

Thank you for accepting cookies

\r\n\r\n

You can now hide this message or find out more about cookies.

\r\n" - format: 'basic_html' -popup_agree_button_message: 'Accept cookies' -popup_agreed_enabled: false -popup_bg_hex: '' -popup_clicking_confirmation: false -popup_scrolling_confirmation: false -popup_delay: 1000 -show_more_info: false -popup_more_info_button_message: 'More info' -popup_enabled: true -popup_find_more_button_message: 'More info' -popup_height: null -popup_hide_agreed: false -popup_hide_button_message: Hide -popup_info: - value: "

Cookies on the [site:name] website

\r\n\r\n

We use some essential cookies to make this service work. We'd like to set additional cookies so we can remember your settings, understand how people use the service and make improvements. Some of our pages allow selected third parties to set cookies - for example, pages that contain YouTube videos or Google Maps.

\r\n\r\n

Find out more about how we use cookies

\r\n" - format: 'basic_html' -mobile_popup_info: - value: '' - format: 'basic_html' -popup_info_template: new -mobile_breakpoint: 768 -popup_link: '' -popup_link_new_window: true -popup_position: true -fixed_top_position: false -popup_text_hex: '' -popup_width: '' -use_bare_css: true -disagree_do_not_show_popup: false -reload_page: true -cookie_name: '' -exclude_uid_1: false -better_support_for_screen_readers: true -use_mobile_message: false -method: opt_in -disagree_button_label: 'Reject cookies' -disabled_javascripts: '' -automatic_cookies_removal: false -allowed_cookies: '' -consent_storage_method: do_not_store -withdraw_message: - value: "

We use cookies on this site to enhance your user experience

\r\n\r\n

You have given your consent for us to set cookies.

\r\n" - format: 'basic_html' -withdraw_action_button_label: 'Withdraw consent' -withdraw_tab_button_label: 'Privacy settings' -withdraw_enabled: false -enable_save_preferences_button: true -save_preferences_button_label: 'Save preferences' -accept_all_categories_button_label: 'Accept all cookies' -withdraw_button_on_info_popup: false -domain_all_sites: false -settings_tab_enabled: false -reload_options: 0 -reload_routes_list: '' -cookie_policy_version: 1.0.0 -_core: - default_config_hash: Wph0IY6FThC4QuHAGcSQDx6S8gysoclVsF2tkm4Lu8o -cookie_session: 0 -set_cookie_session_zero_on_disagree: 0 diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.block_content.basic_block.body.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.block_content.basic_block.body.yml deleted file mode 100644 index d977f99cf3..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.block_content.basic_block.body.yml +++ /dev/null @@ -1,22 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - block_content.type.basic_block - - field.storage.block_content.body - module: - - text -id: block_content.basic_block.body -field_name: body -entity_type: block_content -bundle: basic_block -label: Body -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: - display_summary: false - required_summary: false -field_type: text_with_summary diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.basic_page.body.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.basic_page.body.yml deleted file mode 100644 index f90965f9ca..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.basic_page.body.yml +++ /dev/null @@ -1,31 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.body - - node.type.basic_page - module: - - allowed_formats - - text -third_party_settings: - allowed_formats: - basic_html: basic_html - restricted_html: '0' - full_html: '0' - plain_text: '0' -_core: - default_config_hash: ab-GG-zm7q3eX3UU0mBwxgkZM1Y9qyg0kl7yy0J0Jpk -id: node.basic_page.body -field_name: body -entity_type: node -bundle: basic_page -label: Body -description: '' -required: true -translatable: true -default_value: { } -default_value_callback: '' -settings: - display_summary: false - required_summary: false -field_type: text_with_summary diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.basic_page.field_meta_tags.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.basic_page.field_meta_tags.yml deleted file mode 100644 index a974e17f9f..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.basic_page.field_meta_tags.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_meta_tags - - node.type.basic_page - module: - - metatag -id: node.basic_page.field_meta_tags -field_name: field_meta_tags -entity_type: node -bundle: basic_page -label: 'Meta tags' -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: metatag diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.basic_page.field_next_audit_due.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.basic_page.field_next_audit_due.yml deleted file mode 100644 index a3dbffdca0..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.basic_page.field_next_audit_due.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_next_audit_due - - node.type.basic_page - module: - - datetime -id: node.basic_page.field_next_audit_due -field_name: field_next_audit_due -entity_type: node -bundle: basic_page -label: 'Next audit due' -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: datetime diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.board_member.body.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.board_member.body.yml deleted file mode 100644 index daa1ca3ef7..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.board_member.body.yml +++ /dev/null @@ -1,31 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.body - - node.type.board_member - module: - - allowed_formats - - text -third_party_settings: - allowed_formats: - basic_html: basic_html - restricted_html: '0' - full_html: '0' - plain_text: '0' -_core: - default_config_hash: gNTPoznPb74XTatNw_R2jLjjbnXWFPsNlBh9ShDYuAM -id: node.board_member.body -field_name: body -entity_type: node -bundle: board_member -label: Body -description: '' -required: true -translatable: true -default_value: { } -default_value_callback: '' -settings: - display_summary: false - required_summary: false -field_type: text_with_summary diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.board_member.field_member_image.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.board_member.field_member_image.yml deleted file mode 100644 index 582b159bd0..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.board_member.field_member_image.yml +++ /dev/null @@ -1,28 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_member_image - - media.type.image - - node.type.board_member -id: node.board_member.field_member_image -field_name: field_member_image -entity_type: node -bundle: board_member -label: 'Member image' -description: '' -required: true -translatable: false -default_value: { } -default_value_callback: '' -settings: - handler: 'default:media' - handler_settings: - target_bundles: - image: image - sort: - field: _none - direction: ASC - auto_create: false - auto_create_bundle: '' -field_type: entity_reference diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.board_member.field_member_role.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.board_member.field_member_role.yml deleted file mode 100644 index 6db19537c3..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.board_member.field_member_role.yml +++ /dev/null @@ -1,18 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_member_role - - node.type.board_member -id: node.board_member.field_member_role -field_name: field_member_role -entity_type: node -bundle: board_member -label: 'Member role' -description: '' -required: true -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: string diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.board_member.field_meta_tags.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.board_member.field_meta_tags.yml deleted file mode 100644 index 0162bfd06d..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.board_member.field_meta_tags.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_meta_tags - - node.type.board_member - module: - - metatag -id: node.board_member.field_meta_tags -field_name: field_meta_tags -entity_type: node -bundle: board_member -label: 'Meta tags' -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: metatag diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.consultation.body.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.consultation.body.yml deleted file mode 100644 index 44ec559926..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.consultation.body.yml +++ /dev/null @@ -1,31 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.body - - node.type.consultation - module: - - allowed_formats - - text -third_party_settings: - allowed_formats: - basic_html: basic_html - restricted_html: '0' - full_html: '0' - plain_text: '0' -_core: - default_config_hash: 5B849-7XSDxRn4R0gZ2ZZupG1YuyahDFUHgg7PRLv_E -id: node.consultation.body -field_name: body -entity_type: node -bundle: consultation -label: Body -description: '' -required: true -translatable: true -default_value: { } -default_value_callback: '' -settings: - display_summary: false - required_summary: false -field_type: text_with_summary diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.consultation.field_attachment.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.consultation.field_attachment.yml deleted file mode 100644 index 3ae4a6f8c0..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.consultation.field_attachment.yml +++ /dev/null @@ -1,28 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_attachment - - media.type.document - - node.type.consultation -id: node.consultation.field_attachment -field_name: field_attachment -entity_type: node -bundle: consultation -label: Attachment -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: - handler: 'default:media' - handler_settings: - target_bundles: - document: document - sort: - field: _none - direction: ASC - auto_create: false - auto_create_bundle: '' -field_type: entity_reference diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.consultation.field_consultation_dates.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.consultation.field_consultation_dates.yml deleted file mode 100644 index 5af8ba8be9..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.consultation.field_consultation_dates.yml +++ /dev/null @@ -1,27 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_consultation_dates - - node.type.consultation - module: - - datetime_range -_core: - default_config_hash: EIVEwEW_oEganDzJ8t0lLEvzBc09UsyHwDVxOoU4Sic -id: node.consultation.field_consultation_dates -field_name: field_consultation_dates -entity_type: node -bundle: consultation -label: 'Consultation dates' -description: '' -required: false -translatable: false -default_value: - - - default_date_type: now - default_date: now - default_end_date_type: now - default_end_date: now -default_value_callback: '' -settings: { } -field_type: daterange diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.consultation.field_email_address.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.consultation.field_email_address.yml deleted file mode 100644 index e8dadca924..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.consultation.field_email_address.yml +++ /dev/null @@ -1,18 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_email_address - - node.type.consultation -id: node.consultation.field_email_address -field_name: field_email_address -entity_type: node -bundle: consultation -label: 'Email address' -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: email diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.consultation.field_meta_tags.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.consultation.field_meta_tags.yml deleted file mode 100644 index 2ba1f572bb..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.consultation.field_meta_tags.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_meta_tags - - node.type.consultation - module: - - metatag -id: node.consultation.field_meta_tags -field_name: field_meta_tags -entity_type: node -bundle: consultation -label: 'Meta tags' -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: metatag diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.consultation.field_postal.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.consultation.field_postal.yml deleted file mode 100644 index 5e7431408e..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.consultation.field_postal.yml +++ /dev/null @@ -1,59 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_postal - - node.type.consultation - module: - - address -id: node.consultation.field_postal -field_name: field_postal -entity_type: node -bundle: consultation -label: 'Postal address' -description: '' -required: false -translatable: false -default_value: - - - country_code: GB - langcode: '' - given_name: '' - family_name: '' - organization: '' - address_line1: '' - address_line2: '' - locality: '' - postal_code: '' - additional_name: null - sorting_code: null - dependent_locality: null - administrative_area: null -default_value_callback: '' -settings: - available_countries: - GB: GB - langcode_override: '' - field_overrides: - givenName: - override: hidden - additionalName: - override: hidden - familyName: - override: hidden - organization: - override: optional - addressLine1: - override: optional - addressLine2: - override: optional - sortingCode: - override: optional - dependentLocality: - override: optional - locality: - override: optional - administrativeArea: - override: optional - fields: { } -field_type: address diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.consultation.field_published_date.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.consultation.field_published_date.yml deleted file mode 100644 index b05cf2fba9..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.consultation.field_published_date.yml +++ /dev/null @@ -1,23 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_published_date - - node.type.consultation - module: - - datetime -id: node.consultation.field_published_date -field_name: field_published_date -entity_type: node -bundle: consultation -label: 'Published date' -description: 'Please select the published date for this consultation, or accept the default value of today.' -required: true -translatable: true -default_value: - - - default_date_type: now - default_date: now -default_value_callback: '' -settings: { } -field_type: datetime diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.consultation.field_respond_online.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.consultation.field_respond_online.yml deleted file mode 100644 index 7f6e2bb83e..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.consultation.field_respond_online.yml +++ /dev/null @@ -1,22 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_respond_online - - node.type.consultation - module: - - link -id: node.consultation.field_respond_online -field_name: field_respond_online -entity_type: node -bundle: consultation -label: 'Respond online' -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: - link_type: 17 - title: 1 -field_type: link diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.consultation.field_summary.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.consultation.field_summary.yml deleted file mode 100644 index 020d7764e5..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.consultation.field_summary.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_summary - - node.type.consultation - module: - - text -id: node.consultation.field_summary -field_name: field_summary -entity_type: node -bundle: consultation -label: Summary -description: 'Enter a summary of this consultation.' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: text_long diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.contact.body.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.contact.body.yml deleted file mode 100644 index 7bd8dca063..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.contact.body.yml +++ /dev/null @@ -1,31 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.body - - node.type.contact - module: - - allowed_formats - - text -third_party_settings: - allowed_formats: - basic_html: basic_html - restricted_html: '0' - full_html: '0' - plain_text: '0' -_core: - default_config_hash: d5NEwwX5thuDa2a-kL37hTtFpp5vHC8g7gwnGp_XCcQ -id: node.contact.body -field_name: body -entity_type: node -bundle: contact -label: Body -description: '' -required: true -translatable: true -default_value: { } -default_value_callback: '' -settings: - display_summary: false - required_summary: false -field_type: text_with_summary diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.contact.field_meta_tags.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.contact.field_meta_tags.yml deleted file mode 100644 index 2251bf8adf..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.contact.field_meta_tags.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_meta_tags - - node.type.contact - module: - - metatag -id: node.contact.field_meta_tags -field_name: field_meta_tags -entity_type: node -bundle: contact -label: 'Meta tags' -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: metatag diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.faq.field_faq.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.faq.field_faq.yml deleted file mode 100644 index beb8af6c67..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.faq.field_faq.yml +++ /dev/null @@ -1,33 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_faq - - node.type.faq - - paragraphs.paragraphs_type.faq_accordian - module: - - entity_reference_revisions -id: node.faq.field_faq -field_name: field_faq -entity_type: node -bundle: faq -label: FAQ -description: '' -required: true -translatable: false -default_value: { } -default_value_callback: '' -settings: - handler: 'default:paragraph' - handler_settings: - negate: 0 - target_bundles: - faq_accordian: faq_accordian - target_bundles_drag_drop: - faq_accordian: - enabled: true - weight: 3 - map: - weight: 2 - enabled: false -field_type: entity_reference_revisions diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.faq.field_meta_tags.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.faq.field_meta_tags.yml deleted file mode 100644 index ce0aefe607..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.faq.field_meta_tags.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_meta_tags - - node.type.faq - module: - - metatag -id: node.faq.field_meta_tags -field_name: field_meta_tags -entity_type: node -bundle: faq -label: 'Meta tags' -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: metatag diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.feature.field_link_url.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.feature.field_link_url.yml deleted file mode 100644 index 20710f3a0a..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.feature.field_link_url.yml +++ /dev/null @@ -1,22 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_link_url - - node.type.feature - module: - - link -id: node.feature.field_link_url -field_name: field_link_url -entity_type: node -bundle: feature -label: Link -description: 'The URL to where a user should go for more on this feature item.' -required: true -translatable: true -default_value: { } -default_value_callback: '' -settings: - link_type: 17 - title: 0 -field_type: link diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.feature.field_photo.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.feature.field_photo.yml deleted file mode 100644 index 19bcffc9fd..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.feature.field_photo.yml +++ /dev/null @@ -1,28 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_photo - - media.type.image - - node.type.feature -id: node.feature.field_photo -field_name: field_photo -entity_type: node -bundle: feature -label: Photo -description: '' -required: true -translatable: false -default_value: { } -default_value_callback: '' -settings: - handler: 'default:media' - handler_settings: - target_bundles: - image: image - sort: - field: _none - direction: ASC - auto_create: false - auto_create_bundle: '' -field_type: entity_reference diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.feature.field_teaser.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.feature.field_teaser.yml deleted file mode 100644 index f44941cac6..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.feature.field_teaser.yml +++ /dev/null @@ -1,18 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_teaser - - node.type.feature -id: node.feature.field_teaser -field_name: field_teaser -entity_type: node -bundle: feature -label: Teaser -description: 'Enter some short teaser text for this feature item. This can be displayed on the site home page.' -required: true -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: string diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.featured_content_list.field_featured_content.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.featured_content_list.field_featured_content.yml deleted file mode 100644 index 4fcc34d719..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.featured_content_list.field_featured_content.yml +++ /dev/null @@ -1,30 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_featured_content - - node.type.feature - - node.type.featured_content_list - - node.type.news -id: node.featured_content_list.field_featured_content -field_name: field_featured_content -entity_type: node -bundle: featured_content_list -label: 'Featured content' -description: "

Defines the order of feature content to appear as part of this featured content list.

\r\n

Please note: the homepage will only show the first three items defined.

" -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: - handler: 'default:node' - handler_settings: - target_bundles: - feature: feature - news: news - sort: - field: type - direction: ASC - auto_create: false - auto_create_bundle: feature -field_type: entity_reference diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.featured_content_list.field_tags.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.featured_content_list.field_tags.yml deleted file mode 100644 index 112d42adc2..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.featured_content_list.field_tags.yml +++ /dev/null @@ -1,28 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_tags - - node.type.featured_content_list - - taxonomy.vocabulary.tags -id: node.featured_content_list.field_tags -field_name: field_tags -entity_type: node -bundle: featured_content_list -label: Tags -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: - handler: 'default:taxonomy_term' - handler_settings: - target_bundles: - tags: tags - sort: - field: name - direction: asc - auto_create: false - auto_create_bundle: '' -field_type: entity_reference diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.layout_page.body.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.layout_page.body.yml deleted file mode 100644 index 783c5bd338..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.layout_page.body.yml +++ /dev/null @@ -1,31 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.body - - node.type.layout_page - module: - - allowed_formats - - text -third_party_settings: - allowed_formats: - basic_html: basic_html - restricted_html: '0' - full_html: '0' - plain_text: '0' -_core: - default_config_hash: Z49uVah3bD-EJQbIXoiBkgMXc2GUA04nqZDPmMsMZ0U -id: node.layout_page.body -field_name: body -entity_type: node -bundle: layout_page -label: Body -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: - display_summary: true - required_summary: false -field_type: text_with_summary diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.layout_page.layout_builder__layout.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.layout_page.layout_builder__layout.yml deleted file mode 100644 index db30ddb8cc..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.layout_page.layout_builder__layout.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.layout_builder__layout - - node.type.layout_page - module: - - layout_builder -id: node.layout_page.layout_builder__layout -field_name: layout_builder__layout -entity_type: node -bundle: layout_page -label: Layout -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: layout_section diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.link.field_link_type.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.link.field_link_type.yml deleted file mode 100644 index 77fcea527e..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.link.field_link_type.yml +++ /dev/null @@ -1,28 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_link_type - - node.type.link - - taxonomy.vocabulary.publications_topics -id: node.link.field_link_type -field_name: field_link_type -entity_type: node -bundle: link -label: 'Link type' -description: 'Choose a type for this link. The type defines where the link appears on the site home page.' -required: true -translatable: false -default_value: { } -default_value_callback: '' -settings: - handler: 'default:taxonomy_term' - handler_settings: - target_bundles: - publications_topics: publications_topics - sort: - field: name - direction: asc - auto_create: false - auto_create_bundle: '' -field_type: entity_reference diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.link.field_link_url.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.link.field_link_url.yml deleted file mode 100644 index 5eb21bd36b..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.link.field_link_url.yml +++ /dev/null @@ -1,22 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_link_url - - node.type.link - module: - - link -id: node.link.field_link_url -field_name: field_link_url -entity_type: node -bundle: link -label: 'Link URL' -description: 'Enter the URL for this link. Start the link with a / to link to content on this site, or use http:// or https:// to link to other sites.' -required: true -translatable: false -default_value: { } -default_value_callback: '' -settings: - link_type: 17 - title: 0 -field_type: link diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.link.field_meta_tags.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.link.field_meta_tags.yml deleted file mode 100644 index 94fead0f0c..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.link.field_meta_tags.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_meta_tags - - node.type.link - module: - - metatag -id: node.link.field_meta_tags -field_name: field_meta_tags -entity_type: node -bundle: link -label: 'Meta tags' -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: metatag diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.news.body.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.news.body.yml deleted file mode 100644 index 06cd365b41..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.news.body.yml +++ /dev/null @@ -1,24 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.body - - node.type.news - module: - - text -_core: - default_config_hash: HMFxLtOkbLY6DlulOVlozdxDTXmOsBE-uLkFW62FRHU -id: node.news.body -field_name: body -entity_type: node -bundle: news -label: Body -description: '' -required: true -translatable: true -default_value: { } -default_value_callback: '' -settings: - display_summary: false - required_summary: false -field_type: text_with_summary diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.news.field_meta_tags.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.news.field_meta_tags.yml deleted file mode 100644 index e591056212..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.news.field_meta_tags.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_meta_tags - - node.type.news - module: - - metatag -id: node.news.field_meta_tags -field_name: field_meta_tags -entity_type: node -bundle: news -label: 'Meta tags' -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: metatag diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.news.field_photo.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.news.field_photo.yml deleted file mode 100644 index e5718ab057..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.news.field_photo.yml +++ /dev/null @@ -1,28 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_photo - - media.type.image - - node.type.news -id: node.news.field_photo -field_name: field_photo -entity_type: node -bundle: news -label: Photo -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: - handler: 'default:media' - handler_settings: - target_bundles: - image: image - sort: - field: _none - direction: ASC - auto_create: false - auto_create_bundle: '' -field_type: entity_reference diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.news.field_published_date.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.news.field_published_date.yml deleted file mode 100644 index 747a75fbb5..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.news.field_published_date.yml +++ /dev/null @@ -1,25 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_published_date - - node.type.news - module: - - datetime -_core: - default_config_hash: jk7PfQgpbIV_DCy4VLUs2B4XIUcpdbuPGTOsTPkCtbI -id: node.news.field_published_date -field_name: field_published_date -entity_type: node -bundle: news -label: 'Published date' -description: 'Please select the publication date of this news item, or accept the default value of today.' -required: true -translatable: false -default_value: - - - default_date_type: now - default_date: now -default_value_callback: '' -settings: { } -field_type: datetime diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.news.field_summary.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.news.field_summary.yml deleted file mode 100644 index ff0c026b1a..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.news.field_summary.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_summary - - node.type.news - module: - - text -id: node.news.field_summary -field_name: field_summary -entity_type: node -bundle: news -label: 'Introductory paragraph' -description: 'Enter the first paragraph of this news item.' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: text_long diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.news.field_teaser.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.news.field_teaser.yml deleted file mode 100644 index 51199eaa64..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.news.field_teaser.yml +++ /dev/null @@ -1,18 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_teaser - - node.type.news -id: node.news.field_teaser -field_name: field_teaser -entity_type: node -bundle: news -label: Teaser -description: 'Enter some short teaser text for this news item. This can be displayed on the site home page.' -required: true -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: string diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.profile.body.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.profile.body.yml deleted file mode 100644 index ce1744fe04..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.profile.body.yml +++ /dev/null @@ -1,31 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.body - - node.type.profile - module: - - allowed_formats - - text -third_party_settings: - allowed_formats: - basic_html: basic_html - restricted_html: '0' - full_html: '0' - plain_text: '0' -_core: - default_config_hash: ktlhpQXjFvgVaAnb9CgAdtOhVD0yfuJ7TNyz3bxIeBg -id: node.profile.body -field_name: body -entity_type: node -bundle: profile -label: Body -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: - display_summary: true - required_summary: false -field_type: text_with_summary diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.profile.field_summary.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.profile.field_summary.yml deleted file mode 100644 index f1aac5e9f0..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.profile.field_summary.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_summary - - node.type.profile - module: - - text -id: node.profile.field_summary -field_name: field_summary -entity_type: node -bundle: profile -label: Summary -description: 'Enter a summary of this profile.' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: text_long diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.publication.body.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.publication.body.yml deleted file mode 100644 index 16bfae4ce3..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.publication.body.yml +++ /dev/null @@ -1,31 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.body - - node.type.publication - module: - - allowed_formats - - text -third_party_settings: - allowed_formats: - basic_html: basic_html - restricted_html: '0' - full_html: '0' - plain_text: '0' -_core: - default_config_hash: B8VsHgn2j1VVEvM8TPl5-Nb2XvxRxLovqZ6cJiepLs8 -id: node.publication.body -field_name: body -entity_type: node -bundle: publication -label: Body -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: - display_summary: false - required_summary: false -field_type: text_with_summary diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.publication.field_attachment.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.publication.field_attachment.yml deleted file mode 100644 index b687589326..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.publication.field_attachment.yml +++ /dev/null @@ -1,30 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_attachment - - media.type.document - - node.type.publication - module: - - file -id: node.publication.field_attachment -field_name: field_attachment -entity_type: node -bundle: publication -label: Attachment -description: "Choose at least between one and five individual files to attach to this publication revision.
\r\n
\r\nAn important note about attachments:\r\n
    \r\n
  • Multiple revisions of a publication page can link to the same file attachment.
  • \r\n
  • If you need to make a new version of a file available within a publication revision, attach a new file with a different filename and remove the old file attachment (this will not affect other revisions of the publication - these will still have the old file attached).
  • \r\n
" -required: true -translatable: false -default_value: { } -default_value_callback: '' -settings: - handler: 'default:media' - handler_settings: - target_bundles: - document: document - sort: - field: _none - direction: ASC - auto_create: false - auto_create_bundle: '' -field_type: entity_reference diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.publication.field_meta_tags.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.publication.field_meta_tags.yml deleted file mode 100644 index fea05159f4..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.publication.field_meta_tags.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_meta_tags - - node.type.publication - module: - - metatag -id: node.publication.field_meta_tags -field_name: field_meta_tags -entity_type: node -bundle: publication -label: 'Meta tags' -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: metatag diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.publication.field_photo.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.publication.field_photo.yml deleted file mode 100644 index 7584dc6440..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.publication.field_photo.yml +++ /dev/null @@ -1,28 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_photo - - media.type.image - - node.type.publication -id: node.publication.field_photo -field_name: field_photo -entity_type: node -bundle: publication -label: Photo -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: - handler: 'default:media' - handler_settings: - target_bundles: - image: image - sort: - field: _none - direction: ASC - auto_create: false - auto_create_bundle: '' -field_type: entity_reference diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.publication.field_publication_type.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.publication.field_publication_type.yml deleted file mode 100644 index 9c84993f4e..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.publication.field_publication_type.yml +++ /dev/null @@ -1,28 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_publication_type - - node.type.publication - - taxonomy.vocabulary.publications_topics -id: node.publication.field_publication_type -field_name: field_publication_type -entity_type: node -bundle: publication -label: 'Publication type' -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: - handler: 'default:taxonomy_term' - handler_settings: - target_bundles: - publications_topics: publications_topics - sort: - field: name - direction: asc - auto_create: false - auto_create_bundle: '' -field_type: entity_reference diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.publication.field_published_date.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.publication.field_published_date.yml deleted file mode 100644 index 37a256103c..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.publication.field_published_date.yml +++ /dev/null @@ -1,23 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_published_date - - node.type.publication - module: - - datetime -id: node.publication.field_published_date -field_name: field_published_date -entity_type: node -bundle: publication -label: 'Published date' -description: 'Please select the published date for this publication, or accept the default value of today.' -required: true -translatable: true -default_value: - - - default_date_type: now - default_date: now -default_value_callback: '' -settings: { } -field_type: datetime diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.publication.field_summary.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.publication.field_summary.yml deleted file mode 100644 index 9059f19300..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.publication.field_summary.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_summary - - node.type.publication - module: - - text -id: node.publication.field_summary -field_name: field_summary -entity_type: node -bundle: publication -label: Summary -description: 'Enter a summary of this publication.' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: text_long diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.webform.body.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.webform.body.yml deleted file mode 100644 index 9f1bed530c..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.node.webform.body.yml +++ /dev/null @@ -1,31 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.node.body - - node.type.webform - module: - - allowed_formats - - text -third_party_settings: - allowed_formats: - basic_html: basic_html - restricted_html: '0' - full_html: '0' - plain_text: '0' -_core: - default_config_hash: '-Qu0UyzQ0jD4TDYq8fOasS-D-vGd3gSwzi15PzRJUD4' -id: node.webform.body -field_name: body -entity_type: node -bundle: webform -label: Body -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: - display_summary: false - required_summary: false -field_type: text_with_summary diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.paragraph.faq_accordian.field_answer.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.paragraph.faq_accordian.field_answer.yml deleted file mode 100644 index b0a15b9966..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.paragraph.faq_accordian.field_answer.yml +++ /dev/null @@ -1,29 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.paragraph.field_answer - - paragraphs.paragraphs_type.faq_accordian - module: - - allowed_formats - - text -third_party_settings: - allowed_formats: - basic_html: basic_html - restricted_html: '0' - full_html: '0' - plain_text: '0' -_core: - default_config_hash: 6xN2ranEPKchPOE8-bDahlijOaSZ-XyUXXYdkmdJ2Ps -id: paragraph.faq_accordian.field_answer -field_name: field_answer -entity_type: paragraph -bundle: faq_accordian -label: Answer -description: '' -required: true -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: text_long diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.paragraph.faq_accordian.field_question.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.paragraph.faq_accordian.field_question.yml deleted file mode 100644 index bd0a35b66c..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.paragraph.faq_accordian.field_question.yml +++ /dev/null @@ -1,18 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.paragraph.field_question - - paragraphs.paragraphs_type.faq_accordian -id: paragraph.faq_accordian.field_question -field_name: field_question -entity_type: paragraph -bundle: faq_accordian -label: Question -description: '' -required: true -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: string diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.user.user.user_picture.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.user.user.user_picture.yml deleted file mode 100644 index e06bd7d74d..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.field.user.user.user_picture.yml +++ /dev/null @@ -1,37 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - field.storage.user.user_picture - module: - - image - - user -id: user.user.user_picture -field_name: user_picture -entity_type: user -bundle: user -label: Picture -description: 'Your virtual face or picture.' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: - file_extensions: 'png gif jpg jpeg' - file_directory: 'pictures/[date:custom:Y]-[date:custom:m]' - max_filesize: '' - alt_field: false - title_field: false - max_resolution: '' - min_resolution: '' - default_image: - uuid: null - alt: '' - title: '' - width: null - height: null - alt_field_required: false - title_field_required: false - handler: 'default:file' - handler_settings: { } -field_type: image diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.settings.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.settings.yml deleted file mode 100644 index 1578b105e3..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.settings.yml +++ /dev/null @@ -1 +0,0 @@ -purge_batch_size: 50 diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.block_content.body.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.block_content.body.yml deleted file mode 100644 index f7c504d044..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.block_content.body.yml +++ /dev/null @@ -1,18 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - block_content - - text -id: block_content.body -field_name: body -entity_type: block_content -type: text_with_summary -settings: { } -module: text -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: true -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.body.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.body.yml deleted file mode 100644 index 9588b995c9..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.body.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - node - - text -_core: - default_config_hash: Lz-FlbLWvp7yD0b9PSQmhc0x2HgU7egx0rESarHJCjk -id: node.body -field_name: body -entity_type: node -type: text_with_summary -settings: { } -module: text -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: true -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_additional_info.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_additional_info.yml deleted file mode 100644 index 3b0e7b690c..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_additional_info.yml +++ /dev/null @@ -1,18 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - node - - text -id: node.field_additional_info -field_name: field_additional_info -entity_type: node -type: text_long -settings: { } -module: text -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_attachment.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_attachment.yml deleted file mode 100644 index fa83a0e8d4..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_attachment.yml +++ /dev/null @@ -1,19 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - media - - node -id: node.field_attachment -field_name: field_attachment -entity_type: node -type: entity_reference -settings: - target_type: media -module: core -locked: false -cardinality: -1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_consultation_dates.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_consultation_dates.yml deleted file mode 100644 index 47ea15485b..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_consultation_dates.yml +++ /dev/null @@ -1,19 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - datetime_range - - node -id: node.field_consultation_dates -field_name: field_consultation_dates -entity_type: node -type: daterange -settings: - datetime_type: date -module: datetime_range -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_email_address.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_email_address.yml deleted file mode 100644 index 9cf95e29c9..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_email_address.yml +++ /dev/null @@ -1,17 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - node -id: node.field_email_address -field_name: field_email_address -entity_type: node -type: email -settings: { } -module: core -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_faq.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_faq.yml deleted file mode 100644 index f653500178..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_faq.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - entity_reference_revisions - - node - - paragraphs -id: node.field_faq -field_name: field_faq -entity_type: node -type: entity_reference_revisions -settings: - target_type: paragraph -module: entity_reference_revisions -locked: false -cardinality: -1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_featured_content.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_featured_content.yml deleted file mode 100644 index bba3ab97b5..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_featured_content.yml +++ /dev/null @@ -1,18 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - node -id: node.field_featured_content -field_name: field_featured_content -entity_type: node -type: entity_reference -settings: - target_type: node -module: core -locked: false -cardinality: 6 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_lb_search_content.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_lb_search_content.yml deleted file mode 100644 index 365e2f414a..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_lb_search_content.yml +++ /dev/null @@ -1,18 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - node -id: node.field_lb_search_content -field_name: field_lb_search_content -entity_type: node -type: string_long -settings: - case_sensitive: false -module: core -locked: true -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: true -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_lb_search_enable.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_lb_search_enable.yml deleted file mode 100644 index bf82c0c120..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_lb_search_enable.yml +++ /dev/null @@ -1,17 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - node -id: node.field_lb_search_enable -field_name: field_lb_search_enable -entity_type: node -type: boolean -settings: { } -module: core -locked: true -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: true -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_link.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_link.yml deleted file mode 100644 index d1dbe17a7f..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_link.yml +++ /dev/null @@ -1,18 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - link - - node -id: node.field_link -field_name: field_link -entity_type: node -type: link -settings: { } -module: link -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_link_type.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_link_type.yml deleted file mode 100644 index 69c7a2e17d..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_link_type.yml +++ /dev/null @@ -1,19 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - node - - taxonomy -id: node.field_link_type -field_name: field_link_type -entity_type: node -type: entity_reference -settings: - target_type: taxonomy_term -module: core -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_link_url.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_link_url.yml deleted file mode 100644 index 5f5d63caf6..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_link_url.yml +++ /dev/null @@ -1,18 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - link - - node -id: node.field_link_url -field_name: field_link_url -entity_type: node -type: link -settings: { } -module: link -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_member_image.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_member_image.yml deleted file mode 100644 index 05d3f90c99..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_member_image.yml +++ /dev/null @@ -1,19 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - media - - node -id: node.field_member_image -field_name: field_member_image -entity_type: node -type: entity_reference -settings: - target_type: media -module: core -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_member_role.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_member_role.yml deleted file mode 100644 index 1009781463..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_member_role.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - node -id: node.field_member_role -field_name: field_member_role -entity_type: node -type: string -settings: - max_length: 255 - is_ascii: false - case_sensitive: false -module: core -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_meta_tags.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_meta_tags.yml deleted file mode 100644 index 8b32f80a6d..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_meta_tags.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - metatag - - node -_core: - default_config_hash: toqvFhfgG3CpkhzHPz_gW5KwBaCstfihpup6v3aX1AI -id: node.field_meta_tags -field_name: field_meta_tags -entity_type: node -type: metatag -settings: { } -module: metatag -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_metatag.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_metatag.yml deleted file mode 100644 index ce2667fafb..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_metatag.yml +++ /dev/null @@ -1,18 +0,0 @@ -langcode: und -status: true -dependencies: - module: - - metatag - - node -id: node.field_metatag -field_name: field_metatag -entity_type: node -type: metatag -settings: { } -module: metatag -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_next_audit_due.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_next_audit_due.yml deleted file mode 100644 index 7cf2e8a97d..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_next_audit_due.yml +++ /dev/null @@ -1,21 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - datetime - - node -_core: - default_config_hash: 41Cktum5-qsEi_dl25nTRJ-SwbSSEvzqdq0C55THMhk -id: node.field_next_audit_due -field_name: field_next_audit_due -entity_type: node -type: datetime -settings: - datetime_type: date -module: datetime -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_photo.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_photo.yml deleted file mode 100644 index 7085044745..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_photo.yml +++ /dev/null @@ -1,19 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - media - - node -id: node.field_photo -field_name: field_photo -entity_type: node -type: entity_reference -settings: - target_type: media -module: core -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_postal.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_postal.yml deleted file mode 100644 index dd93388d11..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_postal.yml +++ /dev/null @@ -1,18 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - address - - node -id: node.field_postal -field_name: field_postal -entity_type: node -type: address -settings: { } -module: address -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_publication_type.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_publication_type.yml deleted file mode 100644 index f2ea36ac2e..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_publication_type.yml +++ /dev/null @@ -1,19 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - node - - taxonomy -id: node.field_publication_type -field_name: field_publication_type -entity_type: node -type: entity_reference -settings: - target_type: taxonomy_term -module: core -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_published_date.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_published_date.yml deleted file mode 100644 index cf49e00cce..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_published_date.yml +++ /dev/null @@ -1,19 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - datetime - - node -id: node.field_published_date -field_name: field_published_date -entity_type: node -type: datetime -settings: - datetime_type: date -module: datetime -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_respond_online.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_respond_online.yml deleted file mode 100644 index 5e26c8013c..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_respond_online.yml +++ /dev/null @@ -1,18 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - link - - node -id: node.field_respond_online -field_name: field_respond_online -entity_type: node -type: link -settings: { } -module: link -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_summary.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_summary.yml deleted file mode 100644 index 45b33a8ccd..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_summary.yml +++ /dev/null @@ -1,18 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - node - - text -id: node.field_summary -field_name: field_summary -entity_type: node -type: text_long -settings: { } -module: text -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_tags.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_tags.yml deleted file mode 100644 index 73f821f2c0..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_tags.yml +++ /dev/null @@ -1,19 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - node - - taxonomy -id: node.field_tags -field_name: field_tags -entity_type: node -type: entity_reference -settings: - target_type: taxonomy_term -module: core -locked: false -cardinality: -1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_teaser.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_teaser.yml deleted file mode 100644 index aeb3467665..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_teaser.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - node -id: node.field_teaser -field_name: field_teaser -entity_type: node -type: string -settings: - max_length: 140 - is_ascii: false - case_sensitive: false -module: core -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_toc_enable.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_toc_enable.yml deleted file mode 100644 index 93b020a24b..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.field_toc_enable.yml +++ /dev/null @@ -1,17 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - node -id: node.field_toc_enable -field_name: field_toc_enable -entity_type: node -type: boolean -settings: { } -module: core -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.layout_builder__layout.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.layout_builder__layout.yml deleted file mode 100644 index 11db0b19cd..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.node.layout_builder__layout.yml +++ /dev/null @@ -1,18 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - layout_builder - - node -id: node.layout_builder__layout -field_name: layout_builder__layout -entity_type: node -type: layout_section -settings: { } -module: layout_builder -locked: true -cardinality: 1 -translatable: false -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.paragraph.field_answer.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.paragraph.field_answer.yml deleted file mode 100644 index 31b989e78a..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.paragraph.field_answer.yml +++ /dev/null @@ -1,18 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - paragraphs - - text -id: paragraph.field_answer -field_name: field_answer -entity_type: paragraph -type: text_long -settings: { } -module: text -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.paragraph.field_question.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.paragraph.field_question.yml deleted file mode 100644 index 688767cab7..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.paragraph.field_question.yml +++ /dev/null @@ -1,20 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - paragraphs -id: paragraph.field_question -field_name: field_question -entity_type: paragraph -type: string -settings: - max_length: 255 - is_ascii: false - case_sensitive: false -module: core -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.user.user_picture.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.user.user_picture.yml deleted file mode 100644 index 82536283ef..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field.storage.user.user_picture.yml +++ /dev/null @@ -1,31 +0,0 @@ -langcode: en -status: true -dependencies: - module: - - file - - image - - user -id: user.user_picture -field_name: user_picture -entity_type: user -type: image -settings: - uri_scheme: public - default_image: - uuid: null - alt: '' - title: '' - width: null - height: null - target_type: file - display_field: false - display_default: false -module: image -locked: false -cardinality: 1 -translatable: true -indexes: - target_id: - - target_id -persist_with_no_fields: false -custom_storage: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/field_ui.settings.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/field_ui.settings.yml deleted file mode 100644 index 046f9a494d..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/field_ui.settings.yml +++ /dev/null @@ -1 +0,0 @@ -field_prefix: field_ diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/file.settings.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/file.settings.yml deleted file mode 100644 index 9b1c3e9770..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/file.settings.yml +++ /dev/null @@ -1,6 +0,0 @@ -description: - type: textfield - length: 128 -icon: - directory: core/modules/file/icons -make_unused_managed_files_temporary: false diff --git a/web/profiles/unity/nicsdru_unity_profile/config/install/filter.format.basic_html.yml b/web/profiles/unity/nicsdru_unity_profile/config/install/filter.format.basic_html.yml deleted file mode 100644 index 0d7c607c8f..0000000000 --- a/web/profiles/unity/nicsdru_unity_profile/config/install/filter.format.basic_html.yml +++ /dev/null @@ -1,150 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.media.article_float - - core.entity_view_mode.media.article_float_expandable - - core.entity_view_mode.media.article_full - - core.entity_view_mode.media.article_full_expandable - module: - - blazy - - cookie_content_blocker - - editor - - entity_embed - - linkit - - media - - noreferrer - - origins_common - - token_filter - - unity_image_styles -_core: - default_config_hash: wLnUSBZ871Sj2PTV5Bb0VGb6M99uUg7MYT5SuXjXIvA -name: 'Basic HTML' -format: basic_html -weight: 0 -filters: - filter_html: - id: filter_html - provider: filter - status: true - weight: -50 - settings: - allowed_html: '