Browse Source

Update block defaults

pull/1229/head
Artur Arseniev 8 years ago
parent
commit
7deb9bd43f
  1. 2
      src/block_manager/model/Block.js

2
src/block_manager/model/Block.js

@ -7,6 +7,8 @@ module.exports = Backbone.Model.extend({
activate: 0,
// If true, the dropped component will be selected
select: 0,
// If true, all IDs of dropped component and its style will be changed
resetId: 0,
label: '',
content: '',
category: '',

Loading…
Cancel
Save