UNPKG

angular2-json-schema-form

Version:
24 lines (23 loc) 394 B
{ "schema": { "thoughts": { "type": "array", "items": { "type": "string", "title": "Thought", "default": "wtf" } } }, "form": [ { "type": "tabarray", "items": [ { "type": "section", "legend": "{{idx}}. {{value}}", "items": [ { "key": "thoughts[]", "valueInLegend": true } ] } ] } ] }