esc_html__( 'Divide', 'your-textdomain-here' ),
'id' => 'presentation-divide',
'desc' => esc_html__( 'The spacer to the section menu as seen to the left (after this section block) is the divide "section". Also the divider below is the divide "field".', 'your-textdomain-here' ) . '
' . __( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . 'https://devs.redux.io/core-fields/divide.html',
'subsection' => true,
'fields' => array(
array(
'id' => 'opt-divide',
'type' => 'divide',
),
),
)
);