Skip to content

Commit

Permalink
VACMS-16469: Updates widget to radio buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
omahane committed Feb 2, 2024
1 parent 8114235 commit fe6b751
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ third_party_settings:
group_editorial_workflow:
children:
- moderation_state
- revision_log
- flag
label: 'Editorial Workflow'
region: content
Expand Down Expand Up @@ -188,10 +187,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 +206,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 +245,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

0 comments on commit fe6b751

Please sign in to comment.