forked from WoltLab/com.woltlab.wcf.conversation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
clipboardAction.xml
49 lines (49 loc) · 1.8 KB
/
clipboardAction.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
<?xml version="1.0" encoding="UTF-8"?>
<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/clipboardAction.xsd">
<import>
<!-- conversation -->
<action name="assignLabel">
<actionclassname><![CDATA[wcf\system\clipboard\action\ConversationClipboardAction]]></actionclassname>
<showorder>1</showorder>
<pages>
<page><![CDATA[wcf\page\ConversationListPage]]></page>
</pages>
</action>
<action name="restore">
<actionclassname><![CDATA[wcf\system\clipboard\action\ConversationClipboardAction]]></actionclassname>
<showorder>2</showorder>
<pages>
<page><![CDATA[wcf\page\ConversationListPage]]></page>
</pages>
</action>
<action name="leave">
<actionclassname><![CDATA[wcf\system\clipboard\action\ConversationClipboardAction]]></actionclassname>
<showorder>3</showorder>
<pages>
<page><![CDATA[wcf\page\ConversationListPage]]></page>
</pages>
</action>
<action name="leavePermanently">
<actionclassname><![CDATA[wcf\system\clipboard\action\ConversationClipboardAction]]></actionclassname>
<showorder>4</showorder>
<pages>
<page><![CDATA[wcf\page\ConversationListPage]]></page>
</pages>
</action>
<action name="open">
<actionclassname><![CDATA[wcf\system\clipboard\action\ConversationClipboardAction]]></actionclassname>
<showorder>5</showorder>
<pages>
<page><![CDATA[wcf\page\ConversationListPage]]></page>
</pages>
</action>
<action name="close">
<actionclassname><![CDATA[wcf\system\clipboard\action\ConversationClipboardAction]]></actionclassname>
<showorder>6</showorder>
<pages>
<page><![CDATA[wcf\page\ConversationListPage]]></page>
</pages>
</action>
<!-- /conversation -->
</import>
</data>