-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
umbraco-marketplace-nikcio.uheadless.contenttypes.json
71 lines (71 loc) · 3.17 KB
/
umbraco-marketplace-nikcio.uheadless.contenttypes.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
{
"AlternatePackageNames": [
"Nikcio.UHeadless.ContentTypes"
],
"AuthorDetails": {
"Description": "Full-stack developer specializing in dotnet, Umbraco and associated technologies. Contributing to Open source like Lucene.NET and Umbraco. Author of Nikcio.UHeadless an headless extension for Umbraco CMS.",
"Url": "https://nikcio.com",
"ImageUrl": "https://github.com/nikcio.png"
},
"Category": "Headless",
"DocumentationUrl": "https://github.com/nikcio/Nikcio.UHeadless/blob/v3/contrib/docs/README.md",
"IssueTrackerUrl": "https://github.com/nikcio/Nikcio.UHeadless/issues",
"IsSubPackageOf": "Nikcio.UHeadless",
"LicenseType": "Free",
"PackageType": "Package",
"PackagesByAuthor": [
],
"RelatedPackages": [
],
"Screenshots": [
{
"ImageUrl": "https://raw.githubusercontent.com/nikcio/Nikcio.UHeadless/v3/contrib/screenshots/simpleContentByAbsoluteRoute.png",
"Caption": "Query content by route"
},
{
"ImageUrl": "https://raw.githubusercontent.com/nikcio/Nikcio.UHeadless/v3/contrib/screenshots/simpleContentAtRoot.png",
"Caption": "Query content at root"
},
{
"ImageUrl": "https://raw.githubusercontent.com/nikcio/Nikcio.UHeadless/v3/contrib/screenshots/propertiesContentByAbsoluteRoute.png",
"Caption": "Query based on route with properties"
},
{
"ImageUrl": "https://raw.githubusercontent.com/nikcio/Nikcio.UHeadless/v3/contrib/screenshots/redirectContentByAbsoluteRoute.png",
"Caption": "Support for Umbraco redirects"
},
{
"ImageUrl": "https://raw.githubusercontent.com/nikcio/Nikcio.UHeadless/v3/contrib/screenshots/propertiesContentAtRoot.png",
"Caption": "Get the properties of your content pages"
},
{
"ImageUrl": "https://raw.githubusercontent.com/nikcio/Nikcio.UHeadless/v3/contrib/screenshots/pagingContentAtRoot.png",
"Caption": "Support for paging results"
},
{
"ImageUrl": "https://raw.githubusercontent.com/nikcio/Nikcio.UHeadless/v3/contrib/screenshots/orderingContentAtRoot.png",
"Caption": "Support for ordering results"
},
{
"ImageUrl": "https://raw.githubusercontent.com/nikcio/Nikcio.UHeadless/v3/contrib/screenshots/filteringContentAtRoot.png",
"Caption": "Support for filtering results"
},
{
"ImageUrl": "https://raw.githubusercontent.com/nikcio/Nikcio.UHeadless/v3/contrib/screenshots/customConfigExample.png",
"Caption": "Extensive configuration options"
},
{
"ImageUrl": "https://raw.githubusercontent.com/nikcio/Nikcio.UHeadless/v3/contrib/screenshots/blockListExtendExample.png",
"Caption": "Easy to create custom models"
},
{
"ImageUrl": "https://raw.githubusercontent.com/nikcio/Nikcio.UHeadless/v3/contrib/screenshots/authExample.png",
"Caption": "Support for authentication on the queries"
}
],
"Tags": [
"GraphQL",
"Headless",
"ContentTypes"
]
}