Felix Niklas
Felix Niklas
## Description Emoji page icons in page sections are getting cut off. There is an `overflow: hidden` on all `k-frame` children so the emojis get cut off at line-height. **Screenshot**...
Thank you Martin for Open Sourcing this amazing library! I ran into the following error when working with videos and I want to share the fix that I applied to...
## Description I have a structure with two tags fields at the beginning: ```yml credits: type: structure fields: role: type: tags name: type: tags website: type: url ``` Whenever I...
I updated my (still unmerged 😔 - what's up @sylvainjule) 3.8.0 compatibility pull request and added v4 compatibility adjustments: https://github.com/sylvainjule/kirby-multilist/pull/12 Before:  After:  that pages, files and users fields store ids and emails instead of now uuids: > - The pages...
I'm using a janitor button to fetch data from an API to prefill page content. The data includes the page title. So I want to update the slug too. And...
When digging into #7597 I realized that the error message was more precise before Kirby 5. This is what I get in Kirby 4.8.0: The error message is at the...