How do i populte a property editor inside a macro inside a grid layout. Since umbraco does not have a Multi Node Tree Picker for macros I wanted to create my own (using umbracos dialogService), the property editor code is hosted on github https://gist.github.com/westfall/22dc3fe56a27f816ba0b.
It currently saves correctly to the database, but the problem is when i refresh the browser the Multi Node Tree Picker selected items are not shown. How would i get the JSON when it is located inside a grid layout in the database.
Grid layout, macros and property editor problems
Hi umbraco devs,
How do i populte a property editor inside a macro inside a grid layout. Since umbraco does not have a Multi Node Tree Picker for macros I wanted to create my own (using umbracos dialogService), the property editor code is hosted on github https://gist.github.com/westfall/22dc3fe56a27f816ba0b.
It currently saves correctly to the database, but the problem is when i refresh the browser the Multi Node Tree Picker selected items are not shown. How would i get the JSON when it is located inside a grid layout in the database.
Thank you :)
is working on a reply...