Hi All, I have a AEM 6.0 ExtJs checkbox group as: <recurrentDays
jcr:primaryType="cq:Widget"
allowBlank="{Boolean}true"
fieldLabel="Repeats on..."
name="recurrenceDays"
type="checkbox"
xtype="selection"
value="0">
<options jcr:primaryType="cq:WidgetCollection">
...
Hi all, I got a lot of errors related to the sling:resourceSuperType while installing the package. I copied /apps/mysite/wcm/foundation/components/basicpage/v1/basicpage to /apps/mysite/wcm/foundation/components/basicpage/v2/basicpage for further implementation without touching v1. the content of ba...
Hi All, I am having an issue with extracting a sling model variable in Sightly. Here is the code:<sly data-sly-use.utilModel="mysite.UtilModel"/>
<div class="image-title" style="background-image: url('${utilModel.imageRef}');"> === Output ===<div class="image-title" style="background-image: url('');...
Unfortunately, this doesn't solve my problem. I was skeptical about the idea of not implementing the templates under /crx/de since the official Adobe tutorial will instruct that how to create template nodes under /crx/de. I created an article using the AEM dashboard instead of using /crx/de, then de...