James #FFFFFF
James #FFFFFF
Would love this as well. Ideally, also able to be specified via `config/formie.php`
Lock the main OAuth 2 league dependency to 2.7.0 temporarily until it is fixed upstream. That is your best option currently. The Google package isn't specifically broken itself, it is...
GitHub pages only provides a limited set of plugins that can run in a GitHub pages build environment. Essentially any GitHub pages Jekyll build i.e. compile to static is done...
It would be an additional field on the field type, that would be optional, which you can use for the `` `` tag e.g. https://www.w3schools.com/tags/tag_caption.asp In some cases you may...
I would say the field instructions and table caption are two different things. It is easy enough to use a standard plain text field, and with Craft 5.7+ you can...
As the field helper references it as a unique string, the duplication action contradicts that. 
@i-just Thank you!
An alternative approach I've looked at without using a mutex is preventing Scout's queue jobs from being raised by detecting if the request is a console request, then running some...
@daltonrooney Thanks for this. We ended up implementing this in a different way and detecting console requests and registering queue handler events to set $event->handled = true to prevent queue...
For full context, specifically with Craft Cloud, having `asyncCsrfInputs` set to true is pretty much essential. The reason being with Craft Cloud and static caching enabled, the async CSRF input...