"pvWidgetConfig" Setting
|
Description
|
"enabled"
|
If set to true, the Pure Variants widget is enabled in Codebeamer.
If set to false, the Pure Variants widget is disabled in Codebeamer.
|
"settings"
|
If the "enabled" property is set to true, further settings can be specified under the "settings" property.
|
"PV_HUB"
|
The "PV_HUB" property defines the hub to be used. Possible values:
• WebHub ("webhub")
• DesktopHub ("desktophub").
|
"PV_HUB_EDITABLE"
|
The "PV_HUB_EDITABLE" property defines if the hub should still be editable by the user.
• If set to true, the hub is editable by the user.
• If set to false, the hub is not editable by the user.
If not defined, the hub is still editable by the user in the widget.
|
"PV_HUB_URL"
|
The "PV_HUB_URL" property defines the URL for the WebHub.
Example value: "https://webhub.server/pvweb".
|
"PV_HUB_URL_EDITABLE"
|
The "PV_HUB_URL_EDITABLE" property defines if the webhub URL should still be editable by the user.
• If set to true, the webhub URL is editable by the user.
• If set to false, the webhub URL is not editable by the user.
If not defined, the webhub URL is still editable by user in widget.
|