Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
42aeeaa
VACMS-14752: Stub out select all for options buttons (multiple checkb…
dsasser Mar 26, 2025
00c34b4
VACMS-14752: Adds new select_all_options library to va_gov_backend.
dsasser Mar 27, 2025
88c8d0f
VACMS-14752: Updates VAMC Banner with 3rd party select all options. U…
dsasser Mar 28, 2025
d5b81ea
VACMS-14752: Refactoring/renameing to accommodate a 'mixed' checkbox …
dsasser Mar 28, 2025
320d3af
VACMS-14752: Adds initial css (not ideal yet). Adds better mixed stat…
dsasser Mar 28, 2025
13eb61c
VACMS-14752: Move to a field widget. Using 3rd party settings was get…
dsasser Mar 28, 2025
8846e8d
VACMS-14752: Styling adjustments.
dsasser Mar 28, 2025
90b6b5c
VACMS-14752: Add W3C license to checkbox_mixed library.
dsasser Mar 31, 2025
7105ade
VACMS-14752: Adds 'x' style to mixed state checkbox. Updates spacing.
dsasser Mar 31, 2025
7259b10
VACMS-14752: Moves checkbox-mixed css to theme since the changes are …
dsasser Mar 31, 2025
f5142ba
Merge remote-tracking branch 'origin/main' into VACMS-14752-add-check…
dsasser Mar 31, 2025
b7336ee
VACMS-14752: Fixes for linters.
dsasser Mar 31, 2025
ce26905
VACMS-14752: Adds missing config to full_width_banner_alert.
dsasser Mar 31, 2025
f8cebcf
Merge branch 'main' into VACMS-14752-add-check-all-option-for-checkbo…
dsasser Mar 31, 2025
8aaf20e
VACMS-14752: Prevents an error if the paragraph isn't found.
dsasser Apr 1, 2025
a98e851
VACMS-14752: Fixes bug where the select all checkbox was being used a…
dsasser Apr 1, 2025
b553c78
VACMS-14752: Set a value for the checkbox to solve an error being thr…
dsasser Apr 1, 2025
04650f8
Merge branch 'main' into VACMS-14752-add-check-all-option-for-checkbo…
dsasser Apr 1, 2025
8bc8eeb
Correct test step in CLP tests (#21070)
timcosgrove Apr 2, 2025
94453c8
VAGOV-TEAM-100805 digital form app url field & render logic (#21051)
Apr 2, 2025
f5eebb3
VAGOV-TEAM-105999: Step Layout Page (#21068)
ryguyk Apr 2, 2025
f68fb03
VACMS-20291: CLP Hero banner & Why this matters (#21033)
davidmpickett Apr 4, 2025
dc2f306
VACMS-20923: Homepage news spotlight block automation (#20976)
dsasser Apr 4, 2025
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
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,9 @@
"3228798 - Make revisions overview page accessible": "patches/3228798-make-revisions-overview-page-accessible.patch",
"2834253 - Missing column headings in Revisions list": "patches/2834253-missing-column-headers.patch"
},
"drupal/eca": {
"3515195 - Add migration_id token to migrate events": "patches/3515195-add-migration_id-token-to-migrate-events.patch"
},
"drupal/entity_browser": {
"2856138 - Entity browser cardinality validation": "patches/2856138-entity-browser-cardinality-validation.patch",
"3191302 - Make modal iframe tab accessible": "patches/3191302-make-modal-iframe-tab-accessible.patch",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "4fb1b41b25fd6b89004e81caa724e0f2",
"content-hash": "9f6c0d7f4d511eea99093632c4dec998",
"packages": [
{
"name": "asm89/stack-cors",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ content:
maxlength: 55
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 All @@ -89,9 +90,10 @@ content:
settings:
rows: 5
placeholder: ''
maxlength: 125
maxlength: 160
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 @@ -759,7 +759,7 @@ content:
settings:
rows: 5
placeholder: ''
maxlength: 350
maxlength: 450
counter_position: after
js_prevent_submit: true
count_only_mode: false
Expand Down
21 changes: 15 additions & 6 deletions config/sync/core.entity_form_display.node.digital_form.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
- field.field.node.digital_form.field_chapters
- field.field.node.digital_form.field_digital_form_what_to_know
- field.field.node.digital_form.field_expiration_date
- field.field.node.digital_form.field_form_application_url
- field.field.node.digital_form.field_intro_text
- field.field.node.digital_form.field_last_saved_by_an_editor
- field.field.node.digital_form.field_meta_tags
Expand Down Expand Up @@ -36,7 +37,7 @@ third_party_settings:
label: 'Editorial Workflow'
region: content
parent_name: ''
weight: 10
weight: 9
format_type: fieldset
format_settings:
classes: ''
Expand All @@ -53,7 +54,7 @@ third_party_settings:
label: 'OMB info'
region: content
parent_name: ''
weight: 8
weight: 7
format_type: fieldset
format_settings:
classes: ''
Expand All @@ -71,7 +72,7 @@ third_party_settings:
label: 'Introduction Page'
region: content
parent_name: ''
weight: 3
weight: 4
format_type: fieldset
format_settings:
classes: ''
Expand All @@ -88,7 +89,7 @@ mode: default
content:
field_chapters:
type: paragraphs_browser
weight: 9
weight: 8
region: content
settings:
title: Step
Expand Down Expand Up @@ -148,6 +149,14 @@ content:
region: content
settings: { }
third_party_settings: { }
field_form_application_url:
type: string_textfield
weight: 3
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_intro_text:
type: string_textarea_with_counter
weight: 4
Expand All @@ -164,7 +173,7 @@ content:
third_party_settings: { }
field_last_saved_by_an_editor:
type: datetime_timestamp
weight: 6
weight: 5
region: content
settings: { }
third_party_settings: { }
Expand Down Expand Up @@ -228,7 +237,7 @@ content:
third_party_settings: { }
path:
type: path
weight: 7
weight: 6
region: content
settings: { }
third_party_settings: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,15 @@ dependencies:
- field.field.node.full_width_banner_alert.field_situation_updates
- node.type.full_width_banner_alert
module:
- allowed_formats
- allow_only_one
- allowed_formats
- change_labels
- field_group
- limited_field_widgets
- paragraphs
- text
- textfield_counter
- va_gov_backend
third_party_settings:
field_group:
group_governance:
Expand Down Expand Up @@ -222,11 +225,16 @@ content:
placeholder: ''
third_party_settings: { }
field_banner_alert_vamcs:
type: options_buttons
type: checkbox_mixed
weight: 27
region: content
settings: { }
third_party_settings: { }
settings:
select_all_text: 'Select all VAMC systems'
third_party_settings:
limited_field_widgets:
limit_values: 0
change_labels:
add_another: ''
field_body:
type: text_textarea_with_counter
weight: 7
Expand All @@ -237,6 +245,7 @@ content:
maxlength: 300
counter_position: after
js_prevent_submit: true
count_only_mode: false
count_html_characters: false
textcount_status_message: '<span class="remaining_count">@remaining_count</span> characters remaining'
third_party_settings:
Expand Down
15 changes: 12 additions & 3 deletions config/sync/core.entity_view_display.node.digital_form.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
- field.field.node.digital_form.field_chapters
- field.field.node.digital_form.field_digital_form_what_to_know
- field.field.node.digital_form.field_expiration_date
- field.field.node.digital_form.field_form_application_url
- field.field.node.digital_form.field_intro_text
- field.field.node.digital_form.field_last_saved_by_an_editor
- field.field.node.digital_form.field_meta_tags
Expand All @@ -30,7 +31,7 @@ third_party_settings:
label: 'OMB info'
parent_name: ''
region: content
weight: 3
weight: 4
format_type: details
format_settings:
classes: ''
Expand All @@ -46,7 +47,7 @@ third_party_settings:
label: 'Introduction Page'
parent_name: ''
region: content
weight: 2
weight: 3
format_type: details
format_settings:
classes: ''
Expand All @@ -67,7 +68,7 @@ content:
view_mode: default
link: ''
third_party_settings: { }
weight: 4
weight: 5
region: content
field_digital_form_what_to_know:
type: string
Expand All @@ -86,6 +87,14 @@ content:
third_party_settings: { }
weight: 7
region: content
field_form_application_url:
type: string
label: above
settings:
link_to_entity: false
third_party_settings: { }
weight: 2
region: content
field_intro_text:
type: basic_string
label: above
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies:
- field.field.node.digital_form.field_digital_form_what_to_know
- field.field.node.digital_form.field_expiration_date
- field.field.node.digital_form.field_intro_text
- field.field.node.digital_form.field_form_application_url
- field.field.node.digital_form.field_last_saved_by_an_editor
- field.field.node.digital_form.field_meta_tags
- field.field.node.digital_form.field_omb_number
Expand Down Expand Up @@ -59,6 +60,7 @@ hidden:
field_chapters: true
field_digital_form_what_to_know: true
field_expiration_date: true
field_form_application_url: true
field_intro_text: true
field_last_saved_by_an_editor: true
field_meta_tags: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies:
- field.field.node.digital_form.field_digital_form_what_to_know
- field.field.node.digital_form.field_expiration_date
- field.field.node.digital_form.field_intro_text
- field.field.node.digital_form.field_form_application_url
- field.field.node.digital_form.field_last_saved_by_an_editor
- field.field.node.digital_form.field_meta_tags
- field.field.node.digital_form.field_omb_number
Expand Down Expand Up @@ -51,6 +52,7 @@ hidden:
field_chapters: true
field_digital_form_what_to_know: true
field_expiration_date: true
field_form_application_url: true
field_intro_text: true
field_last_saved_by_an_editor: true
field_meta_tags: true
Expand Down
1 change: 1 addition & 0 deletions config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ module:
eca_base: 0
eca_cm: 0
eca_content: 0
eca_migrate: 0
eca_ui: 0
eca_views: 0
eca_workflow: 0
Expand Down
2 changes: 1 addition & 1 deletion config/sync/eca.eca.aging_content_expired_news_promo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
uuid: 1f258e15-5c8f-4645-bc99-42d7c6ab772e
langcode: en
status: true
status: false
dependencies:
config:
- views.view.aging_content_content_block
Expand Down
2 changes: 1 addition & 1 deletion config/sync/eca.eca.aging_content_warn_news_promo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
uuid: e0b9a4d3-1d5d-46ca-8652-2eeeb2ffb21c
langcode: en
status: true
status: false
dependencies:
config:
- views.view.aging_content_content_block
Expand Down
Loading