Brett Birschbach
Brett Birschbach
Bug present as of version: 2.24.7-SNAPSHOT When "Display as teaser" is toggled on for a page List component, the Description is shown on the teaser tile regardless of whether "Show...
Bug present as of version: 2.24.7-SNAPSHOT When rendering List items as Teasers, the Teaser data layer object has a `repo:modifyDate` that is incorrect in one of two ways. Current functionality:...
Bug present as of version: 2.24.7-SNAPSHOT When rendering the data layer for page list items, the current `repo:modifyDate` represents the last modify date of the linked cq:Page node. This is...
Bug present as of version: 2.24.7-SNAPSHOT When the List component is rendered as Teaser resources, all items referencing internal AEM pages are rendered with the same ID as specified on...
The archetype includes rewrites from shortened URLs to full URLs in https://github.com/adobe/aem-project-archetype/blob/develop/src/main/archetype/dispatcher.ams/src/conf.d/rewrites/__appId___rewrite.rules ``` RewriteCond %{REQUEST_URI} !^/apps RewriteCond %{REQUEST_URI} !^/bin RewriteCond %{REQUEST_URI} !^/content RewriteCond %{REQUEST_URI} !^/etc RewriteCond %{REQUEST_URI} !^/home RewriteCond %{REQUEST_URI}...
### Expected Behaviour Properties set on the root element of an Experience Fragment in the XF Template Structure are rendered when the XF is included in a page via the...
Though it is possible for templates to be created and managed by power users within the AEM UI, template "types" (i.e. the templates used to create templates) are manageable only...
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...
The generated `xf-web-varation` template has an OOTB policy reference of `cq:policy="/components/page/policy"`. This is not considered a valid "selection" option by AEM's template editor, as policies for `/components/xfpage` must be stored...
The general `Page` template type structure (https://github.com/adobe/aem-project-archetype/blob/develop/src/main/archetype/ui.content/src/main/content/jcr_root/conf/__appId__/settings/wcm/template-types/page/structure/.content.xml) has a Header and Body, but no Footer. I can't think of a case where I've seen a web page w/o some sort...