magic-editor-x 1.3.3 → 1.3.4
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/COPYRIGHT_NOTICE.txt +20 -0
- package/LICENSE +7 -1
- package/dist/server/index.js +2 -1
- package/dist/server/index.mjs +2 -1
- package/dist/style.css +5 -0
- package/package.json +2 -1
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Magic Editor X - Advanced Block Editor for Strapi
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) 2025 Schero D.
|
|
5
|
+
*
|
|
6
|
+
* Licensed under the MIT License
|
|
7
|
+
*
|
|
8
|
+
* This plugin is free to use for personal and commercial projects.
|
|
9
|
+
*
|
|
10
|
+
* IMPORTANT RESTRICTION:
|
|
11
|
+
* The license validation system (license-service.js, license-controller.js
|
|
12
|
+
* and related components) must remain intact and functional. Removing or
|
|
13
|
+
* bypassing this system is strictly prohibited.
|
|
14
|
+
*
|
|
15
|
+
* See LICENSE file for full terms.
|
|
16
|
+
*
|
|
17
|
+
* Repository: https://github.com/Schero94/magic-editor-x
|
|
18
|
+
* Issues: https://github.com/Schero94/magic-editor-x/issues
|
|
19
|
+
*/
|
|
20
|
+
|
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2025 Schero D.
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -12,6 +12,12 @@ furnished to do so, subject to the following conditions:
|
|
|
12
12
|
The above copyright notice and this permission notice shall be included in all
|
|
13
13
|
copies or substantial portions of the Software.
|
|
14
14
|
|
|
15
|
+
**ADDITIONAL CONDITION:**
|
|
16
|
+
The license validation system (including but not limited to license-service.js,
|
|
17
|
+
license-controller.js, and related API endpoints) must remain intact and functional.
|
|
18
|
+
Removing, bypassing, or disabling the license validation system is strictly
|
|
19
|
+
prohibited.
|
|
20
|
+
|
|
15
21
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
22
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
23
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
package/dist/server/index.js
CHANGED
|
@@ -37941,7 +37941,7 @@ var snapshotService$1 = ({ strapi: strapi2 }) => {
|
|
|
37941
37941
|
};
|
|
37942
37942
|
};
|
|
37943
37943
|
const name = "magic-editor-x";
|
|
37944
|
-
const version = "1.3.
|
|
37944
|
+
const version = "1.3.3";
|
|
37945
37945
|
const description = "Advanced block-based editor for Strapi v5 with Editor.js, Media Library integration, and real-time collaboration support";
|
|
37946
37946
|
const keywords = [
|
|
37947
37947
|
"strapi",
|
|
@@ -37971,6 +37971,7 @@ const files = [
|
|
|
37971
37971
|
"dist",
|
|
37972
37972
|
"README.md",
|
|
37973
37973
|
"LICENSE",
|
|
37974
|
+
"COPYRIGHT_NOTICE.txt",
|
|
37974
37975
|
"pics"
|
|
37975
37976
|
];
|
|
37976
37977
|
const scripts = {
|
package/dist/server/index.mjs
CHANGED
|
@@ -37922,7 +37922,7 @@ var snapshotService$1 = ({ strapi: strapi2 }) => {
|
|
|
37922
37922
|
};
|
|
37923
37923
|
};
|
|
37924
37924
|
const name = "magic-editor-x";
|
|
37925
|
-
const version = "1.3.
|
|
37925
|
+
const version = "1.3.3";
|
|
37926
37926
|
const description = "Advanced block-based editor for Strapi v5 with Editor.js, Media Library integration, and real-time collaboration support";
|
|
37927
37927
|
const keywords = [
|
|
37928
37928
|
"strapi",
|
|
@@ -37952,6 +37952,7 @@ const files = [
|
|
|
37952
37952
|
"dist",
|
|
37953
37953
|
"README.md",
|
|
37954
37954
|
"LICENSE",
|
|
37955
|
+
"COPYRIGHT_NOTICE.txt",
|
|
37955
37956
|
"pics"
|
|
37956
37957
|
];
|
|
37957
37958
|
const scripts = {
|
package/dist/style.css
CHANGED
|
@@ -34,6 +34,11 @@
|
|
|
34
34
|
/* AI Inline Toolbar Container */
|
|
35
35
|
.ai-inline-toolbar-container {
|
|
36
36
|
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
|
37
|
+
z-index: 10000 !important;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.ai-inline-toolbar-container > div {
|
|
41
|
+
z-index: 10000 !important;
|
|
37
42
|
}
|
|
38
43
|
|
|
39
44
|
/* Editor.js Inline Tool Button Customization */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "magic-editor-x",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.4",
|
|
4
4
|
"description": "Advanced block-based editor for Strapi v5 with Editor.js, Media Library integration, and real-time collaboration support",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"strapi",
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"dist",
|
|
31
31
|
"README.md",
|
|
32
32
|
"LICENSE",
|
|
33
|
+
"COPYRIGHT_NOTICE.txt",
|
|
33
34
|
"pics"
|
|
34
35
|
],
|
|
35
36
|
"scripts": {
|