-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathbootstrap.dnn
More file actions
49 lines (49 loc) · 2.2 KB
/
Copy pathbootstrap.dnn
File metadata and controls
49 lines (49 loc) · 2.2 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="bootstrap" type="JavaScript_Library" version="<~=version~>">
<friendlyName>Bootstrap JavaScript</friendlyName>
<description><![CDATA[<p>Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created and maintained by <a href="http://twitter.com/mdo">Mark Otto</a> and <a href="http://twitter.com/fat">Jacob Thornton</a>.</p>
<p>To get started, check out <a href="http://getbootstrap.com">http://getbootstrap.com</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.9.1">jQuery</dependency>
<dependency type="managedPackage" version="1.14.3">popper.js</dependency>
</dependencies>
<components>
<component type="JavaScript_Library">
<javaScriptLibrary>
<libraryName>bootstrap</libraryName>
<fileName>bootstrap.min.js</fileName>
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
<CDNPath>https://cdn.jsdelivr.net/npm/bootstrap@<~=version~>/dist/js/bootstrap.min.js</CDNPath>
<objectName>jQuery.fn.scrollspy</objectName>
</javaScriptLibrary>
</component>
<component type="JavaScriptFile">
<jsfiles>
<libraryFolderName>bootstrap</libraryFolderName>
<jsfile>
<name>bootstrap.min.js</name>
</jsfile>
</jsfiles>
</component>
<component type="ResourceFile">
<resourceFiles>
<basePath>Resources\Libraries\bootstrap\<~=versionFolder~></basePath>
<resourceFile>
<name>Resources.zip</name>
</resourceFile>
</resourceFiles>
</component>
</components>
</package>
</packages>
</dotnetnuke>