grapesjs
Version:
Free and Open Source Web Builder Framework
16 lines (11 loc) • 305 B
JavaScript
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,
// Indicates if the wrapper is visible in layers
showWrapper: 1,
};