__( 'Quote Format Fields', 'bittumb' ), 'post_type' => 'post', 'post_formats' => 'quote' ) ); CSF::createSection( $prefix, array( 'fields' => array( array( 'id' => 'btm_quote_msg', 'type' => 'textarea', 'title' => __( 'Message', 'bittumb' ), 'desc' => __( 'A short message that will be quoted','bittumb' ) ), array( 'id' => 'btm_quote_name', 'type' => 'text', 'title' => __( 'Name', 'bittumb' ), 'desc' => __( 'The name who delivers the message','bittumb' ) ), array( 'id' => 'btm_quote_title', 'type' => 'text', 'title' => __( 'Title or Position', 'bittumb' ), 'desc' => __( 'Position of the speaker','bittumb' ) ), ) ) ); }