-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.xml
More file actions
32 lines (32 loc) · 1.45 KB
/
plugin.xml
File metadata and controls
32 lines (32 loc) · 1.45 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<plugin title="bissolTableDataEditor" loader="DEFAULT">
<overlays>
<overlay id="startup.bissolTableDataEditor" resourcebundle="content/bissolTableDataEditor/resources/lang/messages">
<!--<menubar id="toolsmenu">-->
<menubar id="newmenu">
<menuitem id="bissolTableDataEditor" label="${Launcher.bissolTableDataEditor}" command="mantleXulHandler.openUrl('${Launcher.bissolTableDataEditor}','${Launcher.bissolTableDataEditor_TOOLTIP}','plugin/bissolTableDataEditor/api/default')"/>
</menubar>
</overlay>
</overlays>
<lifecycle-listener class="pt.webdetails.cpk.CpkLifecycleListener"/>
<static-paths>
<static-path url="/bissolTableDataEditor/static" localFolder="static"/>
<static-path url="/bissolTableDataEditor/resources" localFolder="resources"/>
</static-paths>
<content-types>
<content-type>
<title>BissolTableDataEditor</title>
<description></description>
<company name="" url="" logo="@PLUGIN_COMPANY_LOGO@"></company>
</content-type>
</content-types>
<content-generator
id="bissolTableDataEditor"
title="BissolTableDataEditor"
type="bissolTableDataEditor"
class="pt.webdetails.cpk.CpkContentGenerator"/>
<!-- Menu entry -->
<menu-items>
<!--<menu-item id="bissolTableDataEditor_main" anchor="tools-submenu" label="BissolTableDataEditor" command="content/bissolTableDataEditor/" type="MENU_ITEM" how="LAST_CHILD"/>-->
</menu-items>
</plugin>