Roman Gsponer
Roman Gsponer
External translation not work on select fields: ``` foo: label: path.to.translation.label type: select options: option1: path.to.translation.option1 option2: path.to.translation.option2 ``` The panel shows the path in the dropdown.
The information about a plugin on the plugin page is very basic. The API from Github could provide some useful information that can be displayed without having to edit the...
There is a strange behavior with field 'Slug'. To reproduce it, do the following: 1. create a blueprint with a label and a slug field (sync slug with label). 2....
I wish it would be possible to Scrolling the Page by touchscrolling vertical.
Hi. Thanks for writing this amazing Extension. This is more a feature request: I have a really complicate class construct like this `` It's almost impossible to create an regex...
Original code: https://github.com/getkirby/kirby/blob/ba8e9e511d797c0c2bc9278d5484020c4aa8cfce/src/Option/Options.php#L34-L44 My recommendation: ```PHP if (is_array($option) === false) { //$option needs to be an array $option = ['value' => $key, 'text' => $option]; } else if ( ($option['value']...
it would be nice, when you have a 3th condition in options for x and y. Instead of false/true off/div/page.
I tried to find a way that the plugin loads automatically when i open a project and the proxy is already up. I have to run the command every time,...
## Description Managing the plugin definition can be very time-consuming. If you want to create (for example) a snippet, you also have to declare it in the index.php file. ```php...