From c80d5e1310dd8a6ab1394ceb3c74a00a4a60bf0c Mon Sep 17 00:00:00 2001 From: Mauricio Dinarte Date: Wed, 4 Dec 2024 10:11:49 -0600 Subject: [PATCH] Add upgrade_d7_field_collection_type configuration migration Copied from ref_migrations folder --- .../upgrade_d7_field_collection_type.yml | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 drupal10/web/modules/custom/tag1_migration/tag1_migration_config/migrations/upgrade_d7_field_collection_type.yml diff --git a/drupal10/web/modules/custom/tag1_migration/tag1_migration_config/migrations/upgrade_d7_field_collection_type.yml b/drupal10/web/modules/custom/tag1_migration/tag1_migration_config/migrations/upgrade_d7_field_collection_type.yml new file mode 100644 index 0000000..23f3ed7 --- /dev/null +++ b/drupal10/web/modules/custom/tag1_migration/tag1_migration_config/migrations/upgrade_d7_field_collection_type.yml @@ -0,0 +1,34 @@ +uuid: de3bc34f-ded0-4e1e-9012-ffea66e933d7 +langcode: en +status: true +dependencies: { } +id: upgrade_d7_field_collection_type +class: Drupal\migrate\Plugin\Migration +field_plugin_method: null +cck_plugin_method: null +migration_tags: + - 'Drupal 7' + - Configuration +migration_group: migrate_drupal_7 +label: 'Paragraphs - Field Collection type configuration' +source: + plugin: d7_field_collection_type + add_description: true +process: + id: + - + plugin: get + source: bundle + label: + - + plugin: get + source: name + description: + - + plugin: get + source: description +destination: + plugin: 'entity:paragraphs_type' +migration_dependencies: + required: { } + optional: { }