-
Notifications
You must be signed in to change notification settings - Fork 7
/
umbraco-marketplace.json
57 lines (57 loc) · 2.12 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
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"AlternatePackageNames": [
"QuickBlocks"
],
"AuthorDetails": {
"Name": "Paul Seal",
"Description": "Paul is an Umbraco Master and 5 x Umbraco MVP who loves making tutorials and small Umbraco packages. He works for the Umbraco Gold Partner ClerksWell",
"Url": "https://github.com/prjseal",
"ImageUrl": "https://github.com/prjseal.png",
"Contributors": [
{
"Name": "Paul Seal",
"Url": "https://codeshare.co.uk"
},
{
"Name": "ClerksWell",
"Url": "https://clerkswell.com"
},
{
"Name": "Mario Lopez",
"Url": "https://github.com/skartknet"
}
],
"SyncContributorsFromRepository": true
},
"Category": "Developer Tools",
"Description": "A package for quickly building block list based Umbraco websites all from data attributes in your HTMl",
"LicenseTypes": [ "Free" ],
"IssueTrackerUrl": "https://github.com/prjseal/QuickBlocks/issues",
"PackageType": "Package",
"Tags": [ "HTML", "Fast", "Quick", "Blocks" ],
"Title": "QuickBlocks",
"Screenshots": [
{
"ImageUrl": "https://raw.githubusercontent.com/prjseal/QuickBlocks/main/images/1.png",
"Caption": "QuickBlocks Dashboard with some custom HTML with data attributes in it."
},
{
"ImageUrl": "https://raw.githubusercontent.com/prjseal/QuickBlocks/main/images/2.png",
"Caption": "Block List automatically created for you with a portfolio row"
},
{
"ImageUrl": "https://raw.githubusercontent.com/prjseal/QuickBlocks/main/images/3.png",
"Caption": "The block list data type is used for a property on the home page"
},
{
"ImageUrl": "https://raw.githubusercontent.com/prjseal/QuickBlocks/main/images/4.png",
"Caption": "Editing a portfolio row with properties including another list"
},
{
"ImageUrl": "https://raw.githubusercontent.com/prjseal/QuickBlocks/main/images/5.jpg",
"Caption": "Backoffice view of a portfolio item being edited"
}
],
"VideoUrl": "https://www.youtube.com/embed/Ja7ynDvCGQY"
}