|
@@ -72,7 +72,7 @@ export default {
|
|
|
language: this.language,
|
|
|
height: this.height,
|
|
|
width: this.width,
|
|
|
- extraPlugins: this.extraplugins,
|
|
|
+ extraPlugins: this.extraplugins + ",base64image",
|
|
|
removeButtons: removeButtonStr,
|
|
|
removePlugins: removePluginStr
|
|
|
};
|