From 77833bc9a5630e80a9de963e83b7e5342b9e1896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20Reinmar=20Koszuli=C5=84ski?= Date: Wed, 13 Feb 2013 14:16:30 +0100 Subject: [PATCH] Introduced config.extraAllowedContent. --- core/filter.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/filter.js b/core/filter.js index 00017da4e29..be89dd0ee1e 100644 --- a/core/filter.js +++ b/core/filter.js @@ -72,6 +72,7 @@ // Add editor's default rules. this.allow( 'p br', 1 ); this.allow( allowedContent, 1 ); + this.allow( editor.config.extraAllowedContent, 1 ); // // Add filter listeners to toHTML and toDataFormat events.