From: Jason Woofenden Date: Sat, 17 May 2014 06:38:08 +0000 (-0400) Subject: turn off ckeditor's filtering/cleanup X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=commitdiff_plain;h=0e76f23eb327f3abe6a6d4138028038915293bd3 turn off ckeditor's filtering/cleanup --- diff --git a/admin_pages.html b/admin_pages.html index 4109991..214cfce 100644 --- a/admin_pages.html +++ b/admin_pages.html @@ -9,6 +9,7 @@ function make_wysiwyg(name) { CKEDITOR.replace(name, { 'contentsCss': 'style_01.css', + 'allowedContent': true, 'stylesSet': [ { name: 'Paragraph', element: 'p'}, { name: 'Page Headline', element: 'h1'},