-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathumbraco-marketplace.json
31 lines (31 loc) · 1.33 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
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"AlternatePackageNames": [ "Custom Picker" ],
"AuthorDetails": {
"Name": "Jesse Andrews",
"ImageUrl": "https://github.com/jaandrews.png",
"SyncContributorsFromRepository": true
},
"Category": "Editor Tools",
"Description": "",
"DocumentationUrl": "https://github.com/jaandrews/customPicker/blob/v10/main/README.md",
"LicenseTypes": [ "Free" ],
"IssueTrackerUrl": "https://github.com/jaandrews/customPicker/issues",
"PackageType": "Package",
"Screenshots": [
{
"ImageUrl": "https://raw.githubusercontent.com/jaandrews/customPicker/v10/main/Bonsai.CustomPicker.Backoffice/screenshots/content-type-picker.png",
"Caption": "Content Type Picker"
},
{
"ImageUrl": "https://raw.githubusercontent.com/jaandrews/customPicker/v10/main/Bonsai.CustomPicker.Backoffice/screenshots/picker-control.png",
"Caption": "Picker Control"
},
{
"ImageUrl": "https://raw.githubusercontent.com/jaandrews/customPicker/v10/main/Bonsai.CustomPicker.Backoffice/screenshots/import-picker.png",
"Caption": "More Complex Picker Example"
}
],
"Tags": [ "backoffice", "property editor" ],
"Title": "Custom Picker"
}