@innovastudio/contentbox 1.6.38 → 1.6.40

Sign up to get free protection for your applications and to get access to all the features.
package/readme.txt CHANGED
@@ -128,6 +128,16 @@ NOTE:
128
128
 
129
129
  http://localhost/.../public/example-s3.php
130
130
 
131
+ - New Canvas Mode
132
+
133
+ Canvas mode is a new option for seamless (gridless) block positioning. Simply activate with:
134
+
135
+ const builder = new ContentBox({
136
+ canvas: true,
137
+ ...
138
+ });
139
+
140
+ Then start adding a new 'Canvas' section.
131
141
 
132
142
  - IMPORTANT:
133
143