Is there any way to put an array as a value in components?
i.e
var components = { color[0]: {type: 'color', label: 'Color 1'}, color[1]:{type: 'color' [....]}
and so on?