Josh Crawford
Josh Crawford
Yep, conditions are a bit of a tricky one with Hyper, mostly because that's all managed through Craft's HTMX handling related to elements, which isn't really compatible with Hyper and...
It's going to have to be tackled at some stage for sure, but there are rumblings about some CP changes in Craft, so I'm keen to see where they lead...
What version of Craft are we talking about here? Here's the Craft 4 native CSS rule we're basing it off: ``` @media only screen and (min-width: 1536px) { #content :not(.meta)>.flex-fields>:not(h2):not(hr):not(.line-break).width-50,...
Right, so they've changed their breakpoint to use `calc()` and now using CSS containers. This makes the breakpoint dynamic. ```css @container (min-width: calc(50rem)) { .flex-fields>:not(h2,hr,.line-break).width-50, .flex-fields>:not(h2,hr,.line-break):last-child.width-50 { width: 50%; }...
No issue on my end with Craft 5.6.13 I'm afraid. Side note, that should be a plain array of links, not `links` as an array. ``` $element->setFieldValues([ 'bulletpoints' => [...
Can you confirm what you see? just no Matrix block at all? Or, what does the Hyper field look like?
Is this in the context of a multi-site? As in, the primary entry working correctly, but the specific sites don't? Judging from that commit, it seems to be for when...
Sorry if I'm not following, that seems correct behaviour to me? That's an empty Hyper field with no link value? In addition, what are the translation/propagation settings for your Matrix...
Fixed for the next release. To get this early, run `composer require verbb/formie:"dev-craft-5 as 3.0.0-beta.16"`.
Fixed for the next release. To get this early, run `composer require verbb/formie:"dev-craft-5 as 3.0.0-beta.16"`.