Added another wrapper to make lists more flexible.

d3summaryChart
Frode Petterson 2013-02-07 18:59:42 +01:00
parent c69c75f601
commit 1d8dada558
1 changed files with 16 additions and 11 deletions

View File

@ -53,6 +53,10 @@
"name": "questions", "name": "questions",
"type": "list", "type": "list",
"entity": "question", "entity": "question",
"field": {
"name": "question",
"type": "group",
"label": "Question",
"fields": [ "fields": [
{ {
"name": "library", "name": "library",
@ -64,6 +68,7 @@
] ]
} }
] ]
}
}, },
{ {
"name": "introPage", "name": "introPage",