mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-05 21:15:49 +01:00
(refs #464)Add extension point to inject JavaScript instead of adding button
This commit is contained in:
@@ -14,7 +14,7 @@ trait Plugin {
|
||||
def globalMenus : List[GlobalMenu]
|
||||
def repositoryActions : List[RepositoryAction]
|
||||
def globalActions : List[Action]
|
||||
def buttons(name: String) : List[Button]
|
||||
def javaScripts : List[JavaScript]
|
||||
}
|
||||
|
||||
object PluginConnectionHolder {
|
||||
|
||||
Reference in New Issue
Block a user