See examples in "Resources/Private" and Configuration/Settings.yaml.
To see the API, check "EXTENSIBILITY.md" in the Neos.Neos.Ui Git Repository.
cd Packages/Application/
git clone git@github.com:neos/neos-ui-extensibility-examples.git Neos.Neos.Ui.ExtensibilityExamples
cd ../../
./flow flow:package:rescan
Currently, the examples do only work with yarn and not with NPM install.
- (optional): Use NVM to ensure you're using the right node.js version:
nvm install
- Install yarn globally
npm install -g yarn
- Go to
Resources/Private/[ExampleName]
and runyarn
.
- Adds custom button for CKEditor, to add a custom CSS style
- adds custom editor for inspector
- a little more advanced example for a color picker editor.
- showcasing how to add a custom theme