@innovastudio/contentbox 1.6.26 → 1.6.28
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 +1 -1
- package/public/contentbox/contentbox.css +12 -27
- package/public/contentbox/contentbox.esm.js +3620 -1224
- package/public/contentbox/contentbox.min.js +11 -11
- package/public/contentbox/lang/en.js +5 -0
- package/readme.txt +1 -1
|
@@ -478,6 +478,11 @@ _txt["Edit Selected Block'"] = "Edit Selected Block'";
|
|
|
478
478
|
_txt["Ask Questions"] = "Ask Questions";
|
|
479
479
|
_txt["Auto select \'Edit Selected Block\' mode."] = "Auto select \'Edit Selected Block\' mode.";
|
|
480
480
|
_txt["Auto send command delay"] = "Auto send command delay";
|
|
481
|
+
_txt["Edit Selected Text"] = "Edit Selected Text";
|
|
482
|
+
_txt["Block"] = "Block";
|
|
483
|
+
_txt["Please select a block."] = "Please select a block.";
|
|
484
|
+
_txt["Remove Content/Text"] = "Remove Content/Text";
|
|
485
|
+
_txt["Clear Breakpoints"] = "Clear Breakpoints";
|
|
481
486
|
|
|
482
487
|
//ContentBox.js
|
|
483
488
|
_txt['Sections'] = 'Sections';
|
package/readme.txt
CHANGED