Skip to content

Commit e6dc0bc

Browse files
ksmith5sbdukes
authored andcommitted
Add lightbox2
1 parent 3384d4e commit e6dc0bc

File tree

6 files changed

+64
-0
lines changed

6 files changed

+64
-0
lines changed

lightbox2/CHANGES.htm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<p>
2+
See the <a href="https://github.com/lokesh/lightbox2/releases">Lightbox changelog</a>
3+
</p>

lightbox2/LICENSE.htm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<p>
2+
Lightbox is licensed under the <a href="http://lokeshdhakar.com/projects/lightbox2/#license">MIT license</a>.
3+
</p>

lightbox2/dnn-library.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"files": ["node_modules/lightbox2/dist/js/lightbox.min.js"],
3+
"resources": [
4+
"node_modules/lightbox2/dist/**"
5+
]
6+
}

lightbox2/lightbox2.dnn

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<dotnetnuke type="Package" version="5.0">
2+
<packages>
3+
<package name="lightbox2" type="JavaScript_Library" version="<~=version~>">
4+
<friendlyName>Lightbox</friendlyName>
5+
<description>
6+
<![CDATA[The original Lightbox script. Uses jQuery.]]>
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>lightbox2</libraryName>
22+
<fileName>lightbox.min.js</fileName>
23+
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
24+
<objectName>lightbox</objectName>
25+
<cdnUrl>https://cdn.jsdelivr.net/npm/lightbox2@<~=version~>/dist/js/lightbox.min.js</cdnUrl>
26+
</javaScriptLibrary>
27+
</component>
28+
<component type="JavaScriptFile">
29+
<jsfiles>
30+
<libraryFolderName>lightbox2</libraryFolderName>
31+
<jsfile>
32+
<name>lightbox.min.js</name>
33+
</jsfile>
34+
</jsfiles>
35+
</component>
36+
<component type="ResourceFile">
37+
<resourceFiles>
38+
<basePath>Resources\Libraries\lightbox2\<~=versionFolder~></basePath>
39+
<resourceFile>
40+
<name>Resources.zip</name>
41+
</resourceFile>
42+
</resourceFiles>
43+
</component>
44+
</components>
45+
</package>
46+
</packages>
47+
</dotnetnuke>

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"knockout.validation": "2.0.3",
5353
"less": "3.0.4",
5454
"lie": "3.3.0",
55+
"lightbox2": "2.10.0",
5556
"moment": "2.22.2",
5657
"moment-timezone": "0.4.0",
5758
"nouislider": "11.1.0",

yarn.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2983,6 +2983,10 @@ liftoff@^2.1.0:
29832983
rechoir "^0.6.2"
29842984
resolve "^1.1.7"
29852985

2986+
lightbox2@2.10.0:
2987+
version "2.10.0"
2988+
resolved "https://registry.yarnpkg.com/lightbox2/-/lightbox2-2.10.0.tgz#06b3f7b7bd7c1332c20d037602d9657542fd7de4"
2989+
29862990
load-json-file@^1.0.0:
29872991
version "1.1.0"
29882992
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0"

0 commit comments

Comments
 (0)