-
Hej!
Version 1.0.6 is not usable because the hooks (index.php) have been commented out.
This is probably just an oversight. :-) I suggest creating a 1.0.7. with hooks enabled.
-
In Kirby, we are very familiar with the YAML format thanks to blueprints. It's a nice, human-readable format. Couldn't it be used to store the actual content as well?
Benefits:
1. Widely support…
-
love your plugin. way nicer than my hacks.
Doing a check for user like that will disable the pages cache for said page. Thus your plugin is currently incompatible with the pages cache and you might…
-
Hi, my assets folder setup is like this:
```
assets
├── builds/
│ ├── bundle.css
│ ├── bundle.js
│ └── ...
└── fonts/
└── fontfiles ...
```
in my css I am linking to `url('../f…
-
The markdown field inserts permalinks in a different structure compared to the textarea field:
![CleanShot 2024-03-07 at 09 19 28@2x](https://github.com/fabianmichael/kirby-markdown-field/assets/79…
-
## Description
The `save` method from a fields config is called twice when a page is saved.
Not sure if this is intended behaviour, but for custom fields that run tasks when stored (creating new pa…
-
Kirby can be configured to use multiple URLs. It would be awesome for Retour to be able to use multiple URLs/hostnames for redirects.
E.g. I'd love to be able to create redirects like this: `a.com …
-
Hello,
When using the `writer` field in a block preview; not all options are visible.
Probably a z-index? I cannot seem to debug it properly because whenever I want to inspect something the whole …
-
**Describe the bug**
When you load a `pages section` in the panel (or in fact any section), there is a slight moment, where the section will not be visible at all while the panel loads the section …
-
The plugin seems to work with kirby4 alpha-4 but i can't delete a translation :
Error in the delete pop-up :
`The internal $model->contentFile() method has been deprecated. You can use $model->st…