Hi there,
We've created a complex custom one page parallax template which uses a lot of animations which tinymce has a tendency to break.
We disabled tinymce for pages to prevent that but, I would like to keep it enabled for the Blog Module which doesn't have this issue.
Is there a way to do this?
Thanks
G
Possible to disable tinymce for page but enable for blog?
Re: Possible to disable tinymce for page but enable for blog
The options tab of pages gives you that option.
Or change the {content} tag in your template: {content wysiwyg=false}
Or change the {content} tag in your template: {content wysiwyg=false}
Re: Possible to disable tinymce for page but enable for blog
Thank You. I should have thought of that!
Re: Possible to disable tinymce for page but enable for blog
You can also use the strip_tags modifier on any variable, eg {$myvar|strip_tags}.
This way you can have your blog summary on the home page as plain text and still show the WYSIWYG summary version on another page.
This way you can have your blog summary on the home page as plain text and still show the WYSIWYG summary version on another page.