I try to integrate Soy templates to my plugin.
I would like to use the AUI calls.
I added
<dependency>
<groupId>com.atlassian.aui</groupId>
<artifactId>aui-soy</artifactId>
<version>9.2.0</version>
<scope>provided</scope>
</dependency>
to my pom.xml to and install the bamboo soy plugin for intellij.
I can call the AUI templates such as
{call aui.buttons.button}
but when I add the parameters its unknown and when I try the autocomplete of bamboo the parameters look like
{param kind="text"}{/param}
whats I'm I missing?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.