esc_html__( 'Info', 'your-textdomain-here' ),
'id' => 'presentation-info',
'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . 'https://devs.redux.io/core-fields/info.html',
'subsection' => true,
'fields' => array(
array(
'id' => 'opt-info-field',
'type' => 'info',
'desc' => esc_html__( 'This is the info field, if you want to break sections up.', 'your-textdomain-here' ),
),
array(
'id' => 'opt-notice-info1',
'type' => 'info',
'style' => 'info',
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
'desc' => wp_kses_post( __( 'This is an info field with the info style applied. By default the normal style is applied.', 'your-textdomain-here' ) ),
),
array(
'id' => 'opt-info-warning',
'type' => 'info',
'style' => 'warning',
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
'desc' => wp_kses_post( __( 'This is an info field with the warning style applied.', 'your-textdomain-here' ) ),
),
array(
'id' => 'opt-info-success',
'type' => 'info',
'style' => 'success',
'icon' => 'el el-info-circle',
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
'desc' => wp_kses_post( __( 'This is an info field with the success style applied and an icon.', 'your-textdomain-here' ) ),
),
array(
'id' => 'opt-info-critical',
'type' => 'info',
'style' => 'critical',
'icon' => 'el el-info-circle',
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
'desc' => wp_kses_post( __( 'This is an info field with the critical style applied and an icon.', 'your-textdomain-here' ) ),
),
array(
'id' => 'opt-info-custom',
'type' => 'info',
'style' => 'custom',
'color' => 'purple',
'icon' => 'el el-info-circle',
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
'desc' => wp_kses_post( __( 'This is field with the custom style applied, color arg passed, and an icon.', 'your-textdomain-here' ) ),
),
array(
'id' => 'opt-info-normal',
'type' => 'info',
'notice' => false,
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
'desc' => wp_kses_post( __( 'This is non-notice field with the normal style applied.', 'your-textdomain-here' ) ),
),
array(
'id' => 'opt-notice-info',
'type' => 'info',
'notice' => false,
'style' => 'info',
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
'desc' => wp_kses_post( __( 'This is non-notice field with the info style applied.', 'your-textdomain-here' ) ),
),
array(
'id' => 'opt-notice-warning',
'type' => 'info',
'notice' => false,
'style' => 'warning',
'icon' => 'el el-info-circle',
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
'desc' => wp_kses_post( __( 'This is non-notice field with the warning style applied and an icon.', 'your-textdomain-here' ) ),
),
array(
'id' => 'opt-notice-success',
'type' => 'info',
'notice' => false,
'style' => 'success',
'icon' => 'el el-info-circle',
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
'desc' => wp_kses_post( __( 'This is non-notice field with the success style applied and an icon.', 'your-textdomain-here' ) ),
),
array(
'id' => 'opt-notice-critical',
'type' => 'info',
'notice' => false,
'style' => 'critical',
'icon' => 'el el-info-circle',
'title' => esc_html__( 'This is a title.', 'your-textdomain-here' ),
'desc' => wp_kses_post( __( 'This is a non-notice field with the critical style applied and an icon.', 'your-textdomain-here' ) ),
),
),
)
);