-
- [x] Render Hx in comments as p-tags with class :heavy_check_mark: https://github.com/sebastiangreger/kirby3-commentions/pull/54/commits/ee1ef92f95a6b3d768271e65bb49703d8e6fca00
- [x] Enable/disable…
-
**Describe the bug**
I'm getting an error when i want to select an image in structured field with the builder plugin.
Error: Access to non-existing property pages/modules on array
**To Reprod…
-
The plugin currently does not check, if the key `access_token`, causing the script to to thro an error instead of warning about missing/empty token:
```
Whoops\Exception\ErrorException: Undefined …
-
@sebastiangreger What also came into my mind: The plugin currently uses lots of arrays in the snippets (see e.g. `snippets/commentions-list.php`). What do you think about rewriting this to follow a mo…
-
I presumed that setting an array of files in the ` 'preserve' => []` section of the config.php would mean that those files would be copied to the static folder?
e.g.
`'d4l' => [
'static_sit…
-
The plugin currently supports Markdown, as well as HTML formatting in comments and I guess, for compatibility reasons it has to stay this way? I noticed, that we are currently using PHP’s `strip_tags(…
-
I'm not quite sure where to look - I am suddenly getting this error when trying to approve/unapprove comments in the panel:
![Screenshot from 2020-05-14 23-49-01](https://user-images.githubusercont…
-
As soon as I install the plugin into a new Kirby installation that doesn't have the Editor installed, all I get when opening the site in a browser is a blank page, no error messages at all.
-
the Toolkit\Obj can be serialized using
https://github.com/getkirby/kirby/blob/master/src/Toolkit/Obj.php#L102
but i suggest to implement the standard `JsonSerializable` Interface as well.
```p…
-