Skip to content

Commit

Permalink
NYS-270: Fix issue adding new values to empty Manage Promotional Bann…
Browse files Browse the repository at this point in the history
…ers Senator field (by disabling IEF)
  • Loading branch information
nathanielwoodland committed Jan 15, 2025
1 parent e1bbef9 commit 773430a
Showing 1 changed file with 9 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dependencies:
- field.field.taxonomy_term.senator.rabbit_hole__settings
- taxonomy.vocabulary.senator
module:
- entityqueue
- field_group
- file
- inline_entity_form
Expand Down Expand Up @@ -456,22 +457,16 @@ content:
progress_indicator: throbber
third_party_settings: { }
field_promotional_banners:
type: inline_entity_form_complex
type: entityqueue_dragtable
weight: 3
region: content
settings:
form_mode: default
override_labels: false
label_singular: ''
label_plural: ''
allow_new: false
allow_existing: true
match_operator: CONTAINS
allow_duplicate: false
collapsible: false
collapsed: false
revision: false
removed_reference: optional
match_limit: 10
size: 60
placeholder: ''
link_to_entity: false
link_to_edit_form: false
third_party_settings: { }
field_senator_name:
type: name_default
Expand All @@ -488,6 +483,7 @@ content:
credentials: Credentials
widget_layout: stacked
show_component_required_marker: false
flag_required_input: false
credentials_inline: false
size:
title: 6
Expand All @@ -503,6 +499,7 @@ content:
family: description
generational: description
credentials: description
field_title_display: before
third_party_settings: { }
field_store_settings:
type: boolean_checkbox
Expand Down

0 comments on commit 773430a

Please sign in to comment.