Benedict Massolle

Results 28 issues of Benedict Massolle

Hi all, why fiddling around with the Kirby 4 Drawer API I found some examples in `panel/drawer.js` to be not correct. https://github.com/getkirby/kirby/blob/main/panel/src/panel/drawer.js#L118-L125 I needed to wrap my listeners (submit, cancel)...

needs: docs 📝

Hi there, today we tried to implement a carousel pagination (i.e. 1 image of 3 images) in a product component. We tried several workarounds but nothing worked as expected. We...

Hello, since v4 (I think) there is the following CSS in the default panel.css: ```css :where(svg) { fill: currentColor; } ``` This was updated after [a similiar concern regarding icon...

## Description The temporary page with slug `__new__` will not be deleted after the actual page has been created. As this temporary file contains a page UUID, this will be...

## Description The change status button title attribute is not translated according to the page blueprint. It still contains the German label `Ungelistet` for `unlisted` status, wheras I set label...

## Description Even though the underlying action is the same, the files field and files section use different labels for the upload action: The field uses upload whereas the section...

Hello all, first of all thanks for the CLI and specifically the `clean:content` command. I use it regularly durcing development. I noticed, that it does not clean inside object fields...

When upgrading a Contao project from 4.13 to 5.3. I ran in to the folllwing error message: ``` General error: 2014 Cannot execute queries while other unbuffered queries are active....