'Lead Paragraph', 'selector' => 'p', 'classes' => 'lead', 'wrapper' => true ), array( 'title' => 'Small', 'inline' => 'small' ), array( 'title' => 'Blockquote', 'block' => 'blockquote', 'classes' => 'blockquote', 'wrapper' => true ), array( 'title' => 'Blockquote Footer', 'block' => 'footer', 'classes' => 'blockquote-footer', 'wrapper' => true ), array( 'title' => 'Cite', 'inline' => 'cite' ) ); $settings['style_formats'] = json_encode( $style_formats ); return $settings; }