neos / neos-development-collection

The unified repository containing the Neos core packages, used for Neos development.
https://www.neos.io/
GNU General Public License v3.0
260 stars 218 forks source link

FEATURE: Separate properties and references in Neos UI #5156

Closed pKallert closed 15 hours ago

pKallert commented 1 week ago

Review instructions This will work together with https://github.com/neos/neos-ui/pull/3810/files - references are now no longer included in the properties, but will be used separately, just like in the config.

This also fixes the label translation afterwards

Followup / Cleanup for https://github.com/neos/neos-development-collection/pull/4677 Solves parts of https://github.com/neos/neos-development-collection/issues/4981

Checklist

mhsdesign commented 1 week ago

Btw with these changes ClientEval code might also need to be migrated as node.properties.myReference will no longer work but its node.references.myReference ... we should document this

Also youre basically solving unknowingly the things here https://github.com/neos/neos-development-collection/issues/4981 so thanks :D