First off, this is awsome.... very well done on a cracking project!
Anyway, I'm not sure I get the allowedDocTypes as I just don't seem to be able to get it to work? I presumed that only the Doc Types listed in the config would be available in the doc type drop down.. is this correct?
allowedDocTypes
Hi Guys,
First off, this is awsome.... very well done on a cracking project!
Anyway, I'm not sure I get the allowedDocTypes as I just don't seem to be able to get it to work? I presumed that only the Doc Types listed in the config would be available in the doc type drop down.. is this correct?
Here's my config.
{
"name": "Content Picker",
"alias": "docType",
"view": "/App_Plugins/DocTypeGridEditor/Views/doctypegrideditor.html",
"render": "/App_Plugins/DocTypeGridEditor/Render/DocTypeGridEditor.cshtml",
"icon": "icon-item-arrangement",
"config": {
"allowedDocTypes": [
"VideoPodcastPanel",
"ImagePanel"
],
"enablePreview": true,
"viewPath": "/Views/Partials/Grid/Editors/DocTypeGridEditor/"
}
}
Thanks,
Craig
Never mind, it's me being a moron!
Hadn't updated the grid.editors.config!!
is working on a reply...