d7_to_d10_migration/drupal10/ref_migrations/migrate_plus.migration.upgrade_d7_view_modes.yml
Mauricio Dinarte f4bd2062fa Add generated migrations
Migrations created with the migrate_upgrade module using the command

```
drush --yes migrate:upgrade
  --legacy-db-key='migrate'
  --legacy-root='http://ddev-migration-drupal7-web'
  --configure-only
```
2024-07-22 21:38:36 -06:00

52 lines
1.1 KiB
YAML

uuid: 47e53956-945c-4d0e-afb0-5f19f1b35525
langcode: en
status: true
dependencies: { }
id: upgrade_d7_view_modes
class: Drupal\migrate\Plugin\Migration
field_plugin_method: null
cck_plugin_method: null
migration_tags:
- 'Drupal 7'
- Configuration
migration_group: migrate_drupal_7
label: 'View modes'
source:
plugin: d7_view_mode
process:
mode:
-
plugin: static_map
source: view_mode
bypass: true
map:
default: full
label:
-
plugin: static_map
source: view_mode
bypass: true
map:
search_index: 'Search index'
search_result: 'Search result'
rss: RSS
print: Print
teaser: Teaser
full: Full
default: Full
targetEntityType:
-
plugin: get
source: entity_type
-
plugin: static_map
map:
field_collection_item: paragraph
paragraphs_item: paragraph
bypass: true
destination:
plugin: 'entity:entity_view_mode'
migration_dependencies:
required: { }
optional:
- upgrade_d7_field_collection_type