-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathplugin.xml
34 lines (34 loc) · 1.42 KB
/
plugin.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
<?xml version="1.0" encoding="UTF-8"?>
<plugin title="layoutEditor" loader="DEFAULT">
<overlays>
<overlay id="startup.layoutEditor" resourcebundle="content/layoutEditor/resources/lang/messages">
<menubar id="toolsmenu">
<menuitem id="layoutEditor" label="${Launcher.layoutEditor}" command="mantleXulHandler.openUrl('${Launcher.layoutEditor}','${Launcher.layoutEditor_TOOLTIP}','plugin/layoutEditor/api/default')"/>
</menubar>
</overlay>
</overlays>
<lifecycle-listener class="pt.webdetails.cpk.CpkLifecycleListener"/>
<static-paths>
<static-path url="/layoutEditor/static" localFolder="static"/>
<static-path url="/layoutEditor/resources" localFolder="resources"/>
</static-paths>
<content-types>
<content-type>
<title>LayoutEditor</title>
<description></description>
<company name="" url="" logo="@PLUGIN_COMPANY_LOGO@"></company>
</content-type>
</content-types>
<content-generator
id="layoutEditor"
title="Layout Editor"
type="layoutEditor"
class="pt.webdetails.cpk.CpkContentGenerator"/>
<!-- Menu entry -->
<menu-items>
<!--<menu-item id="layoutEditor_main" anchor="tools-submenu" label="LayoutEditor" command="content/layoutEditor/" type="MENU_ITEM" how="LAST_CHILD"/>-->
</menu-items>
<external-resources>
<file context="requirejs">content/layoutEditor/resources/layoutEditor-require-js-cfg.js</file>
</external-resources>
</plugin>