oracle-apex-kanban-board/apexplugin.json
2025-04-14 12:07:01 +03:00

34 lines
1.4 KiB
JSON

{
"name": "Kanban Board",
"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.<br>Also the plugin compatible with apex themes since i used Oracle's css variables to maintain compability.",
"keywords": ["oracle","apex","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",
"author": {
"name": "Orkun Tunç Bilgiç",
"email": "orkunbl@hotmail.com",
"donationUrl": "https://buymeacoffee.com/orblg"
},
"repository": {
"type": "git",
"url": "https://github.com/orblgc/oracle-apex-kanban-board.git"
},
"oracle": {
"versions": ["18c", "19c", "21c", "23c", "23ai"],
"apex": {
"versions": ["23.2", "24.1", "24.2"],
"plugin": {
"internalName": "KANBAN_BOARD",
"type": "template component",
"demo": "https://apex.oracle.com/pls/apex/r/ordibu/demo/login",
"previewImage": "https://raw.githubusercontent.com/orblgc/oracle-apex-kanban-board/refs/heads/main/kanbanpreview.png"
}
}
}
}