Is there an ENV / App.cfc setting for "tag attribute values"?

I see in the Lucee admin that there is a language / compiler option for how Lucee handles tags with unquoted values:

I’ve tried looking in:

… but I haven’t found anything that looks right. Does anyone know of way to set this (using something other than the CFAdmin component - I’ve made it this far in my career without ever having to touch this component)?

There’s the new(ish) configImport which can be used with a startup listener or via an env var

https://luceeserver.atlassian.net/browse/LDEV-4168

Can’t be set in Application.cfc as it’s a compiler option

2 Likes

Groovy, I’ll take a look, thanks.