-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDnnC_CookieConsent.dnn
60 lines (60 loc) · 2.05 KB
/
DnnC_CookieConsent.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
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="DnnC_CookieConsent" type="SkinObject" version="02.00.01">
<friendlyName>DnnC_CookieConsent SkinObject</friendlyName>
<description>DnnC DnnC CookieConsent Skin object for Dnn</description>
<iconFile/>
<owner>
<name>G Barlow</name>
<organization>DnnConsulting Site Solutions</organization>
<url>http://www.dnnconsulting.nl</url>
<email>modules@dnnconsulting.nl</email>
</owner>
<azureCompatible>true</azureCompatible>
<license src="License.txt"></license>
<releaseNotes src="ReleaseNotes.txt"></releaseNotes>
<dependencies>
<dependency type="CoreVersion">06.02.0</dependency>
</dependencies>
<components>
<component type="SkinObject">
<moduleControl>
<controlKey>COOKIECONSENT</controlKey>
<controlSrc>DesktopModules/DnnC_CookieConsent/CookieConsent.ascx</controlSrc>
<supportsPartialRendering>False</supportsPartialRendering>
</moduleControl>
</component>
<component type="File">
<files>
<basePath>DesktopModules/DnnC_CookieConsent</basePath>
<file>
<name>CookieConsent.ascx</name>
</file>
<file>
<name>license.txt</name>
</file>
<file>
<name>releasenotes.txt</name>
</file>
</files>
</component>
<component type="ResourceFile">
<resourceFiles>
<basePath>DesktopModules/DnnC_CookieConsent</basePath>
<resourceFile>
<name>Resources.zip</name>
</resourceFile>
</resourceFiles>
</component>
<component type="Assembly">
<assemblies>
<assembly>
<name>DnnC.Modules.CookieConsent.dll</name>
<path>bin</path>
</assembly>
</assemblies>
</component>
</components>
</package>
</packages>
</dotnetnuke>