Revert setting wrapHTMLPanels = true by default

This commit is contained in:
Pierce Lally 2023-08-21 21:37:34 -04:00 committed by GitHub
parent fef959f369
commit 05c24b719f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ AddCSLuaFile()
local config = {
version = "1", -- this field allows backwards compatibility if the config structure is ever updated
wrapHTMLPanels = true,
wrapHTMLPanels = false,
defaultAssetURIOptions = {
allowed = true