Mercurial > hg > cmmr2012-drupal-site
annotate core/modules/field/migrations/d7_view_modes.yml @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | c75dbcec494b |
children |
rev | line source |
---|---|
Chris@0 | 1 id: d7_view_modes |
Chris@0 | 2 label: View modes |
Chris@0 | 3 migration_tags: |
Chris@0 | 4 - Drupal 7 |
Chris@0 | 5 - Configuration |
Chris@0 | 6 source: |
Chris@0 | 7 plugin: d7_view_mode |
Chris@0 | 8 process: |
Chris@0 | 9 mode: |
Chris@0 | 10 plugin: static_map |
Chris@0 | 11 source: view_mode |
Chris@0 | 12 bypass: true |
Chris@0 | 13 map: |
Chris@0 | 14 default: full |
Chris@0 | 15 label: |
Chris@0 | 16 plugin: static_map |
Chris@0 | 17 source: view_mode |
Chris@0 | 18 bypass: true |
Chris@0 | 19 map: |
Chris@0 | 20 search_index: "Search index" |
Chris@0 | 21 search_result: "Search result" |
Chris@0 | 22 rss: "RSS" |
Chris@0 | 23 print: "Print" |
Chris@0 | 24 teaser: "Teaser" |
Chris@0 | 25 full: "Full" |
Chris@0 | 26 default: "Full" |
Chris@0 | 27 targetEntityType: entity_type |
Chris@0 | 28 destination: |
Chris@0 | 29 plugin: entity:entity_view_mode |