-
I have page with custom masked url:
```php
public function url($options = null): string
{
return $this->parent()->url() . '/' . $this->title()->slug() . '/' . $this->uid();
}
```
In suc…
-
I just wanted to try this out, and followed your description in the README to install and convert the Kirby Starterkit to work with Jade templates instead. But I can't get it to load. Do I need to act…
lehni updated
8 years ago
-
Hello,
I'm not sure if this is the correct place to post something like this, so feel free to redirect me if needed.
I am trying to generate a stub so that PhpStorm doesn't complain that `read()…
-
## Description
When I edit a writer field in a nested child page and go back to the parent, the writer field is overwritten with the value from the child page (see attached video).
I suspect a vue…
-
Thanks for developing this useful Kirby plugin. It looks like `toDateRange()` and `dateRange()` are not picking up the locale set in the config and return the string in German in any case. All the oth…
-
I guess you will port this plugin to Kirby 3. At the same time I have some plans to deprecate my plugin.
https://github.com/jenstornell/kirby-sitemap-query
Before I do that, I want to make sure …
-
to be listed at the [offical kirby 3 plugin list](https://getkirby.com/plugins) you need to allow all three installation modes (composer, gitmodule and zip).
please check out the [official example…
-
Hey, thanks for the plugin, I'm just setting it up for my Kirby blog. While porting my existing feed to Kirby I noticed that right now the rss.php snippet uses `` as the unique identifier of an entry.…
dewey updated
2 months ago
-
I'm not sure if i'm doing something wrong, but when i extract your plugin to /site/plugins/calendar in kirby-langkit version 2.5.6 i get this error when i try to open the panel:
Whoops \ Exception …
-
Hello,
I have this fantastic plugin in a Kirby 3.7.2.1 installation
I have the dashboard in a tab in site.yml, fully working, like this:
```
analytics:
icon: chart
columns:
…