Support

Account

Forum Replies Created

  • Hi there,

    The snippet that darrengrant posted works great:

    add_filter( ‘tiny_mce_before_init’, function( $settings ){
    $settings[‘block_formats’] = ‘Paragraph=p;Heading=h2;Subheading=h3’;
    return $settings;
    } );

    Though it applies to all wordpress wysiwyg’s. Is there a way to limit it to ACF wysiwyg fields only?

    Cheers,

Viewing 1 post (of 1 total)