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-8251: Updates FWB help text, removing op status #20309

Merged
merged 3 commits into from
Jan 21, 2025
Merged
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
22 changes: 21 additions & 1 deletion config/sync/node.type.full_width_banner_alert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ langcode: en
status: true
dependencies:
module:
- menu_force
- menu_ui
- node_revision_delete
- node_title_help_text
Expand All @@ -13,13 +14,32 @@ third_party_settings:
node_title_help_text:
title_help: 'This will be displayed as the header on the alert.'
node_revision_delete:
amount:
status: false
settings:
amount: 0
created:
status: false
settings:
age: 1
drafts:
status: false
settings:
age: 1
minimum_age_to_delete: 0
minimum_revisions_to_keep: 50
only_drafts:
status: false
settings:
age: 0
when_to_delete: 0
menu_force:
menu_force: false
menu_force_parent: false
name: 'VAMC System Banner Alert with Situation Updates'
type: full_width_banner_alert
description: 'A full-width alert that will be added to a VAMC system, or multiple VAMC systems.'
help: "<p>Veterans and VA employees need up-to-date information about the operating status of VHA facilities. Whether it’s inclement weather or road closures, this form lets VAMC editors update facility operating status and add banner alerts and situation updates to VAMC pages, all in one streamlined editorial experience.</p>\r\n\r\n<h2>Trigger email bulletins via GovDelivery</h2>\r\n\r\n<p>Editors of VAMC banner alerts can optionally trigger email bulletins via each VAMC system’s emergency updates email list, either when creating the initial alert, or with additional situation updates that editors add as new information becomes available.</p>\r\n\r\n<h2>Target one or more VAMCs</h2>\r\n<p>For situations affecting multiple VAMCs, such as a hurricane, VISN or VHA editors can create one banner alert to display across a region.</p>\r\n\r\n"
help: "<p>Veterans and VA employees need up-to-date information about VHA facilities. Whether due to inclement weather or road closures, this form lets VAMC editors add banner alerts and situation updates to VAMC pages, all in one streamlined editorial experience.</p>\r\n\r\n<h2>Trigger email bulletins via GovDelivery</h2>\r\n\r\n<p>Editors of VAMC banner alerts can optionally trigger email bulletins via each VAMC system’s emergency updates email list, either when creating the initial alert, or with additional situation updates that editors add as new information becomes available.</p>\r\n\r\n<h2>Target one or more VAMCs</h2>\r\n<p>For situations affecting multiple VAMCs, such as a hurricane, VISN or VHA editors can create one banner alert to display across a region.</p>\r\n\r\n"
new_revision: true
preview_mode: 0
display_submitted: false
Loading