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.
 
 

29 lines
626 B

uuid: 2fc54ee1-d085-4e03-8876-ffa8691b6ecc
langcode: en
status: true
dependencies: { }
id: upgrade_d7_filter_settings
class: Drupal\migrate\Plugin\Migration
field_plugin_method: null
cck_plugin_method: null
migration_tags:
- 'Drupal 7'
- Configuration
migration_group: migrate_drupal_7
label: 'Drupal 7 filter settings'
source:
plugin: variable
variables:
- filter_fallback_format
source_module: filter
process:
fallback_format:
-
plugin: get
source: filter_fallback_format
destination:
plugin: config
config_name: filter.settings
migration_dependencies:
required: { }
optional: { }