I can see that the start nodes for the media pickers are being set dynamically and there seems to be some code that's doing it.
I haven't found much documentation for it. Could someone please summarise how it's supposed to work or point me in the direction of where it is documented?
Media picker start nodes
I can see that the start nodes for the media pickers are being set dynamically and there seems to be some code that's doing it.
I haven't found much documentation for it. Could someone please summarise how it's supposed to work or point me in the direction of where it is documented?
Regards, Matt
Hello,
I explain it a bit somewhere in this video: https://www.youtube.com/watch?v=Enni9r0whCE
The start node is set with this code: https://github.com/jbreuer/Hybrid-Framework-for-Umbraco-v7-Best-Practises/blob/master/Umbraco.Extensions/Utilities/WebApiHandler.cs
Jeroen
Thanks.
So you have to edit the custom table manually for now?
Would be nice if there was something like the DEWD project to help. :-)
Yes for now you need to edit the custom table manually. Or you write some custom code which edits the rows with PetaPoco. There is already some code for that: https://github.com/jbreuer/Hybrid-Framework-for-Umbraco-v7-Best-Practises/blob/master/Umbraco.Extensions/BLL/ContentOverrideLogic.cs
Something like DEWD doesn't exist, but I might add a custom section in the future which does this.
Jeroen
is working on a reply...