0

Is it possible to reuse code from atlassian's stash *.soy?

I need to add a button on the login page of Stash's login.soy.
After some research I have come to know that we can rewrite .soy using soyTemplateRenderer but no luck.

Can you explain me how we rewrite or change the template of Stash?

double-beep
  • 5,031
  • 17
  • 33
  • 41
Ashwani Verma
  • 39
  • 1
  • 11

1 Answers1

0

I don't know if you can use their existing template, but you can do something like a Web Item Plugin Module and specify the context to be something like stash.page.login.

Wheeler
  • 454
  • 5
  • 17