Support

Account

Home Forums Gutenberg ACF block in blocks template does not respect initial alignment setting Reply To: ACF block in blocks template does not respect initial alignment setting

  • BTW, I discovered that I can set default alignment at a block type registration level but still not in a template.

    acf_register_block_type( array( ..., 'align' => 'full', ... ));