@innovastudio/contentbox 1.6.168 → 1.6.171

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.
@@ -845,6 +845,7 @@ _txt["(visible on preview)"] = "(visible on preview)";
845
845
  _txt["Random"] = "Random";
846
846
  _txt["Slider"] = "Slider";
847
847
  _txt["Header"] = "Header";
848
+ _txt["Hero"] = "Hero";
848
849
  _txt["Article"] = "Article";
849
850
  _txt["Profile"] = "Profile";
850
851
  _txt["Photos"] = "Photos";
@@ -1054,3 +1055,4 @@ _txt["Select Background"] = "Select Background";
1054
1055
  _txt["Upload Background"] = "Upload Background";
1055
1056
  _txt["Lock Content Size"] = "Lock Content Size";
1056
1057
  _txt["Add ID"] = "Add ID";
1058
+ _txt["Do you want to open the link?"] = "Do you want to open the link?";
package/readme.txt CHANGED
@@ -1,4 +1,4 @@
1
- ContentBox.js 5.9.1
1
+ ContentBox.js 5.9.3
2
2
 
3
3
  Note: If you have Source Code package (Super license), please refer to:
4
4
 
@@ -228,6 +228,15 @@ NOTE:
228
228
 
229
229
  server.js
230
230
 
231
+ - To register new plugins, update the following files:
232
+
233
+ - public/blank-plugins.html
234
+ - public/preview-with-plugins.html
235
+
236
+ Example with plugin implementation:
237
+
238
+ - public/example-plugins.html
239
+
231
240
 
232
241
  - IMPORTANT:
233
242