-
-
Notifications
You must be signed in to change notification settings - Fork 73
/
umbraco-marketplace.json
102 lines (102 loc) · 3.89 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"AlternateCategory": "Developer Tools",
"AlternatePackageNames": [ "Contentment" ],
"AuthorDetails": {
"Name": "Lee Kelleher",
"Description": "Lee is a long time Umbraco community collaborator, he now works for Umbraco HQ as a Staff Engineer on the CMS team within the Product and Engineering department.",
"Url": "https://leekelleher.com/umbraco/",
"ImageUrl": "https://github.com/leekelleher.png",
"Contributors": [],
"SyncContributorsFromRepository": false
},
"Category": "Editor Tools",
"Description": "Contentment is a collection of components that can enhance the Umbraco CMS editorial experience.",
"DiscussionForumUrl": "https://github.com/leekelleher/umbraco-contentment/discussions",
"DocumentationUrl": "https://github.com/leekelleher/umbraco-contentment/tree/develop/docs",
"IssueTrackerUrl": "https://github.com/leekelleher/umbraco-contentment/issues",
"LicenseTypes": [ "Free" ],
"LookingForContributors": true,
"LookingForMaintainer": false,
"PackageType": "Package",
"PackagesByAuthor": [],
"RelatedPackages": [],
"Screenshots": [
{
"ImageUrl": "https://raw.githubusercontent.com/leekelleher/umbraco-contentment/develop/docs/editors/data-list--configuration-editor-02.png",
"Caption": "Configuration Editor for Data List - available data sources"
},
{
"ImageUrl": "https://raw.githubusercontent.com/leekelleher/umbraco-contentment/develop/docs/editors/data-list--configuration-editor-04.png",
"Caption": "Configuration Editor for Data List - available list editors"
},
{
"ImageUrl": "https://raw.githubusercontent.com/leekelleher/umbraco-contentment/develop/docs/editors/code-editor--property-editor-01.png",
"Caption": "Code Editor property-editor"
},
{
"ImageUrl": "https://raw.githubusercontent.com/leekelleher/umbraco-contentment/develop/docs/editors/content-blocks--property-editor-05.png",
"Caption": "Content Blocks - content block action menu"
},
{
"ImageUrl": "https://raw.githubusercontent.com/leekelleher/umbraco-contentment/develop/docs/editors/editor-notes--configuration-editor.png",
"Caption": "Editor Notes - Configuration Editor"
},
{
"ImageUrl": "https://raw.githubusercontent.com/leekelleher/umbraco-contentment/develop/docs/editors/social-links--configuration-editor-01.png",
"Caption": "Social Links - Configuration Editor"
},
{
"ImageUrl": "https://raw.githubusercontent.com/leekelleher/umbraco-contentment/develop/docs/editors/social-links--configuration-editor-02.png",
"Caption": "Social Links - add social network configuration"
},
{
"ImageUrl": "https://raw.githubusercontent.com/leekelleher/umbraco-contentment/develop/docs/editors/social-links--property-editor-02.png",
"Caption": "Social Links - edit social profile details"
}
],
"Tags": [
"backoffice",
"block editor",
"bytes",
"code editor",
"content blocks",
"data list",
"data picker",
"editor notes",
"editorial experience",
"icon picker",
"notes",
"render macro",
"property editor",
"social links",
"templated label",
"textbox list",
"text input"
],
"Title": "Contentment",
"VersionDependencyMode": "Default",
"VersionSpecificPackageIds": [
{
"UmbracoMajorVersion": 8,
"PackageId": "Our.Umbraco.Community.Contentment"
},
{
"UmbracoMajorVersion": 9,
"PackageId": "Our.Umbraco.Community.Contentment"
},
{
"UmbracoMajorVersion": 10,
"PackageId": "Our.Umbraco.Community.Contentment"
},
{
"UmbracoMajorVersion": 11,
"PackageId": "Our.Umbraco.Community.Contentment"
},
{
"UmbracoMajorVersion": 12,
"PackageId": "Our.Umbraco.Community.Contentment"
}
],
"VideoUrl": "https://www.youtube.com/embed/alhbwyQkU1E"
}