Skip to content

Commit

Permalink
Issue #3106304 by huzooka, Wim Leers: Migrate: add mapping for editor…
Browse files Browse the repository at this point in the history
… module's editor_align and editor_caption filters

(cherry picked from commit 683ed03e58f7f95e28276bbc46c0eeb5d3cba4eb)
  • Loading branch information
catch committed May 7, 2020
1 parent 2445cf6 commit 277283f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions modules/filter/migrations/d7_filter_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,14 @@ process:
plugin: filter_id
bypass: true
source: name
# No need to map anything -- filter plugin IDs haven't changed since
# Drupal 7.
map: { }
# Although core filter plugin IDs haven't changed since Drupal 7, we map
# the contrib filters of the Editor module – those are the Drupal 7
# backport of some of the new filters in Drupal 8 core. Hence Drupal 8
# core is responsible for providing an upgrade path for those contrib
# filters.
map:
editor_caption: filter_caption
editor_align: filter_align
settings:
plugin: filter_settings
source: settings
Expand Down

0 comments on commit 277283f

Please sign in to comment.