oracle-apex-kanban-board/apexplugin.json
2025-04-11 14:17:28 +03:00

34 lines
935 B
JSON

{
"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": ["23.2.0", "21.1.0", "19.1.0"],
"apex": {
"versions": ["24.2.0"],
"plugin" : {
"internalName" : "KANBAN_BOARD",
"type" : "dynamic action",
"demo" : "https://apex.oracle.com/pls/apex/r/ordibu/demo/login",
"previewImage" : ""
}
}
}
}