Hi All,I am currently working on integration Adobe Launch via Adobe IO. But I cannot have IMS Account Configuration in my AEM 6.4 instance. How can I enable it?
Hi Team,After integrating assets with creative cloud from AEM how can we edit the assets in creative cloud ?Do we need any additional access and what all options are available to edot the assets?Regards
Hello Adobe Community,I have a checkbox dialog for one of my components, and I would like to add a custom CSS class to the dialog, but through the XML of the dialog itself.Is this possible?Basically I'm aiming for something like this:```<questionCheckbox jcr:primaryType="nt:unstructured" sling:res...
Is it possible to take information entered into a component field, and have it put into fields within the page properties? We’d like to have a component where the page author could enter a title and description and have the values overwrite the page title and the page description as found in the pag...
Lets imagine I have the following components in my AEM projectComponent AComponent BComponent CNow I want to create a new component (Component D) which contains Component A,B and some additional new things. I have added Component A and B using cq:template. SO when we add component D to the page the ...
I know the Style System is relatively new to AEM. Are the styles from the component-level policy exposed in some way, or do you know some way to access those properties via Sling Model so I can expose them in the JSON and read them with React? I appreciate your help. Running AEM 6.5 with SPA Arch...
Hi All,I am getting below error while running the PreUpgradeTask by invoking runAllPreUpgradeTasks() method :com.day.cq.wcm.core.impl.VersionManagerImpl Unable to purge version 1.* for /<path> : OakConstraint0100: Item is protected: <path>What could be the possible reason and solution?
I want to have a touch ui component that has field in the dialog that displays the value that is entered in a seperate touch ui dialog. What is the best way to go about doing this?