-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
Hi, I am trying to implement a collection type field, where I can have multiple rows and each one has fields.
But, unfortunatly the collection type just give one row, not all on related rows.
This is what i get from output:
{
"schema": {
"title": "visaexpress_wizardbundle_wizard",
"type": "object",
"properties": {
"wizard_questions": {
"type": "array",
"title": "wizard_questions",
"items": {
"title": "0",
"type": "object",
"properties": {
"question": {
"type": "string",
"title": "question",
"propertyOrder": 1
},
"helper": {
"type": "string",
"title": "helper",
"widget": "textarea",
"propertyOrder": 2
}
},
"required": [
"question"
]
},
"propertyOrder": 1
}
},
"required": [
"wizard_questions"
]
}
}
It should render 5 rows, but I just get one.
Anyone knows what might be ?
Thanks in advance.
Metadata
Metadata
Assignees
Labels
No labels