Browse Source

Remove default command buttons

pull/2/merge
Artur Arseniev 9 years ago
parent
commit
f7b64ae8b9
  1. 14
      src/panels/config/config.js

14
src/panels/config/config.js

@ -15,19 +15,7 @@ module.exports = {
// Default panels fa-sliders for features
defaults: [{
id: 'commands',
buttons: [{
id: crc,
command: crc,
className: 'fa fa-pencil-square-o',
attributes: { title : 'Create element' },
stopDefaultCommand: 1,
},{
id: mvc,
command: mvc,
className: 'fa fa-arrows',
attributes: { title: 'Move elements' },
stopDefaultCommand: 1,
}],
buttons: [{}],
},{
id: 'options',
buttons: [{

Loading…
Cancel
Save