Forum
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!
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" />
Great.