-
Notifications
You must be signed in to change notification settings - Fork 1
/
umbraco-marketplace.json
30 lines (30 loc) · 1.25 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
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"AuthorDetails": {
"Name": "Kenn Jacobsen"
},
"Category": "Headless",
"Description": "No-code tools for the Umbraco Delivery API. Allows for no-code definition of Delivery API filters and sorters, automatic CORS policies for API consumers and more.",
"DocumentationUrl": "https://github.com/kjac/NoCode.DeliveryApi",
"LicenseTypes": [ "Free" ],
"IssueTrackerUrl": "https://github.com/kjac/NoCode.DeliveryApi/issues",
"PackageType": "Package",
"Screenshots": [
{
"ImageUrl": "https://raw.githubusercontent.com/kjac/NoCode.DeliveryApi/main/docs/overview.png",
"Caption": "The No-Code Delivery API overview."
},
{
"ImageUrl": "https://raw.githubusercontent.com/kjac/NoCode.DeliveryApi/main/docs/swagger-ui-filter-example.png",
"Caption": "Built-in OpenAPI docs using Swagger UI."
}
],
"Tags": [ "Headless", "Delivery API", "CORS", "Preview" ],
"Title": "No-Code Delivery API",
"RelatedPackages": [
{
"Description": "No-code headless mode for Umbraco. Tailors the editor experience to a headless setup, e.g. by removing noise and irrelevant editor options.",
"PackageId": "Kjac.NoCode.HeadlessMode"
}
]
}