how to change AEMaaCS Environment Indicator | 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 Raja_Reddy

Hi @testtttt1 
You can configure "ACS AEM commons' AEM Environment Indicator"

 

https://adobe-consulting-services.github.io/acs-aem-commons/features/environment-indicator/index.htm...

 

Once configured, each environment can have a different color bar for easy visual identification. 

 By adding following via "filevault-package-maven-plugin" in all module.

 

<embedded>
<groupId>com.adobe.acs</groupId>
<artifactId>acs-aem-commons-ui.apps</artifactId>
<type>zip</type>
<target>/apps/abc-vendor-packages/application/install</target>
</embedded>
<embedded>
<groupId>com.adobe.acs</groupId>
<artifactId>acs-aem-commons-ui.content</artifactId>
<type>zip</type>
<target>/apps/abc-vendor-packages/application/install</target>
</embedded>

 

3 replies

kautuk_sahni
Employee
January 18, 2024

@testtttt1 Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.

Kautuk Sahni
Raja_Reddy
Raja_ReddyAccepted solution
New Participant
January 17, 2024

Hi @testtttt1 
You can configure "ACS AEM commons' AEM Environment Indicator"

 

https://adobe-consulting-services.github.io/acs-aem-commons/features/environment-indicator/index.htm...

 

Once configured, each environment can have a different color bar for easy visual identification. 

 By adding following via "filevault-package-maven-plugin" in all module.

 

<embedded>
<groupId>com.adobe.acs</groupId>
<artifactId>acs-aem-commons-ui.apps</artifactId>
<type>zip</type>
<target>/apps/abc-vendor-packages/application/install</target>
</embedded>
<embedded>
<groupId>com.adobe.acs</groupId>
<artifactId>acs-aem-commons-ui.content</artifactId>
<type>zip</type>
<target>/apps/abc-vendor-packages/application/install</target>
</embedded>

 

yashp0808
New Participant
January 17, 2024
testtttt1Author
New Participant
January 17, 2024

hi @yashp0808 ,

 

We have ootb env. indicator, instead of using acs env. indictor again, is there any way to change name of ootb env indicator?

yashp0808
New Participant
January 17, 2024

@testtttt1  I couldn't find any documentation for customizing ootb environment indicator. I am using ACS environment indicator and it works well and is customizable using environment variables.