Skip to content
  1. Extras
  2. PageBuilder
  3. Field types
  4. Pro
  5. schedule

Field schedule

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.

Schema

json
{
  "name": "hours",
  "type": "schedule",
  "label": "Hours"
}

Section data

json
{
  "hours": "{\"mon\":[\"09:00-18:00\"],\"tue\":[\"09:00-18:00\"]}"
}

Similar types