diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e03dd00..b5c66c99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # SOE Profile +11.3.2 +------------------------------------------------------------------------------- +- D8CORE-7341 Add h2 headings to past events and courses term pages + 11.3.1 ------------------------------------------------------------------------------- - Fix images and oembed videos to be lazy loading diff --git a/config/sync/core.entity_view_display.taxonomy_term.su_course_subjects.default.yml b/config/sync/core.entity_view_display.taxonomy_term.su_course_subjects.default.yml index 85c5cae1..d66c45ea 100644 --- a/config/sync/core.entity_view_display.taxonomy_term.su_course_subjects.default.yml +++ b/config/sync/core.entity_view_display.taxonomy_term.su_course_subjects.default.yml @@ -100,7 +100,7 @@ third_party_settings: context_mapping: { } views_label: '' items_per_page: none - weight: 3 + weight: 4 additional: { } 4e464987-c068-4266-8ac3-2feed5dc1b08: uuid: 4e464987-c068-4266-8ac3-2feed5dc1b08 @@ -133,6 +133,20 @@ third_party_settings: context_mapping: { } weight: 0 additional: { } + 5b35789a-cd2e-4354-a0bc-fc2b4d30c266: + uuid: 5b35789a-cd2e-4354-a0bc-fc2b4d30c266 + region: main + configuration: + id: jumpstart_ui_page_heading + label: 'Heading Block' + label_display: '0' + provider: jumpstart_ui + context_mapping: { } + heading_text: Courses + wrapper: h2 + hide_heading: true + weight: 3 + additional: { } third_party_settings: { } layout_library: enable: false diff --git a/config/sync/page_manager.page_variant.stanford_events_past-layout_builder-0.yml b/config/sync/page_manager.page_variant.stanford_events_past-layout_builder-0.yml index f109c0af..0eb3215c 100644 --- a/config/sync/page_manager.page_variant.stanford_events_past-layout_builder-0.yml +++ b/config/sync/page_manager.page_variant.stanford_events_past-layout_builder-0.yml @@ -4,6 +4,10 @@ status: true dependencies: config: - page_manager.page.stanford_events_past + - views.view.stanford_events + module: + - jumpstart_ui + - views id: stanford_events_past-layout_builder-0 label: 'Layout Builder' weight: 0 @@ -55,7 +59,7 @@ variant_settings: context_mapping: { } views_label: '' items_per_page: none - weight: 1 + weight: 2 additional: { } 6963d6b3-e3f1-48ae-9e7f-4b90a22c453e: uuid: 6963d6b3-e3f1-48ae-9e7f-4b90a22c453e @@ -68,6 +72,20 @@ variant_settings: context_mapping: { } weight: 0 additional: { } + 6404f6ef-8ed2-4937-9ff6-d314a6542b60: + uuid: 6404f6ef-8ed2-4937-9ff6-d314a6542b60 + region: main + configuration: + id: jumpstart_ui_page_heading + label: 'Heading Block' + label_display: '0' + provider: jumpstart_ui + context_mapping: { } + heading_text: Events + wrapper: h2 + hide_heading: true + weight: 1 + additional: { } third_party_settings: { } page: stanford_events_past selection_criteria: { } diff --git a/soe_profile.info.yml b/soe_profile.info.yml index b8fe37a3..dfceadb8 100644 --- a/soe_profile.info.yml +++ b/soe_profile.info.yml @@ -1,6 +1,6 @@ name: 'SOE Profile' description: 'Jumpstart Website Profile' -version: 11.3.1 +version: 11.3.2 type: profile project: Stanford core_version_requirement: ^9 || ^10