-
Notifications
You must be signed in to change notification settings - Fork 1
/
apexplugin.json
executable file
·34 lines (34 loc) · 1.09 KB
/
apexplugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name" : "Markdown for APEX",
"version" : "1.3.1",
"description" : "Turns text areas into Markdown editors, converts text into HTML",
"keywords" : ["Markdown", "JavaScript", "editor", "HTML renderer"],
"homepage" : "https://github.com/ogobrecht/markdown-apex-plugin",
"license" : "MIT",
"author" : {
"name" : "Ottmar Gobrecht",
"email" : "[email protected]",
"url" : "https://ogobrecht.github.io",
"twitter": "ogobrecht",
"donationUrl": "https://www.paypal.me/ogobrecht"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/ogobrecht/markdown-apex-plugin.git"
},
"bugs" : {
"url" : "https://github.com/ogobrecht/markdown-apex-plugin/issues"
},
"oracle" : {
"versions" : ["10.2.0.1"],
"apex" : {
"versions" : ["4.2.6","5.0.0"],
"plugin" : {
"internalName" : "NET.GOBRECHTS.MARKDOWN",
"type" : "dynamic action",
"demo" : "https://apex.oracle.com/pls/apex/f?p=66154:1",
"previewImage" : "https://raw.githubusercontent.com/ogobrecht/markdown-apex-plugin/master/preview.png"
}
}
}
}