I see an option for menu items to customize the path using AdditionalData and, specifically, the actionView key. Here is that reference.
Is actionView limited to menu items? It doesn't seem to work if I try to use it on the RootNode built with the first example above.
My project is organized in a particular way, and the default routing behavior is not ideal. So I'm looking for a way to overcome it. I understand the two options available are:
Single Node Tree, Customize the View Path
I've created a Single Node Tree as per the instructions here.
I see an option for menu items to customize the path using
AdditionalData
and, specifically, theactionView
key. Here is that reference.Is
actionView
limited to menu items? It doesn't seem to work if I try to use it on theRootNode
built with the first example above.My project is organized in a particular way, and the default routing behavior is not ideal. So I'm looking for a way to overcome it. I understand the two options available are:
/App_Plugins/{plugin}/backoffice/{alias}/{name}.html
/umbraco/views/{alias}/{name}.html
I cannot use option #1 because special characters are not allowed in the
PluginController
's name.I want to set my path explicitly. Is there a workaround?
is working on a reply...