solved TinyMCE

nate
@nate
10 years ago
917 posts
I disabled TniyMCE because I hate it. lol But for testing, I need to put it back. I can't remember what I did to kill it.

How do I enable it?
updated by @nate: 03/16/15 08:33:35AM
SteveX
SteveX
@ultrajam
10 years ago
2,584 posts
Try enabling the module for your quotas.

Or if it is in the code for a module, change textarea back to editor and validation back to allowed_html
        'type'     => 'editor',
        'validate' => 'allowed_html',



--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
nate
@nate
10 years ago
917 posts
Enable what module? I pretty sure i didn't go through every module and change the validation. That I would remember.
nate
@nate
10 years ago
917 posts
Maybe I disabled just my module. Let me check.
nate
@nate
10 years ago
917 posts
That was it. Thanks.

Tags