Browse Source

Fix coding standards

pull/131/head
Ned Zimmerman 6 years ago
parent
commit
d44a32fa3f
  1. 12
      assets/scripts/page-section.js

12
assets/scripts/page-section.js

@ -20,16 +20,20 @@
label: 'Variant', label: 'Variant',
values: [ values: [
{ {
text: aldine.page_section.standard, value: '', text: aldine.page_section.standard,
value: '',
}, },
{ {
text: aldine.page_section.accent, value: 'accent', text: aldine.page_section.accent,
value: 'accent',
}, },
{ {
text: aldine.page_section.bordered, value: 'bordered', text: aldine.page_section.bordered,
value: 'bordered',
}, },
{ {
text: aldine.page_section.borderless, value: 'borderless', text: aldine.page_section.borderless,
value: 'borderless',
}, },
], ],
value: '', // Sets the default value: '', // Sets the default

Loading…
Cancel
Save