-
## Description
Following https://getkirby.com/docs/reference/plugins/hooks/page-changeslug-before, `languageCode` should return the language code as string, but it's always `null`.
**Expected be…
-
I've just upgraded to version 3.0 and noticed the `devServer` option was removed. We're a custom host name for the dev server, and I managed to make it work by updating the `VITE_SERVER` variable in `…
-
### Environment
Hey there, I am trying to deploy a Nuxt 3 site on Vercel and have been trying to fix this error for the last couple of days.
Not sure if it's a bug or my inexperience with Nuxt (…
-
Something seems to be wrong with the plugin. If I set up a basic example as in the instructions, when I edit the second language the text is not saved and reverts back to the primary language value.
-
**hey everyone** ✨
love this plugin so far!
one thing that i found a little misleading is the following. at first i didn’t use any `ignore` rules and browsed my site, so cache files for each page …
-
If we have the link field inside of a structure field, the page title isn't visible:
![image](https://user-images.githubusercontent.com/55782923/198018883-6064d5a2-c978-4540-999f-5918eebff6c6.png)
…
-
Hej hej,
loving your Plugin, but it would be awesome to hide some fields from the preview. I'd love to have the main content be editable in the preview, but would keep additional settings hidden th…
-
Hello (again),
*[sorry for posting quite some issues, I'm implementing your plugin and thinkering at the same time :) ]*
**Context:**
I'm using [a custom thumb driver](https://getkirby.com/do…
-
`Hi,`
I'm a newbie to Kirby and the commentions plugin.
I testet the example with
`'hooks' => [
'commentions.add:after' => function ($page, $data) {
try {
kirby()->email([
'f…
-
## Description
I'm trying to register some hooks and collection methods and want to organize those into classes. Unfortunately, Kirby expects anonymous functions, making this impossible.
```php
…