visol/neos-clipboardinputtransformation

There is no license information available for the latest version (1.1.0) of this package.

Define a map of search and replacement strings, which are transformed when pasting content into the rich-text editor

Installs: 334

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 6

Forks: 0

Open Issues: 0

Language:JavaScript

Type:neos-package

1.1.0 2023-05-17 19:57 UTC

This package is auto-updated.

Last update: 2024-05-17 22:12:59 UTC


README

composer require visol/neos-clipboardinputtransformation

Define a map of search and replacement strings, which are transformed when pasting content into the rich-text editor.

Neos:
  Neos:
    Ui:
      frontendConfiguration:
        "Visol.Neos.ClipboardInputTransformation":
          replacements:
            # for example replace LSEP and PSEP unicode chars
            - search: "\u2029"
              replace: ""
            - search: "\u2028"
              replace: ""
            # or replace any string
            - search: "speak now"
              replace: "echo now"

Credits

Created for visol by Marc Henry Schultz, https://github.com/mhsdesign

visol digitale Dienstleistungen GmbH, www.visol.ch