zebra icon indicating copy to clipboard operation
zebra copied to clipboard

Note `[email protected]:Nodes` will be deprecated

Open mhsdesign opened this issue 1 year ago • 3 comments

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 it would be great to see if the zebra still runs with these adjustments and even works if no script tags are emitted.

mhsdesign avatar Jun 13 '24 12:06 mhsdesign

To test this change one can use the bugfix/remove-ui-script-tag-compiled-artifacts branch in composer:

"neos/neos-ui": "dev-bugfix/remove-ui-script-tag-compiled-artifacts as 8.3.8",

mhsdesign avatar Jun 17 '24 08:06 mhsdesign

@mhsdesign Thanks for the hint! I'll take care to test that.

hlubek avatar Jul 04 '24 07:07 hlubek

Fyi just updated the branch. I didnt look into it where you create the nasty <script tags, but for the content elements you can and should omit them ;)

mhsdesign avatar Jul 04 '24 09:07 mhsdesign