esc_html__( 'Content', 'your-textdomain-here' ),
'id' => 'presentation-content',
'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . 'https://devs.redux.io/core-fields/content.html',
'subsection' => true,
'fields' => array(
array(
'id' => 'opt-heading-1',
'type' => 'content',
'mode' => 'heading',
'content' => 'This is a content field using the mode heading',
),
array(
'id' => 'opt-subheading-1',
'type' => 'content',
'mode' => 'subheading',
'content' => 'This is a content field using the mode subheading',
),
array(
'id' => 'opt-content-1',
'type' => 'content',
'mode' => 'content',
'content' => 'This is a content field using the mode content',
),
array(
'id' => 'opt-submessage-1',
'type' => 'content',
'mode' => 'submessage',
'content' => 'This is a content field using the mode submessage with normal style.',
),
array(
'id' => 'opt-content-2',
'type' => 'content',
'mode' => 'content',
'content' => 'This is a content field using the mode content',
),
array(
'id' => 'opt-submessage-2',
'type' => 'content',
'mode' => 'submessage',
'content' => 'This is a content field using the mode submessage with success style.',
'style' => 'success',
),
array(
'id' => 'opt-submessage-3',
'type' => 'content',
'mode' => 'submessage',
'content' => 'This is a content field using the mode submessage with info style.',
'style' => 'info',
),
array(
'id' => 'opt-submessage-4',
'type' => 'content',
'mode' => 'submessage',
'content' => 'This is a content field using the mode submessage with warning style.',
'style' => 'warning',
),
array(
'id' => 'opt-submessage-5',
'type' => 'content',
'mode' => 'submessage',
'content' => 'This is a content field using the mode submessage with critical style.',
'style' => 'critical',
),
),
)
);