-
Notifications
You must be signed in to change notification settings - Fork 2
/
umbraco-marketplace.json
47 lines (47 loc) · 1.79 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
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"AuthorDetails": {
"Name": "Lantzify",
"ImageUrl": "https://github.com/lantzify.png "
},
"Category": "Developer Tools",
"PackageType": "Package",
"LicenseTypes": [
"Free"
],
"Title": "Auto block list",
"Description": "Auto block list is an Umbraco package made for v10+. Made to help automate the process of converting nested content into an block list. In addition it transfers the content to the new block list format.",
"DocumentationUrl": "https://github.com/Lantzify/auto-block-list/",
"IssueTrackerUrl": "https://github.com/Lantzify/auto-block-list/issues",
"PackagesByAuthor": [
"uSupport",
"AutoDictionaries",
"UmbracoNaviHideIcon"
],
"Screenshots": [
{
"ImageUrl": "https://raw.githubusercontent.com/Lantzify/auto-block-list/master/assets/demo.gif",
"Caption": "Short demo"
},
{
"ImageUrl": "https://raw.githubusercontent.com/Lantzify/auto-block-list/master/assets/dashboard.PNG",
"Caption": "Dashboard"
},
{
"ImageUrl": "https://raw.githubusercontent.com/Lantzify/auto-block-list/master/assets/select.PNG",
"Caption": "Select"
},
{
"ImageUrl": "https://raw.githubusercontent.com/Lantzify/auto-block-list/master/assets/usure.PNG",
"Caption": "Confirm"
},
{
"ImageUrl": "https://raw.githubusercontent.com/Lantzify/auto-block-list/master/assets/result.PNG",
"Caption": "Result"
},
{
"ImageUrl": "https://raw.githubusercontent.com/Lantzify/auto-block-list/master/assets/done.PNG",
"Caption": "Done"
}
]
}