2019-02-16 20:23:50 +01:00
|
|
|
{"schema": {"options": {"name": "options", "properties": {"options.unicode1": {"name": "options.unicode1", "properties": {"options.unicode1.unicode1": {"name": "options.unicode1.unicode1", "type": "string", "isMulti": true, "title": "Values 'test' must show 'Unicode slave 2'"}, "options.unicode1.unicode2": {"name": "options.unicode1.unicode2", "type": "string", "isMulti": true, "title": "Unicode slave 1"}, "options.unicode1.unicode3": {"name": "options.unicode1.unicode3", "type": "string", "isMulti": true, "title": "Unicode slave 2"}}, "type": "array", "title": "Common configuration"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "options.unicode1.unicode1", "required": true, "value": ["test", "pas test"], "owner": "user"}, {"key": "options.unicode1.unicode2", "index": 0, "value": "super1", "owner": "user"}, {"key": "options.unicode1.unicode3", "index": 0, "value": "super1", "owner": "user"}, {"key": "options.unicode1.unicode3", "hidden": true, "index": 1}], "form": [{"key": "options.unicode1.unicode1", "type": "input", "dependencies": {"default": {"hide": ["options.unicode1.unicode3"]}, "expected": {"test": {"show": ["options.unicode1.unicode3"]}}}}, {"key": "options.unicode1.unicode2", "type": "input"}, {"key": "options.unicode1.unicode3", "type": "input"}, {"title": "Configurer", "type": "submit"}]}
|