Hi guys, I'd like to enable content editors to create chains of related nodes (same doctype) in the back office.
The editors relating the nodes would allow my coded logic (to enable the next item) simple. To create chains of nodes, the relate API is most suitable is that correct?
-This is not possible in the std back office right?
To build it, is it best to use a custom property editor or a dashboard?
Can I stick to using C# to access the relate API? or am I obliged to go into the (angular) js path like in the Umbraco L2 course? Can I show a custom MVC page in the back office easily?
Allowing editors to relate content in backoffice
Hi guys, I'd like to enable content editors to create chains of related nodes (same doctype) in the back office.
The editors relating the nodes would allow my coded logic (to enable the next item) simple. To create chains of nodes, the relate API is most suitable is that correct?
-This is not possible in the std back office right?
To build it, is it best to use a custom property editor or a dashboard?
Can I stick to using C# to access the relate API? or am I obliged to go into the (angular) js path like in the Umbraco L2 course? Can I show a custom MVC page in the back office easily?
Thanks for your insights Arjan
Sorry I forgot the version: 7.2.8
is working on a reply...