ideas
ideas copied to clipboard
This is the backlog of ideas and feature requests from the last two years. Use our new feedback platform to post your new ideas or vote on existing ideas.
I just discussed this with @distantnative and the search component is really intended to overwrite the search filter for collections. It's not meant to replace the entire `site()->index()` logic. If...
One of the biggest and most frustrating moments is when I use disallowed/unsupported name for my fields. It doesn't happen often, but it does happen occasionally and it's superfrustrating to...
I want to display all pages in the main column in the panel without pagination. I've set the other column to sticky and I want the user to be able...
I want to be able to extend the "views" property of the Page model (using custom plugins), so that I can use them with the rest API. I would be...
# Problem In our website, we have a bunch of empty `.txt` files for image metadata in our repo. Given that Kirby works perfectly without them - what's the point...
When executing a custom deploy script for new versions of my site, I'd like to lock all panel edits at the beginning of the deploy script and unlock when the...
Files section have the option to set `template` when uploading, why is there no filtering feature for `files field`? If a user is uploading with `template` based, it will likely...
When you add files with a file name that exists you always get an „The file exists and cannot be overwritten“ error. The „Replace“ option in the context menu of...
I think it would be kind of helpful if we could globally set something like a “translate: false” on a blueprint instead of every single field inside it. In this...
Currently, mixing fields and sections in a blueprint is very cumbersome and redundant. As an example: ```yml sections: my_fields: type: fields fields: my_field: type: textarea my_section: type: files my_other_fields: type:...