Skip to content

Commit

Permalink
SITES-14549 - Testing next release (#2560)
Browse files Browse the repository at this point in the history
* fix clientlib compilation errors
  • Loading branch information
LSantha authored Jul 28, 2023
1 parent 51265f6 commit ca7bd74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="cq:ClientLibraryFolder"
categories="[core.wcm.components.commons.editor.dialog.childreneditor.v1]"
dependencies="[jquery]"/>
dependencies="[jquery]"
jsProcessor="[default:none,min:gcc;languageIn=ECMASCRIPT_2015;languageOut=ECMASCRIPT_2015]"/>
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
jcr:primaryType="cq:ClientLibraryFolder"
allowProxy="{Boolean}true"
categories="[cq.authoring.editor.hook]"
dependencies="[cq.authoring.editor.core,cq.authoring.editor]"/>
dependencies="[cq.authoring.editor.core,cq.authoring.editor]"
jsProcessor="[default:none,min:gcc;languageIn=ECMASCRIPT_2015;languageOut=ECMASCRIPT_2015]"/>

0 comments on commit ca7bd74

Please sign in to comment.