controller types

trunk
HeNine 2 years ago
parent 3b55c05df9
commit 130214590a

@ -31,7 +31,7 @@ entity
controls: { controls: {
type: 'array', type: 'array',
description: 'List of variables this controller controls.', description: 'List of variables this controller controls.',
items: type.id, items: types.id,
minItems: 1, minItems: 1,
uniqueItems: true, uniqueItems: true,
} }

Loading…
Cancel
Save