TimOetting / kirby-builder

A site builder extension for Kirby CMS
398 stars 50 forks source link

Editor Markdown field not working inside Kirby Builder #170

Closed mynameisfreedom closed 2 years ago

mynameisfreedom commented 4 years ago

Hi, just noticed that Kirby Editor Markdown field is not working, when inside the Page Builder.

screenshot-localhost-2020 07 09-17_52_13

neropha commented 4 years ago

I can confirm this. All Kirby Editor fields are rendered as JSON, when used inside builder blocks.

The suggested $textfield->blocks() method in the template doesnt't work.

TimOetting commented 4 years ago

To use the editor inside the builder (and also structure fields) you have to set the property pretty: false. Have a look at this forum post for reference https://forum.getkirby.com/t/bug-in-a-combinationof-kirby-visual-editor-with-kirby-builder/18653

Does this fix Our ossue

TimOetting commented 2 years ago

Closing this issue because this plugin will no longer be maintained, as its main functionality can be replaced by Kirby's built-in Blocks Field and Layout Field.