The "Data (dewd)" folder is defined in dataDewd.config, and the "Data (tree)" folder is defined in a DataTree : BaseTree class using a Tree attribute. Bookings and Courses are both views.
My question is: how can I add both Bookings and Courses under the same folder, so that my tree looks like this:
Adding a Dewd view and a custom Umbraco view under the same back-office node
Hi,
I currently have a custom back-office application called "Data". The tree structure for this is currently:
-Data
--Data (dewd)
---Bookings
--Data (tree)
---Courses
The "Data (dewd)" folder is defined in dataDewd.config, and the "Data (tree)" folder is defined in a DataTree : BaseTree class using a Tree attribute. Bookings and Courses are both views.
My question is: how can I add both Bookings and Courses under the same folder, so that my tree looks like this:
-Data
--Data
---Bookings
---Courses
Many thanks,
Robin
is working on a reply...