Create apexplugin.json

This commit is contained in:
Orkun Tunç Bilgiç 2025-04-11 14:07:14 +03:00 committed by GitHub
parent a525399e58
commit 14fbe0871f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

33
apexplugin.json Normal file
View 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" : ""
}
}
}
}