I have a question.
We are normally register blocks like so:
acf_register_block_type(array(
'name' => 'content-image',
'title' => 'Tekst met afbeelding of video',
'description' => '',
'render_template' => 'includes/partials/blocks/block-content-image.php',
'category' => 'name',
'icon' => icon,
'keywords' => array('tekst', 'afbeelding', 'video', 'blok'),
'mode' => 'edit',
'supports' => array (
'align' => true,
'mode' => true,
'jsx' => true
)
));
We use they alignment option to switch between normal or fullwidth block; after update to ACF pro 6.0.4 this option has disappeared. Could you tell me if this is a bug, or something we have to do to get this options back?