I am starting to use ACF with Gutenberg.
I was following the guide on
https://www.advancedcustomfields.com/blog/acf-5-8-introducing-acf-blocks-for-gutenberg/
1) How would one make a field that gets dynamic posts? Like 6 recent posts.
the Gutenberg editor will only save the 6 most recent, it wont do this every time a new post is added, as the content is static and saved to post_content.
Would javascript have to be used in such a case. Any examples?
2) Can a field be used twice? Or should I use a flexible field with the acf loop or that is not needed in Gutenberg?