Configure and "Generate" content from CLI with AEM Guides? | Adobe Higher Education
Skip to main content
Level 2
March 21, 2023
Besvarat

Configure and "Generate" content from CLI with AEM Guides?

  • March 21, 2023
  • 1 svar
  • 607 visningar

Hello,

Is it possible in AEMaaCS Guides "Map dashboard" to configure Baselines and Generate content from Jenkins or desktop CLI?

TIA

Det här ämnet har stängts för svar.
Bästa svar av AswiniLakshminarayanan

You can enable baselines in map dashboard by adding the below config property in the config file (dox\dox.config.override) and run the cloud manager pipeline to deploy the config changes.

 

PID: com.adobe.fmdita.config.ConfigManager
Property Key: hide.tabs.baseline Boolean(true/false).
Property Value: Default value: true

 

Creating baselines can be done via APIs, Please check the API Reference Guide

for more information.

1 svar

Adobe Employee
March 23, 2023

You can enable baselines in map dashboard by adding the below config property in the config file (dox\dox.config.override) and run the cloud manager pipeline to deploy the config changes.

 

PID: com.adobe.fmdita.config.ConfigManager
Property Key: hide.tabs.baseline Boolean(true/false).
Property Value: Default value: true

 

Creating baselines can be done via APIs, Please check the API Reference Guide

for more information.