Questions tagged [aem-6]

AEM-6 stands for Adobe Experience Manager version 6.x. AEM formerly known as CQ5 is one of the leading CMS(Content Management Systems) that focuses on giving more control to a business user to decide, manage and control the content that is displayed on webpages.

336 questions
1
vote
1 answer

Is there any difference between _cq_dialog.xml _cq_dialog/.content.xml?

In most AEM components I've seen there is a file _cq_dialog.xml that defines a Touch UI dialog to configure the component. However, when I export a component with a CRX DE package, it contains _cq_dialog as a directory with .content.xml inside. Is…
pkalinow
  • 1,619
  • 1
  • 17
  • 43
1
vote
1 answer

Access AEM component data as JSON within HTL (Sightly)

I have created a component the fields of which have been mapped to a sling model. To get the data of the sling as JSON I have enabled Sling exporter as shown in the code below - @Model(adaptables = { Resource.class }, defaultInjectionStrategy =…
Archit Arora
  • 2,508
  • 7
  • 43
  • 69
1
vote
1 answer

AEM access component properties inside a dialog

I have following part inside a component dialog:
xMilos
  • 1,519
  • 4
  • 21
  • 36
1
vote
1 answer

DataSourcePool or @Reference DataSource in WorkflowProcess

I am writing an AEM Custom Workflow component using the AEM Archetype. All is good. I can write code that uses a Reference annotation @Reference(target = "(&(objectclass=javax.sql.DataSource)(datasource.name=MYDB))") private DataSource ds; This…
C. Rich
  • 43
  • 1
  • 8
1
vote
1 answer

Is there any way to add a single component to multiple component groups in AEM [Adobe Experience Manager]

I need to add a single component to multiple component groups in AEM.
1
vote
0 answers

Trying to create empty asset collection using "com.day.cq.dam.core.impl.collection.DamCollectionManager;"

Trying to create empty asset collection using "com.day.cq.dam.core.impl.collection.DamCollectionManager;" but import is failing for this. Added required dependency as well for "cq-dam-core" com.day.cq.dam
1
vote
1 answer

Can't Remove Template Policy (AEM)

I don't seem to be able to delete policies for templates in Adobe Experience Manager 6.5. I can keep adding copies of a policy, but I don't see any way to remove them. Does anyone know if this is possible either through the browser editor or CRXDE?
Jon
  • 622
  • 8
  • 29
1
vote
0 answers

AEM pathfield to allow selection of only child pages

I have a requirement where the AEM pathfield component will show only the child(cq:Page ) resources/nodes of the current node(cq:Page) in the options picker. I went through the documentation…
infinityskyline
  • 369
  • 2
  • 4
  • 17
1
vote
1 answer

Add granite:data to cq dialog textfield

I am trying to create a validation function for a textfield depending on the content of other textfield in a cq dialog in AEM 6.5. I am trying to send within the cq:data the textfield name but I can get AEM to render these data attributes on…
MaynorSong
  • 630
  • 7
  • 15
1
vote
2 answers

Event listener when cq-FileUpload-clear is clicked

I have javascript function that listens to any change in value made to coral-FileUpload element on the cq dialog. $('coral-FileUpload').on('change', (event) => { // my code }); The above code works fine when any asset is dropped from…
infinityskyline
  • 369
  • 2
  • 4
  • 17
1
vote
0 answers

How To Enable Image Cropping in Touch UI Page Properties

Is there any official path, preferably requiring little effort / future maintenance, for implementing an image cropping feature within a Touch UI page properties editor? I realize that an author can go to the source image in the DAM and crop it, but…
Mark Nemmer
  • 11
  • 1
  • 1
1
vote
1 answer

display the search result from a particular path on top than other

I have content structure as below content ----- mysite -------pathv1 ------pathv2 My intention to display the result from the search path V1 before V2. The full-text search is returning randomly. I tried to use the orderby = path but it is not…
Satish
  • 59
  • 3
  • 14
1
vote
1 answer

How do I not include scripts and clientlibs in an experience fragment when exporting to Adobe Target?

I'm trying to build an experience fragment (XF) template in AEM 6.5. We have some custom clientlibs that I want to include when designers are authoring the experience fragment but I don't want to include when the experience fragment is injected via…
1
vote
1 answer

Hide inherited property in page properties dialog (Touch UI)

I'd like to hide a property within a certain tab that is inherited from /libs/wcm/foundation/components/basicpage/v1/basicpage (e.g. hideInNav property in basic tab). This change should only affect one page-rendering component, so I don't want to do…
fraudoudou
  • 21
  • 6
1
vote
1 answer

AEM workflow comments duplicated by service users

If a user leaves a comment during a workflow, the comments are duplicated in the workflow comments section by service users for each Auto Advance step I have in the workflow model. Is there some way to not have these steps also create a comment? The…
klementine
  • 300
  • 5
  • 12