-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathShoutboxSpa.dnn
86 lines (86 loc) · 3.26 KB
/
ShoutboxSpa.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
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="ShoutboxSpa" type="Module" version="01.00.00" isSystem="true">
<friendlyName>ShoutboxSpa</friendlyName>
<description>Shoutbox</description>
<owner>
<name>Mark McAvoy</name>
<organization>Zalabria Limited</organization>
<url>http://www.cartviper.com</url>
<email>[email protected]</email>
</owner>
<license src="eula.html"></license>
<releaseNotes src="releaseNotes.html"></releaseNotes>
<azureCompatible>true</azureCompatible>
<dependencies>
<dependency type="CoreVersion">08.00.00</dependency>
</dependencies>
<components>
<component type="Module">
<desktopModule>
<moduleName>ShoutboxSpa</moduleName>
<foldername>ShoutboxSpa</foldername>
<businessControllerClass>ShoutboxSpa.Components.ShoutboxSpaController,ShoutboxSpa</businessControllerClass>
<supportedFeatures>
<supportedFeature type="Portable" />
<supportedFeature type="Searchable" />
</supportedFeatures>
<moduleDefinitions>
<moduleDefinition>
<friendlyName>ShoutboxSpa</friendlyName>
<defaultCacheTime>0</defaultCacheTime>
<moduleControls>
<moduleControl>
<controlKey />
<controlSrc>DesktopModules/ShoutboxSpa/Index.html</controlSrc>
<supportsPartialRendering>False</supportsPartialRendering>
<controlType>View</controlType>
<supportsPopUps>False</supportsPopUps>
<viewOrder>0</viewOrder>
</moduleControl>
<moduleControl>
<controlKey>QuickSettings</controlKey>
<controlSrc>DesktopModules/ShoutboxSpa/QuickSettings.html</controlSrc>
<supportsPartialRendering>False</supportsPartialRendering>
<controlType>View</controlType>
<supportsPopUps>False</supportsPopUps>
<viewOrder>0</viewOrder>
</moduleControl>
</moduleControls>
</moduleDefinition>
</moduleDefinitions>
</desktopModule>
</component>
<component type="Script">
<scripts>
<basePath>DesktopModules\ShoutboxSpa</basePath>
<script type="Install">
<name>01.00.00.SqlDataProvider</name>
<version>01.00.00</version>
</script>
<script type="UnInstall">
<name>Uninstall.SqlDataProvider</name>
<version>01.00.00</version>
</script>
</scripts>
</component>
<component type="Assembly">
<assemblies>
<assembly>
<path>bin</path>
<name>ShoutboxSpa.dll</name>
</assembly>
</assemblies>
</component>
<component type="ResourceFile">
<resourceFiles>
<basePath>DesktopModules/ShoutboxSpa</basePath>
<resourceFile>
<name>Resources.zip</name>
</resourceFile>
</resourceFiles>
</component>
</components>
</package>
</packages>
</dotnetnuke>