-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathInjectionFilter.dnn
More file actions
28 lines (28 loc) · 1021 Bytes
/
InjectionFilter.dnn
File metadata and controls
28 lines (28 loc) · 1021 Bytes
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
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="InjectionFilter.Sample" type="Library" version="01.00.00" isSystem="false">
<friendlyName>Sample Module Injection Filter</friendlyName>
<description>This is a sample module injection filter that will hide a module just by adding a tag named "hide" to the module on the module settings page.</description>
<dependencies/>
<owner>
<name>Joe Brinkman</name>
<organization>DNN Corp.</organization>
<url>http://www.dnnsoftware.com</url>
<email>support@dnnsoftware.com</email>
</owner>
<license />
<releaseNotes />
<components>
<component type="Assembly">
<assemblies>
<assembly>
<path>bin</path>
<name>Dnn.InjectionFilter.Sample.dll</name>
<version>1.0.0</version>
</assembly>
</assemblies>
</component>
</components>
</package>
</packages>
</dotnetnuke>