-
I added the function to your script that allows me to use different passwords.
This can be useful if a password changes monthly, and you want to create a list in advance.
**config.php**
``` p…
-
### Describe the feature
Sometimes the space in the panel can get a bit limited for a side-by-side preview. The ability to open the preview in a new tab (similar to Kirby's build in preview button) w…
-
After playing with the Starterkit and reading the documentation I downloaded the Plainkit but it took me a while to get anything working. I'm running it locally, using a Docker container (rather than …
-
## Description
When using the API route `/api/pages/:id/children` to create a page, the API returns an error **even though** the page is still created.
**Using localhost**
```json
{
"status…
-
## Description
If I use the the `page: 1` option on a section `type: pages`, it does not have any effect. No matter if I reload the panel, switch to another page and come back, or log out and in ag…
-
When clicking on the preview button nothing happens. The preview button of other files does work as expected.
When manually copying the file url the file can be accessed.
Also in the default…
-
Already with 'Kirby 3', the message "Failed to fetch" was displayed in the panel when the browser was inactive, e.g. after hibernation. This also continues with 'Kirby 4'. The problem is not reproduci…
-
https://github.com/jgabrielsen/kirby-panel-image
This additional panel field for Kirby 2 allows you to display images in blueprints.
-
## Description
1. quickly boot up a kirby startekit:
```sh
git clone git@github.com:getkirby/starterkit.git lost-pages
cd lost-pages
composer install
php -S localhost:3001 kirby/router.php
…
owzim updated
2 weeks ago
-
## Description
When a parent page contains a child page with slug _new_ Kirby will re-use that child pages Uuid when a new child page is created.
**Expected behavior**
The Uuid to be uni…