0

One of my sites uses the TinyMCE editor, and another site does not. Having been away from C5 for a bit, I can't figure out where/how to make the TinyMCE editor the default Rich Text Editor. I've looked in Google, SO and found nothing. Help would be appreciated! :D

SpokaneDude
  • 4,856
  • 13
  • 64
  • 120
  • Are you sure using version 5.7? Because this version uses Redactor as editor – toesslab Feb 18 '16 at 14:23
  • What's happening is when I go to edit a block, it shows the HTML source; NOT what I want... how do I fix this? – SpokaneDude Feb 18 '16 at 14:50
  • It's a content block? or a html block? – toesslab Feb 18 '16 at 15:21
  • RATS! I think it's a HTML block! I've been away from it for some time now, and have forgotten most of the details... please rewrite your last comment as an answer so I can give you the points! And thanks for responding... I really appreciate it! SD – SpokaneDude Feb 18 '16 at 15:32

1 Answers1

1

I presume you're using a HTML-Block not a Content-Block.

As you may see in the docs there are different type of blocks.

The HTML-Block is as its name suggests, for pure HTML and JavaScript. The Content-Block is attached to the Redactor Rich text editor.

toesslab
  • 5,092
  • 8
  • 43
  • 62