-
Notifications
You must be signed in to change notification settings - Fork 1
/
umbraco-marketplace.json
58 lines (58 loc) · 1.99 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
48
49
50
51
52
53
54
55
56
57
58
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"AddOnPackagesRequiredForUmbracoCloud": [],
"AlternateCategory": "Developer Tools",
"AuthorDetails": {
"Name": "Jason Prothero",
"Description": "Jason has been a long time Umbraco Community contributor and is the President or ProWorks Corporation, an Umbraco Gold Partner.",
"Url": "https://www.proworks.com/",
"ImageUrl": "https://github.com/protherj.png",
"Contributors": [],
"SyncContributorsFromRepository": false
},
"Category": "Editor Tools",
"Description": "Access all the paid features and plugins that TinyMCE offers such as the Accessibility Checker, AI Assistant, Templating, and more.",
"DiscussionForumUrl": "https://github.com/ProWorksCorporation/TinyMCE-Umbraco-Premium/issues",
"DocumentationUrl": "https://github.com/ProWorksCorporation/TinyMCE-Umbraco-Premium",
"LicenseTypes": [ "Free" ],
"IssueTrackerUrl": "https://github.com/ProWorksCorporation/TinyMCE-Umbraco-Premium/issues",
"IsSubPackageOf": "",
"PackageType": "Package",
"LookingForContributors": true,
"LookingForMaintainer": false,
"PackagesByAuthor": [],
"RelatedPackages": [],
"Screenshots": [
{
"ImageUrl": "https://www.proworks.com/media/gejlaa3o/createnewdatatype-tiny.png",
"Caption": "TinyMCE Premium Property Editor"
},
{
"ImageUrl": "https://www.proworks.com/media/msgnyacf/aiassistant_content_2.png",
"Caption": "AI Assistant"
},
{
"ImageUrl": "https://www.proworks.com/media/spihem3m/customconfig_templates.png",
"Caption": "Advanced Templates"
}
],
"Tags": [
"backoffice",
"rich text editor",
"tinymce",
"editorial experience",
"property editor"
],
"Title": "TinyMCE Umbraco Premium",
"VersionSpecificPackageIds": [
{
"UmbracoMajorVersion": 12,
"PackageId": "tinymce.umbraco.premium"
},
{
"UmbracoMajorVersion": 13,
"PackageId": "tinymce.umbraco.premium"
}
],
"VideoUrl": ""
}