Mercurial > hg > isophonics-drupal-site
annotate core/modules/image/migrations/d6_imagecache_presets.yml @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 1fec387a4317 |
children |
rev | line source |
---|---|
Chris@14 | 1 id: d6_imagecache_presets |
Chris@14 | 2 label: ImageCache Presets |
Chris@14 | 3 migration_tags: |
Chris@14 | 4 - Drupal 6 |
Chris@14 | 5 - Configuration |
Chris@14 | 6 source: |
Chris@14 | 7 plugin: d6_imagecache_presets |
Chris@14 | 8 process: |
Chris@14 | 9 name: |
Chris@14 | 10 - |
Chris@14 | 11 plugin: machine_name |
Chris@14 | 12 source: presetname |
Chris@14 | 13 - |
Chris@14 | 14 plugin: make_unique_entity_field |
Chris@14 | 15 entity_type: image_style |
Chris@14 | 16 field: name |
Chris@14 | 17 length: 32 |
Chris@14 | 18 label: presetname |
Chris@14 | 19 effects: |
Chris@14 | 20 plugin: d6_imagecache_actions |
Chris@14 | 21 source: |
Chris@14 | 22 - '@plugin' |
Chris@14 | 23 - data |
Chris@14 | 24 destination: |
Chris@14 | 25 plugin: entity:image_style |