Hi Everyone, I tried removal of wrapping div around the components in AEM 6.4 using these options below , but it did not work either in edit mode or preview mode.Requirement : It should be removed on both the publisher as well as author/edit mode.Author mode should also work properly and I should be...
We need to extend page component dialog and add rich text field into the dialog.Our requirement is to add RTE plugin like subsuperscript, misctools(enter special characters, edit the HTML source) and etc.Any comments/advice/help are appriciated. Sincerely,Keehwan
Hello, I am trying to create a custom Index.I have placed Index under apps/_oak_index. I am using below filter<filter root="/oak:index"> <include pattern="/oak:index/cqPageLucene-custom-.*(/.*)?"/></filter> I have set allowIndexDefinitions as true. But while building getting below error[ERROR] Val...
I have a requirement to store the change records of some specified Node. And I can display these records on the pageExample :NameUserTimeNode1admin2021-7-31 I have evaluated some, I may need to store more than 100,000 data. Where and how can I store this data in the AEM?After saving, I can query, an...
Using AEM 6.5 but we are not using Magento. We are products we are importing into AEM. They can have over 40-50 attributes and each attribute has 4-8 of its own attributes. Attributes are basically technical specs describing dimensions, weights, speeds, and things you would see describing an engine....
I would like to show the boolean values in my showIcon property based on the text in my title property. I added below code in my local to read inherited page properties but it didn't work. textModel.showIcon is showing false even though when I author "some text" words in extitle dialogMy HTL code: ...
I have read from multiple blogs, HTL scripting documentation that JavaScript use scripts are compiled on run time and hence they are slower compared to Java use script and sling model. But I do not understand what does runtime here means, would the JavaScript code be compiled to Sling code when it i...
I'm using Dynamic Media component for Video.Video is playing both in author and in publish, but the src url formed for video tag is blob:<<AuthorDomain>>/d6198942-dab2-4f27-a346-0578d9efde91Is it possible to get Scene7 url instead of blob url like this, We need it for analytics purpose
Hello, I was trying to connect MySQL to AEM using Service but I got problem while doing it. Can you help me identify where the problem is?DatabaseService.javaHere's my the datasource configurationand the bundle that I've been using for the driver classHere's the error I got from logger of my service...
I have 2 AEM projects Project A and Project B.I have added a dependency of Project A into Project B pom files. But while doing so I observe that the bundle size of Project B increases. I see that the jar of Project A is being embedded into Project B bundle. Could you guys please suggest?Project A an...