forked from mastrup/ourHtagEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathumbraco-marketplace.json
29 lines (29 loc) · 1.06 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
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"AuthorDetails": {
"Name": "Søren Mastrup",
"Description": "Søren works at Danfoss A/S as Lead Consultant for MyDanfoss and web development. This package is provided in a personal capacity.",
"Url": "https://github.com/mastrup",
"ImageUrl": "https://github.com/mastrup.png"
},
"Category": "Editor Tools",
"LicenseTypes": [ "Free" ],
"IssueTrackerUrl": "https://github.com/mastrup/ourHtagEditor/issues",
"DocumentationUrl": "https://htag-docs.mastrup.it",
"PackageType": "Package",
"PackagesByAuthor": ["ShareX.CustomUploader"],
"Screenshots": [
{
"ImageUrl": "https://raw.githubusercontent.com/mastrup/ourHtagEditor/main/assets/img/screenshot.jpg",
"Caption": "The H-tag editor inserted on a Umbraco content node."
}
],
"Tags": ["headline", "tag helper", "editor", "property editor"],
"Title": "H-tag editor",
"VersionSpecificPackageIds": [
{
"UmbracoMajorVersion": 8,
"PackageId": "Our.Umbraco.HtagEditor"
}
]
}