Forum

Thread tagged as: Blog, CKEditor

Using CKEditor in the Blog app

Hi, I'm trying to use the CkEditor in the blog app. I can't find any documentation for this so have tried adding variations of:

<perch:blog id="text" type="textarea" label="Text" html="true" editor="ckeditor" imagewidth="640" imageheight="480" />

to post.html, which I have copied to templates/blog. I can't seem to get this to work though. Any ideas? Thanks!

Ian Rock

Ian Rock 0 points

  • 7 years ago

Solved myself. Just added the following to post.html:

<perch:blog id="postDescHTML" type="textarea" label="Post" order="2" editor="markitup" markdown="true" size="xxl autowidth" required="true" />

Drew McLellan

Drew McLellan 2638 points
Perch Support

Great.