Schema Documentation

ReadingSettings

Description

The reading setting type

Fields
Field NameDescription
pageForPosts - Int The ID of the page that should display the latest posts
pageOnFront - Int The ID of the page that should be displayed on the front page
postsPerPage - Int Blog pages show at most.
showOnFront - String What to show on the front page
Example
{"pageForPosts":123,"pageOnFront":123,"postsPerPage":987,"showOnFront":"abc123"}