File tree Expand file tree Collapse file tree 6 files changed +71
-0
lines changed Expand file tree Collapse file tree 6 files changed +71
-0
lines changed Original file line number Diff line number Diff line change 1+ < p >
2+ See the < a href ="https://github.com/xdan/jodit/blob/main/CHANGELOG.md "> Jodit Editor changelog</ a >
3+ </ p >
Original file line number Diff line number Diff line change 1+ < p >
2+ Jodit Editor is licensed under the < a href ="https://github.com/xdan/jodit/blob/main/LICENSE.txt "> MIT license</ a > .
3+ </ p >
Original file line number Diff line number Diff line change 1+ {
2+ "files" : [" node_modules/jodit/es2021/jodit.min.js" ],
3+ "resources" : [
4+ " node_modules/jodit/**" ,
5+ " !node_modules/jodit/.nvmrc" ,
6+ " !node_modules/jodit/*.md" ,
7+ " !node_modules/jodit/LICENSE.txt" ,
8+ " !node_modules/jodit/package.json" ,
9+ " !node_modules/jodit/examples/**" ,
10+ " !node_modules/jodit/types/**"
11+ ]
12+ }
Original file line number Diff line number Diff line change 1+ <dotnetnuke type="Package" version="5.0">
2+ <packages>
3+ <package name="jodit" type="JavaScript_Library" version="<~=version~>">
4+ <friendlyName>Jodit Editor</friendlyName>
5+ <description>
6+ <![CDATA[Jodit Editor is an excellent WYSIWYG editor written in pure TypeScript without the use of additional libraries. It includes a file editor and image editor.]]>
7+ </description>
8+ <owner>
9+ <name>Engage Software</name>
10+ <organization>Engage Software</organization>
11+ <url>https://engagesoftware.com/</url>
12+ <email>support@engagesoftware.com</email>
13+ </owner>
14+ <license src="LICENSE.htm" />
15+ <releaseNotes src="CHANGES.htm" />
16+ <azureCompatible>true</azureCompatible>
17+ <dependencies></dependencies>
18+ <components>
19+ <component type="JavaScript_Library">
20+ <javaScriptLibrary>
21+ <libraryName>jodit</libraryName>
22+ <fileName>jodit.min.js</fileName>
23+ <preferredScriptLocation>BodyBottom</preferredScriptLocation>
24+ <objectName>Jodit</objectName>
25+ <cdnUrl>https://cdn.jsdelivr.net/npm/jodit@<~=version~>/es2021/jodit.min.js</cdnUrl>
26+ </javaScriptLibrary>
27+ </component>
28+ <component type="JavaScriptFile">
29+ <jsfiles>
30+ <libraryFolderName>jodit</libraryFolderName>
31+ <jsfile>
32+ <name>jodit.min.js</name>
33+ </jsfile>
34+ </jsfiles>
35+ </component>
36+ <component type="ResourceFile">
37+ <resourceFiles>
38+ <basePath>Resources\Libraries\jodit\<~=versionFolder~></basePath>
39+ <resourceFile>
40+ <name>Resources.zip</name>
41+ </resourceFile>
42+ </resourceFiles>
43+ </component>
44+ </components>
45+ </package>
46+ </packages>
47+ </dotnetnuke>
Original file line number Diff line number Diff line change 3838 "html5shiv" : " 3.7.3" ,
3939 "image-map" : " 2.0.1" ,
4040 "intl-tel-input" : " 25.12.3" ,
41+ "jodit" : " 4.7.6" ,
4142 "jquery" : " 3.7.1" ,
4243 "jquery-menu-aim" : " 1.1.0" ,
4344 "jquery-mousewheel" : " 3.2.2" ,
Original file line number Diff line number Diff line change @@ -3832,6 +3832,11 @@ jake@^10.8.5:
38323832 filelist "^1.0.1"
38333833 minimatch "^3.0.4"
38343834
3835+ jodit@4.7.6 :
3836+ version "4.7.6"
3837+ resolved "https://registry.yarnpkg.com/jodit/-/jodit-4.7.6.tgz#a14213652eb5139d10c1d9dd09e679368c08e395"
3838+ integrity sha512-WEOgo8FNPxIdTXlU0K9SHF8ezMivzYNwHDzX0zIIDcivWc8Bl1EQ5d5CkhLN/WHKvyz1bGsR3BfXJeRnX9rcag==
3839+
38353840jquery-menu-aim@1.1.0 :
38363841 version "1.1.0"
38373842 resolved "https://registry.npmjs.org/jquery-menu-aim/-/jquery-menu-aim-1.1.0.tgz"
You can’t perform that action at this time.
0 commit comments