diu / neos-linkeditor
Extends the Neos CKE5 linkeditor with additional data attributes
Package info
github.com/diu-digital/DIU.Neos.Linkeditor.Extension
Language:JavaScript
Type:neos-package
pkg:composer/diu/neos-linkeditor
1.0.3
2019-07-31 11:27 UTC
Requires
- neos/neos: *
- neos/neos-ui: ^3.8 || ^2.7
- neos/nodetypes: *
This package is auto-updated.
Last update: 2026-05-21 08:53:53 UTC
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