-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathumbraco-marketplace.json
24 lines (24 loc) · 1.38 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
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"AuthorDetails": {
"Name": "Jesper Weber"
},
"Category": "Headless",
"Description": "This package overrides the default Umbraco preview button and lets you configure an alternative preview url. This way editors can easily access preview in a headless setup. You can set different modes for the preview button, depending on your needs (headless preview, standard Umbraco preview or no preview).",
"DocumentationUrl": "https://github.com/jesperweber/Our.Umbraco.HeadlessPreview",
"LicenseTypes": [ "Free" ],
"IssueTrackerUrl": "https://github.com/jesperweber/Our.Umbraco.HeadlessPreview/issues",
"PackageType": "Package",
"Screenshots": [
{
"ImageUrl": "https://raw.githubusercontent.com/jesperweber/Our.Umbraco.HeadlessPreview/main/screenshots/SettingsV2-2.png",
"Caption": "The configuration can be entered in the Umbraco backoffice and stored in the database or it can be configured by code or in the appsettings.json file."
},
{
"ImageUrl": "https://raw.githubusercontent.com/jesperweber/Our.Umbraco.HeadlessPreview/main/screenshots/Preview.png",
"Caption": "The Preview button of a node will use the configured URL, including the nodes path, so you can run your headless site in preview mode."
}
],
"Tags": [ "headless", "preview" ],
"Title": "Headless Preview"
}