Hello, I am trying to figure out if this is even possible:
I have created a custom Gutenberg block that contains an ACF category field. When it saves, it doesn’t update the post’s category.
I realize that it works when using post_meta, but I’d like to try and get it work from within the Gutenberg block. Is there some extra configuration when setting up the block?
Field I am testing with is the one highlighted in attachment.