Security update to Drupal 8.4.6 with PHP held back to 7.0.27 to match the stoneboat...
[yaffs-website] / web / core / modules / image / migration_templates / d6_imagecache_presets.yml
1 id: d6_imagecache_presets
2 label: ImageCache Presets
3 migration_tags:
4   - Drupal 6
5 source:
6   plugin: d6_imagecache_presets
7 process:
8   name:
9     -
10       plugin: machine_name
11       source: presetname
12     -
13       plugin: make_unique_entity_field
14       entity_type: image_style
15       field: name
16       length: 32
17   label: presetname
18   effects:
19     plugin: d6_imagecache_actions
20     source:
21       - '@plugin'
22       - data
23 destination:
24   plugin: entity:image_style