Browse Source

Remove wrapper related configurations. Closes #3459

pull/3487/head
Artur Arseniev 5 years ago
parent
commit
0f62a0ab83
  1. 22
      src/dom_components/config/config.js

22
src/dom_components/config/config.js

@ -1,28 +1,6 @@
export default {
stylePrefix: 'comp-',
wrapperId: 'wrapper',
wrapperName: 'Body',
// Default wrapper configuration
wrapper: {
removable: false,
copyable: false,
draggable: false,
components: [],
traits: [],
stylable: [
'background',
'background-color',
'background-image',
'background-repeat',
'background-attachment',
'background-position',
'background-size'
]
},
// Could be used for default components
components: [],

Loading…
Cancel
Save