Added another wrapper to make lists more flexible.
parent
c69c75f601
commit
1d8dada558
|
@ -53,6 +53,10 @@
|
|||
"name": "questions",
|
||||
"type": "list",
|
||||
"entity": "question",
|
||||
"field": {
|
||||
"name": "question",
|
||||
"type": "group",
|
||||
"label": "Question",
|
||||
"fields": [
|
||||
{
|
||||
"name": "library",
|
||||
|
@ -64,6 +68,7 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "introPage",
|
||||
|
|
Loading…
Reference in New Issue