New editor not showing in Partials/Grid/Editors folder
I have created a new LeBlender grid editor called 'background Image' I can select it in the grid and enter the required properties but once I try to render it says the editor was not found. I am using visual studio building the site locally and not deployed to a server yet. Any help on this would be appreciated! Umbraco 7.7.6
You need to create the view yourself. LeBlender doesn't do that for you. So in your Visual Studio, just add a new file called BackgroundImage.cshtml in the Views/Partials/Grid/Editors folder.
New editor not showing in Partials/Grid/Editors folder
I have created a new LeBlender grid editor called 'background Image' I can select it in the grid and enter the required properties but once I try to render it says the editor was not found. I am using visual studio building the site locally and not deployed to a server yet. Any help on this would be appreciated! Umbraco 7.7.6
Hi Nawaz
You need to create the view yourself. LeBlender doesn't do that for you. So in your Visual Studio, just add a new file called BackgroundImage.cshtml in the Views/Partials/Grid/Editors folder.
is working on a reply...