{
"verse-list" : {
"type" : "group[]",
"label" : "List of Verses",
"itemLabel" : "{{verse-ref}}",
"params" : {
"verse-text" : {
"type" : "text-editor",
"label" : "Verse Text",
"initial" : "Jesus wept."
},
"verse-ref" : {
"type" : "text",
"label" : "Reference",
"initial" : "John 11:35"
}
}
}
}
In creating the component with the parameters above, everything works except for the itemLabel. It’s just showing the actual text {{verse-ref}}. Not sure what I’m doing wrong.

