From 435ad5848ae65cc9911ab2decca173c5cc0424ae Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Wed, 2 Aug 2023 08:02:44 +1000 Subject: [PATCH 1/4] Updated default profile. --- DEVELOPMENT.md | 1 - .../civictheme_content_default.info.yml | 6 +++ .../config/optional/civictheme.settings.yml | 46 +++++++++---------- .../286ff750-a9a9-423a-8a4e-515f79fc0a8f.yml | 2 +- .../50c52459-c100-4e4d-92a4-9c4c77d8f8d0.yml | 6 +-- ... c31b572d-b1d2-441b-a491-b373d6c54e2f.yml} | 4 +- .../100e4cfc-33b8-4980-9196-05d519a13dea.yml | 6 +-- .../2036a3bc-7988-4105-9c73-5eb14fb8e437.yml | 6 +-- .../416a4c14-20fc-4c12-ad96-aa27d584a554.yml | 6 +-- .../45b59dbe-af6c-4b71-b12a-a79b39ee140c.yml | 42 +++++++++++++++-- .../56b371ee-ceb6-473b-93d2-2c5ff5edaa76.yml | 6 +-- .../6d2fbfa0-5402-461e-9357-9eb7efb850f5.yml | 6 +-- .../6d9a4f8c-3dbf-4111-a642-ee7c088cdcc8.yml | 6 +-- .../9c4229fe-7dd7-4a10-a389-3868d27ae469.yml | 6 +-- .../c9a1fe64-f6d1-4492-ac7f-6444698cfb12.yml | 6 +-- .../db8e6781-f356-497d-9aba-ef0994b6268c.yml | 6 +-- 16 files changed, 101 insertions(+), 60 deletions(-) rename docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/file/{4e864502-a81a-43cc-8c6d-d0018bc9de77.yml => c31b572d-b1d2-441b-a491-b373d6c54e2f.yml} (83%) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index e85aa6a5a..7937ccae1 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -150,5 +150,4 @@ DREVOPS_DRUPAL_PROFILE=minimal CIVICTHEME_SUBTHEME_ACTIVATION_SKIP=1 CIVICTHEME_ # Step 3: Export content and configuration. ahoy export-content -ahoy drush cde civictheme_content_${CIVICTHEME_CONTENT_PROFILE:-default} ``` diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/civictheme_content_default.info.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/civictheme_content_default.info.yml index 23603eb5f..2f35ab10c 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/civictheme_content_default.info.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/civictheme_content_default.info.yml @@ -6,3 +6,9 @@ package: CivicTheme dependencies: - default_content:default_content - civictheme_content:civictheme_content + +#;< DEVELOPMENT +config_devel: + optional: + - civictheme.settings +#;> DEVELOPMENT diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/config/optional/civictheme.settings.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/config/optional/civictheme.settings.yml index eb6f908cf..43c7598ca 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/config/optional/civictheme.settings.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/config/optional/civictheme.settings.yml @@ -9,14 +9,14 @@ components: primary: light: desktop: - path: themes/contrib/civictheme/dist/assets/logos/logo_primary_light_desktop.png + path: themes/contrib/civictheme/dist/assets/logos/logo_primary_light_desktop.svg mobile: - path: themes/contrib/civictheme/dist/assets/logos/logo_primary_light_mobile.png + path: themes/contrib/civictheme/dist/assets/logos/logo_primary_light_mobile.svg dark: desktop: - path: themes/contrib/civictheme/dist/assets/logos/logo_primary_dark_desktop.png + path: themes/contrib/civictheme/dist/assets/logos/logo_primary_dark_desktop.svg mobile: - path: themes/contrib/civictheme/dist/assets/logos/logo_primary_dark_mobile.png + path: themes/contrib/civictheme/dist/assets/logos/logo_primary_dark_mobile.svg secondary: light: desktop: @@ -75,25 +75,6 @@ colors: brand2: '#003a4f' brand3: '#00698f' palette: - dark: - heading: '#f7fdff' - body: '#e7f9ff' - background_light: '#0c4357' - background: '#003a4f' - background_dark: '#002837' - border_light: '#a5bac1' - border: '#194d60' - border_dark: '#002837' - interaction_text: '#003a4f' - interaction_background: '#61daff' - interaction_hover_text: '#002837' - interaction_hover_background: '#a0e8ff' - interaction_focus: '#8a5cd7' - highlight: '#00698f' - information: '#4dc4fd' - warning: '#e38444' - error: '#e85653' - success: '#14b0ae' light: heading: '#002a39' body: '#334349' @@ -113,3 +94,22 @@ colors: warning: '#c95100' error: '#ce3936' success: '#008482' + dark: + heading: '#f7fdff' + body: '#e7f9ff' + background_light: '#0c4357' + background: '#003a4f' + background_dark: '#002837' + border_light: '#a5bac1' + border: '#194d60' + border_dark: '#002837' + interaction_text: '#003a4f' + interaction_background: '#61daff' + interaction_hover_text: '#002837' + interaction_hover_background: '#a0e8ff' + interaction_focus: '#8a5cd7' + highlight: '#00698f' + information: '#4dc4fd' + warning: '#e38444' + error: '#e85653' + success: '#14b0ae' diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/block_content/286ff750-a9a9-423a-8a4e-515f79fc0a8f.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/block_content/286ff750-a9a9-423a-8a4e-515f79fc0a8f.yml index 6e4a26e61..35bf915d0 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/block_content/286ff750-a9a9-423a-8a4e-515f79fc0a8f.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/block_content/286ff750-a9a9-423a-8a4e-515f79fc0a8f.yml @@ -19,6 +19,6 @@ default: value: true field_c_b_link: - - uri: 'internal:/' + uri: 'internal:/search' title: Search options: { } diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/block_content/50c52459-c100-4e4d-92a4-9c4c77d8f8d0.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/block_content/50c52459-c100-4e4d-92a4-9c4c77d8f8d0.yml index 563978b20..1dd159702 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/block_content/50c52459-c100-4e4d-92a4-9c4c77d8f8d0.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/block_content/50c52459-c100-4e4d-92a4-9c4c77d8f8d0.yml @@ -22,12 +22,12 @@ default: field_c_b_background_image: - entity: e2b603ff-038b-4c31-bf8d-6e4eb7346b72 - field_c_b_banner_type: - - - value: default field_c_b_banner_blend_mode: - value: soft-light + field_c_b_banner_type: + - + value: default field_c_b_theme: - value: dark diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/file/4e864502-a81a-43cc-8c6d-d0018bc9de77.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/file/c31b572d-b1d2-441b-a491-b373d6c54e2f.yml similarity index 83% rename from docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/file/4e864502-a81a-43cc-8c6d-d0018bc9de77.yml rename to docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/file/c31b572d-b1d2-441b-a491-b373d6c54e2f.yml index eed4aec82..bd8588409 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/file/4e864502-a81a-43cc-8c6d-d0018bc9de77.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/file/c31b572d-b1d2-441b-a491-b373d6c54e2f.yml @@ -1,7 +1,7 @@ _meta: version: '1.0' entity_type: file - uuid: 4e864502-a81a-43cc-8c6d-d0018bc9de77 + uuid: c31b572d-b1d2-441b-a491-b373d6c54e2f default_langcode: en default: uid: @@ -24,4 +24,4 @@ default: value: true created: - - value: 1676433533 + value: 1690927538 diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/100e4cfc-33b8-4980-9196-05d519a13dea.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/100e4cfc-33b8-4980-9196-05d519a13dea.yml index 4cdc9651b..e3ef8300f 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/100e4cfc-33b8-4980-9196-05d519a13dea.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/100e4cfc-33b8-4980-9196-05d519a13dea.yml @@ -39,6 +39,9 @@ default: alias: /individuals langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -48,9 +51,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/2036a3bc-7988-4105-9c73-5eb14fb8e437.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/2036a3bc-7988-4105-9c73-5eb14fb8e437.yml index d4fac14f1..64589314a 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/2036a3bc-7988-4105-9c73-5eb14fb8e437.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/2036a3bc-7988-4105-9c73-5eb14fb8e437.yml @@ -34,6 +34,9 @@ default: alias: /community-engagement langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -43,9 +46,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/416a4c14-20fc-4c12-ad96-aa27d584a554.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/416a4c14-20fc-4c12-ad96-aa27d584a554.yml index 3b38aacaf..16ddfd846 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/416a4c14-20fc-4c12-ad96-aa27d584a554.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/416a4c14-20fc-4c12-ad96-aa27d584a554.yml @@ -39,6 +39,9 @@ default: alias: /civictheme-60-second-series langcode: en pathauto: 0 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -48,9 +51,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/45b59dbe-af6c-4b71-b12a-a79b39ee140c.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/45b59dbe-af6c-4b71-b12a-a79b39ee140c.yml index eeac97692..12551afbf 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/45b59dbe-af6c-4b71-b12a-a79b39ee140c.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/45b59dbe-af6c-4b71-b12a-a79b39ee140c.yml @@ -43,6 +43,9 @@ default: alias: '' langcode: en pathauto: 0 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_components: - entity: @@ -62,6 +65,9 @@ default: behavior_settings: - value: { } + revision_translation_affected: + - + value: true field_c_p_background: - value: false @@ -94,6 +100,9 @@ default: behavior_settings: - value: { } + revision_translation_affected: + - + value: true field_c_p_background: - value: false @@ -122,6 +131,9 @@ default: behavior_settings: - value: { } + revision_translation_affected: + - + value: true field_c_p_summary: - value: 'Short summary of a quick link goes here' @@ -149,6 +161,9 @@ default: behavior_settings: - value: { } + revision_translation_affected: + - + value: true field_c_p_summary: - value: 'Short summary of a quick link goes here' @@ -176,6 +191,9 @@ default: behavior_settings: - value: { } + revision_translation_affected: + - + value: true field_c_p_summary: - value: 'Short summary of a quick link goes here' @@ -203,6 +221,9 @@ default: behavior_settings: - value: { } + revision_translation_affected: + - + value: true field_c_p_summary: - value: 'Short summary of a quick link goes here' @@ -227,9 +248,6 @@ default: field_c_n_banner_type: - value: large - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: @@ -249,6 +267,9 @@ default: behavior_settings: - value: { } + revision_translation_affected: + - + value: true field_c_p_background: - value: false @@ -334,6 +355,9 @@ default: behavior_settings: - value: { } + revision_translation_affected: + - + value: true field_c_p_image: - entity: d0ff700e-b452-4b72-a94d-7e509e2a8b80 @@ -366,6 +390,9 @@ default: behavior_settings: - value: { } + revision_translation_affected: + - + value: true field_c_p_image: - entity: e07cdb41-1bd4-463f-9e7c-126302b24740 @@ -398,6 +425,9 @@ default: behavior_settings: - value: { } + revision_translation_affected: + - + value: true field_c_p_image: - entity: 4c9975b0-77ca-4f82-95d0-3fb2a1122978 @@ -430,6 +460,9 @@ default: behavior_settings: - value: { } + revision_translation_affected: + - + value: true field_c_p_image: - entity: 68d50fea-aae4-4dde-832c-b385ff9731e1 @@ -471,6 +504,9 @@ default: behavior_settings: - value: { } + revision_translation_affected: + - + value: true field_c_p_content: - value: 'Short summary area for the callout to promote any content.' diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/56b371ee-ceb6-473b-93d2-2c5ff5edaa76.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/56b371ee-ceb6-473b-93d2-2c5ff5edaa76.yml index 8a6b8e45b..4871e5d58 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/56b371ee-ceb6-473b-93d2-2c5ff5edaa76.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/56b371ee-ceb6-473b-93d2-2c5ff5edaa76.yml @@ -34,6 +34,9 @@ default: alias: /subscribe langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -43,9 +46,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/6d2fbfa0-5402-461e-9357-9eb7efb850f5.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/6d2fbfa0-5402-461e-9357-9eb7efb850f5.yml index 1ae98ba72..2da905190 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/6d2fbfa0-5402-461e-9357-9eb7efb850f5.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/6d2fbfa0-5402-461e-9357-9eb7efb850f5.yml @@ -37,6 +37,9 @@ default: alias: /government langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -46,9 +49,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/6d9a4f8c-3dbf-4111-a642-ee7c088cdcc8.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/6d9a4f8c-3dbf-4111-a642-ee7c088cdcc8.yml index a089516c0..8f8922882 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/6d9a4f8c-3dbf-4111-a642-ee7c088cdcc8.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/6d9a4f8c-3dbf-4111-a642-ee7c088cdcc8.yml @@ -34,6 +34,9 @@ default: alias: /about-us langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -43,9 +46,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/9c4229fe-7dd7-4a10-a389-3868d27ae469.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/9c4229fe-7dd7-4a10-a389-3868d27ae469.yml index f130267a5..b8aa240ab 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/9c4229fe-7dd7-4a10-a389-3868d27ae469.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/9c4229fe-7dd7-4a10-a389-3868d27ae469.yml @@ -37,6 +37,9 @@ default: alias: /businesses langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -46,9 +49,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/c9a1fe64-f6d1-4492-ac7f-6444698cfb12.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/c9a1fe64-f6d1-4492-ac7f-6444698cfb12.yml index b8ecd00b6..ad6c21905 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/c9a1fe64-f6d1-4492-ac7f-6444698cfb12.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/c9a1fe64-f6d1-4492-ac7f-6444698cfb12.yml @@ -34,6 +34,9 @@ default: alias: /contact-us langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -43,9 +46,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/db8e6781-f356-497d-9aba-ef0994b6268c.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/db8e6781-f356-497d-9aba-ef0994b6268c.yml index 54b52d357..bc88a617d 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/db8e6781-f356-497d-9aba-ef0994b6268c.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_default/content/node/db8e6781-f356-497d-9aba-ef0994b6268c.yml @@ -36,6 +36,9 @@ default: alias: /news-and-events langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -45,9 +48,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: From 3847a962c328d74a871c162b5ac95642956eaceb Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Wed, 2 Aug 2023 08:43:28 +1000 Subject: [PATCH 2/4] Updated corporate profile. --- .../config/optional/civictheme.settings.yml | 46 +++++++++---------- .../286ff750-a9a9-423a-8a4e-515f79fc0a8f.yml | 2 +- .../50c52459-c100-4e4d-92a4-9c4c77d8f8d0.yml | 6 +-- ... b19ce70e-881e-422f-b03d-70c9677b0892.yml} | 4 +- .../04ee0921-1bea-4795-b670-3b0f75b17645.yml | 2 +- .../1273590e-5a80-45ee-9172-0e1b9343ddb3.yml | 2 +- .../2283dfc9-d10f-40d6-8cf5-4a3a2d2ef158.yml | 2 +- .../429966d5-50c7-433a-bdcf-5d58e1e6e21c.yml | 2 +- .../4729baf2-63ab-48e2-9c47-ce82acc1f0d1.yml | 2 +- .../485fc9fd-b6ce-4ff1-a0ac-88ea2fe7fdb9.yml | 2 +- .../48a4995f-75fc-4bb4-b43b-8dcd81f3f68b.yml | 2 +- .../6ce72705-bab7-4dce-9ca5-4a3ae097faa3.yml | 2 +- .../6d127a84-70f5-43d3-a0dc-ee2872d97c8b.yml | 2 +- .../6eb923f5-2fa8-49b1-ac4c-46d587ec25eb.yml | 2 +- .../7238591b-bca0-46bf-b6df-534a1fdb2ddf.yml | 2 +- .../78eb0cf4-882f-47e4-8607-1f254809e9e8.yml | 2 +- .../86c71cbb-5ab3-41f9-bf7c-f30cd426dbf0.yml | 2 +- .../87adbef4-9cbd-4c1a-b0d7-bca60377d755.yml | 2 +- .../8810505e-9c28-43b9-b019-a0a034701b3a.yml | 2 +- .../889585ce-c08e-4957-9c33-75025e910242.yml | 2 +- .../8c64e0b7-9541-4191-868c-42d5adeb2828.yml | 2 +- .../8f8df77d-5b85-48d9-a1f7-b85782d47a78.yml | 2 +- .../971cc0f7-9e06-4f64-b58b-32d68848d5b3.yml | 2 +- .../a8b62c0c-3e6c-450b-93b4-df5956b87cce.yml | 2 +- .../ab44a2e7-acd4-4276-bf83-3c6fd3e71271.yml | 2 +- .../ba705a5b-91ca-4f48-9d82-feeabb645cff.yml | 2 +- .../c66b84d0-bd69-4330-96d2-71e1ecddebf0.yml | 2 +- .../e0a78fef-3e3a-4b96-b303-974ac8fec445.yml | 2 +- .../e7ab9bae-edec-4639-b196-9dece305235d.yml | 2 +- .../ec6f5030-d733-45c9-bd47-50de3d053e5c.yml | 2 +- .../f06a9e48-e4bc-4e1d-9646-047d984c36ca.yml | 2 +- .../f9278a83-d921-4890-ad30-e0d3050ef74a.yml | 2 +- .../047776b6-e8cc-45e1-8798-c50ecca06bcb.yml | 4 +- .../2541114b-22fd-4fda-aa02-2999c9895777.yml | 2 +- .../84a103bd-a203-42a2-aa47-8087596b4159.yml | 2 +- .../871e1957-f44a-4adc-a6ae-d7bef561ad12.yml | 2 +- .../b718cfb0-071b-44e6-9d38-039e5e10152e.yml | 2 +- .../08cead14-37a7-476d-8526-4814867bdb76.yml | 6 +-- .../0a840065-4343-4868-9004-61442d313eac.yml | 6 +-- .../2da124a0-129a-4b03-9f02-dd33a90793b4.yml | 6 +-- .../454edaba-477b-45fa-934d-1b2b2b7899fb.yml | 6 +-- .../45b59dbe-af6c-4b71-b12a-a79b39ee140c.yml | 6 +-- .../51efffb7-e00c-48ee-a5a4-8eabb7c9e903.yml | 6 +-- .../64931832-7e31-4493-81b4-a2a46061dda3.yml | 6 +-- .../6ec9411b-6148-420b-ab02-87466c42db1f.yml | 6 +-- .../74076f33-5c1e-4b09-9522-bbafd6e43afb.yml | 6 +-- .../7a35464b-da5b-4edb-a490-6bcd54339f29.yml | 6 +-- .../853e999d-a302-4cc0-baeb-f419c91bcf3f.yml | 6 +-- .../855f86ae-b6a9-477c-8827-6b13b5c8ff41.yml | 6 +-- .../aa31c2e9-f0af-4e1b-9fde-088ec81403bb.yml | 6 +-- .../c8ee30e2-85e5-42db-b27a-92e508eacd0c.yml | 6 +-- .../c99ffbb4-3782-498c-9d69-23419e9643e1.yml | 6 +-- .../ce6b14c7-f782-40c6-884d-47724566ec60.yml | 6 +-- .../d044d201-6f40-41ed-bdbd-595bfa72cc4d.yml | 6 +-- .../d073b4ba-18b3-49a2-97b6-b02cb22f1a40.yml | 6 +-- .../e2401264-b563-4b62-9d77-b5c107909bf4.yml | 6 +-- .../ef661701-2c8e-4ea4-b927-2d2ecad7617e.yml | 6 +-- 57 files changed, 122 insertions(+), 124 deletions(-) rename docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/file/{4fea8fbe-b20b-410e-a911-f09950420206.yml => b19ce70e-881e-422f-b03d-70c9677b0892.yml} (83%) diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/config/optional/civictheme.settings.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/config/optional/civictheme.settings.yml index 706a46207..60834e982 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/config/optional/civictheme.settings.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/config/optional/civictheme.settings.yml @@ -9,14 +9,14 @@ components: primary: light: desktop: - path: themes/contrib/civictheme/dist/assets/logos/logo_primary_light_desktop.png + path: themes/contrib/civictheme/dist/assets/logos/logo_primary_light_desktop.svg mobile: - path: themes/contrib/civictheme/dist/assets/logos/logo_primary_light_mobile.png + path: themes/contrib/civictheme/dist/assets/logos/logo_primary_light_mobile.svg dark: desktop: - path: themes/contrib/civictheme/dist/assets/logos/logo_primary_dark_desktop.png + path: themes/contrib/civictheme/dist/assets/logos/logo_primary_dark_desktop.svg mobile: - path: themes/contrib/civictheme/dist/assets/logos/logo_primary_dark_mobile.png + path: themes/contrib/civictheme/dist/assets/logos/logo_primary_dark_mobile.svg secondary: light: desktop: @@ -75,6 +75,25 @@ colors: brand2: '#003a4f' brand3: '#00698f' palette: + light: + heading: '#002a39' + body: '#334349' + background_light: '#fcfcfd' + background: '#e6e9eb' + background_dark: '#b8babc' + border_light: '#acaeb0' + border: '#5c5d5e' + border_dark: '#161717' + interaction_text: '#fafafb' + interaction_background: '#00698f' + interaction_hover_text: '#fafafb' + interaction_hover_background: '#003f55' + interaction_focus: '#855cd7' + highlight: '#121313' + information: '#007ebd' + warning: '#c95100' + error: '#ce3936' + success: '#008482' dark: heading: '#f7fdff' body: '#e7f9ff' @@ -94,22 +113,3 @@ colors: warning: '#e38444' error: '#e85653' success: '#14b0ae' - light: - background: '#e6e9eb' - border: '#5c5d5e' - highlight: '#121313' - heading: '#002a39' - body: '#334349' - background_light: '#fcfcfd' - background_dark: '#b8babc' - border_light: '#acaeb0' - border_dark: '#161717' - interaction_text: '#fafafb' - interaction_background: '#00698f' - interaction_hover_text: '#fafafb' - interaction_hover_background: '#003f55' - interaction_focus: '#855cd7' - information: '#007ebd' - warning: '#c95100' - error: '#ce3936' - success: '#008482' diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/block_content/286ff750-a9a9-423a-8a4e-515f79fc0a8f.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/block_content/286ff750-a9a9-423a-8a4e-515f79fc0a8f.yml index 6e4a26e61..35bf915d0 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/block_content/286ff750-a9a9-423a-8a4e-515f79fc0a8f.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/block_content/286ff750-a9a9-423a-8a4e-515f79fc0a8f.yml @@ -19,6 +19,6 @@ default: value: true field_c_b_link: - - uri: 'internal:/' + uri: 'internal:/search' title: Search options: { } diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/block_content/50c52459-c100-4e4d-92a4-9c4c77d8f8d0.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/block_content/50c52459-c100-4e4d-92a4-9c4c77d8f8d0.yml index 5ba6f7333..7548cfd20 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/block_content/50c52459-c100-4e4d-92a4-9c4c77d8f8d0.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/block_content/50c52459-c100-4e4d-92a4-9c4c77d8f8d0.yml @@ -22,12 +22,12 @@ default: field_c_b_background_image: - entity: 26820d38-aabc-4c1d-a6df-09fa62a3fe8a - field_c_b_banner_type: - - - value: default field_c_b_banner_blend_mode: - value: soft-light + field_c_b_banner_type: + - + value: default field_c_b_theme: - value: dark diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/file/4fea8fbe-b20b-410e-a911-f09950420206.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/file/b19ce70e-881e-422f-b03d-70c9677b0892.yml similarity index 83% rename from docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/file/4fea8fbe-b20b-410e-a911-f09950420206.yml rename to docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/file/b19ce70e-881e-422f-b03d-70c9677b0892.yml index f0c7d1b26..769689f39 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/file/4fea8fbe-b20b-410e-a911-f09950420206.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/file/b19ce70e-881e-422f-b03d-70c9677b0892.yml @@ -1,7 +1,7 @@ _meta: version: '1.0' entity_type: file - uuid: 4fea8fbe-b20b-410e-a911-f09950420206 + uuid: b19ce70e-881e-422f-b03d-70c9677b0892 default_langcode: en default: uid: @@ -24,4 +24,4 @@ default: value: true created: - - value: 1676435936 + value: 1690930182 diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/04ee0921-1bea-4795-b670-3b0f75b17645.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/04ee0921-1bea-4795-b670-3b0f75b17645.yml index 981252968..793b65fbb 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/04ee0921-1bea-4795-b670-3b0f75b17645.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/04ee0921-1bea-4795-b670-3b0f75b17645.yml @@ -15,7 +15,7 @@ default: value: true uid: - - target_id: 18 + target_id: 1 name: - value: Clownfish3 diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/1273590e-5a80-45ee-9172-0e1b9343ddb3.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/1273590e-5a80-45ee-9172-0e1b9343ddb3.yml index 7d329321c..bb5655814 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/1273590e-5a80-45ee-9172-0e1b9343ddb3.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/1273590e-5a80-45ee-9172-0e1b9343ddb3.yml @@ -15,7 +15,7 @@ default: value: true uid: - - target_id: 18 + target_id: 1 name: - value: Starfish diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/2283dfc9-d10f-40d6-8cf5-4a3a2d2ef158.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/2283dfc9-d10f-40d6-8cf5-4a3a2d2ef158.yml index b68cf5751..ac014a999 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/2283dfc9-d10f-40d6-8cf5-4a3a2d2ef158.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/2283dfc9-d10f-40d6-8cf5-4a3a2d2ef158.yml @@ -12,7 +12,7 @@ default: value: true uid: - - target_id: 18 + target_id: 1 name: - value: Koala.jpg diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/429966d5-50c7-433a-bdcf-5d58e1e6e21c.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/429966d5-50c7-433a-bdcf-5d58e1e6e21c.yml index a2ab5005d..7ee5ffa88 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/429966d5-50c7-433a-bdcf-5d58e1e6e21c.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/429966d5-50c7-433a-bdcf-5d58e1e6e21c.yml @@ -12,7 +12,7 @@ default: value: true uid: - - target_id: 18 + target_id: 1 name: - value: Bottles.jpg diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/4729baf2-63ab-48e2-9c47-ce82acc1f0d1.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/4729baf2-63ab-48e2-9c47-ce82acc1f0d1.yml index e48014dcc..dbb768e29 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/4729baf2-63ab-48e2-9c47-ce82acc1f0d1.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/4729baf2-63ab-48e2-9c47-ce82acc1f0d1.yml @@ -12,7 +12,7 @@ default: value: true uid: - - target_id: 18 + target_id: 1 name: - value: FishInWater.jpg diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/485fc9fd-b6ce-4ff1-a0ac-88ea2fe7fdb9.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/485fc9fd-b6ce-4ff1-a0ac-88ea2fe7fdb9.yml index 5473ec9dd..a39bccf39 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/485fc9fd-b6ce-4ff1-a0ac-88ea2fe7fdb9.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/485fc9fd-b6ce-4ff1-a0ac-88ea2fe7fdb9.yml @@ -12,7 +12,7 @@ default: value: true uid: - - target_id: 18 + target_id: 1 name: - value: WomanFlowers-crop.jpg diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/48a4995f-75fc-4bb4-b43b-8dcd81f3f68b.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/48a4995f-75fc-4bb4-b43b-8dcd81f3f68b.yml index b89d6b412..c67d4feb1 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/48a4995f-75fc-4bb4-b43b-8dcd81f3f68b.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/48a4995f-75fc-4bb4-b43b-8dcd81f3f68b.yml @@ -15,7 +15,7 @@ default: value: true uid: - - target_id: 18 + target_id: 1 name: - value: Scientist.jpg diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/6ce72705-bab7-4dce-9ca5-4a3ae097faa3.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/6ce72705-bab7-4dce-9ca5-4a3ae097faa3.yml index 80eff4a5a..ff5b9446d 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/6ce72705-bab7-4dce-9ca5-4a3ae097faa3.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/6ce72705-bab7-4dce-9ca5-4a3ae097faa3.yml @@ -12,7 +12,7 @@ default: value: true uid: - - target_id: 18 + target_id: 1 name: - value: SolarPanels.jpg diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/6d127a84-70f5-43d3-a0dc-ee2872d97c8b.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/6d127a84-70f5-43d3-a0dc-ee2872d97c8b.yml index 4392cfef8..2a5894a23 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/6d127a84-70f5-43d3-a0dc-ee2872d97c8b.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/6d127a84-70f5-43d3-a0dc-ee2872d97c8b.yml @@ -12,7 +12,7 @@ default: value: true uid: - - target_id: 18 + target_id: 1 name: - value: Iceberg.jpg diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/6eb923f5-2fa8-49b1-ac4c-46d587ec25eb.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/6eb923f5-2fa8-49b1-ac4c-46d587ec25eb.yml index 5d4e1ec11..2ea5733d8 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/6eb923f5-2fa8-49b1-ac4c-46d587ec25eb.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/6eb923f5-2fa8-49b1-ac4c-46d587ec25eb.yml @@ -12,7 +12,7 @@ default: value: true uid: - - target_id: 18 + target_id: 1 name: - value: Seals.jpg diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/7238591b-bca0-46bf-b6df-534a1fdb2ddf.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/7238591b-bca0-46bf-b6df-534a1fdb2ddf.yml index 6c422e2bf..95d110165 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/7238591b-bca0-46bf-b6df-534a1fdb2ddf.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/7238591b-bca0-46bf-b6df-534a1fdb2ddf.yml @@ -12,7 +12,7 @@ default: value: true uid: - - target_id: 18 + target_id: 1 name: - value: Tree.jpg diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/78eb0cf4-882f-47e4-8607-1f254809e9e8.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/78eb0cf4-882f-47e4-8607-1f254809e9e8.yml index ddfcb586f..4fb658fa3 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/78eb0cf4-882f-47e4-8607-1f254809e9e8.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/78eb0cf4-882f-47e4-8607-1f254809e9e8.yml @@ -12,7 +12,7 @@ default: value: true uid: - - target_id: 18 + target_id: 1 name: - value: Turtle.jpg diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/86c71cbb-5ab3-41f9-bf7c-f30cd426dbf0.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/86c71cbb-5ab3-41f9-bf7c-f30cd426dbf0.yml index 32614d0ca..d7dd18933 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/86c71cbb-5ab3-41f9-bf7c-f30cd426dbf0.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/86c71cbb-5ab3-41f9-bf7c-f30cd426dbf0.yml @@ -12,7 +12,7 @@ default: value: true uid: - - target_id: 18 + target_id: 1 name: - value: pexels-dsd-694218.jpg diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/87adbef4-9cbd-4c1a-b0d7-bca60377d755.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/87adbef4-9cbd-4c1a-b0d7-bca60377d755.yml index f5f5f3714..c3ca2d6fc 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/87adbef4-9cbd-4c1a-b0d7-bca60377d755.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/87adbef4-9cbd-4c1a-b0d7-bca60377d755.yml @@ -15,7 +15,7 @@ default: value: true uid: - - target_id: 18 + target_id: 1 name: - value: Underwater.jpg diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/8810505e-9c28-43b9-b019-a0a034701b3a.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/8810505e-9c28-43b9-b019-a0a034701b3a.yml index a8a87e800..3054496c7 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/8810505e-9c28-43b9-b019-a0a034701b3a.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/8810505e-9c28-43b9-b019-a0a034701b3a.yml @@ -12,7 +12,7 @@ default: value: true uid: - - target_id: 18 + target_id: 1 name: - value: Fish-Plastic.jpg diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/889585ce-c08e-4957-9c33-75025e910242.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/889585ce-c08e-4957-9c33-75025e910242.yml index 4a64de421..7eb88f4a9 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/889585ce-c08e-4957-9c33-75025e910242.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/889585ce-c08e-4957-9c33-75025e910242.yml @@ -12,7 +12,7 @@ default: value: true uid: - - target_id: 18 + target_id: 1 name: - value: PowerPlant.jpg diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/8c64e0b7-9541-4191-868c-42d5adeb2828.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/8c64e0b7-9541-4191-868c-42d5adeb2828.yml index 79b925cac..1fe7e717f 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/8c64e0b7-9541-4191-868c-42d5adeb2828.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/8c64e0b7-9541-4191-868c-42d5adeb2828.yml @@ -12,7 +12,7 @@ default: value: true uid: - - target_id: 18 + target_id: 1 name: - value: Woman.jpg diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/8f8df77d-5b85-48d9-a1f7-b85782d47a78.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/8f8df77d-5b85-48d9-a1f7-b85782d47a78.yml index 42ddd4204..614213e36 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/8f8df77d-5b85-48d9-a1f7-b85782d47a78.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/8f8df77d-5b85-48d9-a1f7-b85782d47a78.yml @@ -12,7 +12,7 @@ default: value: true uid: - - target_id: 18 + target_id: 1 name: - value: ClownFish2.jpg diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/971cc0f7-9e06-4f64-b58b-32d68848d5b3.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/971cc0f7-9e06-4f64-b58b-32d68848d5b3.yml index 33c2e3ca5..e7e27b9d2 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/971cc0f7-9e06-4f64-b58b-32d68848d5b3.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/971cc0f7-9e06-4f64-b58b-32d68848d5b3.yml @@ -12,7 +12,7 @@ default: value: true uid: - - target_id: 18 + target_id: 1 name: - value: TwelveApostles.jpg diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/a8b62c0c-3e6c-450b-93b4-df5956b87cce.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/a8b62c0c-3e6c-450b-93b4-df5956b87cce.yml index 733678d9c..3db4ee74a 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/a8b62c0c-3e6c-450b-93b4-df5956b87cce.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/a8b62c0c-3e6c-450b-93b4-df5956b87cce.yml @@ -15,7 +15,7 @@ default: value: true uid: - - target_id: 18 + target_id: 1 name: - value: Beakers diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/ab44a2e7-acd4-4276-bf83-3c6fd3e71271.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/ab44a2e7-acd4-4276-bf83-3c6fd3e71271.yml index 20d49b6c8..b7b72a170 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/ab44a2e7-acd4-4276-bf83-3c6fd3e71271.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/ab44a2e7-acd4-4276-bf83-3c6fd3e71271.yml @@ -12,7 +12,7 @@ default: value: true uid: - - target_id: 18 + target_id: 1 name: - value: Fire-silhouettes.jpg diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/ba705a5b-91ca-4f48-9d82-feeabb645cff.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/ba705a5b-91ca-4f48-9d82-feeabb645cff.yml index c0f29ccea..ecdc9db65 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/ba705a5b-91ca-4f48-9d82-feeabb645cff.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/ba705a5b-91ca-4f48-9d82-feeabb645cff.yml @@ -12,7 +12,7 @@ default: value: true uid: - - target_id: 18 + target_id: 1 name: - value: Seedling.jpg diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/c66b84d0-bd69-4330-96d2-71e1ecddebf0.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/c66b84d0-bd69-4330-96d2-71e1ecddebf0.yml index ac724d674..b89951711 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/c66b84d0-bd69-4330-96d2-71e1ecddebf0.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/c66b84d0-bd69-4330-96d2-71e1ecddebf0.yml @@ -12,7 +12,7 @@ default: value: true uid: - - target_id: 18 + target_id: 1 name: - value: Windfarm.jpg diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/e0a78fef-3e3a-4b96-b303-974ac8fec445.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/e0a78fef-3e3a-4b96-b303-974ac8fec445.yml index 2eb2a1782..91ce7cc17 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/e0a78fef-3e3a-4b96-b303-974ac8fec445.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/e0a78fef-3e3a-4b96-b303-974ac8fec445.yml @@ -12,7 +12,7 @@ default: value: true uid: - - target_id: 18 + target_id: 1 name: - value: Glacier.jpg diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/e7ab9bae-edec-4639-b196-9dece305235d.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/e7ab9bae-edec-4639-b196-9dece305235d.yml index 17750c784..b76a91ada 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/e7ab9bae-edec-4639-b196-9dece305235d.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/e7ab9bae-edec-4639-b196-9dece305235d.yml @@ -12,7 +12,7 @@ default: value: true uid: - - target_id: 18 + target_id: 1 name: - value: GreatBarrierReef1.jpg diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/ec6f5030-d733-45c9-bd47-50de3d053e5c.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/ec6f5030-d733-45c9-bd47-50de3d053e5c.yml index 4280334a2..6b33999f5 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/ec6f5030-d733-45c9-bd47-50de3d053e5c.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/ec6f5030-d733-45c9-bd47-50de3d053e5c.yml @@ -12,7 +12,7 @@ default: value: true uid: - - target_id: 18 + target_id: 1 name: - value: Microscope-crop.jpg diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/f06a9e48-e4bc-4e1d-9646-047d984c36ca.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/f06a9e48-e4bc-4e1d-9646-047d984c36ca.yml index 99bd77690..3f94af8de 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/f06a9e48-e4bc-4e1d-9646-047d984c36ca.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/f06a9e48-e4bc-4e1d-9646-047d984c36ca.yml @@ -12,7 +12,7 @@ default: value: true uid: - - target_id: 18 + target_id: 1 name: - value: Fire.jpg diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/f9278a83-d921-4890-ad30-e0d3050ef74a.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/f9278a83-d921-4890-ad30-e0d3050ef74a.yml index cf239724a..231804d95 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/f9278a83-d921-4890-ad30-e0d3050ef74a.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/media/f9278a83-d921-4890-ad30-e0d3050ef74a.yml @@ -15,7 +15,7 @@ default: value: true uid: - - target_id: 18 + target_id: 1 name: - value: Rainforest.jpg diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/menu_link_content/047776b6-e8cc-45e1-8798-c50ecca06bcb.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/menu_link_content/047776b6-e8cc-45e1-8798-c50ecca06bcb.yml index b95ce189a..15146ded4 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/menu_link_content/047776b6-e8cc-45e1-8798-c50ecca06bcb.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/menu_link_content/047776b6-e8cc-45e1-8798-c50ecca06bcb.yml @@ -4,8 +4,6 @@ _meta: uuid: 047776b6-e8cc-45e1-8798-c50ecca06bcb bundle: menu_link_content default_langcode: en - depends: - 855f86ae-b6a9-477c-8827-6b13b5c8ff41: node default: enabled: - @@ -18,7 +16,7 @@ default: value: civictheme-secondary-navigation link: - - target_uuid: 855f86ae-b6a9-477c-8827-6b13b5c8ff41 + uri: 'https://www.civictheme.io/' title: '' options: { } external: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/menu_link_content/2541114b-22fd-4fda-aa02-2999c9895777.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/menu_link_content/2541114b-22fd-4fda-aa02-2999c9895777.yml index 32a65d899..babe5e9b8 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/menu_link_content/2541114b-22fd-4fda-aa02-2999c9895777.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/menu_link_content/2541114b-22fd-4fda-aa02-2999c9895777.yml @@ -12,7 +12,7 @@ default: value: true title: - - value: 'Policies & legislation' + value: Policies menu_name: - value: civictheme-primary-navigation diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/menu_link_content/84a103bd-a203-42a2-aa47-8087596b4159.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/menu_link_content/84a103bd-a203-42a2-aa47-8087596b4159.yml index 388609743..cfc3e6d25 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/menu_link_content/84a103bd-a203-42a2-aa47-8087596b4159.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/menu_link_content/84a103bd-a203-42a2-aa47-8087596b4159.yml @@ -33,7 +33,7 @@ default: value: -50 expanded: - - value: false + value: true parent: - value: 'menu_link_content:ffcaaf1f-bcfa-458c-b938-5c1c1208a940' diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/menu_link_content/871e1957-f44a-4adc-a6ae-d7bef561ad12.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/menu_link_content/871e1957-f44a-4adc-a6ae-d7bef561ad12.yml index 4f1276d89..7fa22824f 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/menu_link_content/871e1957-f44a-4adc-a6ae-d7bef561ad12.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/menu_link_content/871e1957-f44a-4adc-a6ae-d7bef561ad12.yml @@ -33,7 +33,7 @@ default: value: -49 expanded: - - value: false + value: true parent: - value: 'menu_link_content:0457b4f7-1a43-4719-8493-c1aa9d92464e' diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/menu_link_content/b718cfb0-071b-44e6-9d38-039e5e10152e.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/menu_link_content/b718cfb0-071b-44e6-9d38-039e5e10152e.yml index 308713dcb..e075583f7 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/menu_link_content/b718cfb0-071b-44e6-9d38-039e5e10152e.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/menu_link_content/b718cfb0-071b-44e6-9d38-039e5e10152e.yml @@ -33,7 +33,7 @@ default: value: -50 expanded: - - value: false + value: true parent: - value: 'menu_link_content:eeed004b-9d43-48fe-b99e-74289614ad56' diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/08cead14-37a7-476d-8526-4814867bdb76.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/08cead14-37a7-476d-8526-4814867bdb76.yml index 7056db3e9..b6e201604 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/08cead14-37a7-476d-8526-4814867bdb76.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/08cead14-37a7-476d-8526-4814867bdb76.yml @@ -43,6 +43,9 @@ default: field_c_n_banner_background: - entity: 1273590e-5a80-45ee-9172-0e1b9343ddb3 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -52,9 +55,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/0a840065-4343-4868-9004-61442d313eac.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/0a840065-4343-4868-9004-61442d313eac.yml index 5cb9cfb6d..ea571e676 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/0a840065-4343-4868-9004-61442d313eac.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/0a840065-4343-4868-9004-61442d313eac.yml @@ -37,6 +37,9 @@ default: alias: /updated-barrier-reef-strategy langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -46,9 +49,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/2da124a0-129a-4b03-9f02-dd33a90793b4.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/2da124a0-129a-4b03-9f02-dd33a90793b4.yml index 39fe3fc6e..ed9a7e25b 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/2da124a0-129a-4b03-9f02-dd33a90793b4.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/2da124a0-129a-4b03-9f02-dd33a90793b4.yml @@ -37,6 +37,9 @@ default: alias: /new-minister-environment langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_components: - entity: @@ -81,9 +84,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/454edaba-477b-45fa-934d-1b2b2b7899fb.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/454edaba-477b-45fa-934d-1b2b2b7899fb.yml index 9c0844717..bf2df6127 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/454edaba-477b-45fa-934d-1b2b2b7899fb.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/454edaba-477b-45fa-934d-1b2b2b7899fb.yml @@ -34,6 +34,9 @@ default: alias: /great-barrier-reef langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -43,9 +46,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/45b59dbe-af6c-4b71-b12a-a79b39ee140c.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/45b59dbe-af6c-4b71-b12a-a79b39ee140c.yml index f102112fc..df4dd64f8 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/45b59dbe-af6c-4b71-b12a-a79b39ee140c.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/45b59dbe-af6c-4b71-b12a-a79b39ee140c.yml @@ -59,6 +59,9 @@ default: field_c_n_banner_background: - entity: 04ee0921-1bea-4795-b670-3b0f75b17645 + field_c_n_banner_blend_mode: + - + value: multiply field_c_n_banner_components: - entity: @@ -269,9 +272,6 @@ default: field_c_n_banner_type: - value: large - field_c_n_banner_blend_mode: - - - value: multiply field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/51efffb7-e00c-48ee-a5a4-8eabb7c9e903.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/51efffb7-e00c-48ee-a5a4-8eabb7c9e903.yml index b110b8c90..b74013fe1 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/51efffb7-e00c-48ee-a5a4-8eabb7c9e903.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/51efffb7-e00c-48ee-a5a4-8eabb7c9e903.yml @@ -36,6 +36,9 @@ default: alias: /news-events langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -45,9 +48,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/64931832-7e31-4493-81b4-a2a46061dda3.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/64931832-7e31-4493-81b4-a2a46061dda3.yml index 72a4f1825..3ee5dbc1c 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/64931832-7e31-4493-81b4-a2a46061dda3.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/64931832-7e31-4493-81b4-a2a46061dda3.yml @@ -57,6 +57,9 @@ default: field_c_n_banner_background: - entity: f9278a83-d921-4890-ad30-e0d3050ef74a + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -66,9 +69,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/6ec9411b-6148-420b-ab02-87466c42db1f.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/6ec9411b-6148-420b-ab02-87466c42db1f.yml index 221508fe7..18d652fb6 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/6ec9411b-6148-420b-ab02-87466c42db1f.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/6ec9411b-6148-420b-ab02-87466c42db1f.yml @@ -36,6 +36,9 @@ default: alias: /climate-change-presentation langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_components: - entity: @@ -83,9 +86,6 @@ default: field_c_n_banner_type: - value: large - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/74076f33-5c1e-4b09-9522-bbafd6e43afb.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/74076f33-5c1e-4b09-9522-bbafd6e43afb.yml index 062ba66e5..7a570460a 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/74076f33-5c1e-4b09-9522-bbafd6e43afb.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/74076f33-5c1e-4b09-9522-bbafd6e43afb.yml @@ -34,6 +34,9 @@ default: alias: /bushfire-recovery langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -43,9 +46,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/7a35464b-da5b-4edb-a490-6bcd54339f29.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/7a35464b-da5b-4edb-a490-6bcd54339f29.yml index 050527502..9804f4d4e 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/7a35464b-da5b-4edb-a490-6bcd54339f29.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/7a35464b-da5b-4edb-a490-6bcd54339f29.yml @@ -34,6 +34,9 @@ default: alias: /volunteer langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -43,9 +46,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/853e999d-a302-4cc0-baeb-f419c91bcf3f.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/853e999d-a302-4cc0-baeb-f419c91bcf3f.yml index a47464da4..1ebfd24b6 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/853e999d-a302-4cc0-baeb-f419c91bcf3f.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/853e999d-a302-4cc0-baeb-f419c91bcf3f.yml @@ -34,6 +34,9 @@ default: alias: /policies-legislation langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -43,9 +46,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/855f86ae-b6a9-477c-8827-6b13b5c8ff41.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/855f86ae-b6a9-477c-8827-6b13b5c8ff41.yml index 0d6d2e7ea..005a66e54 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/855f86ae-b6a9-477c-8827-6b13b5c8ff41.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/855f86ae-b6a9-477c-8827-6b13b5c8ff41.yml @@ -34,6 +34,9 @@ default: alias: /civicthemeio langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -43,9 +46,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/aa31c2e9-f0af-4e1b-9fde-088ec81403bb.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/aa31c2e9-f0af-4e1b-9fde-088ec81403bb.yml index bbfb6dd3e..c5f2aabaa 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/aa31c2e9-f0af-4e1b-9fde-088ec81403bb.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/aa31c2e9-f0af-4e1b-9fde-088ec81403bb.yml @@ -39,6 +39,9 @@ default: field_c_n_banner_background: - entity: ba705a5b-91ca-4f48-9d82-feeabb645cff + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -48,9 +51,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/c8ee30e2-85e5-42db-b27a-92e508eacd0c.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/c8ee30e2-85e5-42db-b27a-92e508eacd0c.yml index 67e6e49bf..1ee5c4dc7 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/c8ee30e2-85e5-42db-b27a-92e508eacd0c.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/c8ee30e2-85e5-42db-b27a-92e508eacd0c.yml @@ -38,6 +38,9 @@ default: alias: /what-glacial-movement-means-climate-change langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: multiply field_c_n_banner_components: - entity: @@ -85,9 +88,6 @@ default: field_c_n_banner_type: - value: large - field_c_n_banner_blend_mode: - - - value: multiply field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/c99ffbb4-3782-498c-9d69-23419e9643e1.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/c99ffbb4-3782-498c-9d69-23419e9643e1.yml index de029c9bb..45d668730 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/c99ffbb4-3782-498c-9d69-23419e9643e1.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/c99ffbb4-3782-498c-9d69-23419e9643e1.yml @@ -42,6 +42,9 @@ default: alias: /science-research langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_components: - entity: @@ -89,9 +92,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/ce6b14c7-f782-40c6-884d-47724566ec60.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/ce6b14c7-f782-40c6-884d-47724566ec60.yml index 06e59f577..39462ca7d 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/ce6b14c7-f782-40c6-884d-47724566ec60.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/ce6b14c7-f782-40c6-884d-47724566ec60.yml @@ -34,6 +34,9 @@ default: alias: /register-solar-rebate langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -43,9 +46,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/d044d201-6f40-41ed-bdbd-595bfa72cc4d.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/d044d201-6f40-41ed-bdbd-595bfa72cc4d.yml index 7e3c41e67..e6b3c9ee5 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/d044d201-6f40-41ed-bdbd-595bfa72cc4d.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/d044d201-6f40-41ed-bdbd-595bfa72cc4d.yml @@ -34,6 +34,9 @@ default: alias: '' langcode: en pathauto: 0 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_components: - entity: @@ -78,9 +81,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/d073b4ba-18b3-49a2-97b6-b02cb22f1a40.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/d073b4ba-18b3-49a2-97b6-b02cb22f1a40.yml index 351aff4ec..9880fa840 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/d073b4ba-18b3-49a2-97b6-b02cb22f1a40.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/d073b4ba-18b3-49a2-97b6-b02cb22f1a40.yml @@ -34,6 +34,9 @@ default: alias: '' langcode: en pathauto: 0 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -43,9 +46,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/e2401264-b563-4b62-9d77-b5c107909bf4.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/e2401264-b563-4b62-9d77-b5c107909bf4.yml index b2cb5a268..710e02ad9 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/e2401264-b563-4b62-9d77-b5c107909bf4.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/e2401264-b563-4b62-9d77-b5c107909bf4.yml @@ -34,6 +34,9 @@ default: alias: /solar-energy langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -43,9 +46,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/ef661701-2c8e-4ea4-b927-2d2ecad7617e.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/ef661701-2c8e-4ea4-b927-2d2ecad7617e.yml index 5fc18bb84..17a4a710a 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/ef661701-2c8e-4ea4-b927-2d2ecad7617e.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_corporate/content/node/ef661701-2c8e-4ea4-b927-2d2ecad7617e.yml @@ -34,6 +34,9 @@ default: alias: /check-air-quality-your-postcode langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -43,9 +46,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: From a57e674e9240d8c764c893b79995ef9b1361f0eb Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Wed, 2 Aug 2023 08:58:31 +1000 Subject: [PATCH 3/4] Updated government profile. --- .../logos/logo_primary_dark_desktop.png | Bin 5632 -> 0 bytes .../logos/logo_primary_dark_desktop.svg | 60 ++++++++++++++++++ .../assets/logos/logo_primary_dark_mobile.png | Bin 5632 -> 0 bytes .../assets/logos/logo_primary_dark_mobile.svg | 60 ++++++++++++++++++ .../logos/logo_primary_light_desktop.png | Bin 5219 -> 0 bytes .../logos/logo_primary_light_desktop.svg | 42 ++++++++++++ .../logos/logo_primary_light_mobile.png | Bin 5219 -> 0 bytes .../logos/logo_primary_light_mobile.svg | 42 ++++++++++++ .../config/optional/civictheme.settings.yml | 8 +-- .../286ff750-a9a9-423a-8a4e-515f79fc0a8f.yml | 2 +- .../50c52459-c100-4e4d-92a4-9c4c77d8f8d0.yml | 6 +- ... db85dd04-fddd-4ab4-b364-2d5a3460ad98.yml} | 4 +- .../2f378b27-3b67-441a-96a9-0a6de73fb1db.yml | 2 +- .../4968109e-0125-40e1-ab9d-b4fca8546ef3.yml | 36 +++++++++++ .../b07f9704-b2cf-458a-82ab-db0e55a276e9.yml | 2 +- .../c9db3cb1-9c9f-4af3-a713-58458503589b.yml | 2 +- .../fff6ce32-3f1b-495a-8263-c08302c80a32.yml | 2 +- .../02831341-01cd-4d7d-80b7-20f01feb950b.yml | 6 +- .../0d96ff66-61ff-44fc-a9e4-a8b174f6da95.yml | 6 +- .../21d11ae0-2874-4663-9937-a48ce30a7ad7.yml | 6 +- .../3554631b-63d2-461e-916e-217a18d1d298.yml | 6 +- .../52a73eef-5883-4277-8e4e-e2e587670b59.yml | 6 +- .../56b371ee-ceb6-473b-93d2-2c5ff5edaa76.yml | 6 +- .../6d9a4f8c-3dbf-4111-a642-ee7c088cdcc8.yml | 6 +- .../6f588571-e649-47dc-9911-c1723cb07e71.yml | 6 +- .../b7759fda-e55d-4a37-b6e6-fb1816e75365.yml | 6 +- .../b7f32ddb-c81a-40ff-8389-a935cd317201.yml | 6 +- .../c9a1fe64-f6d1-4492-ac7f-6444698cfb12.yml | 6 +- .../d82c4982-b334-43ed-bfad-32ce5e63cba6.yml | 6 +- .../f3c7ec64-459f-4ea7-8060-f60b0d84901c.yml | 9 ++- .../f5794802-f1a0-48ac-aaff-27acfd80d799.yml | 6 +- 31 files changed, 299 insertions(+), 56 deletions(-) delete mode 100644 docroot/modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_dark_desktop.png create mode 100644 docroot/modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_dark_desktop.svg delete mode 100644 docroot/modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_dark_mobile.png create mode 100644 docroot/modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_dark_mobile.svg delete mode 100644 docroot/modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_light_desktop.png create mode 100644 docroot/modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_light_desktop.svg delete mode 100644 docroot/modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_light_mobile.png create mode 100644 docroot/modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_light_mobile.svg rename docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/file/{ee4409d9-5572-495a-a1c8-1e9f55049e8a.yml => db85dd04-fddd-4ab4-b364-2d5a3460ad98.yml} (83%) create mode 100644 docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/menu_link_content/4968109e-0125-40e1-ab9d-b4fca8546ef3.yml diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_dark_desktop.png b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_dark_desktop.png deleted file mode 100644 index 71824d682b9d11d90f0c0ede73583669aeb4a1b4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5632 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_dark_mobile.png b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_dark_mobile.png deleted file mode 100644 index 71824d682b9d11d90f0c0ede73583669aeb4a1b4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5632 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_light_desktop.png b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_light_desktop.png deleted file mode 100644 index ab6b3ae131bb88b070acfea9aaf1fd728010d186..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5219 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 a`)>SJi7H3bvx}V|4aD@0$%mT{V*Urai6FNC diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_light_desktop.svg b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_light_desktop.svg new file mode 100644 index 000000000..3a2029ee4 --- /dev/null +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_light_desktop.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_light_mobile.png b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_light_mobile.png deleted file mode 100644 index ab6b3ae131bb88b070acfea9aaf1fd728010d186..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5219 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 a`)>SJi7H3bvx}V|4aD@0$%mT{V*Urai6FNC diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_light_mobile.svg b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_light_mobile.svg new file mode 100644 index 000000000..3a2029ee4 --- /dev/null +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_light_mobile.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/config/optional/civictheme.settings.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/config/optional/civictheme.settings.yml index d64854681..4f98a8b50 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/config/optional/civictheme.settings.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/config/optional/civictheme.settings.yml @@ -9,14 +9,14 @@ components: primary: light: desktop: - path: modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_light_desktop.png + path: modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_light_desktop.svg mobile: - path: modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_light_mobile.png + path: modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_light_mobile.svg dark: desktop: - path: modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_dark_desktop.png + path: modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_dark_desktop.svg mobile: - path: modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_dark_mobile.png + path: modules/custom/civictheme_content/modules/civictheme_content_government/assets/logos/logo_primary_dark_mobile.svg secondary: light: desktop: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/block_content/286ff750-a9a9-423a-8a4e-515f79fc0a8f.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/block_content/286ff750-a9a9-423a-8a4e-515f79fc0a8f.yml index 6e4a26e61..35bf915d0 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/block_content/286ff750-a9a9-423a-8a4e-515f79fc0a8f.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/block_content/286ff750-a9a9-423a-8a4e-515f79fc0a8f.yml @@ -19,6 +19,6 @@ default: value: true field_c_b_link: - - uri: 'internal:/' + uri: 'internal:/search' title: Search options: { } diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/block_content/50c52459-c100-4e4d-92a4-9c4c77d8f8d0.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/block_content/50c52459-c100-4e4d-92a4-9c4c77d8f8d0.yml index 84bbc1381..d5f48f787 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/block_content/50c52459-c100-4e4d-92a4-9c4c77d8f8d0.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/block_content/50c52459-c100-4e4d-92a4-9c4c77d8f8d0.yml @@ -22,12 +22,12 @@ default: field_c_b_background_image: - entity: af43a085-7e4f-40d4-a8d7-79ddd18fbcf0 - field_c_b_banner_type: - - - value: default field_c_b_banner_blend_mode: - value: overlay + field_c_b_banner_type: + - + value: default field_c_b_theme: - value: dark diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/file/ee4409d9-5572-495a-a1c8-1e9f55049e8a.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/file/db85dd04-fddd-4ab4-b364-2d5a3460ad98.yml similarity index 83% rename from docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/file/ee4409d9-5572-495a-a1c8-1e9f55049e8a.yml rename to docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/file/db85dd04-fddd-4ab4-b364-2d5a3460ad98.yml index fb2acad82..71c2a0e7a 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/file/ee4409d9-5572-495a-a1c8-1e9f55049e8a.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/file/db85dd04-fddd-4ab4-b364-2d5a3460ad98.yml @@ -1,7 +1,7 @@ _meta: version: '1.0' entity_type: file - uuid: ee4409d9-5572-495a-a1c8-1e9f55049e8a + uuid: db85dd04-fddd-4ab4-b364-2d5a3460ad98 default_langcode: en default: uid: @@ -24,4 +24,4 @@ default: value: true created: - - value: 1686796939 + value: 1690931272 diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/menu_link_content/2f378b27-3b67-441a-96a9-0a6de73fb1db.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/menu_link_content/2f378b27-3b67-441a-96a9-0a6de73fb1db.yml index 02cbd0418..b2e9c15f8 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/menu_link_content/2f378b27-3b67-441a-96a9-0a6de73fb1db.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/menu_link_content/2f378b27-3b67-441a-96a9-0a6de73fb1db.yml @@ -29,7 +29,7 @@ default: value: false weight: - - value: 0 + value: -49 expanded: - value: false diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/menu_link_content/4968109e-0125-40e1-ab9d-b4fca8546ef3.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/menu_link_content/4968109e-0125-40e1-ab9d-b4fca8546ef3.yml new file mode 100644 index 000000000..2d86de53a --- /dev/null +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/menu_link_content/4968109e-0125-40e1-ab9d-b4fca8546ef3.yml @@ -0,0 +1,36 @@ +_meta: + version: '1.0' + entity_type: menu_link_content + uuid: 4968109e-0125-40e1-ab9d-b4fca8546ef3 + bundle: menu_link_content + default_langcode: en +default: + enabled: + - + value: true + title: + - + value: civictheme.io + menu_name: + - + value: civictheme-secondary-navigation + link: + - + uri: 'https://www.civictheme.io/' + title: '' + options: { } + external: + - + value: false + rediscover: + - + value: false + weight: + - + value: -46 + expanded: + - + value: false + revision_translation_affected: + - + value: true diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/menu_link_content/b07f9704-b2cf-458a-82ab-db0e55a276e9.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/menu_link_content/b07f9704-b2cf-458a-82ab-db0e55a276e9.yml index 35b8dc64c..6342a8d06 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/menu_link_content/b07f9704-b2cf-458a-82ab-db0e55a276e9.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/menu_link_content/b07f9704-b2cf-458a-82ab-db0e55a276e9.yml @@ -29,7 +29,7 @@ default: value: false weight: - - value: 0 + value: -50 expanded: - value: false diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/menu_link_content/c9db3cb1-9c9f-4af3-a713-58458503589b.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/menu_link_content/c9db3cb1-9c9f-4af3-a713-58458503589b.yml index b95223b8e..94cec1e2d 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/menu_link_content/c9db3cb1-9c9f-4af3-a713-58458503589b.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/menu_link_content/c9db3cb1-9c9f-4af3-a713-58458503589b.yml @@ -29,7 +29,7 @@ default: value: false weight: - - value: 2 + value: -48 expanded: - value: false diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/menu_link_content/fff6ce32-3f1b-495a-8263-c08302c80a32.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/menu_link_content/fff6ce32-3f1b-495a-8263-c08302c80a32.yml index bc2b4140a..9d99eaee4 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/menu_link_content/fff6ce32-3f1b-495a-8263-c08302c80a32.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/menu_link_content/fff6ce32-3f1b-495a-8263-c08302c80a32.yml @@ -29,7 +29,7 @@ default: value: false weight: - - value: 3 + value: -47 expanded: - value: false diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/02831341-01cd-4d7d-80b7-20f01feb950b.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/02831341-01cd-4d7d-80b7-20f01feb950b.yml index 0e65bf4a8..c479e4513 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/02831341-01cd-4d7d-80b7-20f01feb950b.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/02831341-01cd-4d7d-80b7-20f01feb950b.yml @@ -34,6 +34,9 @@ default: alias: /programs-and-services langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_components: - entity: @@ -78,9 +81,6 @@ default: field_c_n_banner_type: - value: inherit - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/0d96ff66-61ff-44fc-a9e4-a8b174f6da95.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/0d96ff66-61ff-44fc-a9e4-a8b174f6da95.yml index 9b1ecd25b..214f3ad26 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/0d96ff66-61ff-44fc-a9e4-a8b174f6da95.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/0d96ff66-61ff-44fc-a9e4-a8b174f6da95.yml @@ -37,6 +37,9 @@ default: alias: /news-and-events langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -46,9 +49,6 @@ default: field_c_n_banner_type: - value: inherit - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/21d11ae0-2874-4663-9937-a48ce30a7ad7.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/21d11ae0-2874-4663-9937-a48ce30a7ad7.yml index 1a991ec72..2824e24b1 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/21d11ae0-2874-4663-9937-a48ce30a7ad7.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/21d11ae0-2874-4663-9937-a48ce30a7ad7.yml @@ -34,6 +34,9 @@ default: alias: /about-this-template-website langcode: en pathauto: 0 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -43,9 +46,6 @@ default: field_c_n_banner_type: - value: inherit - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/3554631b-63d2-461e-916e-217a18d1d298.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/3554631b-63d2-461e-916e-217a18d1d298.yml index a6b57ac56..32317f74f 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/3554631b-63d2-461e-916e-217a18d1d298.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/3554631b-63d2-461e-916e-217a18d1d298.yml @@ -34,6 +34,9 @@ default: alias: /our-locations langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: overlay field_c_n_banner_components: - entity: @@ -78,9 +81,6 @@ default: field_c_n_banner_type: - value: inherit - field_c_n_banner_blend_mode: - - - value: overlay field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/52a73eef-5883-4277-8e4e-e2e587670b59.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/52a73eef-5883-4277-8e4e-e2e587670b59.yml index 3fc9ec89a..66660e201 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/52a73eef-5883-4277-8e4e-e2e587670b59.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/52a73eef-5883-4277-8e4e-e2e587670b59.yml @@ -38,6 +38,9 @@ default: alias: /news-and-events/citizenship-application-fees-change-effective-1-july-2022 langcode: en pathauto: 0 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_components: - entity: @@ -82,9 +85,6 @@ default: field_c_n_banner_type: - value: inherit - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/56b371ee-ceb6-473b-93d2-2c5ff5edaa76.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/56b371ee-ceb6-473b-93d2-2c5ff5edaa76.yml index 7a7282a74..0b77297dc 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/56b371ee-ceb6-473b-93d2-2c5ff5edaa76.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/56b371ee-ceb6-473b-93d2-2c5ff5edaa76.yml @@ -34,6 +34,9 @@ default: alias: /subscribe langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -43,9 +46,6 @@ default: field_c_n_banner_type: - value: inherit - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/6d9a4f8c-3dbf-4111-a642-ee7c088cdcc8.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/6d9a4f8c-3dbf-4111-a642-ee7c088cdcc8.yml index 9b5b070e5..d7dd41046 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/6d9a4f8c-3dbf-4111-a642-ee7c088cdcc8.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/6d9a4f8c-3dbf-4111-a642-ee7c088cdcc8.yml @@ -34,6 +34,9 @@ default: alias: /about-us langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: soft-light field_c_n_banner_components: - entity: @@ -78,9 +81,6 @@ default: field_c_n_banner_type: - value: inherit - field_c_n_banner_blend_mode: - - - value: soft-light field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/6f588571-e649-47dc-9911-c1723cb07e71.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/6f588571-e649-47dc-9911-c1723cb07e71.yml index 75d00f581..691061834 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/6f588571-e649-47dc-9911-c1723cb07e71.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/6f588571-e649-47dc-9911-c1723cb07e71.yml @@ -38,6 +38,9 @@ default: alias: /news-and-events/three-tips-driving-greener-save-money-and-support-more-sustainable-environment langcode: en pathauto: 0 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_components: - entity: @@ -82,9 +85,6 @@ default: field_c_n_banner_type: - value: inherit - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/b7759fda-e55d-4a37-b6e6-fb1816e75365.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/b7759fda-e55d-4a37-b6e6-fb1816e75365.yml index 0ee9633bc..be68591df 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/b7759fda-e55d-4a37-b6e6-fb1816e75365.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/b7759fda-e55d-4a37-b6e6-fb1816e75365.yml @@ -34,6 +34,9 @@ default: alias: /careers langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: overlay field_c_n_banner_components: - entity: @@ -78,9 +81,6 @@ default: field_c_n_banner_type: - value: inherit - field_c_n_banner_blend_mode: - - - value: overlay field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/b7f32ddb-c81a-40ff-8389-a935cd317201.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/b7f32ddb-c81a-40ff-8389-a935cd317201.yml index 330f5992f..f59496c32 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/b7f32ddb-c81a-40ff-8389-a935cd317201.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/b7f32ddb-c81a-40ff-8389-a935cd317201.yml @@ -34,6 +34,9 @@ default: alias: /consultations langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_components: - entity: @@ -78,9 +81,6 @@ default: field_c_n_banner_type: - value: inherit - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/c9a1fe64-f6d1-4492-ac7f-6444698cfb12.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/c9a1fe64-f6d1-4492-ac7f-6444698cfb12.yml index ee58e7734..e4f27bef8 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/c9a1fe64-f6d1-4492-ac7f-6444698cfb12.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/c9a1fe64-f6d1-4492-ac7f-6444698cfb12.yml @@ -34,6 +34,9 @@ default: alias: /contact-us langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_components: - entity: @@ -78,9 +81,6 @@ default: field_c_n_banner_type: - value: inherit - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/d82c4982-b334-43ed-bfad-32ce5e63cba6.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/d82c4982-b334-43ed-bfad-32ce5e63cba6.yml index be08c311c..adef092de 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/d82c4982-b334-43ed-bfad-32ce5e63cba6.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/d82c4982-b334-43ed-bfad-32ce5e63cba6.yml @@ -52,6 +52,9 @@ default: field_c_n_banner_background: - entity: af43a085-7e4f-40d4-a8d7-79ddd18fbcf0 + field_c_n_banner_blend_mode: + - + value: overlay field_c_n_banner_components: - entity: @@ -304,9 +307,6 @@ default: field_c_n_banner_type: - value: large - field_c_n_banner_blend_mode: - - - value: overlay field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/f3c7ec64-459f-4ea7-8060-f60b0d84901c.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/f3c7ec64-459f-4ea7-8060-f60b0d84901c.yml index 930bfcf2d..10528b73f 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/f3c7ec64-459f-4ea7-8060-f60b0d84901c.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/f3c7ec64-459f-4ea7-8060-f60b0d84901c.yml @@ -38,6 +38,9 @@ default: alias: /policy-and-forms langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_components: - entity: @@ -57,6 +60,9 @@ default: behavior_settings: - value: { } + revision_translation_affected: + - + value: true field_c_p_background: - value: false @@ -79,9 +85,6 @@ default: field_c_n_banner_type: - value: inherit - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/f5794802-f1a0-48ac-aaff-27acfd80d799.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/f5794802-f1a0-48ac-aaff-27acfd80d799.yml index 477f55222..b880b112a 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/f5794802-f1a0-48ac-aaff-27acfd80d799.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_government/content/node/f5794802-f1a0-48ac-aaff-27acfd80d799.yml @@ -38,6 +38,9 @@ default: alias: /news-and-events/department-citizens-invest-23-million-clinical-trials-brain-cancer langcode: en pathauto: 0 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_components: - entity: @@ -82,9 +85,6 @@ default: field_c_n_banner_type: - value: inherit - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: From c051b41e3b7eaac7b4fa4e89c31c57063fcb142c Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Wed, 2 Aug 2023 09:12:23 +1000 Subject: [PATCH 4/4] Updated highereducation profile. --- .../logos/logo_primary_dark_desktop.png | Bin 4706 -> 0 bytes .../logos/logo_primary_dark_desktop.svg | 70 ++++++++++++++++++ .../assets/logos/logo_primary_dark_mobile.png | Bin 4706 -> 0 bytes .../assets/logos/logo_primary_dark_mobile.svg | 70 ++++++++++++++++++ .../logos/logo_primary_light_desktop.png | Bin 4958 -> 0 bytes .../logos/logo_primary_light_desktop.svg | 70 ++++++++++++++++++ .../logos/logo_primary_light_mobile.png | Bin 4958 -> 0 bytes .../logos/logo_primary_light_mobile.svg | 70 ++++++++++++++++++ .../config/optional/civictheme.settings.yml | 46 ++++++------ .../286ff750-a9a9-423a-8a4e-515f79fc0a8f.yml | 2 +- .../50c52459-c100-4e4d-92a4-9c4c77d8f8d0.yml | 6 +- ... 87f76de3-68e6-4e5e-b739-9dd448d1ba62.yml} | 4 +- .../95e9576e-bf57-4d42-8277-86d6fba07024.yml | 36 +++++++++ .../0900bcaa-2670-4ffa-b22e-f9fa667c45d0.yml | 6 +- .../11575ae4-d804-4b68-a9e2-528dde78ca5e.yml | 6 +- .../2036a3bc-7988-4105-9c73-5eb14fb8e437.yml | 6 +- .../2e309b77-8d77-40e8-95bb-1c1475955e67.yml | 6 +- .../35b75cc7-cf94-462f-9ee6-6bb69e895d8a.yml | 6 +- .../439d44bc-bb57-44ac-b1b6-1fbcb0f7668c.yml | 6 +- .../45b59dbe-af6c-4b71-b12a-a79b39ee140c.yml | 6 +- .../4cd88c26-8e03-415e-8d67-6d818b07a49b.yml | 6 +- .../56b371ee-ceb6-473b-93d2-2c5ff5edaa76.yml | 6 +- .../570c4f75-363e-4cdc-980d-b0cc5172469e.yml | 6 +- .../5d9e4e6b-f957-42c3-8019-30b1ca190dd5.yml | 6 +- .../6d9a4f8c-3dbf-4111-a642-ee7c088cdcc8.yml | 6 +- .../82bdc4d8-e299-490e-92f8-2a0362724be1.yml | 6 +- .../866d2c87-0baa-4b54-839c-1e89d5ba6ab6.yml | 6 +- .../8f45163f-252f-46e3-b3d3-7930b1d9b6c7.yml | 6 +- .../baeb7d42-1e11-4d7a-abde-dc02cd89d417.yml | 6 +- .../bbd57889-e07c-4c4f-a223-868f9a441035.yml | 6 +- .../c0dc5f2f-ce09-4c0f-8fae-db1689f622e1.yml | 6 +- .../c9a1fe64-f6d1-4492-ac7f-6444698cfb12.yml | 6 +- .../db8e6781-f356-497d-9aba-ef0994b6268c.yml | 6 +- .../ee025f20-7976-47b2-aa62-a00b84b149de.yml | 6 +- 34 files changed, 408 insertions(+), 92 deletions(-) delete mode 100644 docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_dark_desktop.png create mode 100644 docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_dark_desktop.svg delete mode 100644 docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_dark_mobile.png create mode 100644 docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_dark_mobile.svg delete mode 100644 docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_light_desktop.png create mode 100644 docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_light_desktop.svg delete mode 100644 docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_light_mobile.png create mode 100644 docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_light_mobile.svg rename docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/file/{67aedda3-72d9-4745-8304-ab8b22825858.yml => 87f76de3-68e6-4e5e-b739-9dd448d1ba62.yml} (83%) create mode 100644 docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/menu_link_content/95e9576e-bf57-4d42-8277-86d6fba07024.yml diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_dark_desktop.png b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_dark_desktop.png deleted file mode 100644 index 4f1b58911d5c05e424e2bd5e6f921f5900c0324a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4706 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 diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_dark_desktop.svg b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_dark_desktop.svg new file mode 100644 index 000000000..77e44243c --- /dev/null +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_dark_desktop.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_dark_mobile.png b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_dark_mobile.png deleted file mode 100644 index 4f1b58911d5c05e424e2bd5e6f921f5900c0324a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4706 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 diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_dark_mobile.svg b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_dark_mobile.svg new file mode 100644 index 000000000..77e44243c --- /dev/null +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_dark_mobile.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_light_desktop.png b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_light_desktop.png deleted file mode 100644 index ddeeeb3861f89d9a87820d6ada05a738b5cd7607..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4958 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_light_mobile.png b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_light_mobile.png deleted file mode 100644 index ddeeeb3861f89d9a87820d6ada05a738b5cd7607..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4958 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/config/optional/civictheme.settings.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/config/optional/civictheme.settings.yml index 53cb69d3e..e69a5687d 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/config/optional/civictheme.settings.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/config/optional/civictheme.settings.yml @@ -9,14 +9,14 @@ components: primary: light: desktop: - path: modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_light_desktop.png + path: modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_light_desktop.svg mobile: - path: modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_light_mobile.png + path: modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_light_mobile.svg dark: desktop: - path: modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_dark_desktop.png + path: modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_dark_desktop.svg mobile: - path: modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_dark_mobile.png + path: modules/custom/civictheme_content/modules/civictheme_content_highereducation/assets/logos/logo_primary_dark_mobile.svg secondary: light: desktop: @@ -75,6 +75,25 @@ colors: brand2: '#004b51' brand3: '#28ccff' palette: + light: + heading: '#033334' + body: '#334747' + background_light: '#fdfdfd' + background: '#eeeeee' + background_dark: '#bebebe' + border_light: '#b2b2b2' + border: '#5f5f5f' + border_dark: '#171717' + interaction_text: '#fbfbfb' + interaction_background: '#088183' + interaction_hover_text: '#fbfbfb' + interaction_hover_background: '#044d4e' + interaction_focus: '#8b5cd7' + highlight: '#1da593' + information: '#007cbf' + warning: '#f5ae5c' + error: '#ed6b5e' + success: '#1ea593' dark: heading: '#f3fcfb' body: '#dbf7f3' @@ -94,22 +113,3 @@ colors: warning: '#e38444' error: '#e85653' success: '#12b0ae' - light: - background: '#eeeeee' - border: '#5f5f5f' - highlight: '#1da593' - heading: '#033334' - body: '#334747' - background_light: '#fdfdfd' - background_dark: '#bebebe' - border_light: '#b2b2b2' - border_dark: '#171717' - interaction_text: '#fbfbfb' - interaction_background: '#088183' - interaction_hover_text: '#fbfbfb' - interaction_hover_background: '#044d4e' - interaction_focus: '#8b5cd7' - information: '#007cbf' - warning: '#f5ae5c' - error: '#ed6b5e' - success: '#1ea593' diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/block_content/286ff750-a9a9-423a-8a4e-515f79fc0a8f.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/block_content/286ff750-a9a9-423a-8a4e-515f79fc0a8f.yml index 6e4a26e61..35bf915d0 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/block_content/286ff750-a9a9-423a-8a4e-515f79fc0a8f.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/block_content/286ff750-a9a9-423a-8a4e-515f79fc0a8f.yml @@ -19,6 +19,6 @@ default: value: true field_c_b_link: - - uri: 'internal:/' + uri: 'internal:/search' title: Search options: { } diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/block_content/50c52459-c100-4e4d-92a4-9c4c77d8f8d0.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/block_content/50c52459-c100-4e4d-92a4-9c4c77d8f8d0.yml index f550842b7..abbb26026 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/block_content/50c52459-c100-4e4d-92a4-9c4c77d8f8d0.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/block_content/50c52459-c100-4e4d-92a4-9c4c77d8f8d0.yml @@ -22,12 +22,12 @@ default: field_c_b_background_image: - entity: f8695f84-8fbb-4e7e-97b9-423efe719cda - field_c_b_banner_type: - - - value: default field_c_b_banner_blend_mode: - value: overlay + field_c_b_banner_type: + - + value: default field_c_b_theme: - value: dark diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/file/67aedda3-72d9-4745-8304-ab8b22825858.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/file/87f76de3-68e6-4e5e-b739-9dd448d1ba62.yml similarity index 83% rename from docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/file/67aedda3-72d9-4745-8304-ab8b22825858.yml rename to docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/file/87f76de3-68e6-4e5e-b739-9dd448d1ba62.yml index e666ad54f..55e15aba5 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/file/67aedda3-72d9-4745-8304-ab8b22825858.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/file/87f76de3-68e6-4e5e-b739-9dd448d1ba62.yml @@ -1,7 +1,7 @@ _meta: version: '1.0' entity_type: file - uuid: 67aedda3-72d9-4745-8304-ab8b22825858 + uuid: 87f76de3-68e6-4e5e-b739-9dd448d1ba62 default_langcode: en default: uid: @@ -24,4 +24,4 @@ default: value: true created: - - value: 1676437710 + value: 1690931720 diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/menu_link_content/95e9576e-bf57-4d42-8277-86d6fba07024.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/menu_link_content/95e9576e-bf57-4d42-8277-86d6fba07024.yml new file mode 100644 index 000000000..c495439d5 --- /dev/null +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/menu_link_content/95e9576e-bf57-4d42-8277-86d6fba07024.yml @@ -0,0 +1,36 @@ +_meta: + version: '1.0' + entity_type: menu_link_content + uuid: 95e9576e-bf57-4d42-8277-86d6fba07024 + bundle: menu_link_content + default_langcode: en +default: + enabled: + - + value: true + title: + - + value: civictheme.io + menu_name: + - + value: civictheme-secondary-navigation + link: + - + uri: 'https://www.civictheme.io/' + title: '' + options: { } + external: + - + value: false + rediscover: + - + value: false + weight: + - + value: 0 + expanded: + - + value: false + revision_translation_affected: + - + value: true diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/0900bcaa-2670-4ffa-b22e-f9fa667c45d0.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/0900bcaa-2670-4ffa-b22e-f9fa667c45d0.yml index 9e22e9d60..0a38dc2a6 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/0900bcaa-2670-4ffa-b22e-f9fa667c45d0.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/0900bcaa-2670-4ffa-b22e-f9fa667c45d0.yml @@ -39,6 +39,9 @@ default: field_c_n_banner_background: - entity: b968b4c6-58b1-4a90-a436-54f93d0d7af1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -48,9 +51,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/11575ae4-d804-4b68-a9e2-528dde78ca5e.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/11575ae4-d804-4b68-a9e2-528dde78ca5e.yml index 7a54f3e12..67925a7c6 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/11575ae4-d804-4b68-a9e2-528dde78ca5e.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/11575ae4-d804-4b68-a9e2-528dde78ca5e.yml @@ -34,6 +34,9 @@ default: alias: /about-this-template-website langcode: en pathauto: 0 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -43,9 +46,6 @@ default: field_c_n_banner_type: - value: inherit - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/2036a3bc-7988-4105-9c73-5eb14fb8e437.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/2036a3bc-7988-4105-9c73-5eb14fb8e437.yml index b3c211b00..58b509093 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/2036a3bc-7988-4105-9c73-5eb14fb8e437.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/2036a3bc-7988-4105-9c73-5eb14fb8e437.yml @@ -34,6 +34,9 @@ default: alias: /community-engagement langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -43,9 +46,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/2e309b77-8d77-40e8-95bb-1c1475955e67.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/2e309b77-8d77-40e8-95bb-1c1475955e67.yml index 245287849..7712426aa 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/2e309b77-8d77-40e8-95bb-1c1475955e67.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/2e309b77-8d77-40e8-95bb-1c1475955e67.yml @@ -41,6 +41,9 @@ default: field_c_n_banner_background: - entity: b968b4c6-58b1-4a90-a436-54f93d0d7af1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -50,9 +53,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/35b75cc7-cf94-462f-9ee6-6bb69e895d8a.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/35b75cc7-cf94-462f-9ee6-6bb69e895d8a.yml index dc267b672..c6ac1d6ac 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/35b75cc7-cf94-462f-9ee6-6bb69e895d8a.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/35b75cc7-cf94-462f-9ee6-6bb69e895d8a.yml @@ -36,6 +36,9 @@ default: alias: /courses/undergraduate-courses langcode: en pathauto: 0 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_components: - entity: @@ -80,9 +83,6 @@ default: field_c_n_banner_type: - value: inherit - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/439d44bc-bb57-44ac-b1b6-1fbcb0f7668c.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/439d44bc-bb57-44ac-b1b6-1fbcb0f7668c.yml index 9fba70e1c..a38c95266 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/439d44bc-bb57-44ac-b1b6-1fbcb0f7668c.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/439d44bc-bb57-44ac-b1b6-1fbcb0f7668c.yml @@ -34,6 +34,9 @@ default: alias: /uni-life langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_components: - entity: @@ -78,9 +81,6 @@ default: field_c_n_banner_type: - value: inherit - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/45b59dbe-af6c-4b71-b12a-a79b39ee140c.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/45b59dbe-af6c-4b71-b12a-a79b39ee140c.yml index 411720146..e3da38a38 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/45b59dbe-af6c-4b71-b12a-a79b39ee140c.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/45b59dbe-af6c-4b71-b12a-a79b39ee140c.yml @@ -57,6 +57,9 @@ default: alias: '' langcode: en pathauto: 0 + field_c_n_banner_blend_mode: + - + value: overlay field_c_n_banner_components: - entity: @@ -309,9 +312,6 @@ default: field_c_n_banner_type: - value: large - field_c_n_banner_blend_mode: - - - value: overlay field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/4cd88c26-8e03-415e-8d67-6d818b07a49b.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/4cd88c26-8e03-415e-8d67-6d818b07a49b.yml index a82973326..55448fcc7 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/4cd88c26-8e03-415e-8d67-6d818b07a49b.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/4cd88c26-8e03-415e-8d67-6d818b07a49b.yml @@ -41,6 +41,9 @@ default: field_c_n_banner_background: - entity: b968b4c6-58b1-4a90-a436-54f93d0d7af1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_components: - entity: @@ -85,9 +88,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/56b371ee-ceb6-473b-93d2-2c5ff5edaa76.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/56b371ee-ceb6-473b-93d2-2c5ff5edaa76.yml index 249ffc059..cc11771ae 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/56b371ee-ceb6-473b-93d2-2c5ff5edaa76.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/56b371ee-ceb6-473b-93d2-2c5ff5edaa76.yml @@ -39,6 +39,9 @@ default: field_c_n_banner_background: - entity: b968b4c6-58b1-4a90-a436-54f93d0d7af1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -48,9 +51,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/570c4f75-363e-4cdc-980d-b0cc5172469e.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/570c4f75-363e-4cdc-980d-b0cc5172469e.yml index edf5c0559..51c6c78ab 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/570c4f75-363e-4cdc-980d-b0cc5172469e.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/570c4f75-363e-4cdc-980d-b0cc5172469e.yml @@ -61,6 +61,9 @@ default: field_c_n_banner_background: - entity: b968b4c6-58b1-4a90-a436-54f93d0d7af1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_components: - entity: @@ -105,9 +108,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/5d9e4e6b-f957-42c3-8019-30b1ca190dd5.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/5d9e4e6b-f957-42c3-8019-30b1ca190dd5.yml index 18f89a188..05589d10c 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/5d9e4e6b-f957-42c3-8019-30b1ca190dd5.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/5d9e4e6b-f957-42c3-8019-30b1ca190dd5.yml @@ -42,6 +42,9 @@ default: field_c_n_banner_background: - entity: b968b4c6-58b1-4a90-a436-54f93d0d7af1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -51,9 +54,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/6d9a4f8c-3dbf-4111-a642-ee7c088cdcc8.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/6d9a4f8c-3dbf-4111-a642-ee7c088cdcc8.yml index fec4062ee..a36cd124e 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/6d9a4f8c-3dbf-4111-a642-ee7c088cdcc8.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/6d9a4f8c-3dbf-4111-a642-ee7c088cdcc8.yml @@ -39,6 +39,9 @@ default: field_c_n_banner_background: - entity: b968b4c6-58b1-4a90-a436-54f93d0d7af1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_components: - entity: @@ -83,9 +86,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/82bdc4d8-e299-490e-92f8-2a0362724be1.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/82bdc4d8-e299-490e-92f8-2a0362724be1.yml index cbddb3657..981416fa6 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/82bdc4d8-e299-490e-92f8-2a0362724be1.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/82bdc4d8-e299-490e-92f8-2a0362724be1.yml @@ -41,6 +41,9 @@ default: field_c_n_banner_background: - entity: b968b4c6-58b1-4a90-a436-54f93d0d7af1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_hide_breadcrumb: - value: false @@ -50,9 +53,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/866d2c87-0baa-4b54-839c-1e89d5ba6ab6.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/866d2c87-0baa-4b54-839c-1e89d5ba6ab6.yml index 537d7dc36..59a6ac5da 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/866d2c87-0baa-4b54-839c-1e89d5ba6ab6.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/866d2c87-0baa-4b54-839c-1e89d5ba6ab6.yml @@ -45,6 +45,9 @@ default: field_c_n_banner_background: - entity: b968b4c6-58b1-4a90-a436-54f93d0d7af1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_components: - entity: @@ -89,9 +92,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/8f45163f-252f-46e3-b3d3-7930b1d9b6c7.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/8f45163f-252f-46e3-b3d3-7930b1d9b6c7.yml index a4bd28630..2a8d18283 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/8f45163f-252f-46e3-b3d3-7930b1d9b6c7.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/8f45163f-252f-46e3-b3d3-7930b1d9b6c7.yml @@ -41,6 +41,9 @@ default: alias: /research langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_components: - entity: @@ -85,9 +88,6 @@ default: field_c_n_banner_type: - value: inherit - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/baeb7d42-1e11-4d7a-abde-dc02cd89d417.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/baeb7d42-1e11-4d7a-abde-dc02cd89d417.yml index 14bdcbc14..146d39142 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/baeb7d42-1e11-4d7a-abde-dc02cd89d417.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/baeb7d42-1e11-4d7a-abde-dc02cd89d417.yml @@ -41,6 +41,9 @@ default: field_c_n_banner_background: - entity: b968b4c6-58b1-4a90-a436-54f93d0d7af1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_components: - entity: @@ -85,9 +88,6 @@ default: field_c_n_banner_type: - value: default - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/bbd57889-e07c-4c4f-a223-868f9a441035.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/bbd57889-e07c-4c4f-a223-868f9a441035.yml index 7b696ef41..605772225 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/bbd57889-e07c-4c4f-a223-868f9a441035.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/bbd57889-e07c-4c4f-a223-868f9a441035.yml @@ -34,6 +34,9 @@ default: alias: /campuses langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_components: - entity: @@ -78,9 +81,6 @@ default: field_c_n_banner_type: - value: inherit - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/c0dc5f2f-ce09-4c0f-8fae-db1689f622e1.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/c0dc5f2f-ce09-4c0f-8fae-db1689f622e1.yml index fa0ec83a7..4cadc80be 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/c0dc5f2f-ce09-4c0f-8fae-db1689f622e1.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/c0dc5f2f-ce09-4c0f-8fae-db1689f622e1.yml @@ -36,6 +36,9 @@ default: alias: /courses langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_components: - entity: @@ -80,9 +83,6 @@ default: field_c_n_banner_type: - value: inherit - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/c9a1fe64-f6d1-4492-ac7f-6444698cfb12.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/c9a1fe64-f6d1-4492-ac7f-6444698cfb12.yml index 92ed9ea64..b05dc2ec2 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/c9a1fe64-f6d1-4492-ac7f-6444698cfb12.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/c9a1fe64-f6d1-4492-ac7f-6444698cfb12.yml @@ -34,6 +34,9 @@ default: alias: /contact-us langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_components: - entity: @@ -78,9 +81,6 @@ default: field_c_n_banner_type: - value: inherit - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/db8e6781-f356-497d-9aba-ef0994b6268c.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/db8e6781-f356-497d-9aba-ef0994b6268c.yml index b0032aa38..8f2967433 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/db8e6781-f356-497d-9aba-ef0994b6268c.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/db8e6781-f356-497d-9aba-ef0994b6268c.yml @@ -37,6 +37,9 @@ default: alias: /news-and-events langcode: en pathauto: 1 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_components: - entity: @@ -81,9 +84,6 @@ default: field_c_n_banner_type: - value: inherit - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: diff --git a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/ee025f20-7976-47b2-aa62-a00b84b149de.yml b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/ee025f20-7976-47b2-aa62-a00b84b149de.yml index a4d7b3f84..4561a5d05 100644 --- a/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/ee025f20-7976-47b2-aa62-a00b84b149de.yml +++ b/docroot/modules/custom/civictheme_content/modules/civictheme_content_highereducation/content/node/ee025f20-7976-47b2-aa62-a00b84b149de.yml @@ -36,6 +36,9 @@ default: alias: /courses/postgraduate-courses langcode: en pathauto: 0 + field_c_n_banner_blend_mode: + - + value: normal field_c_n_banner_components: - entity: @@ -80,9 +83,6 @@ default: field_c_n_banner_type: - value: inherit - field_c_n_banner_blend_mode: - - - value: normal field_c_n_components: - entity: