mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-02-12 01:26:53 +00:00
Add migrated field storage settings
This commit is contained in:
parent
adb7b150f0
commit
5e4063539b
17 changed files with 325 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
uuid: b08455f0-c601-4849-b14c-a936a90f2bd7
|
||||
langcode: en
|
||||
langcode: und
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
uuid: 52bcbaa2-9c4e-46bf-ab69-8e07bf8f594f
|
||||
langcode: und
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
- text
|
||||
id: node.field_additional_information
|
||||
field_name: field_additional_information
|
||||
entity_type: node
|
||||
type: text_long
|
||||
settings: { }
|
||||
module: text
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
19
drupal10/config/field.storage.node.field_address.yml
Normal file
19
drupal10/config/field.storage.node.field_address.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
uuid: 8c1c5b34-54d0-4a65-ad34-37cbd680856c
|
||||
langcode: und
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- address
|
||||
- node
|
||||
id: node.field_address
|
||||
field_name: field_address
|
||||
entity_type: node
|
||||
type: address
|
||||
settings: { }
|
||||
module: address
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
20
drupal10/config/field.storage.node.field_date.yml
Normal file
20
drupal10/config/field.storage.node.field_date.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
uuid: 91e7ec3c-7cc0-4060-a068-ce2d51ac6c70
|
||||
langcode: und
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- datetime
|
||||
- node
|
||||
id: node.field_date
|
||||
field_name: field_date
|
||||
entity_type: node
|
||||
type: datetime
|
||||
settings:
|
||||
datetime_type: date
|
||||
module: datetime
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
19
drupal10/config/field.storage.node.field_description.yml
Normal file
19
drupal10/config/field.storage.node.field_description.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
uuid: 8b799e33-38c4-4be9-862b-0c3e5f978835
|
||||
langcode: und
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
- text
|
||||
id: node.field_description
|
||||
field_name: field_description
|
||||
entity_type: node
|
||||
type: text_long
|
||||
settings: { }
|
||||
module: text
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
19
drupal10/config/field.storage.node.field_phone.yml
Normal file
19
drupal10/config/field.storage.node.field_phone.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
uuid: e7b8d123-98bc-4c9c-9534-efdf46951f89
|
||||
langcode: und
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
- telephone
|
||||
id: node.field_phone
|
||||
field_name: field_phone
|
||||
entity_type: node
|
||||
type: telephone
|
||||
settings: { }
|
||||
module: telephone
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
19
drupal10/config/field.storage.node.field_sessions.yml
Normal file
19
drupal10/config/field.storage.node.field_sessions.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
uuid: 76560187-e22a-4e03-9f2e-0c458f31a18e
|
||||
langcode: und
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
id: node.field_sessions
|
||||
field_name: field_sessions
|
||||
entity_type: node
|
||||
type: entity_reference
|
||||
settings:
|
||||
target_type: node
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: -1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
23
drupal10/config/field.storage.node.field_slides.yml
Normal file
23
drupal10/config/field.storage.node.field_slides.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
uuid: 411679fd-0567-4e67-8c70-333678c68422
|
||||
langcode: und
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- file
|
||||
- node
|
||||
id: node.field_slides
|
||||
field_name: field_slides
|
||||
entity_type: node
|
||||
type: file
|
||||
settings:
|
||||
target_type: file
|
||||
display_field: false
|
||||
display_default: false
|
||||
uri_scheme: public
|
||||
module: file
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
19
drupal10/config/field.storage.node.field_speakers.yml
Normal file
19
drupal10/config/field.storage.node.field_speakers.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
uuid: eecc6449-d96c-4319-aaf0-d81f433a714c
|
||||
langcode: und
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
id: node.field_speakers
|
||||
field_name: field_speakers
|
||||
entity_type: node
|
||||
type: entity_reference
|
||||
settings:
|
||||
target_type: node
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: -1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
19
drupal10/config/field.storage.node.field_sponsors.yml
Normal file
19
drupal10/config/field.storage.node.field_sponsors.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
uuid: e39fa08a-7d18-40f1-a6ad-6052b1730fdb
|
||||
langcode: und
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
id: node.field_sponsors
|
||||
field_name: field_sponsors
|
||||
entity_type: node
|
||||
type: entity_reference
|
||||
settings:
|
||||
target_type: node
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: -1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
20
drupal10/config/field.storage.node.field_tags.yml
Normal file
20
drupal10/config/field.storage.node.field_tags.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
uuid: 373954fb-ba2b-4144-abfc-855dfe37ecfb
|
||||
langcode: und
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
- taxonomy
|
||||
id: node.field_tags
|
||||
field_name: field_tags
|
||||
entity_type: node
|
||||
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
|
20
drupal10/config/field.storage.node.field_topics.yml
Normal file
20
drupal10/config/field.storage.node.field_topics.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
uuid: 19e0f2fe-4b59-4a1c-9868-28922d36049c
|
||||
langcode: und
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
- taxonomy
|
||||
id: node.field_topics
|
||||
field_name: field_topics
|
||||
entity_type: node
|
||||
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
|
30
drupal10/config/field.storage.node.field_type.yml
Normal file
30
drupal10/config/field.storage.node.field_type.yml
Normal file
|
@ -0,0 +1,30 @@
|
|||
uuid: 3ac12a0b-748e-4241-bb95-066cc9f0b218
|
||||
langcode: und
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
- options
|
||||
id: node.field_type
|
||||
field_name: field_type
|
||||
entity_type: node
|
||||
type: list_string
|
||||
settings:
|
||||
allowed_values:
|
||||
-
|
||||
value: in_person
|
||||
label: 'In person'
|
||||
-
|
||||
value: online
|
||||
label: Online
|
||||
-
|
||||
value: hybrid
|
||||
label: 'In person + Online'
|
||||
allowed_values_function: ''
|
||||
module: options
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
19
drupal10/config/field.storage.node.field_venue.yml
Normal file
19
drupal10/config/field.storage.node.field_venue.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
uuid: 1c8d8081-d9b1-4eab-a60c-f6cb756f1700
|
||||
langcode: und
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
id: node.field_venue
|
||||
field_name: field_venue
|
||||
entity_type: node
|
||||
type: entity_reference
|
||||
settings:
|
||||
target_type: node
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
19
drupal10/config/field.storage.node.field_website.yml
Normal file
19
drupal10/config/field.storage.node.field_website.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
uuid: 9035c4b0-ec90-47e8-897f-36a95372c110
|
||||
langcode: und
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- link
|
||||
- node
|
||||
id: node.field_website
|
||||
field_name: field_website
|
||||
entity_type: node
|
||||
type: link
|
||||
settings: { }
|
||||
module: link
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
|
@ -0,0 +1,19 @@
|
|||
uuid: 9e113eec-8ad3-4730-be04-b684f973a76e
|
||||
langcode: und
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- paragraphs
|
||||
id: paragraph.field_quote_message
|
||||
field_name: field_quote_message
|
||||
entity_type: paragraph
|
||||
type: string_long
|
||||
settings:
|
||||
case_sensitive: false
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
21
drupal10/config/field.storage.paragraph.field_quote_name.yml
Normal file
21
drupal10/config/field.storage.paragraph.field_quote_name.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
uuid: 3a3af3ac-86ae-40c6-a5b7-c2f7447708cf
|
||||
langcode: und
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- paragraphs
|
||||
id: paragraph.field_quote_name
|
||||
field_name: field_quote_name
|
||||
entity_type: paragraph
|
||||
type: string
|
||||
settings:
|
||||
max_length: 255
|
||||
case_sensitive: false
|
||||
is_ascii: false
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
Loading…
Add table
Reference in a new issue