Hi All,I'm creating workflow model and I want to deploy it to the sandbox dev. Deploying to Dev successful but the dev environment don't have workflow model Best regards.
We are doing a POC to enable Server Side Rendering in a AEM React SPA project. We used the following command to create the project. mvn -B org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion...
I have a components, which created or used by WCMUsePojo class. I need to convert that java class to sling models. How to convert that all components which used by WCMUsePojo class to sling models? Is there any tool available at online?
Hi All,I have about 10k DAM assets that all require me to add a set of cq:tags to them. I have tried exporting the dam metadata adding the tags to the .csv and reimporting that (Column 'cq:tags' - Tags 'example:AU/NSW')Once I import it and check on an assets properties I do not see the tag in the ta...
so i have a multifield in my component dialog and inside it is another multifield. As you can imagine, it can get quite tall/big. I'm wondering what options are possible so can I can better organize my dialog so it's not overwhelming my authors. I was thinking perhaps something like an accordion? (o...
Hi , i want to see if there are any defaults to disallow post calls to the dam for unauthenticated users or even a way to override the generic error message like "org.apache.sling.api.PersistenceException error message:Resource at content/dam/example .json is not modifiable" , where the sensitive i...
Alternative Text is required field in Image (v3) Core Component. I extend image component in my project and update q:dialog with required={Boolean}false. Still I got error message although asterisk is not showing in this case.Any Suggestion, how I can make the "Alternative Text" optional?
I'm working on a task where I need to process data from 3-4 third-party APIs asynchronously, or in parallel, and present this data in JSON format via a Sling servlet to the front end. Could anyone provide some guidance on how to enable asynchronous support in a Sling servlet or an OSGi service?