Bruno Meilick

Results 59 issues of Bruno Meilick

![CleanShot 2023-03-08 at 19 48 38](https://user-images.githubusercontent.com/3265642/223829664-bbd87e1b-9cbb-4b7a-8143-90d182fbf7f4.png) 1.) key should not contain a dot since the staticache uses that instead of `/` https://github.com/getkirby/staticache/blob/9ef2d7195b5c8212fcf53194407cc28aec0e3901/src/StatiCache.php#L144 2.) i think the data set should not...

## Description create a block and drag it to another block field. keep holding the mouse button and drag. it disappears in the initial and appears in the second. but...

type: bug 🐛

using the x-language header does not work nor can i set the language in the php `kql()` helper as far as i can tell. https://getkirby.com/docs/guide/api/introduction#language the forum suggests it might...

https://getkirby.com/docs/reference/panel/sections/pages#preview-images ```yml image: query: page.image.findBy("name", "cover") cover: true ratio: 1/1 back: black color: red #

type: content 📝

in most recent k4 version the reload prop is not working anymore.

bug

maybe ignore pages that have blueprint hide flag set. ```hide: true``` https://getkirby.com/docs/panel/blueprints/page-settings#hide-page

recent usecase using autopublish and having 'hidden' not visible pages. would have needed a filter for prev/next collection to exclude all not visible pages. could be done with a simple...

i want to use revisions plugin for an existing website with literally thousands of pages. but first change creates revision current, losing first change for existing pages. any ideas how...

revisions do not work for panel settings site (aka site.yml blueprint), right? any plans to add support for this?