First, please accept my apologies if this is too basic, but if someone could set me off on the right path, I'd be really grateful. I'm not expecting someone to do the work for me!
I'm looking to add my own property editor that has 2 inputs
Headline
Content Picker (multiple items).
I've made an assumption that I don't need to write my own Content Picker as this obviously already exists in Umbraco. But I can't seem to find what I need to add and where in the manifest file.
I know I can use LeBlender for this, but I need to make the grid strongly typed and the Skybrud.Umbraco.GridData.LeBlender package doesn't seem to work.
Custom Content Property Editor in Grid
First, please accept my apologies if this is too basic, but if someone could set me off on the right path, I'd be really grateful. I'm not expecting someone to do the work for me!
I'm looking to add my own property editor that has 2 inputs
I've made an assumption that I don't need to write my own Content Picker as this obviously already exists in Umbraco. But I can't seem to find what I need to add and where in the manifest file.
I know I can use LeBlender for this, but I need to make the grid strongly typed and the Skybrud.Umbraco.GridData.LeBlender package doesn't seem to work.
Again, thanks for any help that anyone can offer
Solved: Found these 2 tutorials that helped.
https://our.umbraco.org/forum/umbraco-7/developing-umbraco-7-packages/55678-How-to-reuse-an-Umbraco-Property-Editor-from-dialogService
http://umbraco.github.io/Belle/#/tutorials
is working on a reply...