0
我是Confluence插件開發的新手。我想使用API中的示例。比如看這個頁面,有HTML-Code和JS-Code分開。Confluence插件在哪裏定義HTML代碼
我知道如何定義一個JS文件以及如何參考atlassian-plugin.xml
。
看看這裏
<web-resource key="Confluence-resources" name="Confluence-Web-Resources">
<dependency>com.atlassian.auiplugin:ajs</dependency>
<resource type="download" name="confluence.js" location="/js/confluence.js"/>
</web-resource>
但在這裏我必須定義的HTML代碼?