While creating the content fragment, I have added tags. That is saved here. From GraphQl API, I can expose the content as shown below _metadata { stringArrayMetadata { name value }} Similary, I have added tags to asset. That is present here: /content/dam/test.png/jcr:c...
Hello Team, I have an rte field in my Content Fragment models.(Note: Which is present in many CF models).I want to call some custom js file whenever I open the CF. So, below article worked for me.https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ootb-validation-options-for-co...
Hello Everyone, For my project I need to create many content fragment models(Around 40-50).I want to segregate these models by the usage. Note: I have a hierarchy of models by usage/reference.Example: Will create CF-Model-abc-1, CF-Model-abc-2, CF-Model-abc-3 etc.Will create CF-Model-xyz-1, CF-Model...
I tried the tutorial previously and it seems the AEM components I have for regular AEM needs to be redeveloped for AEM+EDS? perhaps there's more to it? Thanks!
Hi Everyone, I’m looking for an effective way to identify duplicate assets in AEM (either by name, size, or binary content).Is there any out-of-the-box functionality, query, or Groovy script that can help find duplicates in DAM - especially when they might exist in different folders or under differe...
My use-case is :1. Setup a custom distribution agent2. On modify, add, delete etc JCR events the agent will get triggered. [This I will be able to achieve via JCREventDistributionTriggerFactory once the Distribution Agent config is setup correctly].3. I do not have a publish instance so my requireme...
Reading through older posts it seems like you used to be able to copy and paste a component from one page to another in Sites. I can copy a component but if I go to a different page, it doesn't give me the paste option. It only lets me paste it within the same page. Is there a way I can copy a comp...
I'm migrating Oak:index from AMS AEM 6.5.21 to AEM as a Cloud Service using the latest Index Converter utility (v1.2.5) and have observed that the utility merges some custom indexes with existing OOTB index definitions. For example, my custom index "abc" is being merged into the customization of "cq...
i have custom responsive grid and i want to limit that grid to allow a a particular type of component to add only once.i have restricted to allow it one resource type by setting template policy. but how to restrict to add only once?
Hi, how can I create a rules based field in content fragment model. For example, there is a enum field called fuel type; if the fuel type is electric, then a new field, battery power, should pop up or should be populated. If the fuel type is any other, the battery power field couldn’t be populated o...