Support

Account

Home Forums Gutenberg Repeater Field in Gutenberg Block Disappears Reply To: Repeater Field in Gutenberg Block Disappears

  • If you’re worried the acf_add_local_field_group() syntax is wrong, you could instead create the field group inside the WordPress dashboard (Custom Fields > Add New).
    and then export it as PHP (Custom Fields > Tools > Select Field Group > Generate PHP).

    Don’t forget to remove the field group again once you’ve put it in PHP.