-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathumbraco-marketplace.json
32 lines (32 loc) · 1.16 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
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"AlternatePackageNames": ["Umbraco.Community.BlockPreview", "Our.Umbraco.BlockPreview"],
"AuthorDetails": {
"Name": "Rick Butterfield",
"Description": "2× Umbraco MVP & full stack lead software engineer from the UK.",
"Url": "https://rickbutterfield.dev",
"ImageUrl": "https://github.com/rickbutterfield.png",
"Contributors": [
{
"Name": "Dave Woestenborghs",
"Url": "https://github.com/dawoe"
},
{
"Name": "Matthew Wise",
"Url": "https://github.com/matthew-wise"
}
]
},
"Category": "Editor Tools",
"DocumentationUrl": "https://github.com/rickbutterfield/Umbraco.Community.BlockPreview",
"LicenseTypes": [ "Free" ],
"IssueTrackerUrl": "https://github.com/rickbutterfield/Umbraco.Community.BlockPreview/issues",
"PackageType": "Package",
"Screenshots": [
{
"ImageUrl": "https://raw.githubusercontent.com/rickbutterfield/Umbraco.Community.BlockPreview/main/.github/assets/screenshot1.png",
"Caption": "The Umbraco backoffice showing a panel titled 'Select view', with two HTML files in a list available for selection"
}
],
"Title": "BlockPreview"
}