Solved
Should Experience Fragment template sling:resourceType point to "page" or "xfpage" ?
Hi,
While working on templates for Experience fragment I noticed something -
- In the WKND site, the sample Experience fragment template's sling:resourceType for initial node points to wknd/components/xfpage, whereas the sling:resourceType for structure node points to wknd/components/page
- In contrast, in the archetype package the sling:resourceType for both initial and structure node point to ${appId}/components/xfpage.
Could you please provide some insights into why this difference exists and which approach is recommended.