You can use spot variants to create different variants of a centrally managed spot, for example, for branches. The spot variants remain connected with the original spot and you can manage them from a central location. That is, in the spot settings of the original spot. In addition, you can change the settings and content of a spot variant independently of the original spot to suit the needs of your branches.
To enable spot variants, 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++.
Under cms, set spotVariationsEnabled to true.
Save your changes and close the file.
"cms": {
"spotVariationsEnabled": true,
}