Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I created a packackage manifest and dummy view and when I try to add content I get this error:
Authorization error: Unauthorized access to URL: /App_Plugins/Grid/LandingHighlightBuilder/LandingHighlightBuilder.view.cshtml
{ "gridEditors": [ { "name": "Landing Highlight Builder", "alias": "landingHighlightBuilder", "view": "/App_Plugins/Grid/LandingHighlightBuilder/LandingHighlightBuilder.view.cshtml", "icon": "icon-picture", // "render": "/App_Plugins/Grid/LandingHighlightBuilder/LandingHighlightBuilder.render.cshtml" } ] }
My view.cshtml (dummy file just to see what it looks like):
< textarea> Text here... < / textarea>
figured it out. The view has to be an html file....not cshtml...
I was having a struggle trying to google my way to this problem. And it seems I did the same mistake as you did. Thank you :)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Grid Editor - Custom View 403 Forbidden
I created a packackage manifest and dummy view and when I try to add content I get this error:
Authorization error: Unauthorized access to URL: /App_Plugins/Grid/LandingHighlightBuilder/LandingHighlightBuilder.view.cshtml
My view.cshtml (dummy file just to see what it looks like):
< textarea> Text here... < / textarea>
figured it out. The view has to be an html file....not cshtml...
I was having a struggle trying to google my way to this problem. And it seems I did the same mistake as you did. Thank you :)
is working on a reply...