WordPress · Example Payload

Wordpress Block Type Example

Start with the basic building block of narrative.

CMSContent ManagementOpen SourceWordPress

Wordpress Block Type Example is an example object payload from WordPress, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nametitledescriptioncategoryattributesis_dynamic

Example Payload

Raw ↑
{
  "name": "core/paragraph",
  "title": "Paragraph",
  "description": "Start with the basic building block of narrative.",
  "category": "text",
  "attributes": {},
  "is_dynamic": false
}