-
Notifications
You must be signed in to change notification settings - Fork 178
Open
Description
it seems to me there is support for repeating subfields but not subfields that are not repeating. I find it very convenient to organize the schema to support subfields.
example:
{
"field_name": "vertical-extent",
"label": "Vertical Extent",
"simple_subfields": [{
"field_name": "min",
"label": "Min",
"form_attrs":{"pattern":"[0-9.]+"}
},
{
"field_name": "max",
"label": "Max",
"form_attrs":{"pattern":"[0-9.]+"}
}
]
}
While this could be done with two fields it is more obvious to users that the min and max values are related when grouped as subfields.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels