We have introduced a new option that allows administrators to disable the default transparent background across all Lightning Conductor instances in your SharePoint environment. This update >(6.5.1.0) is currently live and deployed via our updated CDN files.
To apply this configuration globally, you must create a Tenant Property using the SharePoint Online Management Shell.
Instructions to disable transparent backgrounds
Launch the SharePoint Online Management Shell.
Connect to your tenant using the following command:
PowerShell:
Connect-SPOService -Url https://yourtenant-admin.sharepoint.com
PowerShell:
Run the command below to set the storage entity. Note: Replace APPCATALOGURL with the actual URL of your tenant's App Catalog site.
PowerShell:
Set-SPOStorageEntity -Site "APPCATALOGURL" -Key "_lt_lightningConductorCommonOptions" -Value "1" -Comments "Disabling transparent background globally" -Description “Global setting for Lightning Conductor background”
Once this command is executed, the default transparent background will be disabled for all Lightning Conductor web parts throughout the tenancy.
Please feel free to contact help@lightningtools.com if you have any questions or issues, we would be happy to help!