I need to increase the size of the AEM dialog. Even on full screen mode the fields are still small. I have used some nested multifields that make the fields look very long and small. Is there a way I can change the size of the AEM dialog on load for the required component ? Also, I was trying to cha...
Request for Feature Enhancement (RFE) Summary:Our accessibility audit shows WCAG 2.1 AA violations when using placeholders alongside ARIA labelling on Core Form FieldsUse-case:Using Adobe Core Form Fields, with ootb configuration "Display help message as placeholder” Example: on page https://www.su...
Does anyone have any nice examples using the AEM Tab component?Ideally using icons+text in each tab, reducing to icon only for mobile use. Something along the lines of:https://codepen.io/yyzygter-the-looper/pen/MYadwdR
You can give a Teaser, like the rest of the core components an arbitrary ID, which also shows up in the data layer. This is useful for identifying the things you'd like to track. Unfortunately this only happens at the component level. For something like a CTA that can be added to a Teaser component,...
Request for Feature Enhancement (RFE) Summary:RTE support for <strong> and <em> tagsUse-case:We are running an accessibility improvements project right now and our 3rd party a11y consultants reported some issues with they way RTE work.Right now RTE has an option to bolden a part of a text or to make...
I am trying to follow the documentation for creating Core Components based form fragments. It mentions to use template based on Core Components:But there are no template types or templates available for it. I have created and deployed the AEM project using archetype 45 as suggested in the documentat...
In AEM 6.5 when using cq/gui/components/authoring/dialog/fileupload for our drag and drop field which we click on pick we get a "Type to Search" field at the top of the dialog where-in we can input the path. However on AEMaaCS it is just a header with "Select Path" text. Is it possible to get the sa...
Is there a way to make components added through child editor responsive in layout Mode? For example, when we include a component in Container component both the container and child component are responsive. Can we achieve same functionality with child components included using child editor for compo...
On dispatcher URL- when we change language from the hamburger menu, then the page content is getting loaded according to the chosen language.But when we go back to previous language page by clicking on the browser back button, then the page content is not updated, only the URL gets updated. (no netw...
The multifield below is not retaining more than one item. The child node only stores one item in content path. Second item is saved directly on the component node itself. Need guidance in understanding error in the structureMultifield dialog: <multifieldDialog
...
I am using cq/gui/components/tagspicker in my component dialog and want to display the selected tags in HTL. I have tried directly by using name property but this only displays the first selected tag. How to display all selected tags from component dialog in frontend?
Hello, Goal: To display content from a content fragment onto a page or experience fragment. This must include data from fragment reference fields ie: nested content fragments and content reference fields, specifically images. Currently, OOTB only displays either with their respective paths. My Appr...