Heading
Heading
Key
Default
Description
type
heading
heading or subheading or content
content
null
content of field
Demo
array(
'type' => 'heading',
'content' => 'Heading Field',
),
array(
'type' => 'subheading',
'content' => 'Sub Heading Field',
),
array(
'type' => 'content',
'content' => 'Lorem ipsum dollar.',
),
Last updated