intelligence
intelligence
Noticed that if I set: ``` Align: full SupportsAlign: false ``` It won't show the block as full width But if I set: ``` Align: full SupportsAlign: full ``` It...
@tombroucke Could you show an example how you use the filter aswell? I can't wrap my head around it. Thanks!
@hatsumatsu Thanks for the snippet! I've found that it works well until you try to query the field in a repeater / flexible content. If you do, it simply returns...
@hatsumatsu Thanks! After some debugging I found that the code failed on `if($root->ID) { ... }` as it's not an object when the field is nested within a repeater or...
> Folks with resolveReferences issues... **be sure to run `gatsby clean` to clear your cache!** #152 > > I was convinced references weren't working in my PortableText blocks nested in...
Hey! I'm in the middle of getting this project production ready so I'll get back to you later. I tried settings `tabindex` to `-1` and `500` but that didn't change...
Looking for the same functionality. Would be nice to be able to use variable width and/or height.
I see, do you know if if it's technically feasible, from a performance perspective to create a feature like that? I've been looking for react components that enables variable width...
What solved it for me was to generate a new key as per: https://github.com/easingthemes/ssh-deploy?tab=readme-ov-file#1-ssh_private_key-required Initially I was using my standard key, which had a passphrase, which caused issues.
Very cool concept, I hope it makes it way into the core! What I had in mind when I made this issue is more akin of the "traditional" way, like...