Problem/Motivation

The SanitizeText process plugin should prepare text input with several sanitization methods like Word special char removal or conversion to UTF-8, XSS filtering, ...
It acts as a facade on core functions that can be combined with other methods.

Proposed resolution

Make use of the utilities like transliteration, core sanitization functions, ...

Remaining tasks

  • Implement
  • Documentation
  • Unit tests
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

colorfield created an issue.

digitaldonkey made their first commit to this issue’s fork.

digitaldonkey’s picture

Not sure if this is what you meant in this ticket.

I needed a way to convert bbcode to html during migration.
Might be helpful to others too.

process:
  description/value:
    source: g_description
    plugin: apply_text_filter
    filter_id: xbbcode

@see merge request !1