fix(simon): Correct hide signature
This commit is contained in:
parent
2d9dba906e
commit
70c971b4db
1 changed files with 2 additions and 2 deletions
|
@ -117,14 +117,14 @@ const config = {
|
||||||
buttonholePlacketStyle: {
|
buttonholePlacketStyle: {
|
||||||
list: ['classic', 'seamless'],
|
list: ['classic', 'seamless'],
|
||||||
dflt: 'seamless',
|
dflt: 'seamless',
|
||||||
hide: (options) => options.seperateButtonholePlacket,
|
hide: ({ options }) => options.seperateButtonholePlacket,
|
||||||
},
|
},
|
||||||
buttonholePlacketWidth: { pct: 8, min: 4, max: 12 },
|
buttonholePlacketWidth: { pct: 8, min: 4, max: 12 },
|
||||||
buttonholePlacketFoldWidth: { pct: 16, min: 8, max: 24 },
|
buttonholePlacketFoldWidth: { pct: 16, min: 8, max: 24 },
|
||||||
buttonPlacketStyle: {
|
buttonPlacketStyle: {
|
||||||
list: ['classic', 'seamless'],
|
list: ['classic', 'seamless'],
|
||||||
dflt: 'classic',
|
dflt: 'classic',
|
||||||
hide: (options) => options.seperateButtonPlacket,
|
hide: ({ options }) => options.seperateButtonPlacket,
|
||||||
},
|
},
|
||||||
buttonPlacketWidth: { pct: 5, min: 2, max: 8 },
|
buttonPlacketWidth: { pct: 5, min: 2, max: 8 },
|
||||||
extraTopButton: { bool: true },
|
extraTopButton: { bool: true },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue