diu / neos-linkeditor
Extends the Neos CKE5 linkeditor with additional data attributes
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 13
Language:JavaScript
Type:neos-package
Requires
- neos/neos: *
- neos/neos-ui: ^3.8 || ^2.7
- neos/nodetypes: *
- dev-master
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-dependabot/npm_and_yarn/Resources/Private/LinkEditor/qs-6.11.0
- dev-dependabot/npm_and_yarn/Resources/Private/LinkEditor/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/Resources/Private/LinkEditor/loader-utils-1.4.2
- dev-dependabot/npm_and_yarn/Resources/Private/LinkEditor/shell-quote-1.7.3
- dev-dependabot/npm_and_yarn/Resources/Private/LinkEditor/async-2.6.4
- dev-dependabot/npm_and_yarn/Resources/Private/LinkEditor/url-parse-1.5.10
- dev-dependabot/npm_and_yarn/Resources/Private/LinkEditor/mout-1.2.3
- dev-dependabot/npm_and_yarn/Resources/Private/LinkEditor/shelljs-0.8.5
- dev-dependabot/npm_and_yarn/Resources/Private/LinkEditor/tar-4.4.19
- dev-dependabot/npm_and_yarn/Resources/Private/LinkEditor/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/Resources/Private/LinkEditor/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/Resources/Private/LinkEditor/lodash-4.17.21
- dev-dependabot/npm_and_yarn/Resources/Private/LinkEditor/dot-prop-4.2.1
- dev-ajaxOptions
This package is auto-updated.
Last update: 2025-03-07 00:34:50 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