We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node
Dedicated Fluid subtask: #5023
node.parent wont work anymore (q(node).parent().get(0)):
node.parent
q(node).parent().get(0)
neos-development-collection/Neos.Neos/Resources/Private/Templates/Service/Nodes/Index.html
Line 38 in 2d3bc0a
node.tethered wont work anymore (is node.classification.tethered):
node.tethered
node.classification.tethered
neos-development-collection/Neos.Neos/Resources/Private/Fusion/RawContent/NodeHeader.fusion
Line 14 in 98d151e
node.name is now node.nodeName.value
node.name
node.nodeName.value
neos-development-collection/Neos.Neos/Resources/Private/Templates/Module/Administration/Dimension/Index.html
Line 36 in b6e7a35
ExpressionBasedNodeLabelGenerator
q(documentNode).property(''_contextPath'') no internal properties anymore
q(documentNode).property(''_contextPath'')
feel free to add your notes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dedicated Fluid subtask: #5023
node.parent
wont work anymore (q(node).parent().get(0)
):neos-development-collection/Neos.Neos/Resources/Private/Templates/Service/Nodes/Index.html
Line 38 in 2d3bc0a
node.tethered
wont work anymore (isnode.classification.tethered
):neos-development-collection/Neos.Neos/Resources/Private/Fusion/RawContent/NodeHeader.fusion
Line 14 in 98d151e
node.name
is nownode.nodeName.value
neos-development-collection/Neos.Neos/Resources/Private/Templates/Module/Administration/Dimension/Index.html
Line 36 in b6e7a35
ExpressionBasedNodeLabelGenerator
and eel in yamlq(documentNode).property(''_contextPath'')
no internal properties anymorefeel free to add your notes
The text was updated successfully, but these errors were encountered: