I’m wondering if parameter lists will be included in the full release of Pro 6.0?
On the current beta docs page for parameters the Lists
section leads to nowhere and is commented out in the HTML, however I did do a brief test of using the list feature for a group of parameters and everything appeared to be working correctly (albeit just for a simple use case)
Is it considered fully functional and working, or is it planned to be rolled out in a later point release?
This was my implementation based on the hidden example on the docs page:
{
"board" : {
"type" : "group[]",
"label" : "Board members",
"itemLabel" : "{{index}}, {{name}}",
"params" : {
"name" : "text|",
"title" : "title|",
"image" : "image|",
"bio" : "text-editor|"
}
}
}
And it was working perfectly with three board members, being pulled in to a Looper Provider
via {{dc:p:board}}
and all content being pulled in via {{dc:looper:field key="name"}}
etc.
If it is being rolled out then wahoo! it will be so extremely useful to have, instead of setting up numerous custom post types just to have an easy editing interface for changing items and having consistency of style.
Fingers crossed!