Our.Umbraco.HeadlessPreview
1.0.5
See the version list below for details.
dotnet add package Our.Umbraco.HeadlessPreview --version 1.0.5
NuGet\Install-Package Our.Umbraco.HeadlessPreview -Version 1.0.5
<PackageReference Include="Our.Umbraco.HeadlessPreview" Version="1.0.5" />
paket add Our.Umbraco.HeadlessPreview --version 1.0.5
#r "nuget: Our.Umbraco.HeadlessPreview, 1.0.5"
// Install Our.Umbraco.HeadlessPreview as a Cake Addin #addin nuget:?package=Our.Umbraco.HeadlessPreview&version=1.0.5 // Install Our.Umbraco.HeadlessPreview as a Cake Tool #tool nuget:?package=Our.Umbraco.HeadlessPreview&version=1.0.5
Our.Umbraco.HeadlessPreview
This package overrides the default Umbraco preview button and lets you configure an alternative preview url.
Installation
Install the NuGet package to get started.
Install the NuGet package
With .NET CLI
dotnet add package Our.Umbraco.HeadlessPreview --version <version>
Using the Package Manager
Install-Package Our.Umbraco.HeadlessPreview -Version <version>
Configuration
The package can be configured using the appsetings.json
file or using the UI which will save the configuration in the database.
Setting | Default value | Description |
---|---|---|
UseUmbracoHostnames |
false |
If set to true the domain from the Culture and Hostnames for the site is used as preview hostname.<br/><br/>If set to false the value from StaticHostname is used. |
StaticHostname |
'' |
The hostname used for preview if UseUmbracoHostnames is set to false. |
Secret |
'' |
A secret value passed to the preview site for authentication. |
UI
If you just have a single environment it's easy to just configure the plugin directly from the Umbraco Backoffice in the Settings section.
appsettings.json
This is typically the preferred way if you have a multi environment setup as you can use environment specific settings.
"HeadlessPreview": {
"UseUmbracoHostnames": false,
"StaticHostname": "https://mysite.com",
"Secret": "mySecret"
}
Changelog
See new features, fixes and breaking changes in the changelog.
Contributing
Pull requests are very welcome.
Please fork this repository and make a PR when you are ready.
Otherwise you are welcome to open an Issue in our issue tracker.
License
Our.Umbraco.HeadlessPreview is MIT licensed
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net5.0
- Umbraco.Cms.Web.BackOffice (>= 9.0.0)
- Umbraco.Cms.Web.Common (>= 9.0.0)
-
net6.0
- Umbraco.Cms.Web.BackOffice (>= 10.0.0)
- Umbraco.Cms.Web.Common (>= 10.0.0)
-
net7.0
- Umbraco.Cms.Web.BackOffice (>= 11.0.0)
- Umbraco.Cms.Web.Common (>= 11.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.2.1 | 142 | 11/8/2024 |
2.2.0 | 3,646 | 4/1/2024 |
2.1.1 | 15,499 | 11/1/2023 |
2.1.0 | 1,126 | 9/8/2023 |
2.0.0 | 1,293 | 3/28/2023 |
1.1.0 | 231 | 3/19/2023 |
1.0.5 | 265 | 2/26/2023 |
1.0.4 | 265 | 2/15/2023 |
1.0.3 | 246 | 2/15/2023 |
1.0.2 | 246 | 2/15/2023 |
1.0.1 | 253 | 2/14/2023 |
1.0.0 | 258 | 2/14/2023 |
1.0.0-alpha4 | 155 | 12/30/2022 |
1.0.0-alpha3 | 157 | 12/30/2022 |
1.0.0-alpha2 | 154 | 12/30/2022 |
1.0.0-alpha1 | 159 | 12/30/2022 |