From 00a2eab065c88b4dd5415d6d1589f8aca957302b Mon Sep 17 00:00:00 2001 From: aheaphy Date: Wed, 21 Aug 2024 15:20:54 -0400 Subject: [PATCH] config updates to paragraph displays to use rendered bill featured content view mode --- ...ay.block_content.featured_legislation.default.yml | 5 ++++- ...agraph.committee_featured_legislation.default.yml | 8 ++++++-- ...isplay.paragraph.featured_legislation.default.yml | 12 ++++++++---- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/config/sync/core.entity_view_display.block_content.featured_legislation.default.yml b/config/sync/core.entity_view_display.block_content.featured_legislation.default.yml index ad9aef5412..174474ad97 100644 --- a/config/sync/core.entity_view_display.block_content.featured_legislation.default.yml +++ b/config/sync/core.entity_view_display.block_content.featured_legislation.default.yml @@ -14,7 +14,7 @@ mode: default content: field_featured_legislation: type: entity_reference_revisions_entity_view - label: above + label: hidden settings: view_mode: default link: '' @@ -22,5 +22,8 @@ content: weight: 0 region: content hidden: + entity_print_view_epub: true + entity_print_view_pdf: true + entity_print_view_word_docx: true langcode: true search_api_excerpt: true diff --git a/config/sync/core.entity_view_display.paragraph.committee_featured_legislation.default.yml b/config/sync/core.entity_view_display.paragraph.committee_featured_legislation.default.yml index 60e9892bec..7cfe037495 100644 --- a/config/sync/core.entity_view_display.paragraph.committee_featured_legislation.default.yml +++ b/config/sync/core.entity_view_display.paragraph.committee_featured_legislation.default.yml @@ -13,10 +13,11 @@ bundle: committee_featured_legislation mode: default content: field_featured_bill: - type: entity_reference_label + type: entity_reference_entity_view label: hidden settings: - link: true + view_mode: featured_content + link: false third_party_settings: { } weight: 0 region: content @@ -37,4 +38,7 @@ content: weight: 1 region: content hidden: + entity_print_view_epub: true + entity_print_view_pdf: true + entity_print_view_word_docx: true search_api_excerpt: true diff --git a/config/sync/core.entity_view_display.paragraph.featured_legislation.default.yml b/config/sync/core.entity_view_display.paragraph.featured_legislation.default.yml index 4fcc464f3f..5cf2b93a8f 100644 --- a/config/sync/core.entity_view_display.paragraph.featured_legislation.default.yml +++ b/config/sync/core.entity_view_display.paragraph.featured_legislation.default.yml @@ -12,20 +12,24 @@ bundle: featured_legislation mode: default content: field_featured_bill: - type: entity_reference_label - label: above + type: entity_reference_entity_view + label: hidden settings: - link: true + view_mode: featured_content + link: false third_party_settings: { } weight: 0 region: content field_featured_quote: type: string - label: above + label: hidden settings: link_to_entity: false third_party_settings: { } weight: 1 region: content hidden: + entity_print_view_epub: true + entity_print_view_pdf: true + entity_print_view_word_docx: true search_api_excerpt: true