Create apexplugin.json
This commit is contained in:
parent
a525399e58
commit
14fbe0871f
33
apexplugin.json
Normal file
33
apexplugin.json
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"name" : "KanbanBoard",
|
||||
"version" : "1.0",
|
||||
"description" : "High performance kanban board as template component.",
|
||||
"keywords" : ["kanban", "tasks", "board"],
|
||||
"homepage" : "https://github.com/orblgc/oracle-apex-kanban-board",
|
||||
"bugs" : {
|
||||
"url" : "https://github.com/orblgc/oracle-apex-kanban-board/issues",
|
||||
"email" : "orkunbl@hotmail.com"
|
||||
},
|
||||
"license" : "MIT",
|
||||
"commercial" : "No",
|
||||
"author" : {
|
||||
"name" : "Orkun Tunç Bilgiç",
|
||||
"email" : "orkunbl@hotmail.com"
|
||||
},
|
||||
"repository" : {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/orblgc/oracle-apex-kanban-board.git"
|
||||
},
|
||||
"oracle" : {
|
||||
"versions" : ["11.2.0.1", "12.1.0.1"],
|
||||
"apex" : {
|
||||
"versions" : ["5.0.0"],
|
||||
"plugin" : {
|
||||
"internalName" : "KANBAN_BOARD",
|
||||
"type" : "dynamic action",
|
||||
"demo" : "https://apex.oracle.com/pls/apex/r/ordibu/demo/login",
|
||||
"previewImage" : ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user