Support

Account

Home Forums Gutenberg Register block WP gutenberg editor – alignment

Unread

Register block WP gutenberg editor – alignment

  • 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?

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.