Using inheritance for XF patterns
We'd like to build common layout patterns as experience fragments so that an author can drop in a pattern and then break the connection to the XF so that they can directly edit the content on the page. For example, a pattern of heading + 3-columns + cards in each column, or a pattern for a campaign page using an image hero, HTML block, text, icon tiles for unique selling points.
We want to do this in order to avoid having to build multiple different templates - that wouldn't give us the flexibility we're looking for as then we have to maintain multiple templates unnecessarily.
However, I can't see an option to break the connection to the original XF (eg with an inheritance chain disconnection). I thought this existed but is this only when creating launches?
Keen to know if anyone has ideas about how to achieve what I am trying to do.