Skip to content
d6_filter_format.yml 1.08 KiB
Newer Older
source:
  plugin: d6_filter_format
process:
  format:
        # If the filter ID cannot be mapped, it will be passed through
        # unchanged because the bypass flag is set. The filter_id plugin
        # will flatten the input value and default it to filter_null (the
        # fallback filter plugin ID) if the flattened input value is not
        # a valid plugin ID.
        plugin: filter_id
            - filter_autop
            - filter_url
            - filter_htmlcorrector
            - filter_html_escape
      settings:
        plugin: filter_settings
        source: settings
      status:
        plugin: default_value
        default_value: true
destination:
  plugin: entity:filter_format