You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to PL and in writing a listener plugin I wanted to create a test that could update a configuration option to false. It doesn't work because at the start of \PatternLab\Config::setOption() there's this:
Hi,
Thanks for this fantastic product!!
I'm new to PL and in writing a listener plugin I wanted to create a test that could update a configuration option to
false
. It doesn't work because at the start of\PatternLab\Config::setOption()
there's this:patternlab-php-core/src/PatternLab/Config.php
Lines 276 to 278 in 009399c
Also
\PatternLab\Config::updateOption()
just passes through to::setOption()
.It's quite an explicit check, so I guess it is/was there for a reason, but I'm not sure what that might be (:
Is that a bug? Am I doing things wrong?!
TIA
The text was updated successfully, but these errors were encountered: