@tiny-mce-umbraco/backoffice 17.0.0 → 17.1.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/package.json +7 -6
- package/dist-cms/README.md +0 -1
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tiny-mce-umbraco/backoffice",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.1.0",
|
|
4
4
|
"description": "This Umbraco CMS package enables access to the TinyMCE-based Rich Text Editor (RTE) in version 16 and above. It also supports the use of TinyMCE Premium plugins with a valid subscription. Additional features include streamlined configuration for RTE Data Types in Umbraco and enhanced settings that support direct JSON-based configuration via .NET (appsettings.config).",
|
|
5
5
|
"keywords": [
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
6
|
+
"Umbraco",
|
|
7
|
+
"TinyMCE",
|
|
8
|
+
"RTE",
|
|
9
|
+
"Rich Text Editor"
|
|
9
10
|
],
|
|
10
11
|
"author": "ProWorks Corporation",
|
|
11
12
|
"license": "MIT",
|
|
@@ -39,7 +40,7 @@
|
|
|
39
40
|
"@rollup/plugin-json": "^6.1.0",
|
|
40
41
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
41
42
|
"@rollup/plugin-replace": "^6.0.2",
|
|
42
|
-
"@umbraco-cms/backoffice": "^17.
|
|
43
|
+
"@umbraco-cms/backoffice": "^17.1.0",
|
|
43
44
|
"chalk": "^5.3.0",
|
|
44
45
|
"cross-env": "^10.1.0",
|
|
45
46
|
"eslint": "^9.37.0",
|
|
@@ -54,7 +55,7 @@
|
|
|
54
55
|
"vite-tsconfig-paths": "^5.1.4"
|
|
55
56
|
},
|
|
56
57
|
"peerDependencies": {
|
|
57
|
-
"@umbraco-cms/backoffice": "^17.
|
|
58
|
+
"@umbraco-cms/backoffice": "^17.1.0",
|
|
58
59
|
"tinymce": "^6.8.5",
|
|
59
60
|
"tinymce-i18n": "^24.12.30"
|
|
60
61
|
}
|
package/dist-cms/README.md
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
This is an Umbraco CMS package that enables access to the paid features in the TinyMCE-based Rich Text Editor (RTE) in version 12+ with a license. It also adds a new TinyMCE Premium property editor with additional settings, providing a more targeted configuration setup for RTE Data Types in Umbraco. Finally, it allows for additional settings that support JSON directly in the configuration for .NET (appsettings.config).
|