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