SplatDev.Umbraco.Plugins.AdPreview 1.0.4

dotnet add package SplatDev.Umbraco.Plugins.AdPreview --version 1.0.4
                    
NuGet\Install-Package SplatDev.Umbraco.Plugins.AdPreview -Version 1.0.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SplatDev.Umbraco.Plugins.AdPreview" Version="1.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SplatDev.Umbraco.Plugins.AdPreview" Version="1.0.4" />
                    
Directory.Packages.props
<PackageReference Include="SplatDev.Umbraco.Plugins.AdPreview" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SplatDev.Umbraco.Plugins.AdPreview --version 1.0.4
                    
#r "nuget: SplatDev.Umbraco.Plugins.AdPreview, 1.0.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SplatDev.Umbraco.Plugins.AdPreview@1.0.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SplatDev.Umbraco.Plugins.AdPreview&version=1.0.4
                    
Install as a Cake Addin
#tool nuget:?package=SplatDev.Umbraco.Plugins.AdPreview&version=1.0.4
                    
Install as a Cake Tool

AdPreview

AdPreview is an Umbraco property editor for building a small image advertisement and seeing its final presentation while editing content. It preserves the original AdPreview property-editor alias and JSON fields (img, title, description, url, tooltip, referrer, css, overlay) used by the v7/v8 package.

AdPreview dashboard

Install

Install SplatDev.Umbraco.Plugins.AdPreview into an Umbraco 17 site. The package also carries the Umbraco 13 target for existing installations.

Create a property using the Ad Preview property editor schema. Edit the ad inline, save it, and publish the content as usual. The editor currently accepts an image URL; a future iteration can add the native media picker without changing the stored contract.

Value

The persisted value is JSON with the stable original field names. overlay controls whether title and description are rendered over the image. Preview links open in a new tab when url is provided.

Changelog

1.0.4 — 2026-08-27

Adds the umbraco-marketplace tag. Without it the package never appears on the Umbraco Marketplace at all, however complete its listing is - and this was the only package in the estate with a marketplace manifest and backoffice assets that was missing the tag.

1.0.3 — 2026-08-27

The NuGet listing now shows the property editor, with a sample ad in it. Verified against a real install: a data type bound to this editor, a document type using it and a document all create successfully, which was not possible before 1.0.2 registered the editor server-side.

1.0.2 — 2026-08-27

The property editor can now actually be used. Its alias was declared only in umbraco-package.json, with no server-side counterpart, so creating a data type with it failed and it could never be attached to a document type - the package shipped an editor nothing could reach. Umbraco 17 only: the package ships no AngularJS view for Umbraco 13.

1.0.1 — 2026-08-26

The package icon was a 795x447 banner, so the Umbraco Marketplace - which renders icons at 64x64 - letterboxed it against every other card. It is now a 128x128 icon in the same house style as the rest of the SplatDev packages.

Fixes a duplicate registration on sites that still have a physical App_Plugins folder for this plugin, left behind by an older release that copied content into the site. Umbraco registered those extensions twice - once from its own scan of the folder, once from this package's embedded manifest - and logged "Extension with alias ... is already registered". The embedded manifest now yields to the physical copy.

License

MIT

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.0.4 88 8/27/2026