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
Hi, I have created Custom Grid editors using package.manifest file and placed the file in
App_Plugins/CstEditors/package.manifest
The content of package.manifest :
{ "gridEditors": [ { "name": "H1", "alias": "headline1", "view": "textstring", "icon": "icon-coin", "config": { "style": "font-size: 36px; line-height: 45px; font-weight: bold", "markup": "<h1>#value#</h1>" } } }
I can see the H1 appearing as editor in my grid but when I published my page I cant see any styling at all. Any idea what I am doing wrong here?
Thanks
Any help would be appreciated. Thanks
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Custom Grid editors
Hi, I have created Custom Grid editors using package.manifest file and placed the file in
The content of package.manifest :
I can see the H1 appearing as editor in my grid but when I published my page I cant see any styling at all. Any idea what I am doing wrong here?
Thanks
Any help would be appreciated. Thanks
is working on a reply...