Hi Florian,

Currently I'm working on a site that will have around 500 posts within a custom post type. I'd love to work with gutenberg and have a default template for all of them. Normally I'd do this with a single-custompostypename.php, but that prohibits me to use the Gutenberg for it.

So is it possible to have a certain template get loaded with gutenberg blocks for all these 500 posts. But when I want to alter something (on all 500 of them), it changes it for all and not just for 1? Let's say I want to remove the email to display on all of them, can I just edit the gutenberg template?

Would love to hear from you!