Hi Amit, 1. I tried using this regex, but it gives the same result, /apps/fc2/osgiconfig/config.local.author node has t : nt:file as well as sling:OsgiConfig which is coming from the code base. 2. I can remove the files and folders from the codebase to exclude them from deployment, but that makes me...
Thanks for your response. Check all other filter.xml files in the project, make sure none of them includes /apps/fc2/osgiconfig/config.local.author. - There is no other module with same path in filter.xmlEnsure no .content.xml or other file inside config.local.author is included in the codebase. - T...
To rule out the possibility of exclude patterns matching only the specified directories and not their contents, I've also tried <exclude pattern="/apps/fc2/osgiconfig/config.local.author(/.*)?"/>This creates another scenario, as the crx now has two files under /apps/fc2/osgiconfig/config.local.autho...
Hi All,I'm having trouble understanding a fundamental AEM concept and could use some guidance.I have a configuration folder for the config.local.author runmode.I want to exclude this folder from deployment so that any changes made via the OSGi Configuration Manager are retained and not overwritten d...
Hi @sophiag4811594 Can you share what workaround you implemented for resolving this?I tried adding the 'valueFormat' to 'YYYY-MM-DD HH:mm Z' but you're right to mention that it doesn't work as datepicker is still applying the local time zone offset.
Hi @Anmol_Bhardwaj , Thank you for providing these details. I ran into the same problem.Do we know why Adobe hasn't addressed this issue for external links when using a fixed list to generate lists with links?https://aemcomponents.dev/content/core-components-examples/library/core-content/list.htmlIt...
Hi Kautuk?Is it possible to have multiple in-place editing options for the Image component with two image fields (Desktop/mobile)?By default, it works for the first configured image.
I'm unable to test with the latest versions because my local setup has not upgraded to the compatible 6.5.17+version (local current version 6.5.15.0)But I checked the latest release code below:Imagehttps://github.com/adobe/aem-core-wcm-components/blob/core.wcm.components.reactor-2.23.2/content/src/c...
Hi All,https://experienceleague.adobe.com/docs/experience-manager-core-components/using/wcm-components/teaser.html?lang=enI'm referring to Teaser v2 (core.wcm.components.content-2.22.0.zip), which delegated image rendering to the Image v3 component.The documentation states that edit-dialog of the Im...
Hi All,I have a live copy page with four levels of nested components, where a rich text and image component is used inside a carousel, which is used inside another container component.According to my understanding, if I cancel inheritance of all components at the component level, nothing should be i...