Support

Account

Home Forums Gutenberg Need a paragraph-like block but with forced text styling. Reply To: Need a paragraph-like block but with forced text styling.

  • I think i figured it out!

    <?php
    $template = [
        [ 'core/paragraph', [ 'placeholder' => 'Summary' ] ],
    ];
    ?>
    <InnerBlocks template="<?php echo esc_attr(wp_json_encode($template)); ?>" templateLock="all" />