Context Aware Configuration Editor | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi,

It is not OOTB, it is from wcm.io

To install in AEM, please check the example POM changes https://github.com/arunpatidar02/aemaacs-aemlab/pull/6/files  

2 replies

arunpatidar
Community Advisor
Community Advisor
August 3, 2022

Please check to install CA editor in AEM

https://aemlab.blogspot.com/2022/06/aemaacs-tools.html 

Arun Patidar
Level 2
August 4, 2022

Thanks Arun for the reply !

it doesn't tell me clearly how to get CAC editor in AEM?

 

please note : I don't want to install the separate packages as described in https://wcm.io/caconfig/editor/usage.html#Editor_GUI

 as the external packages are always subjected to vulnerability scan.

I have already added the maven dependency but it does not enable the CAC editor to me.

 <dependency>
	<groupId>io.wcm</groupId>
	<artifactId>io.wcm.caconfig.editor</artifactId>
	<version>1.12.0</version>
 </dependency>

 

Now the question is, does adobe give it OOTB or is that available as part of ACS commons.

Possible to help me understand on this? my goal is to get the CAC editor where author can author the configurations.

 

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
August 4, 2022

Hi,

It is not OOTB, it is from wcm.io

To install in AEM, please check the example POM changes https://github.com/arunpatidar02/aemaacs-aemlab/pull/6/files  

Arun Patidar
Manu_Mathew_
Community Advisor
Community Advisor
August 3, 2022
Level 2
August 4, 2022

Thanks Manu for the reply but it doesn't talk about the Context Aware Configuration Editor