Skip to content

Commit

Permalink
D8CORE-7435 | configure card display
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed Sep 18, 2024
1 parent 2d4ef7d commit 427ec3f
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,17 @@ third_party_settings:
regions:
card_image:
- su_opp_image
card_super_headline:
- su_opp_sponsor
card_headline:
- node_title
card_body:
- su_opp_type
- su_opp_summary
fields:
node_title:
plugin_id: node_title
weight: 1
weight: 2
label: hidden
formatter: default
settings:
Expand Down Expand Up @@ -103,6 +106,14 @@ content:
label_tag: ''
weight: 0
region: card_image
su_opp_sponsor:
type: entity_reference_label
label: hidden
settings:
link: true
third_party_settings: { }
weight: 1
region: card_super_headline
su_opp_summary:
type: smart_trim
label: hidden
Expand Down Expand Up @@ -132,7 +143,15 @@ content:
field_label:
label_value: ''
label_tag: ''
weight: 2
weight: 4
region: card_body
su_opp_type:
type: entity_reference_label
label: hidden
settings:
link: true
third_party_settings: { }
weight: 3
region: card_body
hidden:
body: true
Expand All @@ -152,8 +171,6 @@ hidden:
su_opp_open_date: true
su_opp_prerequisites: true
su_opp_source: true
su_opp_sponsor: true
su_opp_start_date: true
su_opp_status: true
su_opp_tags: true
su_opp_type: true
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,17 @@ third_party_settings:
regions:
card_image:
- su_opp_image
card_body:
card_super_headline:
- su_opp_sponsor
card_headline:
- node_title
card_body:
- su_opp_type
- su_opp_summary
fields:
node_title:
plugin_id: node_title
weight: 1
weight: 2
label: hidden
formatter: default
settings:
Expand Down Expand Up @@ -102,6 +106,14 @@ content:
label_tag: ''
weight: 0
region: card_image
su_opp_sponsor:
type: entity_reference_label
label: hidden
settings:
link: true
third_party_settings: { }
weight: 1
region: card_super_headline
su_opp_summary:
type: smart_trim
label: hidden
Expand Down Expand Up @@ -131,7 +143,15 @@ content:
field_label:
label_value: ''
label_tag: ''
weight: 2
weight: 4
region: card_body
su_opp_type:
type: entity_reference_label
label: hidden
settings:
link: true
third_party_settings: { }
weight: 3
region: card_body
hidden:
body: true
Expand All @@ -151,8 +171,6 @@ hidden:
su_opp_open_date: true
su_opp_prerequisites: true
su_opp_source: true
su_opp_sponsor: true
su_opp_start_date: true
su_opp_status: true
su_opp_tags: true
su_opp_type: true

0 comments on commit 427ec3f

Please sign in to comment.