@ckeditor/ckeditor5-editor-multi-root 47.6.2-alpha.0 → 47.6.2-alpha.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/LICENSE.md +2 -5
- package/README.md +5 -8
- package/package.json +6 -6
package/LICENSE.md
CHANGED
|
@@ -4,12 +4,9 @@ Software License Agreement
|
|
|
4
4
|
**CKEditor 5 Multi-root editor** (https://github.com/ckeditor/ckeditor5)<br>
|
|
5
5
|
Copyright (c) 2003–2026, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
CKEditor 5 Long Term Support Edition is licensed under a commercial license and is protected by copyright law.
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
* or commercial license terms from CKSource Holding sp. z o.o.
|
|
11
|
-
|
|
12
|
-
For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options).
|
|
9
|
+
For more information, see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing).
|
|
13
10
|
|
|
14
11
|
Sources of Intellectual Property Included in CKEditor 5
|
|
15
12
|
------------------------------------------------------------
|
package/README.md
CHANGED
|
@@ -5,13 +5,13 @@ CKEditor 5 multi-root editor implementation
|
|
|
5
5
|
[](https://codecov.io/gh/ckeditor/ckeditor5)
|
|
6
6
|
[](https://app.circleci.com/pipelines/github/ckeditor/ckeditor5?branch=master)
|
|
7
7
|
|
|
8
|
-
The multi-root editor implementation for CKEditor 5. Read more about the [multi-root editor build](https://ckeditor.com/docs/ckeditor5/
|
|
8
|
+
The multi-root editor implementation for CKEditor 5. Read more about the [multi-root editor build](https://ckeditor.com/docs/ckeditor5/lts-v47/getting-started/legacy/installation-methods/predefined-builds.html#multi-root-editor) and see the [demo](https://ckeditor.com/docs/ckeditor5/lts-v47/examples/builds/multi-root-editor.html).
|
|
9
9
|
|
|
10
|
-
This package contains the [`MultiRootEditor`](https://ckeditor.com/docs/ckeditor5/
|
|
10
|
+
This package contains the [`MultiRootEditor`](https://ckeditor.com/docs/ckeditor5/lts-v47/api/module_editor-multi-root_multirooteditor-MultiRootEditor.html) class. Follow there to learn more about this type of editor and how to initialize it.
|
|
11
11
|
|
|
12
12
|
## Documentation
|
|
13
13
|
|
|
14
|
-
See the [`@ckeditor/ckeditor5-editor-multi-root` package](https://ckeditor.com/docs/ckeditor5/
|
|
14
|
+
See the [`@ckeditor/ckeditor5-editor-multi-root` package](https://ckeditor.com/docs/ckeditor5/lts-v47/api/editor-multi-root.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/lts-v47/).
|
|
15
15
|
|
|
16
16
|
## Installation
|
|
17
17
|
|
|
@@ -21,9 +21,6 @@ npm install ckeditor5
|
|
|
21
21
|
|
|
22
22
|
## License
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
CKEditor 5 Long Term Support Edition is licensed under a commercial license and is protected by copyright law.
|
|
25
25
|
|
|
26
|
-
|
|
27
|
-
* or commercial license terms from CKSource Holding sp. z o.o.
|
|
28
|
-
|
|
29
|
-
For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options).
|
|
26
|
+
For more information, see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-editor-multi-root",
|
|
3
|
-
"version": "47.6.2-alpha.
|
|
3
|
+
"version": "47.6.2-alpha.1",
|
|
4
4
|
"description": "Multi-root editor implementation for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
"type": "module",
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@ckeditor/ckeditor5-core": "47.6.2-alpha.
|
|
16
|
-
"@ckeditor/ckeditor5-engine": "47.6.2-alpha.
|
|
17
|
-
"@ckeditor/ckeditor5-ui": "47.6.2-alpha.
|
|
18
|
-
"@ckeditor/ckeditor5-utils": "47.6.2-alpha.
|
|
19
|
-
"ckeditor5": "47.6.2-alpha.
|
|
15
|
+
"@ckeditor/ckeditor5-core": "47.6.2-alpha.1",
|
|
16
|
+
"@ckeditor/ckeditor5-engine": "47.6.2-alpha.1",
|
|
17
|
+
"@ckeditor/ckeditor5-ui": "47.6.2-alpha.1",
|
|
18
|
+
"@ckeditor/ckeditor5-utils": "47.6.2-alpha.1",
|
|
19
|
+
"ckeditor5": "47.6.2-alpha.1",
|
|
20
20
|
"es-toolkit": "1.39.5"
|
|
21
21
|
},
|
|
22
22
|
"author": "CKSource (http://cksource.com/)",
|