Support

Account

Home Forums Gutenberg Switch to edit mode by default Reply To: Switch to edit mode by default

  • For future reference, as I hope that this question has been resolved in the mean time:

    acf_register_block_type(array(
     ...
     'mode'	=> 'edit',
     'supports' => array('mode' => false),
    ));

    When using these settings for a block, it will start in edit mode and the user won’t be able to switch.