Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / filter / migration_templates / d6_filter_format.yml
1 id: d6_filter_format
2 label: Filter format configuration
3 migration_tags:
4   - Drupal 6
5 source:
6   plugin: d6_filter_format
7 process:
8   format:
9     plugin: machine_name
10     source: name
11   name: name
12   cache: cache
13   filters:
14     plugin: sub_process
15     source: filters
16     key: '@id'
17     process:
18       id:
19         # If the filter ID cannot be mapped, it will be passed through
20         # unchanged because the bypass flag is set. The filter_id plugin
21         # will flatten the input value and default it to filter_null (the
22         # fallback filter plugin ID) if the flattened input value is not
23         # a valid plugin ID.
24         plugin: filter_id
25         source:
26           - module
27           - delta
28         bypass: true
29         map:
30           filter:
31             - filter_html
32             - filter_autop
33             - filter_url
34             - filter_htmlcorrector
35             - filter_html_escape
36       settings:
37         plugin: filter_settings
38         source: settings
39       status:
40         plugin: default_value
41         default_value: true
42 destination:
43   plugin: entity:filter_format
44   no_stub: true