-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapexplugin.json
36 lines (36 loc) · 1.18 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
36
{
"name": "Multiple Avatars",
"version": "1.0",
"description": "Display multiple avatars",
"keywords": ["avatars"],
"homepage": "https://github.com/LouisMoreaux/apex-multiple-avatars",
"bugs": {
"url": "https://github.com/LouisMoreaux/apex-multiple-avatars/issues",
"email": "[email protected]"
},
"license": "MIT",
"commercial": "No",
"author": {
"name": "Louis Moreaux",
"email": "[email protected]",
"url": "https://lmoreaux.hashnode.dev/",
"twitter": "moreaux_louis",
"donationUrl": ""
},
"repository": {
"type": "git",
"url": "https://github.com/LouisMoreaux/apex-multiple-avatars.git"
},
"oracle": {
"versions": ["23.2.0", "21.1.0", "19.1.0"],
"apex": {
"versions": ["23.1.0"],
"plugin": {
"internalName": "APEX.LMOREAUX.MULTIPLE_AVATARS",
"type": "template component",
"demo": "https://apex.oracle.com/pls/apex/r/louis/template-component/multipe-avatars",
"previewImage": "https://github.com/LouisMoreaux/apex-multiple-avatars/blob/main/assets/apex-multiple-avatars.gif?raw=true"
}
}
}
}