Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / search / migration_templates / search_page.yml
1 id: search_page
2 label: Search page configuration
3 migration_tags:
4   - Drupal 6
5   - Drupal 7
6 source:
7   plugin: variable
8   variables:
9     - node_rank_comments
10     - node_rank_promote
11     - node_rank_recent
12     - node_rank_relevance
13     - node_rank_sticky
14     - node_rank_views
15   constants:
16     id: node_search
17     path: node
18     plugin: node_search
19   source_module: search
20 process:
21   id: 'constants/id'
22   path: 'constants/path'
23   plugin: 'constants/plugin'
24   'configuration/rankings':
25     plugin: search_configuration_rankings
26 destination:
27   plugin: entity:search_page