-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathselect2.dnn
More file actions
51 lines (50 loc) · 2.02 KB
/
Copy pathselect2.dnn
File metadata and controls
51 lines (50 loc) · 2.02 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
50
51
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="select2" type="JavaScript_Library" version="<~=version~>">
<friendlyName>Select2</friendlyName>
<description><![CDATA[<p>Select2 is a jQuery-based replacement for select boxes. It supports searching,
remote data sets, and pagination of results.</p>
<p>To get started, checkout examples and documentation at
<a href="https://select2.github.io/">https://select2.github.io/</a></p>]]></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.7.2">jQuery</dependency>
</dependencies>
<components>
<component type="JavaScript_Library">
<javaScriptLibrary>
<libraryName>select2</libraryName>
<fileName>select2.min.js</fileName>
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
<CDNPath>https://cdn.jsdelivr.net/npm/select2@<~=version~>/dist/js/select2.min.js</CDNPath>
<objectName>jQuery.fn.select2</objectName>
</javaScriptLibrary>
</component>
<component type="JavaScriptFile">
<jsfiles>
<libraryFolderName>select2</libraryFolderName>
<jsfile>
<name>select2.min.js</name>
</jsfile>
</jsfiles>
</component>
<component type="ResourceFile">
<resourceFiles>
<basePath>Resources\Libraries\select2\<~=versionFolder~></basePath>
<resourceFile>
<name>Resources.zip</name>
</resourceFile>
</resourceFiles>
</component>
</components>
</package>
</packages>
</dotnetnuke>