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-19805: Adds new statuses #19881

Merged
18 changes: 15 additions & 3 deletions config/sync/field.storage.node.field_operating_status_facility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,27 @@ settings:
-
value: normal
label: 'Normal services and hours'
-
value: notice
label: 'Facility notice'
-
value: limited
label: 'Limited services and hours'
-
value: closed
label: 'Facility closed'
-
value: temporary_closure
label: 'Temporary facility closure'
-
value: temporary_location
label: 'Temporary location'
-
value: virtual_care
label: 'Virtual care only'
-
value: coming_soon
label: 'Coming soon'
-
value: notice
label: 'Facility notice'
allowed_values_function: ''
module: options
locked: false
Expand Down
Loading