-
Hello,
Thanks for such a great plugin. It's a feature I often need - I don't know why I didn't find it before.
However, I'm not able to make it work on my Kirby site. 😞 I've copied the files to …
-
I made a small prototype in order to make the editor field accept Kirby typical file drag and drop events. It's far from being perfect, cause I'm stronger with design and Frontend stuff.
The conce…
-
## Description
When extending Kirbys core image block it’s not possible to limit the ratio options.
```yaml
testBlocks:
type: blocks
fieldsets:
image:
extends: blocks/image
…
-
A feature of auto commiting on page saving / publishing would be very benefitial addition to auto commiting on daily basis via script. Manual version creation is nice buts adds extra load to the edito…
-
> Cannot read properties of undefined (reading 'map')
> Cannot read properties of undefined (reading 'page')
````yaml
fields:
text:
type: markdown
````
Also you'll see some icons depr…
-
The plugin doesn't work correctly in K4
Kirby 4.0.0-rc.4
PHP 8.1.23
-
Hi,
Blueprints using `type: select` and `options: query`, such as:
```
galerie:
label: Galerie
width: 1/2
type: select
options: query
query:
fetch: pages
page: gale…
-
Like you said on slack, parcel is including the vue runtime in the bundle. Actually, it seems like parcel has no other choice.
tiptap explicitly imports Vue here: https://github.com/scrumpy/tiptap…
-
Currently `kirbyup` only allows building the plugin, either for production or using the `--watch` option, with full rebuilds on change.
Not sure if it's feasible, but a dev server mode with HMR wou…
-
## configuration
there needs to be set an option to open the panel:
https://getkirby.com/docs/reference/system/options/panel#allow-the-panel-to-be-installed-on-a-remote-server
check if it can…