mirror of https://github.com/artf/grapesjs.git
3 changed files with 16 additions and 9 deletions
@ -1,10 +1,11 @@ |
|||
define(function () { |
|||
return { |
|||
stylePrefix : 'nv-', |
|||
sortable : true, |
|||
hidable : true, |
|||
containerId : 'navigator', |
|||
itemClass : 'item', |
|||
itemsClass : 'items', |
|||
stylePrefix: 'nv-', |
|||
sortable: 1, |
|||
hidable: 1, |
|||
hideTextnode: 1, |
|||
containerId: 'navigator', |
|||
itemClass: 'item', |
|||
itemsClass: 'items', |
|||
}; |
|||
}); |
|||
}); |
|||
|
|||
Loading…
Reference in new issue