An AEM application has a Header and Footer authored on every page.
The customer asks for the following:
1. A centralized Header and Footer
2. The ability to create a variation for both the Header and Footer
3. Change the Header and Footer for specific time periods
4. The ability to restore a previous version for both the Header and Footer
What should the developer use to meet the requirements?
For AEM as a Cloud Service, the correct format to use for OSGi configuration files is .cfg.json. This format is specifically designed for use in AEM as a Cloud Service and supports both structured and unstructured data, making it versatile for various configuration needs.
Steps to create and deploy OSGi configurations in .cfg.json format:
Create Configuration File: Create a .cfg.json file in your codebase, typically under the apps directory, for example:
/apps/myproject/config/org.apache.sling.commons.log.LogManager.cfg.json
Define Configuration: Add your configuration properties in JSON format:
{
'org.apache.sling.commons.log.level': 'debug',
'org.apache.sling.commons.log.file': 'logs/error.log'
}
Deploy to AEM: Deploy the configuration along with your code package to AEM as a Cloud Service. The configuration will be applied automatically.
Dorinda
3 months agoMauricio
3 months agoHyman
3 months agoVerona
3 months agoFelicia
4 months agoEnola
4 months agoTracey
4 months agoKenneth
4 months agoBrandon
4 months agoQuentin
5 months agoJanine
5 months agoEttie
5 months agoRoyce
5 months agoJarvis
6 months agoGary
6 months agoHoa
6 months agoMelynda
6 months agoPeter
6 months agoOzell
11 months agoArleen
11 months agoLayla
10 months agoAbel
10 months agoStanton
10 months agoLouisa
10 months agoHector
12 months agoStefany
10 months agoRodolfo
10 months agoRoy
11 months agoLavonna
11 months agoVan
11 months agoNidia
11 months agoFelix
11 months agoLeslie
12 months agoWendell
11 months agoValentin
11 months agoAlverta
1 year agoChristoper
10 months agoMy
11 months agoLai
11 months agoGraham
11 months agoBok
1 year agoJettie
1 year agoMinna
1 year ago