core/modules/filter/migration_templates/d6_filter_format.yml | 2 -- core/modules/filter/migration_templates/d7_filter_format.yml | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/modules/filter/migration_templates/d6_filter_format.yml b/core/modules/filter/migration_templates/d6_filter_format.yml index 1b4d473..980ea36 100644 --- a/core/modules/filter/migration_templates/d6_filter_format.yml +++ b/core/modules/filter/migration_templates/d6_filter_format.yml @@ -34,8 +34,6 @@ process: - filter_url - filter_htmlcorrector - filter_html_escape - php: - - php_code settings: plugin: filter_settings source: settings diff --git a/core/modules/filter/migration_templates/d7_filter_format.yml b/core/modules/filter/migration_templates/d7_filter_format.yml index a75a0cb..7f97b91 100755 --- a/core/modules/filter/migration_templates/d7_filter_format.yml +++ b/core/modules/filter/migration_templates/d7_filter_format.yml @@ -19,7 +19,9 @@ process: source: name map: php_code: filter_null - settings: settings + settings: + plugin: filter_settings + source: settings status: plugin: default_value default_value: true