HashandSalt / kirby-recurr

Plugin for listing recurring dates
MIT License
13 stars 1 forks source link

Replace `editor` with `writer` #2

Closed MathiasGmeiner closed 1 year ago

MathiasGmeiner commented 3 years ago

If you use this plugin with Kirby 3.6 you get an error on the edescription field:

Invalid field type ("editor")

to be fully functionally with 3.6 the field type on line 36 in site/plugins/kirby-recurr/blueprints/fields/event.yml has to be replaced with type: writer

HashandSalt commented 1 year ago

Woahhh this has been hanging about a while! Fixed it.