-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathumbraco-marketplace.json
More file actions
32 lines (32 loc) · 1.23 KB
/
umbraco-marketplace.json
File metadata and controls
32 lines (32 loc) · 1.23 KB
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",
"Title": "UpDoc",
"Description": "Create Umbraco documents from external sources (PDF, web pages, markdown) using configurable extraction workflows with rule-based field mapping.",
"Category": "Editor Tools",
"AlternateCategory": "Developer Tools",
"PackageType": "Package",
"LicenseTypes": ["Free"],
"AuthorDetails": {
"Name": "Dean Leigh",
"Description": "Freelance Umbraco developer and creator of UpDoc and UmBootstrap",
"Url": "https://github.com/UmTemplates",
"ImageUrl": "https://raw.githubusercontent.com/UmTemplates/UpDoc/develop/assets/icon_nuget_updoc.png",
"Contributors": [
{
"Name": "Dean Leigh",
"Url": "https://deanleigh.co.uk/"
}
],
"SyncContributorsFromRepository": true
},
"DocumentationUrl": "https://umtemplates.github.io/UpDoc/",
"IssueTrackerUrl": "https://github.com/UmTemplates/UpDoc/issues",
"DiscussionForumUrl": "",
"Tags": ["pdf", "content-import", "extraction", "workflow", "mapping", "blueprint"],
"Screenshots": [],
"PackagesByAuthor": [
"Umbraco.Community.Templates.UmBootstrap"
],
"RelatedPackages": [],
"AddOnPackagesRequiredForUmbracoCloud": []
}