jongacnik / kirby-fields-block

Kirby block preview plugin to directly render block fields
MIT License
109 stars 5 forks source link

Overwriting previews of default blocks #5

Closed medienbaecker closed 2 years ago

medienbaecker commented 2 years ago

Not exactly an issue of this plugin, rather a core issue I think: https://forum.getkirby.com/t/default-blocks-previews-hardcoded/23612

You currently can't overwrite the previews of default blocks. Adjusting your code and adding image: FieldsBlock, text: FieldsBlock, etc. would overwrite the previews. Not a solution of course because not everyone wants to overwrite every preview. Just FYI.

medienbaecker commented 2 years ago

This has been fixed in the core: https://github.com/getkirby/kirby/issues/3776

jongacnik commented 2 years ago

Glad to see this added to core.