Sean Thorne
05/01/2024, 10:17 AMSebastiaan
05/01/2024, 10:24 AMTreeNodesRenderingNotification
- but careful, that could mean a lot of querying? Especially if it's not published content.
I know in the list view you can do quite a few things with rendering custom views, might be an option instead?Sebastiaan
05/01/2024, 10:25 AMSean Thorne
05/01/2024, 10:25 AMSebastiaan
05/01/2024, 10:25 AMSean Thorne
05/01/2024, 10:27 AMleekelleher
05/01/2024, 2:55 PMTreeNodesRendering
event, (which would now be TreeNodesRenderingNotification
, as Seb said), then it was a case of querying the menu item's corresponding node and looking up property values and setting the icon accordingly.
In terms of performance, could add caching for the node's ID and icon, and expire it on document save notification?Mike Chambers
05/01/2024, 3:49 PM