-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathtinymce.dnn
More file actions
49 lines (49 loc) · 1.9 KB
/
Copy pathtinymce.dnn
File metadata and controls
49 lines (49 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="tinymce" type="JavaScript_Library" version="<~=version~>">
<friendlyName>TinyMCE</friendlyName>
<description><![CDATA[ TinyMCE is a JavaScript library for platform independent 'WYSIWYG' or rich text editing. It is released as open source under the LGPL. ]]></description>
<owner>
<name>Engage Software</name>
<organization>Engage Software</organization>
<url>https://engagesoftware.com/</url>
<email>support@engagesoftware.com</email>
</owner>
<license src="LICENSE.htm" />
<releaseNotes src="CHANGES.htm" />
<azureCompatible>true</azureCompatible>
<dependencies>
<!--
<dependency type="managedPackage" version="1.0.0">jQuery</dependency>
-->
</dependencies>
<components>
<component type="JavaScript_Library">
<javaScriptLibrary>
<libraryName>tinymce</libraryName>
<fileName>tinymce.min.js</fileName>
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
<CDNPath>https://cdn.jsdelivr.net/npm/tinymce@<~=version~>/tinymce.min.js</CDNPath>
<objectName>tinymce</objectName>
</javaScriptLibrary>
</component>
<component type="JavaScriptFile">
<jsfiles>
<libraryFolderName>tinymce</libraryFolderName>
<jsfile>
<name>tinymce.min.js</name>
</jsfile>
</jsfiles>
</component>
<component type="ResourceFile">
<resourceFiles>
<basePath>Resources\Libraries\tinymce\<~=versionFolder~></basePath>
<resourceFile>
<name>Resources.zip</name>
</resourceFile>
</resourceFiles>
</component>
</components>
</package>
</packages>
</dotnetnuke>