@innovastudio/contentbuilder 1.1.12 → 1.1.13

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.
@@ -1,23 +1,23 @@
1
- Preview Plugin
2
-
3
- To install the plugin, modify config file (contentbuilder\config.js) as follow:
4
-
5
- _cb.settings.plugins = ['preview'];
6
-
7
- This plugin will add a 'Preview' button on the 'More' popup on the toolbar (click the 'More' button).
8
-
9
- You can also add the "preview" button on the toolbar as follow:
10
-
11
- var obj = $.contentbuilder({
12
- ...
13
- buttons: [..., "preview", ...]
14
- });
15
-
16
- or
17
-
18
- var obj = $.contentbuilder({
19
- ...
20
- buttonsMore: [..., "preview", ...]
21
- });
22
-
23
- (For more info about buttons or buttonsMore parameters, please check the ContentBuilder.js readme.txt)
1
+ Preview Plugin
2
+
3
+ To install the plugin, modify config file (contentbuilder\config.js) as follow:
4
+
5
+ _cb.settings.plugins = ['preview'];
6
+
7
+ This plugin will add a 'Preview' button on the 'More' popup on the toolbar (click the 'More' button).
8
+
9
+ You can also add the "preview" button on the toolbar as follow:
10
+
11
+ var obj = $.contentbuilder({
12
+ ...
13
+ buttons: [..., "preview", ...]
14
+ });
15
+
16
+ or
17
+
18
+ var obj = $.contentbuilder({
19
+ ...
20
+ buttonsMore: [..., "preview", ...]
21
+ });
22
+
23
+ (For more info about buttons or buttonsMore parameters, please check the ContentBuilder.js readme.txt)