ckbox 1.3.0-rc.3 → 1.3.1-rc.0
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/README.md +5 -5
- package/dist/ckbox.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ Using a build served from the CDN is the simplest and fastest way of embedding C
|
|
|
12
12
|
To start using CKBox on your website, embed the following `script` element in the HTML code of the page:
|
|
13
13
|
|
|
14
14
|
```html
|
|
15
|
-
<script src="https://cdn.ckbox.io/
|
|
15
|
+
<script src="https://cdn.ckbox.io/ckbox/1.3.1-rc.0/ckbox.js"></script>
|
|
16
16
|
```
|
|
17
17
|
|
|
18
18
|
Quick implementation example:
|
|
@@ -22,7 +22,7 @@ Quick implementation example:
|
|
|
22
22
|
<html>
|
|
23
23
|
<head>
|
|
24
24
|
<meta charset="UTF-8" />
|
|
25
|
-
<script src="https://cdn.ckbox.io/
|
|
25
|
+
<script src="https://cdn.ckbox.io/ckbox/1.3.1-rc.0/ckbox.js"></script>
|
|
26
26
|
</head>
|
|
27
27
|
<body>
|
|
28
28
|
<div id="ckbox"></div>
|
|
@@ -47,8 +47,8 @@ The code snippet below presents the simplest scenario for integration of CKEdito
|
|
|
47
47
|
<html>
|
|
48
48
|
<head>
|
|
49
49
|
<meta charset="UTF-8" />
|
|
50
|
-
<script src="https://cdn.ckeditor.com/ckeditor5/
|
|
51
|
-
<script src="https://cdn.ckbox.io/
|
|
50
|
+
<script src="https://cdn.ckeditor.com/ckeditor5/36.0.0/classic/ckeditor.js"></script>
|
|
51
|
+
<script src="https://cdn.ckbox.io/ckbox/1.3.1-rc.0/ckbox.js"></script>
|
|
52
52
|
</head>
|
|
53
53
|
<body>
|
|
54
54
|
<div id="editor"></div>
|
|
@@ -100,7 +100,7 @@ You will find ready to use code snippets and live examples there.
|
|
|
100
100
|
|
|
101
101
|
**CKBox** (https://ckeditor.com/ckbox/)
|
|
102
102
|
|
|
103
|
-
Copyright (c) 2003-
|
|
103
|
+
Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com/) All rights reserved.
|
|
104
104
|
**CKBox** is licensed under a commercial license and is protected by copyright law. For more details about available licensing options please contact us at [sales@cksource.com](mailto:sales@cksource.com).
|
|
105
105
|
|
|
106
106
|
Trademarks
|