Skip to content

Commit

Permalink
FORMS-7696 Add support for 6.5 client library theme approach to arche… (
Browse files Browse the repository at this point in the history
#1060)

* FORMS-7696 Add support for 6.5 client library theme approach to archetype page component

* FORMS-8133 update core components version, rename horizontal tab component (#1066)

Co-authored-by: barshatr <barshatr@adobe.com>

* Update htmlunit dependency (#1070)

---------

Co-authored-by: barshatr <barshatr@adobe.com>
Co-authored-by: Rishi Mehta <69448117+rismehta@users.noreply.github.com>
Co-authored-by: Burkhard Pauli <mail@bpauli.de>
Co-authored-by: Pankaj Parashar <pankajpr@adobe.com>
  • Loading branch information
5 people committed May 8, 2023
1 parent 10ba609 commit d60d1f9
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
data-sly-test.clientLibRef="${symbol_dollar}{formstructparser.clientLibRefFromFormContainer}">
<sly data-sly-test="${symbol_dollar}{clientLibRef}" data-sly-call="${symbol_dollar}{clientlib.css @ categories=clientLibRef}"/>
</sly>
#if (($includeForms == "y" || $includeFormsenrollment == "y" || $includeFormscommunications == "y") && $aemVersion != "cloud")
<sly data-sly-use.clientlib="core/wcm/components/commons/v1/templates/clientlib.html"
data-sly-use.formstructparser="com.adobe.cq.forms.core.components.models.form.FormStructureParser"
data-sly-test.themeClientLibRef="${symbol_dollar}{formstructparser.themeClientLibRefFromFormContainer}">
<sly data-sly-test="${symbol_dollar}{themeClientLibRef}" data-sly-call="${symbol_dollar}{clientlib.css @ categories=themeClientLibRef}"/>
</sly>
#end
<sly data-sly-use.clientlib="core/wcm/components/commons/v1/templates/clientlib.html">
<sly data-sly-call="${symbol_dollar}{clientlib.css @ categories='${appId}.base'}"/>
#if ($includeFormsheadless == "y" and $aemVersion == "cloud")
Expand Down

0 comments on commit d60d1f9

Please sign in to comment.