proklung / bitrix.ckeditor.module
替换Bitrix编辑器为CKEditor 5
1.0.3
2021-04-18 19:21 UTC
Requires
- php: >=7.3
- composer/installers: ~1
- proklung/bitrix.module.boilerplate: ^1.0
This package is auto-updated.
Last update: 2024-09-19 03:07:21 UTC
README
替换Bitrix编辑器为CKEditor 5
位置:详细页面和子页面(以及信息块描述)
编辑器构建
转到src
执行npm install
根据需要编辑配置,添加插件或设置
src/src/ckeditor.js
构建:yarn run build 或 npm npm run-script build
最终文件将由模块自动连接。
注意事项
CKEditor 5 由于原则性考虑(作者:"这是一个内容编辑器,一切皆可")不支持更改源代码(HTML代码直接)。
模块使用 boilerplate 空间命名 Local\Services\Bitrix\Modules。将来它将被移至单独的包。