Which Umbraco version are you using?
17.0.0
Bug summary
We have a project where we are currently using the TreeNodesRenderingNotification which is no longer a thing in Bellissima (14+ of Umbraco).
So what options do we have to modify the tree items, now this C# event/notification is gone?
Specifics
No response
Steps to reproduce
Try to do any of the following as this was previously possible, as the shape of the model could be changed in V13 on the server before it was sent to the client.
-
Change the name of the node in the tree of a content picker - based on a property on the doctype being set otherwise fallback to its node name
-
Hide nodes in the tree of a content picker - if a bool (hide or similar) is set to true
Expected result / actual result
A way for us to achieve the scenarios outlined above.