- 27 Sep 2024
- 1 Minute to read
- Print
Enable holiday selection
- Updated on 27 Sep 2024
- 1 Minute to read
- Print
Holiday selection allows users of the IXM Platform to control the display of content on holidays in specific locations. This includes flexibly adapting operating times based on local demands and creating local holiday lists.
To enable holiday selection, perform the following steps:
Navigate to the configuration files on the server at: GVServer2\www\gv2\gf\GFWebHtmlCustomer\
Open one of the following folders:
00000: edit configurations for the entire server, which means for all customers.
000xxx: edit customer-specific settings. xxx is the customer ID.
Open the config.json file in your folder with a text editor like Notepad++.
Set cms > enableHolidaySelection to true.
Save your changes and close the file.
"cms": {
"enableHolidaySelection": true,
}