neos-ui icon indicating copy to clipboard operation
neos-ui copied to clipboard

!!! FEATURE: Separate properties and references in clientEval

Open pKallert opened this issue 8 months ago • 1 comments

What I did As discussed in https://github.com/neos/neos-development-collection/pull/5156 references should be available separately in ClientEval

How I did it

I adjusted the logic for loading data for the right sidebar to be separated into properties and references.

depends on https://github.com/neos/neos-ui/pull/3810

How to verify it

Use ClientEval:console.log(node) in the right to see that references are no longer in the properties array but now their separate item: Bildschirmfoto 2024-06-24 um 18 01 14

pKallert avatar Jun 24 '24 16:06 pKallert