-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VACMS-16348: Adds online scheduling field
- Loading branch information
Showing
4 changed files
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
config/sync/field.field.paragraph.service_location.field_online_scheduling_avail.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
uuid: 2e7310b9-e834-4060-a2b3-8f141cc6c612 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.paragraph.field_online_scheduling_avail | ||
- paragraphs.paragraphs_type.service_location | ||
module: | ||
- options | ||
- tmgmt_content | ||
third_party_settings: | ||
tmgmt_content: | ||
excluded: false | ||
id: paragraph.service_location.field_online_scheduling_avail | ||
field_name: field_online_scheduling_avail | ||
entity_type: paragraph | ||
bundle: service_location | ||
label: 'Is online scheduling available for this service' | ||
description: '' | ||
required: true | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: list_string |
27 changes: 27 additions & 0 deletions
27
config/sync/field.storage.paragraph.field_online_scheduling_avail.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
uuid: dd260bd2-d9d6-4c88-a904-17a475191269 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- options | ||
- paragraphs | ||
id: paragraph.field_online_scheduling_avail | ||
field_name: field_online_scheduling_avail | ||
entity_type: paragraph | ||
type: list_string | ||
settings: | ||
allowed_values: | ||
- | ||
value: 'no' | ||
label: 'No' | ||
- | ||
value: 'yes' | ||
label: 'Yes' | ||
allowed_values_function: '' | ||
module: options | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |