You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.
I tried a clean install and got the same behaviour. Steps outlined below...
Clean install of Umbraco 7.13.2 via NuGet.
Uninstall the Starter Kit.
Install LeBlender 1.0.9.2.
Create a new document type called 'home', with a grid property.
Create a new LeBlender Grid Editor, tick render in grid.
Add in the _ViewStart.cshtml
@{
Layout = null;
}
Create 2 instances of the 'home' document type in the content section
7.1) First page will be called 'Grid without LeBlender' - Contains built in property editors - Headline, RTE, Quote etc
7.2) The other page will be called 'Grid with LeBlender' - Contains the custom LeBlender Editor built at number 5.
Hi,
I'am following the tutorial for improving Umbraco (7.13.2) security here https://our.umbraco.com/documentation/Reference/Security/Security-hardening/#rename-your-umbraco-folder and renamed my umbraco folder.
The backend of Umbraco seems to work fine until i open a template with Leblender running. Where i then find myself being automatically logged out.
Checking the network tab i can see that the call to the backoffice
/leblender/Helper/GetPartialViewResultAsHtmlForEditor is returning a 401 code.
How can i change the default umbraco folder name and still have Leblender work?
Thanks,
Stewart
The text was updated successfully, but these errors were encountered: