markusguenther / DIU.Neos.Linkeditor.Extension

Extends the Neos CK5 linkeditor by additional data attributes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DIU.Neos.Linkeditor.Extension

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

About

Extends the Neos CK5 linkeditor by additional data attributes


Languages

Language:JavaScript 81.7%Language:PHP 18.3%