{ "schema": { "options": { "name": "options", "properties": { "options.unicode": { "name": "options.unicode", "properties": { "options.unicode.unicode": { "name": "options.unicode.unicode", "type": "string", "isMulti": true, "title": "Unicode master" }, "options.unicode.unicode1": { "name": "options.unicode.unicode1", "type": "string", "isMulti": true, "title": "Unicode slave 1" }, "options.unicode.unicode2": { "name": "options.unicode.unicode2", "type": "string", "isMulti": true, "title": "Unicode slave 2" }, "options.unicode.unicode3": { "name": "options.unicode.unicode3", "type": "string", "isMulti": true, "title": "Unicode slave 3" } }, "type": "array", "title": "Common configuration" } }, "type": "object", "title": "Common configuration" } }, "model": [ { "key": "options.unicode.unicode", "display": false, "required": true, "hidden": true } ], "form": [ { "key": "options.unicode.unicode", "type": "input" }, { "key": "options.unicode.unicode1", "type": "input" }, { "key": "options.unicode.unicode2", "type": "input" }, { "key": "options.unicode.unicode3", "type": "input" }, { "title": "Configurer", "type": "submit" } ] }