sandstorm/ckeditorinspector
Composer 安装命令:
composer require sandstorm/ckeditorinspector
包简介
Integrate the CKEditor Inspector into the Neos UI (only in Dev context)
README 文档
README
The CKEditorInspector is a Neos UI Plugin to include the CKEditor 5 Inspector inside Neos. This is very helpful when debugging CKEditor5 plugins.
Installation
composer require sandstorm/ckeditorinspector
Usage
The inspector is included only in Development context; and automatically pops up at the bottom of the screen.
In case the inspector does not load and you get cryptic JS errors, clear the local storage using window.localStorage.clear() and reload.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
To set up the development environment, run the following:
cd Resources/Private/Inspector
yarn
npm run watch
npm run build
License
统计信息
- 总下载量: 575
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2019-06-16
