File tree 2 files changed +4
-1
lines changed
src/main/webapp/app-root/sightly/templates
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 27
27
<action type =" fix" dev =" sseifert" issue =" 6" >
28
28
Ensure request context path is added to client library URLs.
29
29
</action >
30
+ <action type =" fix" dev =" sseifert" issue =" 7" >
31
+ CSS Include: Fix handling of "rel" property.
32
+ </action >
30
33
<action type =" update" dev =" sseifert" >
31
34
Switch to AEM 6.5.17 as minimum version.
32
35
</action >
Original file line number Diff line number Diff line change 27
27
* @param rel prefetch|preload see https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel
28
28
* @param customAttributes List of custom attributes, each list item in syntax 'attr=value' or just 'attr'
29
29
*/-->
30
- < template data-sly-template.css ="${@ categories, customAttributes} ">
30
+ < template data-sly-template.css ="${@ categories, rel, customAttributes} ">
31
31
< sly data-sly-test ="${request.getResourceResolver} "
32
32
data-sly-use.clientlib ="${'io.wcm.wcm.ui.clientlibs.components.CSSInclude' @
33
33
categories=categories, rel=rel, customAttributes=customAttributes} ">
You can’t perform that action at this time.
0 commit comments