Browse Source

Updated block_manager config.js

removed duplicated property
pull/971/head
Jason Schilling 8 years ago
committed by GitHub
parent
commit
ac15b233cb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/block_manager/config/config.js

4
src/block_manager/config/config.js

@ -3,7 +3,5 @@ module.exports = {
// With the empty value, nothing will be rendered
appendTo: '',
blocks: [],
appendTo: ''
blocks: []
};

Loading…
Cancel
Save