mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-11-21 06:26:30 +00:00
Add migrated field instance settings
This commit is contained in:
parent
5e4063539b
commit
8ce2c5e587
22 changed files with 423 additions and 5 deletions
21
drupal10/config/field.field.node.venue.field_phone.yml
Normal file
21
drupal10/config/field.field.node.venue.field_phone.yml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
uuid: f5e52a7e-58bd-4ee5-8b59-2737a6b2d81b
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_phone
|
||||
- node.type.venue
|
||||
module:
|
||||
- telephone
|
||||
id: node.venue.field_phone
|
||||
field_name: field_phone
|
||||
entity_type: node
|
||||
bundle: venue
|
||||
label: Phone
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: telephone
|
||||
Loading…
Add table
Add a link
Reference in a new issue