Skip to content

Commit

Permalink
Merge pull request #83 from GSA/feature/DIGITAL-197-venu-update
Browse files Browse the repository at this point in the history
DIGITAL-197: Update Venue Field
  • Loading branch information
mattsqd authored Dec 23, 2024
2 parents 7c87dbc + d5c89d4 commit 99a2140
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
4 changes: 2 additions & 2 deletions config/sync/core.entity_form_display.node.event.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,12 @@ content:
title: Paragraph
title_plural: Paragraphs
edit_mode: closed
closed_mode: summary
closed_mode: preview
autocollapse: none
closed_mode_threshold: 0
add_mode: dropdown
form_display_mode: default
default_paragraph_type: venue
default_paragraph_type: _none
features:
add_above: '0'
collapse_edit_all: collapse_edit_all
Expand Down
15 changes: 6 additions & 9 deletions config/sync/field.field.node.event.field_venue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ field_name: field_venue
entity_type: node
bundle: event
label: Venue
description: 'Physical location for the event.'
description: 'This field is not currently displaying on pages. It may be brought back in the future when in-person events start again.'
required: false
translatable: false
default_value: { }
Expand All @@ -25,18 +25,15 @@ settings:
venue: venue
negate: 0
target_bundles_drag_drop:
featured_resources:
external_content:
weight: 5
enabled: false
featured_links:
weight: 6
enabled: false
featured_resources_card:
internal_content:
weight: 7
enabled: false
featured_resources_links:
weight: 8
enabled: false
featured_resources_title:
weight: 9
enabled: false
venue:
weight: 10
enabled: true
Expand Down

0 comments on commit 99a2140

Please sign in to comment.