Browse Source

Merge pull request #483 from arthuralmeidap/style-manager-sector-id

Set id for Style Manager sector. Closes #361
pull/489/head
Artur Arseniev 8 years ago
committed by GitHub
parent
commit
6e8be1f629
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      index.html

1
index.html

@ -1034,6 +1034,7 @@
styleManager : {
sectors: [{
id: 'general',
name: 'General',
open: false,
buildProps: ['float', 'display', 'position', 'top', 'right', 'left', 'bottom']

Loading…
Cancel
Save