Newbie here, so go easy. Not quite sure my terminology is correct.I'm trying to get all of the instances of a given model. I have a Video component like so:@Model(adaptables = Resource.class, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL)public class Video { private url;}I'd like...
Hi,The AEM Desktop APP when used, it mounts a network drive in the Windows Explorer.Is there any option like a Dropbox App? Where instead of having the files in a network location they would be synched into the local folder? So, any operations in the file would be local?Thanks,
I created the following query, but I can not make it work.SELECT user.*, group.* FROM [rep:User] AS user INNER JOIN [rep:Group] AS group ON ISDESCENDANTNODE(user, [/home/users])WHERE user.[jcr:uuid] IN (group.[rep:members])and user.[rep:principalName] = 'usertest'I get the following error: expected:...
Hello All,For Translations (Label properties, default value , value) I have created a component with multi-fields. All the properties gets stored in a single node in json array format.Is there any limit for this ? or what is the maximum limit that it can store all the properties?Will it impact the p...
Hi All,As per Configuring Email Notification , if any customization is to be made to email template for workflow notification, it says open the en.txt file located below the /etc/workflow/notification/email/default, make changes and saveSuppose,1]There are already existing workflows that are makin...
I need to convert the content page in a pdf format and save the pdf in dam. I am able to create pdf file in dam from the below url with a string data but unable to read data from the content page.Adobe Experience Manager Help | Creating a custom Adobe Experience Manager PDF service Can anyone sugges...
Hello All, We have a Rich Text Editor component having below controls available(in _cq_editConfig.xml) for editing text. In AEM 6.3.2.2, when we log in as admin/admin and open the RTE component in edit mode, all controls are available for editing text.But when we login with a user who is part of Aut...
Hi,I have a dialog component the has a multifield and inside of if it has a Show hide dropdown.It works, but the problem is that when I change the option in one item of the list, it changes on the others as well.How can I do to change just on the item that I am in??I was reading this answer with the...