neos/neos-ui-extensibilityexamples
Composer 安装命令:
composer require neos/neos-ui-extensibilityexamples
包简介
README 文档
README
See examples in "Resources/Private" and Configuration/Settings.yaml.
To see the API, check UI Extensibility Docs.
Installation
cd Packages/Application/
git clone git@github.com:neos/neos-ui-extensibility-examples.git Neos.Neos.Ui.ExtensibilityExamples
cd ../../
./flow flow:package:rescan
How to build the examples
Currently, the examples do only work with yarn and not with NPM install.
- Go to
Resources/Private/[ExampleName] - (optional): Use NVM to ensure you're using the right node.js version:
nvm install - Install yarn globally
npm install -g yarn - In the folder
Resources/Private/[ExampleName], runyarn. - Then, use
npm run buildornpm run watch.
Examples
CustomStylingForEditor
- Adds custom button for CKEditor 5, to add a custom CSS style
ModifyDataWithCommandCKEditor
- Adds custom button for CKEditor 5 to manipulate the content. In this case we change the content to uppercase text.
CustomEditor
- adds custom editor for inspector
ColorPickerEditor
- a little more advanced example for a color picker editor.
ReplacingComponentsViaUnplannedExtensibility
- showcasing how to add a custom theme
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 18
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2022-12-07