esc_html__( 'Text', 'your-textdomain-here' ), 'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . 'docs.redux.io/core/fields/text/', 'id' => 'basic-text', 'subsection' => true, 'customizer_width' => '700px', 'fields' => array( array( 'id' => 'text-example', 'type' => 'text', 'title' => esc_html__( 'Text Field', 'your-textdomain-here' ), 'subtitle' => esc_html__( 'Subtitle', 'your-textdomain-here' ), 'desc' => esc_html__( 'Field Description', 'your-textdomain-here' ), 'default' => 'Default Text', ), array( 'id' => 'text-example-hint', 'type' => 'text', 'title' => esc_html__( 'Text Field w/ Hint', 'your-textdomain-here' ), 'subtitle' => esc_html__( 'Subtitle', 'your-textdomain-here' ), 'desc' => esc_html__( 'Field Description', 'your-textdomain-here' ), 'default' => 'Default Text', 'text_hint' => array( 'title' => 'Hint Title', 'content' => 'Hint content about this field!', ), ), array( 'id' => 'text-placeholder', 'type' => 'text', 'title' => esc_html__( 'Text Field w/ placeholder using custom data object.', 'your-textdomain-here' ), 'subtitle' => esc_html__( 'Subtitle', 'your-textdomain-here' ), 'desc' => esc_html__( 'Field Description', 'your-textdomain-here' ), 'placeholder' => 'Placeholder Text', 'data' => array( 'box1', 'box2' ), ), ), ) );