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

VACMS-16469: Updates widget to radio buttons #17132

Merged
Merged
Show file tree
Hide file tree
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 @@ -188,10 +188,11 @@ content:
type: office_hours_default
weight: 30
region: content
settings: { }
settings:
collapsed: false
third_party_settings: { }
field_operating_status_facility:
type: options_select
type: options_buttons
weight: 11
region: content
settings: { }
Expand All @@ -206,6 +207,7 @@ content:
maxlength: 300
counter_position: after
js_prevent_submit: true
count_only_mode: false
count_html_characters: true
textcount_status_message: '<span class="remaining_count">@remaining_count</span> characters remaining'
third_party_settings: { }
Expand Down Expand Up @@ -244,6 +246,7 @@ content:
maxlength: 150
counter_position: after
js_prevent_submit: false
count_only_mode: false
count_html_characters: true
textcount_status_message: '<span class="remaining_count">@remaining_count</span> characters remaining'
third_party_settings: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ content:
collapsed: false
third_party_settings: { }
field_operating_status_facility:
type: options_select
type: options_buttons
weight: 11
region: content
settings: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ dependencies:
- workflows.workflow.editorial
module:
- address
- change_labels
- content_moderation
- entity_browser_entity_form
- entity_field_fetch
Expand All @@ -41,7 +40,6 @@ dependencies:
- media_library
- office_hours
- paragraphs
- paragraphs_features
- telephone
- textfield_counter
- tzfield
Expand Down Expand Up @@ -330,6 +328,7 @@ content:
collapsible: false
collapsed: false
revision: true
removed_reference: optional
allow_system_delete: false
third_party_settings:
entity_browser_entity_form:
Expand Down Expand Up @@ -361,7 +360,8 @@ content:
type: office_hours_default
weight: 11
region: content
settings: { }
settings:
collapsed: false
third_party_settings:
limited_field_widgets:
limit_values: '0'
Expand All @@ -375,7 +375,7 @@ content:
placeholder: ''
third_party_settings: { }
field_operating_status_facility:
type: options_select
type: options_buttons
weight: 9
region: content
settings: { }
Expand All @@ -390,6 +390,7 @@ content:
maxlength: 300
counter_position: after
js_prevent_submit: true
count_only_mode: false
count_html_characters: true
textcount_status_message: '<span class="remaining_count">@remaining_count</span> characters remaining'
third_party_settings: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ content:
max: 22
click_to_find_marker: true
click_to_place_marker: false
click_to_remove_marker: false
hide_geocode_address: false
hide_coordinates: false
geoaddress_field:
field: '0'
Expand Down Expand Up @@ -200,10 +202,11 @@ content:
type: office_hours_default
weight: 6
region: content
settings: { }
settings:
collapsed: false
third_party_settings: { }
field_operating_status_facility:
type: options_select
type: options_buttons
weight: 7
region: content
settings: { }
Expand All @@ -218,6 +221,7 @@ content:
maxlength: 300
counter_position: after
js_prevent_submit: true
count_only_mode: false
count_html_characters: true
textcount_status_message: '<span class="remaining_count">@remaining_count</span> characters remaining'
third_party_settings: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ content:
placeholder: ''
third_party_settings: { }
field_operating_status_facility:
type: options_select
type: options_buttons
weight: 7
region: content
settings: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ entity_type: node
bundle: vet_center_outstation
label: 'Operating status'
description: ''
required: false
required: true
translatable: false
default_value: { }
default_value_callback: ''
Expand Down
Loading