Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NYS-270: Fix issue adding new values to empty Manage Promotional Banners Senator field #276

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading