@innovastudio/contentbuilder 1.5.13 → 1.5.16

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.
@@ -486,4 +486,5 @@ _txt["Embed SVG"] = "Embed SVG";
486
486
  _txt["SVG"] = "SVG";
487
487
  _txt["Page Options"] = "Page Options";
488
488
  _txt["Print"] = "Print";
489
- _txt["Page"] = "Page";
489
+ _txt["Page"] = "Page";
490
+ _txt["Auto layout on mobile"] = "Auto layout on mobile";
@@ -486,4 +486,5 @@ _txt["Embed SVG"] = "Embed SVG";
486
486
  _txt["SVG"] = "SVG";
487
487
  _txt["Page Options"] = "Page Options";
488
488
  _txt["Print"] = "Print";
489
- _txt["Page"] = "Page";
489
+ _txt["Page"] = "Page";
490
+ _txt["Auto layout on mobile"] = "Auto layout on mobile";
package/readme.txt CHANGED
@@ -37,12 +37,16 @@ A. To try the HTML example:
37
37
 
38
38
  3. Open from your browser:
39
39
 
40
- http://localhost:8081/example.html
40
+ http://localhost:8081/example1.html (Default example)
41
+
42
+ or
43
+
44
+ http://localhost:8081/example-canvas.html (New Canvas Mode example)
41
45
 
42
46
 
43
47
  B. To try the PHP Example, open from your browser:
44
48
 
45
- http://localhost/.../public/example.php
49
+ http://localhost/.../public/example2.php
46
50
 
47
51
  If you're using Visual Studio Code, you can use the PHP Server extension.
48
52