Skip to content

Commit

Permalink
config updates to paragraph displays to use rendered bill featured co…
Browse files Browse the repository at this point in the history
…ntent view mode
  • Loading branch information
aheaphy committed Aug 21, 2024
1 parent 1c69e5a commit 00a2eab
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@ mode: default
content:
field_featured_legislation:
type: entity_reference_revisions_entity_view
label: above
label: hidden
settings:
view_mode: default
link: ''
third_party_settings: { }
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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 00a2eab

Please sign in to comment.