|
15 | 15 | </web-panel> |
16 | 16 | <!-- add our web resources --> |
17 | 17 | <web-resource key="active-sequence-resources" name="sequence Web Resources"> |
18 | | - <dependency>com.atlassian.auiplugin:ajs</dependency> |
19 | | - <dependency>com.atlassian.auiplugin:dialog2</dependency> |
20 | | - <dependency>confluence.editor.actions:editor-macro-browser</dependency> |
21 | | - <resource type="download" name="demo.html" location="/demo.html" value="enabled"/> |
22 | 18 | <resource type="download" name="sequence.css" location="/css/sequence.css" value="enabled"/> |
23 | 19 | <resource type="download" name="vue.js" location="/js/vue.js" value="enabled"/> |
24 | 20 | <resource type="download" name="md5.min.js" location="/js/md5.min.js" value="enabled"/> |
25 | 21 | <resource type="download" name="dom-to-image.min.js" location="/js/dom-to-image.min.js" value="enabled"/> |
26 | | - <resource type="download" name="zen-sequence-vendor.js" location="/js/zen-sequence-vendor.js" value="enabled"/> |
27 | | - <resource type="download" name="zen-sequence-app.js" location="/js/zen-sequence-app.js" value="enabled"/> |
28 | | - <resource type="download" name="macro-customise.js" location="/js/macro-customise.js" value="enabled"/> |
29 | 22 | <resource type="download" name="images/" location="/images" value="enabled"/> |
30 | 23 | <resource type="download" name="analytics.js" location="/js/analytics.js" value="enabled"/> |
31 | 24 | <resource type="download" name="diagram-as-code.js" location="/META-INF/resources/webjars/diagram-as-code.js/0.1.14/dist/diagram-as-code.min.js" value="enabled"/> |
32 | | - <context>editor</context> |
| 25 | + </web-resource> |
| 26 | + |
| 27 | + <web-resource key="active-sequence-resources-editor" name="sequence Web Resources for editor"> |
| 28 | + <dependency>com.atlassian.auiplugin:ajs</dependency> |
| 29 | + <dependency>com.atlassian.auiplugin:dialog2</dependency> |
| 30 | + <dependency>confluence.editor.actions:editor-macro-browser</dependency> |
| 31 | + <resource type="download" name="sequence.css" location="/css/sequence.css" value="enabled"/> |
| 32 | + <resource type="download" name="vue.js" location="/js/vue.js" value="enabled"/> |
| 33 | + <resource type="download" name="macro-customise.js" location="/js/macro-customise.js" value="enabled"/> |
| 34 | + <resource type="download" name="diagram-as-code.js" location="/META-INF/resources/webjars/diagram-as-code.js/0.1.14/dist/diagram-as-code.min.js" value="enabled"/> |
| 35 | + <context>atl.general</context> |
33 | 36 | </web-resource> |
34 | 37 | <xhtml-macro name="active-sequence" class="com.zenuml.confluence.macro.SequenceMacro" icon="/download/resources/${atlassian.plugin.key}:active-sequence-resources/images/zenuml_logo.png" key="active-sequence-macro"> |
35 | 38 | <description key="sequence.macro.desc"/> |
|
0 commit comments