Bug #79457
Updated by Mathias Schreiber almost 8 years ago
Example yaml: <pre> type: Form identifier: test label: test prototypeName: standard renderables: - type: Page identifier: page-1 label: Page renderables: - properties: options: bar: foo bum: baz 123: badam type: SingleSelect identifier: singleselect-1 label: 'Single select' </pre> When trying to open that form you get javascript error because the javascript interprets 123: badam as array instead of an object.