-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.dnn
103 lines (97 loc) · 3.62 KB
/
manifest.dnn
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<dotnetnuke type="Package" version="9.0">
<packages>
<package name="nvisionative.nvQuickTheme-Tailwind" type="Skin" version="1.0.0">
<friendlyName>nvQuickTheme-Tailwind</friendlyName>
<description>A DNN Theme Dev Framework based on Tailwind CSS</description>
<iconFile>MyIcon.png</iconFile>
<owner>
<name>David Poindexter</name>
<organization>nvisionative</organization>
<url>www.nvquicktheme.com</url>
<email>[email protected]</email>
</owner>
<license src="themeLicense.txt" />
<releaseNotes src="themeReleaseNotes.txt" />
<dependencies>
<dependency type="coreVersion">09.00.00</dependency>
</dependencies>
<components>
<component type="Skin">
<skinFiles>
<basePath>Portals\_default\Skins\nvQuickTheme-Tailwind\</basePath>
<skinName>nvQuickTheme-Tailwind</skinName>
<!-- Main Directory -->
<skinFile>
<path />
<name>default.png</name>
</skinFile>
<skinFile>
<path />
<name>thumbnail_default.png</name>
</skinFile>
<skinFile>
<path />
<name>LICENSE</name>
</skinFile>
</skinFiles>
</component>
<!-- Menus, Partials, and Root -->
<component type="ResourceFile">
<resourceFiles>
<basePath>Portals\_default\Skins\nvQuickTheme-Tailwind\</basePath>
<resourceFile>
<name>else.zip</name>
</resourceFile>
</resourceFiles>
</component>
<!-- CSS, Fonts, JS, Images Folder -->
<component type="ResourceFile">
<resourceFiles>
<basePath>Portals\_default\Skins\nvQuickTheme-Tailwind\</basePath>
<resourceFile>
<name>dist.zip</name>
</resourceFile>
</resourceFiles>
</component>
<!-- Containers Folder -->
<component type="ResourceFile">
<resourceFiles>
<basePath>Portals\_default\Containers\nvQuickTheme-Tailwind\</basePath>
<resourceFile>
<name>cont.zip</name>
</resourceFile>
</resourceFiles>
</component>
<!-- Ensure MIME types are mapped -->
<component type="Config">
<config>
<configFile>web.config</configFile>
<install>
<configuration>
<nodes configfile="web.config">
<node path="/configuration/system.webServer" targetpath="/configuration/system.webServer/staticContent" action="update" collision="ignore">
<staticContent>
</staticContent>
</node>
<node path="/configuration/system.webServer/staticContent" action="update" key="fileExtension" collision="ignore">
<remove fileExtension=".svg" />
<mimeMap fileExtension=".svg" mimeType="image/svg+xml" />
<remove fileExtension=".woff" />
<mimeMap fileExtension=".woff" mimeType="font/x-woff" />
<remove fileExtension=".woff2" />
<mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />
</node>
</nodes>
</configuration>
</install>
<uninstall>
<configuration>
<nodes />
</configuration>
</uninstall>
</config>
</component>
</components>
</package>
</packages>
</dotnetnuke>