Is your feature request related to a problem? Please describe.
We find our clients (and myself) cloning pages/posts etc to replicate a flexible content structure.
Describe the solution you'd like
Would be great to define a set of structures/defined layouts for new posts. These can then be chosen with a basic select field (like the core page template selector) or by location rules, e.g. if post type === x show this set of layouts. For management/storage, you could probably create an acfe templates post type where devs assign their flexible content fields and build the templates.
Describe alternatives you've considered
I've managed to implemented a very simple implementation of this using the ACF JS API but this was just about 5 years ago and built for a single project, it included hardcoded set of rules.
Is your feature request related to a problem? Please describe. We find our clients (and myself) cloning pages/posts etc to replicate a flexible content structure.
Describe the solution you'd like Would be great to define a set of structures/defined layouts for new posts. These can then be chosen with a basic select field (like the core page template selector) or by location rules, e.g. if post type === x show this set of layouts. For management/storage, you could probably create an acfe templates post type where devs assign their flexible content fields and build the templates.
Describe alternatives you've considered I've managed to implemented a very simple implementation of this using the ACF JS API but this was just about 5 years ago and built for a single project, it included hardcoded set of rules.
Additional context N/A