view core/modules/field/migrations/d7_view_modes.yml @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 1fec387a4317
children
line wrap: on
line source
id: d7_view_modes
label: View modes
migration_tags:
  - Drupal 7
  - Configuration
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: entity_type
destination:
  plugin: entity:entity_view_mode