forked from lars-erik/umbraco-relation-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
81 lines (77 loc) · 2.15 KB
/
package.xml
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<umbPackage>
<files>
<file>
<guid>Umbraco.RelationEditor.dll</guid>
<orgPath>/bin</orgPath>
<orgName>Umbraco.RelationEditor.dll</orgName>
</file>
<file>
<guid>editrelations.html</guid>
<orgPath>/App_Plugins/RelationEditor</orgPath>
<orgName>editrelations.html</orgName>
</file>
<file>
<guid>package.manifest</guid>
<orgPath>/App_Plugins/RelationEditor</orgPath>
<orgName>package.manifest</orgName>
</file>
<file>
<guid>relationeditor.css</guid>
<orgPath>/App_Plugins/RelationEditor</orgPath>
<orgName>relationeditor.css</orgName>
</file>
<file>
<guid>relationeditor.js</guid>
<orgPath>/App_Plugins/RelationEditor</orgPath>
<orgName>relationeditor.js</orgName>
</file>
<file>
<guid>relationeditor.sample.config</guid>
<orgPath>/config</orgPath>
<orgName>relationeditor.config</orgName>
</file>
</files>
<info>
<package>
<name>Umbraco Relation Editor</name>
<version>1.0.5142</version>
<license url="http://opensource.org/licenses/MIT">MIT License</license>
<url>http://lars-erik.github.io/umbraco-relation-editor/</url>
<requirements>
<major>7</major>
<minor>0</minor>
<patch>0</patch>
</requirements>
</package>
<author>
<name>Lars-Erik Aabech</name>
<website>http://www.markedspartner.no</website>
</author>
<readme><![CDATA[Umbraco 7 Relation Editor
The editor will appear for supported objects after they're configured in /config/relationeditor.config.
Supported ObjectTypes are
* Document
* Media
* DocumentType
* MediaType
Supported relation types are
* Document -> Document
* Document -> Media
* Media -> Document
* Media -> Media
* DocumentType -> DocumentType
* DocumentType -> MediaType
* MediaType -> DocumentType
* MediaType -> MediaType
See sample configuration in config\relationeditor.config
]]></readme>
</info>
<DocumentTypes />
<Templates />
<Stylesheets />
<Macros />
<DictionaryItems />
<Languages />
<DataTypes />
</umbPackage>