-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapexplugin.json
35 lines (35 loc) · 1.51 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
35
{
"name" : "Number Field with Decimal",
"version" : "1.0",
"description" : "It's a Number Field with Decimal Plugin In, which allow only Numeric Values and one DOT and Specified decimal value (2 or 4) in Number Field.",
"keywords" : ["Item", "Number Field", "Number Field with Decimal"],
"homepage" : "https://github.com/tkarkuvelraja/number_field_with_decimal_apex_plugin",
"bugs" : {
"url" : "https://github.com/tkarkuvelraja/number_field_with_decimal_apex_plugin/issues",
"email" : "[email protected]"
},
"license" : "MIT",
"commercial" : "No",
"author" : {
"name" : "Karkuvelraja Thangamariappan",
"email" : "[email protected]",
"url" : "http://orclking.blogspot.com",
"twitter" : "tkarkuvelraja"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/tkarkuvelraja/number_field_with_decimal_apex_plugin.git"
},
"oracle" : {
"versions" : ["12.1.0.1", "12.2.0.1", "18.4.0.0", "19.0.0.0.0", "19.2.0.0.19", "21.0.0.0.0", "21.1.0.0.0", "21.1.0.0.1"],
"apex" : {
"versions" : ["20.1.0.00.13", "20.2.0.00.20", "21.1.0"],
"plugin" : {
"internalName" : "ORCLKING.NUMBER.FIELD.WITH.DECIMAL",
"type" : "item",
"demo" : "https://apex.oracle.com/pls/apex/f?p=113036:9999::BRANCH_TO_PAGE_ACCEPT::9999:P9999_APP_PAGE_REDIRECT:35",
"previewImage" : "https://raw.githubusercontent.com/tkarkuvelraja/number_field_with_decimal_apex_plugin/master/NumberWithDecimalPreview.gif"
}
}
}
}