
PageBuilder
Visual section builder for MODX 3: draft and publish without overwriting resource content


Version: Pro (advanced-fields).
A textarea that stores JSON. The inspector placeholder is a weekday object, for example mon and tue with a list of 09:00-18:00 strings. The saved value is a string. Parse the JSON in the chunk or in your own code.
{
"name": "hours",
"type": "schedule",
"label": "Hours"
}{
"hours": "{\"mon\":[\"09:00-18:00\"],\"tue\":[\"09:00-18:00\"]}"
}