-
Just stumbled over the example for the `system.loadPlugins:after` hook [in the guide][1] and wanted to dynamically register an extensions based on a config option in a plugin like suggested in the doc…
-
# Bug report
- Version: vercel-php@0.3.1
- URL: https://kirby-test.vercel.app/
- Repository: https://github.com/dadambickford/kirby_test
## Description
The PHP error is
```
Fatal error: C…
-
My system environment is as follows:
- Windows 10
- Julia extension v1.79.2
- Julia executable 1.10.4
I deleted the `%USERPROFILE%\AppData\Roaming\Code\User\globalStorage\julialang.language-juli…
mind6 updated
4 months ago
-
## Description
Kirby renders the same page if `.html` is appended to the page URL as if no content representation is appended at all.
**Expected behavior**
`.html` should behave like `.…
-
We used `runs-on: ubuntu-22.04` as temporary solution in here: https://github.com/getkirby/kirby/pull/6743
Check out some failed actions:
- https://github.com/getkirby/kirby/actions/runs/1132988…
-
Add a style array (JSON-Array) per parameter for a local file.
``` php
(googlemaps style: custom)
```
**Search for the style**
1. file at the current page
2. custom directory ($kirby/assets/gmapstyl…
-
Instead of
`c::set('autopublish.templates', array('project', 'item'));`
I had to use
`c::set('kirby.extension.autopublish.templates', array('project', 'item'));`
I don't know for which Kirb…
-
## 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
-
Insert watermark on every image.
Define the watermark image
``` php
c::set('kirby.extension.imageext.watermark','.../watermark.png'); // Default is false
```
``` php
(imageext: picture.jpg watermar…
-
Tried to run this but it first says "no swift language version set".
I set to 4.0, 4.2 and 5.0 but always it give a ton of errors from EasyPeasy.
I tried to 'pod update' to get newer but there's…