You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a default project created from Archetype, with project name of mysite, the following are invalid:
template type page has cq:template="/conf/mysite/settings/wcm/templates/page-content" (this is a circular reference to one of possibly many child templates)
template type xf has cq:template="/conf/mysite/settings/wcm/templates/empty-experience-fragment" (this path doesnt exist)
The generated template types should probably omit cq:template from their structure/initial content all together.
The text was updated successfully, but these errors were encountered:
In a default project created from Archetype, with project name of
mysite
, the following are invalid:page
hascq:template="/conf/mysite/settings/wcm/templates/page-content"
(this is a circular reference to one of possibly many child templates)xf
hascq:template="/conf/mysite/settings/wcm/templates/empty-experience-fragment"
(this path doesnt exist)The generated template types should probably omit
cq:template
from their structure/initial content all together.The text was updated successfully, but these errors were encountered: