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

FEATURE: 9.0 Node access flow query operations #5046

Closed mhsdesign closed 4 months ago

mhsdesign commented 4 months ago

see https://github.com/neos/neos-development-collection/issues/5022

Introduces

Upgrade instructions

Review instructions

Checklist

mhsdesign commented 4 months ago

Its to be discussed if there should be a FlowQuery for fetching the nodes name via ${q(node).name()} vs ${node.nodeName.value}

kitsunet commented 4 months ago

${q(node).name()} I wouldn't mind that, node.name is something I have seen around in the wild from time to time.

mhsdesign commented 4 months ago

Fine as discussed with @kitsunet @bwaidelich there will be no preferred way to access the nodes name but it will be node.name.value or node.nodeName.value