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 220 forks source link

List of not migrated `Node` accesses in Fluid or EEL in the Neos code base #5030

Open mhsdesign opened 2 months ago

mhsdesign commented 2 months ago

Dedicated Fluid subtask: https://github.com/neos/neos-development-collection/issues/5023

node.parent wont work anymore (q(node).parent().get(0)):

node.tethered wont work anymore (is node.classification.tethered):

node.name is now node.nodeName.value

q(documentNode).property(''_contextPath'') no internal properties anymore

feel free to add your notes