From 14fbe0871f8d889fe292339f5c602deb8355b186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orkun=20Tun=C3=A7=20Bilgi=C3=A7?= <61903869+orblgc@users.noreply.github.com> Date: Fri, 11 Apr 2025 14:07:14 +0300 Subject: [PATCH] Create apexplugin.json --- apexplugin.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 apexplugin.json diff --git a/apexplugin.json b/apexplugin.json new file mode 100644 index 0000000..5d35138 --- /dev/null +++ b/apexplugin.json @@ -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" : "" + } + } + } +}