@capillarytech/creatives-library 7.17.189 → 7.17.190

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "7.17.189",
4
+ "version": "7.17.190",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -51,16 +51,18 @@ const CKEditorConfig = {
51
51
  fullPage: true,
52
52
  htmlEncodeOutput: true,
53
53
  startupFocus: true,
54
- allowedContent: {
55
- // Allow all content.
56
- $1: {
57
- // elements: this.editorInstance.dtd,
58
- //elements: window.CKEDITOR.dtd,
59
- attributes: true,
60
- styles: true,
61
- classes: true,
62
- },
63
- },
54
+ // allowedContent: {
55
+ // // Allow all content.
56
+ // $1: {
57
+ // // elements: this.editorInstance.dtd,
58
+ // //elements: window.CKEDITOR.dtd,
59
+ // attributes: true,
60
+ // styles: true,
61
+ // classes: true,
62
+ // },
63
+ // },
64
+ allowedContent: true, // Allow all content, including attributes and styles
65
+ extraAllowedContent: 'img[width,height]',
64
66
  disallowedContent: 'script; *[on*]',
65
67
  language: locale,
66
68
  toolbar_Basic: