Could you please try with below mvn command mvn clean install -Padobe-public -PautoInstallPackageAn existing community thread you can check https://experienceleague communities.adobe.com/t5/adobe-experience-manager/getting-error-during-project-build/m-p/421495
I am not sure if it serves your purpose but you can try using p.hits = selective which will return variation properties. Change the p.properties value based on your needs.path = /content/dam/aem-demo
type = dam:Asset
contentFragment
1_property = jcr:content/data/cq:model
1_property.value = /conf/......
You can use the following query to retrieve article content fragments based on the web variation.path = /content/dam/aem-demo
type = dam:Asset
contentFragment
1_property = jcr:content/data/cq:model
1_property.value = /conf/aem-demo/settings/dam/cfm/models/article
2_property = jcr:content/data/web/jc...
HI @wulinzh,The file extension seems incorrect. Please try by renaming file to cache_ttl.conf# Cache TTL Config
Include conf.d/available_vhosts/cache_ttl.conf
You can utilise design dialog to achieve the functionality._cq_design_dialog / .content.xml<logoutDisabled jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/checkbox"
checked="false"
name="./logoutDisabled"
text="Disable Logout"
uncheckedValu...
Hi @Vinit1,Resource Type Updater is designed to bulk update sling:resourceType and cq:Template properties. To update page properties such as Title, Description; you can utilise AEM Bulk Editor.Adobe Documentation: https://experienceleague.adobe.com/docs/experience-manager-65/content/sites/administer...
Hi @krist_wang,You need to install the Forms Addon package to create Adaptive Form [0].[0]: https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/forms/setup-configure-migrate/setup-local-development-environment.html?lang=en#add-forms-archive-configure-users
Hi @JakeCham,You need to make sure your component has Sling Model implementation; otherwise you'll encounter Invalid recursion selector value 'model' error. @Model(
adaptables = { SlingHttpServletRequest.class },
adapters = { Article.class },
resourceType = { Article.RESOURCE_TYPE },
default...