Hello Community,
I’ve been dealing with a problem for a few days that I can’t solve or where I need help.
I created a Custom Post Type named Services using the Custom Post Type UI plugin. I then equipped this custom post type with ACF fields and then also output these values on a page (single.service.php).
Reading the values on the page works!
But now I would like to create an ACF Gutenberg block where I can ONLY display specific values from the custom post type because the Gutenberg block must not be edited and should only serve as a view in the editor.
Is something like this possible and if so how can I implement something like this?
Thank you in forward,
Martin