Configure your theme
To enable following modules in your theme you need to add a config.json file to your theme's root folder :
- Event
- Styling
- Content Editor
- CTA
Sample config.json file
{
"module" : {
"debug" : {
"enabled" : true
},
"event" : {
"enabled" : true
},
"styling" : {
"enabled" : true
},
"page" : {
"contentEditor" : {
"enabled" : true
}
},
"cta" : {
"keywords" : {
"cta_1" : "This is the place id for the placement of Call to Action 1",
"cta_2" : "This is the place id for the placement of Call to Action 2",
"cta_3" : "This is the place id for the placement of Call to Action 3",
"cta_4" : "This is the place id for the placement of Call to Action 4"
}
}
}
}
Updated about 7 years ago