@innovastudio/contentbox 1.6.67 → 1.6.69
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 +4 -3
- package/public/contentbox/contentbox.css +241 -77
- package/public/contentbox/contentbox.esm.js +38187 -30673
- package/public/contentbox/contentbox.min.js +26 -18
- package/public/contentbox/lang/en.js +28 -3
- package/readme.txt +1 -1
|
@@ -57,8 +57,8 @@ _txt["Subscript"] = "Subscript";
|
|
|
57
57
|
_txt["Uppercase"] = "Uppercase";
|
|
58
58
|
_txt["Clear"] = "Clear";
|
|
59
59
|
_txt["Choose.."] = "Choose..";
|
|
60
|
-
_txt["Forecolor"] = "
|
|
61
|
-
_txt["Backcolor"] = "
|
|
60
|
+
_txt["Forecolor"] = "Color";
|
|
61
|
+
_txt["Backcolor"] = "Highlight";
|
|
62
62
|
_txt["Apply"] = "Apply";
|
|
63
63
|
_txt["Cancel"] = "Cancel";
|
|
64
64
|
_txt["Change Image"] = "Change Image";
|
|
@@ -312,7 +312,7 @@ _txt["Please select an image file."] = "Please select an image file.";
|
|
|
312
312
|
_txt["Please select an mp4 file."] = "Please select an mp4 file.";
|
|
313
313
|
_txt["Social Links"] = "Social Links";
|
|
314
314
|
_txt["HTML/JS"] = "HTML/JS";
|
|
315
|
-
_txt["Drag image to change the position. Click image to edit the details."] = "Drag
|
|
315
|
+
_txt["Drag image to change the position. Click image to edit the details."] = "Drag image to change the position. Click image to edit the details.";
|
|
316
316
|
_txt["Add Image"] = "Add Image";
|
|
317
317
|
_txt["Fit"] = "Fit";
|
|
318
318
|
_txt["Type"] = "Type";
|
|
@@ -495,6 +495,31 @@ _txt["Page"] = "Page";
|
|
|
495
495
|
_txt["Auto layout on mobile"] = "Auto layout on mobile";
|
|
496
496
|
_txt["Link URL"] = "Link URL";
|
|
497
497
|
|
|
498
|
+
_txt["Add Item"] = "Add Item";
|
|
499
|
+
_txt["Gallery Settings"] = "Gallery Settings";
|
|
500
|
+
_txt["Columns"] = "Columns";
|
|
501
|
+
_txt["Rounded"] = "Rounded";
|
|
502
|
+
_txt["Hover Effect"] = "Hover Effect";
|
|
503
|
+
_txt["Caption Effect"] = "Caption Effect";
|
|
504
|
+
_txt["Caption Theme"] = "Caption Theme";
|
|
505
|
+
_txt["Lightbox Settings"] = "Lightbox Settings";
|
|
506
|
+
_txt["Slide Effect"] = "Slide Effect";
|
|
507
|
+
_txt["Caption Position"] = "Caption Position";
|
|
508
|
+
_txt["Zoomable"] = "Zoomable";
|
|
509
|
+
_txt["Lightbox URL"] = "Lightbox URL";
|
|
510
|
+
_txt["Add Media"] = "Add Media";
|
|
511
|
+
_txt["Description"] = "Description";
|
|
512
|
+
_txt["Alternate Text"] = "Alternate Text";
|
|
513
|
+
_txt["Delete Item"] = "Delete Item";
|
|
514
|
+
_txt["Yes"] = "Yes";
|
|
515
|
+
_txt["No"] = "No";
|
|
516
|
+
_txt["Zoom - Slow"] = "Zoom - Slow";
|
|
517
|
+
_txt["Zoom - Fast"] = "Zoom - Fast";
|
|
518
|
+
_txt["Grayscale to Color"] = "Grayscale to Color";
|
|
519
|
+
_txt["Floating Fade"] = "Floating Fade";
|
|
520
|
+
_txt["Floating Slide"] = "Floating Slide";
|
|
521
|
+
|
|
522
|
+
|
|
498
523
|
//ContentBox.js
|
|
499
524
|
_txt['Sections'] = 'Sections';
|
|
500
525
|
_txt['Content Blocks'] = 'Content Blocks';
|
package/readme.txt
CHANGED