X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fconfig.js;h=8d45ebed27d480aaea4603316a7d797f6d139dfa;hb=refs%2Ftags%2Fv3.5.3;hp=a408d9348e901d62afe0f4b308cdee8f8b8cef5f;hpb=039a051ccf3901311661022a30afd60fc38130c9;p=ckeditor.git diff --git a/_source/core/config.js b/_source/core/config.js index a408d93..8d45ebe 100644 --- a/_source/core/config.js +++ b/_source/core/config.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -292,6 +292,7 @@ CKEDITOR.config = 'forms,' + 'horizontalrule,' + 'htmldataprocessor,' + + 'iframe,' + 'image,' + 'indent,' + 'justify,' + @@ -349,7 +350,7 @@ CKEDITOR.config = /** * List of regular expressions to be executed over the input HTML, - * indicating code that must stay untouched. + * indicating HTML source code that matched must not present in WYSIWYG mode for editing. * @type Array * @default [] (empty array) * @example