John D Wells Jr
John D Wells Jr
### Description Our client has twice encountered this issue, though we do not know the exact steps to reproduce. This may be related to issue #9868... Our client has an...
I know this is a strange scenario, but in our case there's good reason... we have a LinkIt field set to link to a channel of entries, and then the...
e.g. if a plugin previously providing a custom type has since been disabled or uninstalled. Obviously an edge case, but one which we just ran into. :)
Setup: I have a `Dropdown (dynamic)` field in a Matrix block, configured with the following options: ``` { "value":"jim", "label":"Jim Beam" }, { "value":"jack", "label":"Jack Daniels", "default":true }, { "value":"mark",...
This is a related note to this: https://github.com/bigskysoftware/htmx/issues/26 And I appreciate possibly a hard ask, but... I understand how the `oob` feature lets me return multiple containers that can get...
### What happened? ### Description We have a matrix field set up, and in one of the blocks is an entry relationship field. With our site module, we have added...
I can see in the comments of Minify_HTML that when a jsMinifier callback is specified, the type attribute for SCRIPT tags is ignored. Why not err on the side of...
We often need to password-protect a site during development, and while there is this: https://github.com/verbb/knock-knock/ It has some shortcomings, namely that the login template is not at all customisable. And...
Change from using `$PRIMARY_SITE_URL` to `@web`, which I believe is more like the Craft convention. We do explicitly set `@web` in our `general/config.php` which is the important thing.
Turbo does this quite smartly: https://turbo.hotwired.dev/handbook/drive#reloading-when-assets-change