You can configure which IXM One users types can work with spot variants to create different versions of a centrally managed spot.
To do so, 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 > hideSpotDetailTabVariantsForUserType to one or more of the following options:
Admin: admin users can see spot variants.
StandardUser: standard users can see spot variants.
LocationUser: location users can see spot variants.
Ensure that spotVariationsEnabled is set to true.
Save your changes and close the file.
"cms": {
"hideSpotDetailTabVariantsForUserType": [
"LocationUser",
],
"spotVariationsEnabled": true,
}