Update apexplugin.json

This commit is contained in:
Orkun Tunç Bilgiç 2025-04-11 15:28:48 +03:00 committed by GitHub
parent c01cf48b50
commit e8b7b7aa40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,34 +1,33 @@
{ {
"name" : "KanbanBoard", "name": "Kanban Board",
"version" : "1.0", "version": "1.0",
"description" : "High performance kanban board which is supporting Oracle's faceted, pagination etc. as a template component UI is inspired by Material Kanban Board plugin.", "description": "High performance kanban board which is supporting Oracle's faceted, pagination etc. as a template component UI is inspired by Material Kanban Board plugin.",
"keywords" : ["oracle","apex","kanban", "tasks", "board"], "keywords": ["oracle","apex","kanban", "tasks", "board"],
"homepage" : "https://github.com/orblgc/oracle-apex-kanban-board", "homepage": "https://github.com/orblgc/oracle-apex-kanban-board",
"bugs" : { "bugs": {
"url" : "https://github.com/orblgc/oracle-apex-kanban-board/issues", "url": "https://github.com/orblgc/oracle-apex-kanban-board/issues",
"email" : "orkunbl@hotmail.com" "email": "orkunbl@hotmail.com"
}, },
"license" : "MIT", "license": "MIT",
"commercial" : "No", "author": {
"author" : { "name": "Orkun Tunç Bilgiç",
"name" : "Orkun Tunç Bilgiç", "email": "orkunbl@hotmail.com",
"email" : "orkunbl@hotmail.com", "donationUrl": "https://buymeacoffee.com/orblg"
"donationUrl": "https://buymeacoffee.com/orblg" },
}, "repository": {
"repository" : { "type": "git",
"type" : "git", "url": "https://github.com/orblgc/oracle-apex-kanban-board.git"
"url" : "https://github.com/orblgc/oracle-apex-kanban-board.git" },
}, "oracle": {
"oracle" : { "versions": ["18c", "19c", "21c", "23c", "23ai"],
"versions": ["23.2.0", "21.1.0", "19.1.0"], "apex": {
"apex": { "versions": ["23.2", "24.1", "24.2"],
"versions": ["24.2.0"], "plugin": {
"plugin" : { "internalName": "KANBAN_BOARD",
"internalName" : "KANBAN_BOARD", "type": "template component",
"type" : "template component", "demo": "https://apex.oracle.com/pls/apex/r/ordibu/demo/login",
"demo" : "https://apex.oracle.com/pls/apex/r/ordibu/demo/login", "previewImage": "https://raw.githubusercontent.com/orblgc/oracle-apex-kanban-board/refs/heads/main/preview.png"
"previewImage" : "https://raw.githubusercontent.com/orblgc/oracle-apex-kanban-board/refs/heads/main/preview.png" }
} }
} }
}
} }