Skip to content

Commit

Permalink
Merge branch 'integration-service-location' into VACMS-16348-add-appo…
Browse files Browse the repository at this point in the history
…intment-fields-service-location
  • Loading branch information
omahane authored Jan 18, 2024
2 parents ee2ffc6 + c0d2253 commit ab4d265
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ dependencies:
- field.field.paragraph.service_location.field_office_hours
- field.field.paragraph.service_location.field_office_visits
- field.field.paragraph.service_location.field_phone
- field.field.paragraph.service_location.field_service_delivery_options
- field.field.paragraph.service_location.field_service_location_address
- field.field.paragraph.service_location.field_use_main_facility_phone
- field.field.paragraph.service_location.field_virtual_support
- paragraphs.paragraphs_type.service_location
module:
- change_labels
- entity_browser_entity_form
- field_group
- ief_table_view_mode
Expand Down Expand Up @@ -188,6 +190,16 @@ content:
third_party_settings:
entity_browser_entity_form:
entity_browser_id: _none
field_service_delivery_options:
type: options_buttons
weight: 2
region: content
settings: { }
third_party_settings:
limited_field_widgets:
limit_values: '0'
change_labels:
add_another: ''
field_service_location_address:
type: paragraphs
weight: 25
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies:
- field.field.paragraph.service_location.field_office_hours
- field.field.paragraph.service_location.field_office_visits
- field.field.paragraph.service_location.field_phone
- field.field.paragraph.service_location.field_service_delivery_options
- field.field.paragraph.service_location.field_service_location_address
- field.field.paragraph.service_location.field_use_main_facility_phone
- field.field.paragraph.service_location.field_virtual_support
Expand Down Expand Up @@ -171,6 +172,14 @@ content:
third_party_settings: { }
weight: 4
region: content
field_service_delivery_options:
type: entity_reference_label
label: above
settings:
link: false
third_party_settings: { }
weight: 6
region: content
field_service_location_address:
type: entity_reference_revisions_entity_view
label: visually_hidden
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
uuid: e8753699-64d0-4ece-b01d-53d60acb26cc
langcode: en
status: true
dependencies:
config:
- field.storage.paragraph.field_service_delivery_options
- paragraphs.paragraphs_type.service_location
- taxonomy.vocabulary.service_delivery_options
module:
- entity_reference_validators
- tmgmt_content
third_party_settings:
entity_reference_validators:
circular_reference: false
circular_reference_deep: false
duplicate_reference: false
tmgmt_content:
excluded: false
id: paragraph.service_location.field_service_delivery_options
field_name: field_service_delivery_options
entity_type: paragraph
bundle: service_location
label: 'Service delivery options'
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
handler: 'default:taxonomy_term'
handler_settings:
target_bundles:
service_delivery_options: service_delivery_options
sort:
field: name
direction: asc
auto_create: false
auto_create_bundle: ''
field_type: entity_reference
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
uuid: 88e99263-1551-4f7b-97a6-e92e48525c5b
langcode: en
status: true
dependencies:
module:
- paragraphs
- taxonomy
id: paragraph.field_service_delivery_options
field_name: field_service_delivery_options
entity_type: paragraph
type: entity_reference
settings:
target_type: taxonomy_term
module: core
locked: false
cardinality: -1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false

0 comments on commit ab4d265

Please sign in to comment.