-
-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
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
9.0 Neos.Neos:NodeUri
relative uris?
#4524
Comments
Okay i did a little research. Little did i know about neos 8.3 node paths syntax. Regarding to
Neos.Neos:NodeUri or <neos:uri.node />
not a nodepath but an id will do as well:
Neos 9 discourages nodepaths and only supports mandatory simple syntax on the cr side.
custom traversal logic or the magic tilde it seems that the view helpers
In contrast the neos-development-collection/Neos.Neos/Classes/Fusion/NodeUriImplementation.php Lines 132 to 142 in 1801fbb
The question is which are the desired syntax we want to allow. Additionally we most likely need to update our documentation. |
I guess the |
okay so allow
and that handling should be uniformed for those two viewhelpers and fusion in one place. Maybe |
what should happen to relative node uris and
baseNodeName
neos-development-collection/Neos.Neos/Classes/Fusion/NodeUriImplementation.php
Lines 109 to 112 in cdce7c8
Currently we just removed the whole relative logic, and "baseNodeName" will be unused. :D
And while were at it - baseNodeName was not such a cool idea after all: #2274
The text was updated successfully, but these errors were encountered: