forked from KOBENDigital/Iconic
-
Notifications
You must be signed in to change notification settings - Fork 8
/
umbraco-marketplace.json
65 lines (65 loc) · 2.13 KB
/
umbraco-marketplace.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"AuthorDetails": {
"Name": "Mario Lopez",
"ImageUrl": "https://github.com/skartknet.png",
"Contributors": [
{
"Name": "Robert Foster",
"Url": "https://github.com/robertjf"
},
{
"Name": "Heather Floyd",
"Url": "https://github.com/hfloyd"
},
{
"Name": "Migaroez",
"Url": "https://github.com/Migaroez"
},
{
"Name": "Laurence Gillian",
"Url": "https://github.com/uniquelau"
},
{
"Name": "Rune Antonsen",
"Url": "https://github.com/ruant"
},
{
"Name": "Jeniston",
"Url": "https://github.com/jenistonj"
}
]
},
"Category": "Editor Tools",
"DiscussionForumUrl": "https://our.umbraco.com/packages/backoffice-extensions/iconic",
"DocumentationUrl": "https://github.com/skartknet/Iconic/tree/master/Documentation",
"LicenseTypes": [
"Free"
],
"PackageType": "Package",
"Title": "Iconic",
"PackagesByAuthor": [
"Our.Umbraco.ConditionalDisplayers"
],
"Tags": [
"icons",
"icon",
"fontawesome",
"font awesome"
],
"Description": "Iconic is a highly configurable package that allows you to easily add icon libraries to your Umbraco content.",
"Screenshots": [
{
"ImageUrl": "https://github.com/skartknet/Iconic/raw/master/Documentation/Usage/using-iconic.png",
"Caption": "Easy to use!"
},
{
"ImageUrl": "https://github.com/skartknet/Iconic/blob/master/Documentation/Configuration/filter.png?raw=true",
"Caption": "Filter out specific icons"
},
{
"ImageUrl": "https://github.com/skartknet/Iconic/blob/master/Documentation/Configuration/addPreConfig.png?raw=true",
"Caption": "Preconfigured icon libraries"
}
]
}