admin管理员组

文章数量:1336632

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?

本文标签: How to set custom TinyMCE format style as default