You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

65 lines
1.2 KiB

uuid: 566e57d9-c337-4290-8014-e211753b39e7
langcode: en
status: true
dependencies: { }
id: upgrade_d7_search_page
class: Drupal\migrate\Plugin\Migration
field_plugin_method: null
cck_plugin_method: null
migration_tags:
- 'Drupal 7'
- Configuration
migration_group: migrate_drupal_7
label: 'Search page configuration'
source:
plugin: d7_search_page
variables:
- node_rank_comments
- node_rank_promote
- node_rank_relevance
- node_rank_sticky
- node_rank_views
constants:
suffix: _search
process:
module:
-
plugin: get
source: module
module_exists:
-
plugin: skip_on_empty
method: row
source: module_exists
status:
-
plugin: static_map
source: status
map:
node: true
user: true
default_value: false
id:
-
plugin: concat
source:
- module
- constants/suffix
plugin:
-
plugin: concat
source:
- module
- constants/suffix
path:
-
plugin: get
source: module
configuration/rankings:
-
plugin: search_configuration_rankings
destination:
plugin: 'entity:search_page'
migration_dependencies:
required: { }
optional: { }