Skip to content

Commit

Permalink
VACMS-16469: Updates widget to radio buttons (#17132)
Browse files Browse the repository at this point in the history
* VACMS-16469: Updates widget to radio buttons

* Update core.entity_form_display.node.nca_facility.default.yml

Adds revision_log back

* VACMS-16469: Make Vet Center - Outstation Operating status required
  • Loading branch information
omahane authored Feb 2, 2024
1 parent 7ade3d4 commit bf01488
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 11 deletions.
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

0 comments on commit bf01488

Please sign in to comment.