JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.2.1
[ckeditor.git] / _source / plugins / image / plugin.js
index 4d808fe..e6243b4 100644 (file)
@@ -62,3 +62,12 @@ CKEDITOR.plugins.add( 'image',
  * config.image_removeLinkByEmptyURL = false;\r
  */\r
 CKEDITOR.config.image_removeLinkByEmptyURL = true;\r
+\r
+/**\r
+ *  Padding text to set off the image in preview area.\r
+ * @name CKEDITOR.config.image_previewText\r
+ * @type String\r
+ * @default "Lorem ipsum dolor..." placehoder text.\r
+ * @example\r
+ * config.image_previewText = CKEDITOR.tools.repeat( '___ ', 100 );\r
+ */\r