Ove Numrich
Ove Numrich
## Description When extending Kirbys core image block itβs not possible to limit the ratio options. ```yaml testBlocks: type: blocks fieldsets: image: extends: blocks/image fields: ratio: options: 1/1: "1:1" 16/9:...
## Description When registering a custom route with the callback pattern Kirby does not apply the correct page model when using the `page` helper with a preceding call to `childrenAndDrafts()`....
As [mentioned](https://discord.com/channels/525634039965679616/525641819854471168/1210500537963774012) on the Discord Server, the Sorting Cookbook article currently makes use of _dynamic properties_ that will cause a [deprecation warning in PHP 8.2](https://stitcher.io/blog/deprecated-dynamic-properties-in-php-82). Support for dynamic properties is...
Looking at the apache error logs, trying to fix an unrelated issue, i noticed lots of warning messages for the staticache .htaccess rules. `[rewrite:warn] RewriteCond: NoCase option for non-regex pattern...
Closes #2 When installing Kirby with composer `getkirby/composer-installer` takes care of installing the plugins composer dependencies into the _main_ composer vendor directory. You can the check the [the Kirby Plugin...
## Description Changing the page number of a listed page that has already created source set image version in `/media/pages` will cause a recreation of the already created images under...
## 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...
On multilanguage installations form submission field appear empty when the panel editing language is not set to the language the form was submitted from. This is confusing since form submission...