-
I just checked this repo because i need a way to create a user while not logged in.
But kirby3 is not letting me create a user when iam anonymous.
It looks like your repo is also not allowing me…
-
When I use the kirbytag in connection with a class `(srcset: 01.jpg class: w-1/2)`, the class is not added to the picture (or image) element.
When I use the kirbytag in connection with a class an…
obear updated
5 years ago
-
If I have set my config to `'date.handler' => 'strftime',` the plugin is not working. It gives an error:
````
Argument 6 passed to Bnomei\AutoID::commitEntry() must be of the type integer or null, s…
-
i'm getting the following error in the response of my page after updating to the latest version (as well as latest kirby).
```
{"status":"error","exception":"Whoops\\Exception\\ErrorException","me…
-
*@jenstornell commented on Jul 27, 2018, 4:46 AM UTC:*
In the options in `config/config.php`, currently what we do is this:
```text-html-php
return [
'jenstornell.robots.content' => 'testing',
…
ghost updated
5 years ago
-
File field is broken inside builder field in the last version of k-next
-
First of all: Congrats to already having a public Kirby 3 plugin on GitHub! :-D
I recently had a discussion with a fellow developer whether it is really worth the hassle of changing your server con…
-
https://nnnnext.getkirby.com/docs/guide/languages/custom-language-variables#using-language-variables-in-your-template
Custom translations are not working in my setup.
I set translations with an arra…
-
I have a structure field with an `autoid`, e.g. like so:
```
typologies:
label:
de: Typologien
en: Typologies
type: structure
sortable: false
sortBy: name asc
fields:
…
dinko updated
5 years ago
-
when accessing a cache object but it returns `null` because its expired the corresponding file could be deleted since it will never be needed again.