blob: 4684673e1a1e1ff56547b8f44ecce9135e3752b6 [file] [log] [blame]
option(
'combo',
type : 'combo',
choices : ['b', 'c', 'd'],
value : 'b',
)
option(
'array',
type : 'array',
choices : ['b', 'c', 'd'],
value : ['b'],
)