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
1 month agoMauricio
2 months agoHyman
2 months agoVerona
2 months agoFelicia
2 months agoEnola
2 months agoTracey
2 months agoKenneth
3 months agoBrandon
3 months agoQuentin
3 months agoJanine
3 months agoEttie
4 months agoRoyce
4 months agoJarvis
4 months agoGary
4 months agoHoa
4 months agoMelynda
5 months agoPeter
5 months agoOzell
9 months agoArleen
9 months agoLayla
8 months agoAbel
9 months agoStanton
9 months agoLouisa
9 months agoHector
10 months agoStefany
9 months agoRodolfo
9 months agoRoy
9 months agoLavonna
9 months agoVan
9 months agoNidia
9 months agoFelix
10 months agoLeslie
10 months agoWendell
9 months agoValentin
10 months agoAlverta
11 months agoChristoper
9 months agoMy
10 months agoLai
10 months agoGraham
10 months agoBok
11 months agoJettie
11 months agoMinna
11 months ago