neos / neos-ui-extensibilityexamples
Fund package maintenance!
shop.neos.io/neosfunding
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 18
Watchers: 6
Forks: 6
Open Issues: 2
Language:JavaScript
Type:neos-package
Requires
- neos/flow: *
This package is auto-updated.
Last update: 2024-11-07 08:41:50 UTC
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 build
ornpm 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