-
Notifications
You must be signed in to change notification settings - Fork 0
/
umbraco-marketplace.json
55 lines (55 loc) · 2.46 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
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"AlternatePackageNames": [
"ClientDrawer",
"Client Drawer"
],
"AuthorDetails": {
"Name": "Andy Boot",
"Description": "Andy is a Senior Web Developer (at Pixel Builders), Umbraco Certified Master and Umbraco MVP with over 10 years of .Net development experience focusing mainly on CMS platforms such as Umbraco & Kentico.",
"Url": "https://github.com/AndyBoot",
"ImageUrl": "https://github.com/AndyBoot.png",
"Contributors": [
{
"Name": "Andy Boot",
"Url": "https://github.com/AndyBoot"
}
],
"SyncContributorsFromRepository": true
},
"Category": "Editor Tools",
"Description": "A package for providing your clients a small toolbox of useful links and information. If your website is one of many sites based on a shared platform then this package is perfect for you.",
"LicenseTypes": [ "Free" ],
"DocumentationUrl": "https://github.com/AndyBoot/Umbraco.Community.ClientDrawer",
"IssueTrackerUrl": "https://github.com/AndyBoot/Umbraco.Community.ClientDrawer/issues",
"PackageType": "Package",
"Tags": [ "ClientDrawer", "Client", "Drawer", "Changelog", "Change", "Log", "Logs", "Environment", "Environments", "HeaderApp", "Assembly", "Assemblies" ],
"Title": "Client Drawer",
"Screenshots": [
{
"ImageUrl": "https://raw.githubusercontent.com/AndyBoot/Umbraco.Community.ClientDrawer/main/images/screenshot1.png",
"Caption": "Screenshot 1"
},
{
"ImageUrl": "https://raw.githubusercontent.com/AndyBoot/Umbraco.Community.ClientDrawer/main/images/screenshot2.png",
"Caption": "Screenshot 2"
},
{
"ImageUrl": "https://raw.githubusercontent.com/AndyBoot/Umbraco.Community.ClientDrawer/main/images/screenshot3.png",
"Caption": "Screenshot 3 - Change Log"
},
{
"ImageUrl": "https://raw.githubusercontent.com/AndyBoot/Umbraco.Community.ClientDrawer/main/images/screenshot4.png",
"Caption": "Screenshot 4 - Icon Button"
},
{
"ImageUrl": "https://raw.githubusercontent.com/AndyBoot/Umbraco.Community.ClientDrawer/main/images/screenshot5.png",
"Caption": "Screenshot 5 - Icon + Environment Name Button"
},
{
"ImageUrl": "https://raw.githubusercontent.com/AndyBoot/Umbraco.Community.ClientDrawer/main/images/screenshot6.png",
"Caption": "Screenshot 6 - Environment Name Button"
}
],
"VideoUrl": "https://www.youtube.com/watch?v=mXt68iMwRHI"
}