Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

how to change AEMaaCS Environment Indicator

Avatar

Level 3

Hi team,

 

In AEMaaCS, we have OOTB environment indicator. We have multiple non prod environments, All are showing as dev, May. i know how we can change its value with its respective env names(for eg , qa , dev2 etc).

 

Screenshot 2024-01-17 at 5.25.56 PM.png

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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>

 



View solution in original post

5 Replies

Avatar

Level 3

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?

Avatar

Level 4

@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. 

Avatar

Correct answer by
Community Advisor

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>

 



Avatar

Administrator

@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