Hi!
Is there a way to hide specific Checkout UI extensions when they are served from the local dev server (via a cookie or some config setting)?
P.S. some time ago there were buttons to show/hide specific extensions via /extensions/dev-console
Hi!
Is there a way to hide specific Checkout UI extensions when they are served from the local dev server (via a cookie or some config setting)?
P.S. some time ago there were buttons to show/hide specific extensions via /extensions/dev-console
It used to be possible but for some odd reason it got removed. I just rename .toml
to .tomlz
or whatever so those extensions are not picked up anymore. Note that extensions dev server needs to be restarted after that.
Iām doing a similar thing, but thought maybe there is a proper way as this is not ideal