Browse Source

Update layers configs

pull/261/head
Artur Arseniev 9 years ago
parent
commit
1abcfd2ef5
  1. 8
      src/navigator/config/config.js

8
src/navigator/config/config.js

@ -1,10 +1,14 @@
module.exports = {
stylePrefix: 'nv-',
// Enable/Disable globally the possibility to sort layers
sortable: 1,
// Enable/Disable globally the possibility to hide layers
hidable: 1,
// Hide textnodes
hideTextnode: 1,
itemClass: 'item',
itemsClass: 'items',
// Indicates if the wrapper is visible in layers
showWrapper: 1,

Loading…
Cancel
Save