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


Version: Pro (advanced-fields).
A textarea. The inspector placeholder is {"mon":["09:00-18:00"],"tue":["09:00-18:00"]}. The editor does not validate the schema. The saved value is a string: that JSON or plain text such as Daily 10:00-20:30. Parse 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\"]}"
}