diu/neos-linkeditor

Extends the Neos CKE5 linkeditor with additional data attributes

Installs: 25

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 13

Language:JavaScript

Type:neos-package


README

Extends the Neos CKE5 linkeditor with additional data attributes

Enable additional linking options with such config:

"Neos.NodeTypes.BaseMixins:TextMixin":
  properties:
    text:
      ui:
        inline:
          editorOptions:
            linking:
              linkEditor: true

Additionally this package generates data-enuripathsegment attribute on all links via a Fusion processor.

Development

If you need to adjust anything in this package, just do so and then rebuild the code like this:

cd Resources/Private/LinkEditor
yarn && yarn build

And then commit changed filed including Plugin.js