From 266c083c3d332afdae62ad3350d50dab46e471f4 Mon Sep 17 00:00:00 2001 From: Martijn de Wit Date: Wed, 8 Apr 2015 09:57:47 +0200 Subject: [PATCH] Update README.md Code tag was not working out-of-the-box in our case: we also had to add the extraAllowedContent config --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e1ad88..c89143f 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,5 @@ Code tag in CKEditor Install by placing in ckeditor/plugins/ and add the following to ckeditor/config.js - config.extraPlugins = 'codeTag'; \ No newline at end of file + config.extraPlugins = 'codeTag'; + config.extraAllowedContent = 'code';