Schema Documentation

GeneralSettings

Description

The general setting type

Fields
Field NameDescription
dateFormat - String A date format for all date strings.
description - String Site tagline.
language - String WordPress locale code.
startOfWeek - Int A day number of the week that the week should start on.
timeFormat - String A time format for all time strings.
timezone - String A city in the same timezone as you.
title - String Site title.
url - String Site URL.
Example
{"dateFormat":"abc123","description":"xyz789","language":"abc123","startOfWeek":123,"timeFormat":"xyz789","timezone":"abc123","title":"xyz789","url":"abc123"}