-
The plugin does not work since the latest update 3.8.0-rc.1 anymore.
Class "Kirby\Http\Request\Body" not found
see: https://github.com/getkirby/kirby/releases/tag/3.8.0-rc.1
-
_Note: I initially mentioned this issue [here in Discord](https://canary.discord.com/channels/525634039965679616/1024969033793146920/1025383673555587183)._
Example response object:
```json
{
…
-
after updating to kirby 8 everything stoped working somehow. i will try to test later with the starterkit, since i have lots of hooks besides the one from the plugin, but i am sure it has to do with t…
-
I have upgraded from the old Form Block App, but my forms are still reloading on submit. Did I miss anything when updating from the old plugin?
I replace the plugin folder.
I am still using my pre…
-
Here is another thing I found after some testing. The environment specific .env file is not being loaded. For example if you have a .env.development file and run vite in dev mode, it will actually jus…
-
dear @fabianmichael,
still love your plugin so much. using it with every project.
this is not a bug but more of a feature request / question.. is it somehow possible to add custom title separators…
-
I’m trying to get the URL of the link field like so:
```php
$link = $teammember->link()->toLinkObject();
var_dump($link->url());
```
I get the following error:
`Call to a member function…
-
like CSP headers. currently i solve this with a plugin of mine. how would that be possible with raw html? would i need to export them to apache and nginx?
-
- [x] The installed version of the Markdown field plugin is not compatible with Kirby 3.8.0-rc.2
- [x] Plugin name doesn't match with getkirby.com (`community/markdown-field` vs `fabianmichael/markd…
-
## Description
Before media files are moved to the media folder - when they are server through Kirby/PHP. If you accidentally output something you will corrupt the file thats about to be served.
…