mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-01-12 23:24:34 +00:00
Add upgrade_d7_field configuration migration
Copied from ref_migrations folder
This commit is contained in:
parent
c8124d2df1
commit
8bc6a6e7b5
1 changed files with 86 additions and 0 deletions
|
@ -0,0 +1,86 @@
|
|||
uuid: 30f95a1e-ce50-4029-9fee-7fdd68d43ea2
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: upgrade_d7_field
|
||||
class: Drupal\migrate_drupal\Plugin\migrate\FieldMigration
|
||||
field_plugin_method: alterFieldMigration
|
||||
cck_plugin_method: null
|
||||
migration_tags:
|
||||
- 'Drupal 7'
|
||||
- Configuration
|
||||
migration_group: migrate_drupal_7
|
||||
label: 'Field configuration'
|
||||
source:
|
||||
plugin: d7_field
|
||||
constants:
|
||||
status: true
|
||||
langcode: und
|
||||
process:
|
||||
entity_type:
|
||||
-
|
||||
plugin: get
|
||||
source: entity_type
|
||||
-
|
||||
plugin: static_map
|
||||
map:
|
||||
field_collection_item: paragraph
|
||||
paragraphs_item: paragraph
|
||||
bypass: true
|
||||
status:
|
||||
-
|
||||
plugin: get
|
||||
source: constants/status
|
||||
langcode:
|
||||
-
|
||||
plugin: get
|
||||
source: constants/langcode
|
||||
field_name:
|
||||
-
|
||||
plugin: get
|
||||
source: field_name
|
||||
type:
|
||||
-
|
||||
plugin: process_field
|
||||
source: type
|
||||
method: getFieldType
|
||||
map:
|
||||
d7_text:
|
||||
d7_text: d7_text
|
||||
taxonomy_term_reference:
|
||||
taxonomy_term_reference: taxonomy_term_reference
|
||||
image:
|
||||
image: image
|
||||
email:
|
||||
email: email
|
||||
field_url:
|
||||
field_url: field_url
|
||||
addressfield:
|
||||
addressfield: addressfield
|
||||
telephone:
|
||||
telephone: telephone
|
||||
entityreference:
|
||||
entityreference: entityreference
|
||||
file:
|
||||
file: file
|
||||
list:
|
||||
list: list
|
||||
datetime:
|
||||
datetime: datetime
|
||||
number_default:
|
||||
number_default: number_default
|
||||
cardinality:
|
||||
-
|
||||
plugin: get
|
||||
source: cardinality
|
||||
settings:
|
||||
0:
|
||||
plugin: d7_field_settings
|
||||
field_collection:
|
||||
plugin: field_collection_field_settings
|
||||
destination:
|
||||
plugin: 'entity:field_storage_config'
|
||||
migration_dependencies:
|
||||
required: { }
|
||||
optional:
|
||||
- upgrade_d7_field_collection_type
|
Loading…
Reference in a new issue