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.
67 lines
1.2 KiB
67 lines
1.2 KiB
2 years ago
|
uuid: 7bec1419-9f13-4641-994a-4da6e0ca1175
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies: { }
|
||
|
id: upgrade_d7_color
|
||
|
class: Drupal\migrate\Plugin\Migration
|
||
|
field_plugin_method: null
|
||
|
cck_plugin_method: null
|
||
|
migration_tags:
|
||
|
- 'Drupal 7'
|
||
|
- Configuration
|
||
|
migration_group: migrate_drupal_7
|
||
|
label: Color
|
||
|
source:
|
||
|
plugin: d7_color
|
||
|
constants:
|
||
|
config_prefix: color.theme.
|
||
|
process:
|
||
|
theme_installed:
|
||
|
-
|
||
|
plugin: skip_on_empty
|
||
|
source: theme_installed
|
||
|
method: row
|
||
|
element_name:
|
||
|
-
|
||
|
plugin: explode
|
||
|
source: name
|
||
|
delimiter: _
|
||
|
-
|
||
|
plugin: extract
|
||
|
index:
|
||
|
- 2
|
||
|
screenshot:
|
||
|
-
|
||
|
plugin: static_map
|
||
|
source: '@element_name'
|
||
|
bypass: true
|
||
|
map:
|
||
|
screenshot: false
|
||
|
-
|
||
|
plugin: skip_on_empty
|
||
|
method: row
|
||
|
theme_name:
|
||
|
-
|
||
|
plugin: explode
|
||
|
source: name
|
||
|
delimiter: _
|
||
|
-
|
||
|
plugin: extract
|
||
|
index:
|
||
|
- 1
|
||
|
configuration_name:
|
||
|
-
|
||
|
plugin: concat
|
||
|
source:
|
||
|
- constants/config_prefix
|
||
|
- '@theme_name'
|
||
|
value:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: value
|
||
|
destination:
|
||
|
plugin: color
|
||
|
migration_dependencies:
|
||
|
required: { }
|
||
|
optional: { }
|