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).
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @testtttt1
You can configure "ACS AEM commons' AEM Environment Indicator"
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>
@testtttt1 you can use the environment indicator from ACS Commons. Solved: AEM Environment Indicator in AEMaaCS - Adobe Experience League Community - 564028
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?
@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.
Hi @testtttt1
You can configure "ACS AEM commons' AEM Environment Indicator"
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>
@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.
Views
Replies
Total Likes
Views
Likes
Replies