Pull merge.
[yaffs-website] / web / core / modules / system / migrations / d6_system_performance.yml
1 id: d6_system_performance
2 label: Performance configuration
3 migration_tags:
4   - Drupal 6
5   - Configuration
6 source:
7   plugin: variable
8   variables:
9     - preprocess_css
10     - preprocess_js
11     - cache_lifetime
12     - cache
13     - page_compression
14   source_module: system
15 process:
16   'css/preprocess': preprocess_css
17   'js/preprocess': preprocess_js
18   'cache/page/max_age': cache_lifetime
19 destination:
20   plugin: config
21   config_name: system.performance