'Callout Box', 'block' => 'div', 'classes' => 'callout' ), array('title' => 'Highlight', 'inline' => 'span', 'classes' => 'highlight' ), array('title' => 'Credits', 'block' => 'p', 'classes' => 'credits') ); // Before 3.1 you needed a special trick to send this array to the configuration. // See this post history for previous versions. $settings['style_formats'] = json_encode( $style_formats ); return $settings; }