getkirby / editor

A new type of WYSIWYG editor for Kirby
https://getkirby.com
205 stars 28 forks source link

Allow overwriting paragraph block #228

Closed medienbaecker closed 4 years ago

medienbaecker commented 4 years ago

Maybe I'm missing something but it seems like the default paragraph snippet can not be overwritten. Disabling the paragraph block and using another block does not work either because a new line seems to be hard-coded to be a paragraph block.

For example I'd like to use custom field methods on the content of the paragraph block.

medienbaecker commented 4 years ago

You can actually overwrite the default snippets.

🤦‍♂️