diu / neos-linkeditor
扩展了Neos CKE5链接编辑器,增加了额外的数据属性
1.0.3
2019-07-31 11:27 UTC
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: 2024-09-06 23:26:13 UTC
README
扩展了Neos CKE5链接编辑器,增加了额外的数据属性
使用以下配置启用额外的链接选项
"Neos.NodeTypes.BaseMixins:TextMixin":
properties:
text:
ui:
inline:
editorOptions:
linking:
linkEditor: true
此外,此包通过Fusion处理器在所有链接上生成 data-enuripathsegment
属性。
开发
如果您需要调整此包中的任何内容,请这样做,然后按照以下方式重建代码
cd Resources/Private/LinkEditor
yarn && yarn build
然后提交更改的文件,包括Plugin.js