I've created custom TinyMCE formats. In function I have something like this:
$style_formats = array(
array(
'title' => 'Akapit',
'block' => 'p',
'classes' => 'e-paragraph',
),
works fine, but Im trying to set one of the style as default. How can I do that?