ckbox 2.12.0-rc.0 → 2.12.0-rc.1

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 CHANGED
@@ -13,7 +13,7 @@ Using a build served from the CDN is the simplest and fastest way of embedding C
13
13
  To start using CKBox on your website, embed the following `script` element in the HTML code of the page:
14
14
 
15
15
  ```html
16
- <script src="https://cdn.ckbox.io/ckbox/2.12.0-rc.0/ckbox.js"></script>
16
+ <script src="https://cdn.ckbox.io/ckbox/2.12.0-rc.1/ckbox.js"></script>
17
17
  ```
18
18
 
19
19
  Quick implementation example:
@@ -23,7 +23,7 @@ Quick implementation example:
23
23
  <html>
24
24
  <head>
25
25
  <meta charset="UTF-8" />
26
- <script src="https://cdn.ckbox.io/ckbox/2.12.0-rc.0/ckbox.js"></script>
26
+ <script src="https://cdn.ckbox.io/ckbox/2.12.0-rc.1/ckbox.js"></script>
27
27
  </head>
28
28
  <body>
29
29
  <div id="ckbox"></div>
@@ -48,10 +48,10 @@ The code snippet below presents the simplest scenario for integration of CKEdito
48
48
  <html>
49
49
  <head>
50
50
  <meta charset="UTF-8" />
51
- <script src="https://cdn.ckbox.io/ckbox/2.12.0-rc.0/ckbox.js"></script>
51
+ <script src="https://cdn.ckbox.io/ckbox/2.12.0-rc.1/ckbox.js"></script>
52
52
  <link
53
53
  rel="stylesheet"
54
- href="https://cdn.ckbox.io/ckbox/2.12.0-rc.0/styles/themes/lark.css"
54
+ href="https://cdn.ckbox.io/ckbox/2.12.0-rc.1/styles/themes/lark.css"
55
55
  />
56
56
  <link rel="stylesheet" href="https://cdn.ckeditor.com/ckeditor5/47.6.1/ckeditor5.css" />
57
57
  </head>
@@ -92,7 +92,8 @@ The code snippet below presents the simplest scenario for integration of CKEdito
92
92
  } from 'ckeditor5';
93
93
 
94
94
  ClassicEditor
95
- .create( document.querySelector( '#editor' ), {
95
+ .create( {
96
+ attachTo: document.querySelector( '#editor' ),
96
97
  plugins: [
97
98
  CKBox, CloudServices, Essentials, Bold, Italic, Font, Paragraph, LinkEditing,
98
99
  PictureEditing, Image, ImageUploadEditing, ImageUploadProgress, BlockQuote,
@@ -131,7 +132,7 @@ You will find ready to use code snippets and live examples there.
131
132
 
132
133
  **CKBox** (https://ckeditor.com/ckbox/)
133
134
 
134
- Copyright (c) 2003-2024, [CKSource Holding sp. z o.o.](https://cksource.com/) All rights reserved.
135
+ Copyright (c) 2021-2026, [CKSource Holding sp. z o.o.](https://cksource.com/) All rights reserved.
135
136
  **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).
136
137
 
137
138
  Trademarks