zebra icon indicating copy to clipboard operation
zebra copied to clipboard

A fully editable frontend setup for Neos CMS with Next.js

Results 3 zebra issues
Sort by recently updated
recently updated
newest added

The most straightforward way to implement the raw editing mode would be to render it in Zebra with generic components (in `Preview` if the current `editPrevieMode` is `rawContent`). For that...

with https://github.com/neos/neos-ui/pull/3770 we will improve the Neos Ui content element bootstrapping to not depend on those script tags anymore. In theory this change should make the zebra even simpler but...