-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
650ed29
commit 62a602a
Showing
3 changed files
with
146 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
{ | ||
"name": "Contextual Toolbar", | ||
"version": "1.1", | ||
"private" : "N", | ||
"description": "A Dynamic action plugin providing a popup contextual toolbar. ", | ||
"keywords": ["oracle","apex", "plugin", "dynamicAction", "buttonGroup","toolbar", "buttonToolbar", "navigation"], | ||
"homepage": "https://github.com/planetapex/apex-plugin-contextualToolbar", | ||
"bugs": { | ||
"url": "https://github.com/planetapex/apex-plugin-contextualToolbar/issues", | ||
"email": "yasirali.wizerp@gmail.com" | ||
}, | ||
"license": "MIT", | ||
"author": { | ||
"name": "M.Yasir Ali Shah", | ||
"email": "yasirali.wizerp@gmail.com", | ||
"url": "https://pk.linkedin.com/in/m-yasir-ali-shah-13b5016a", | ||
"twitter" : "m_yasir_ali", | ||
"linkedin" : "https://pk.linkedin.com/in/m-yasir-ali-shah-13b5016a", | ||
"donationUrl" : "https://www.paypal.me/MYasirAliShah/4" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/planetapex/apex-plugin-contextualToolbar.git" | ||
}, | ||
"private": false, | ||
"oracle": { | ||
"versions": ["11.2.0.1", "12.1.0.1"], | ||
"apex": { | ||
"versions": ["4.2.6", "5.0.0", "5.1.0"], | ||
"plugin": { | ||
"internalName": "COM.PLANETAPEX.CONTEXTUALTOOLBAR", | ||
"type": "dynamic action", | ||
"demo": "https://apex.oracle.com/pls/apex/f?p=83009:20", | ||
"previewImage": "https://raw.githubusercontent.com/planetapex/apex-plugin-contextualToolbar/master/assets/ctxTlbr.png" | ||
} | ||
"name": "Contextual Toolbar", | ||
"version": "1.2", | ||
"private": "N", | ||
"description": "A Dynamic action plugin providing a popup contextual toolbar. ", | ||
"keywords": ["oracle", "apex", "plugin", "dynamicAction", "buttonGroup", "toolbar", "buttonToolbar", "navigation"], | ||
"homepage": "https://github.com/planetapex/apex-plugin-contextualToolbar", | ||
"bugs": { | ||
"url": "https://github.com/planetapex/apex-plugin-contextualToolbar/issues", | ||
"email": "yasirali.wizerp@gmail.com" | ||
}, | ||
"license": "MIT", | ||
"author": { | ||
"name": "M.Yasir Ali Shah", | ||
"email": "yasirali.wizerp@gmail.com", | ||
"url": "https://pk.linkedin.com/in/m-yasir-ali-shah-13b5016a", | ||
"twitter": "m_yasir_ali", | ||
"linkedin": "https://pk.linkedin.com/in/m-yasir-ali-shah-13b5016a", | ||
"donationUrl": "https://www.paypal.me/MYasirAliShah/4" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/planetapex/apex-plugin-contextualToolbar.git" | ||
}, | ||
"private": false, | ||
"oracle": { | ||
"versions": ["11.2.0.1", "12.1.0.1"], | ||
"apex": { | ||
"versions": ["4.2.6", "5.0.0", "5.1.0"], | ||
"plugin": { | ||
"internalName": "COM.PLANETAPEX.CONTEXTUALTOOLBAR", | ||
"type": "dynamic action", | ||
"demo": "https://apex.oracle.com/pls/apex/f?p=83009:20", | ||
"previewImage": "https://raw.githubusercontent.com/planetapex/apex-plugin-contextualToolbar/master/assets/ctxTlbr.png" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.