SplatDev.Umbraco.DataTypes.USStates
2.2.2
dotnet add package SplatDev.Umbraco.DataTypes.USStates --version 2.2.2
NuGet\Install-Package SplatDev.Umbraco.DataTypes.USStates -Version 2.2.2
<PackageReference Include="SplatDev.Umbraco.DataTypes.USStates" Version="2.2.2" />
<PackageVersion Include="SplatDev.Umbraco.DataTypes.USStates" Version="2.2.2" />
<PackageReference Include="SplatDev.Umbraco.DataTypes.USStates" />
paket add SplatDev.Umbraco.DataTypes.USStates --version 2.2.2
#r "nuget: SplatDev.Umbraco.DataTypes.USStates, 2.2.2"
#:package SplatDev.Umbraco.DataTypes.USStates@2.2.2
#addin nuget:?package=SplatDev.Umbraco.DataTypes.USStates&version=2.2.2
#tool nuget:?package=SplatDev.Umbraco.DataTypes.USStates&version=2.2.2
SplatDev.Umbraco.DataTypes.USStates

A pre-configured Umbraco data type that provides a dropdown list of all 50 US states, including DC and US territories.
Package
NuGet: SplatDev.Umbraco.DataTypes.USStates (v2.0.0)
Compatibility
| Umbraco Version | .NET | Status |
|---|---|---|
| v13 | net8.0 | Supported |
| v17 | net10.0 | Supported |
Installation
dotnet add package SplatDev.Umbraco.DataTypes.USStates
After installing the package, the data type is auto-created via USStatesDataType.Install(). No manual configuration is required.
Usage
The "US States" data type appears in the Umbraco Settings > Data Types section after installation. Use it as a property editor on any document type that needs a state/region picker:
- Open any Document Type
- Add a new property
- Select "US States" as the editor
- Content editors will see a dropdown with all 50 US states, DC, and territories
Configuration
The data type uses the Umbraco.DropDownListFlexible property editor with pre-populated values. Customization is available through the standard Umbraco data type editor UI.
Dependencies
- Umbraco.Cms.Core
- Umbraco.Cms.Infrastructure
- Umbraco.Cms.Web.BackOffice (v13) / Umbraco.Cms.Api.Management (v17)
Known Limitations
- This is a data type library — no backoffice UI beyond the standard Umbraco data type editor.
- No
client/folder or Bellissima dashboard (intentional — headless data type). - The data type is auto-created once. Deleting and re-creating requires re-running the installer.
Changelog
2.2.2 — 2026-08-24
Removes a dashboard screenshot that showed an error toast. It was captured against a site where this plugin's API was unreachable, so it advertised a broken dashboard. No screenshot is better than a misleading one; a replacement will be taken against a working install.
2.2.1 — 2026-08-24
Package metadata only: the listing now carries an icon and search tags, and the project and repository links point at the organisation that actually hosts this code. No code changes.
2.2.0 — 2026-08-23
Adds screenshots of the data type this package installs, on the README and on the Umbraco Marketplace listing. The listing keeps its own screenshot list rather than reading the README, and this one was empty.
2.1.0 — 2026-08-23
- The US States data type is created on Umbraco 17. The Umbraco 17 half of this package was an empty stub carrying a TODO, so installing it there created nothing at all while Umbraco 13 worked — the package shipped, compiled, and did nothing.
- The comment claiming this needed the Management API was mistaken: IDataTypeService is still the way to do it server-side, it just returns an attempt and takes the acting user's key now.
- The list of names now lives in one place used by both Umbraco versions, so they cannot drift apart.
2.0.2 — 2026-08-22
- This package's README now reaches NuGet. The publish workflow discovered packages by a list of name patterns, and this one matched none of them, so it was never built or pushed by CI — the version on NuGet was placed there by hand before the README was wired up, and no release could refresh it. Discovery is now by prefix, so the package ships whenever the repo is tagged.
| Product | Versions 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. |
-
net10.0
- Umbraco.Cms.Api.Management (>= 17.3.4)
- Umbraco.Cms.Core (>= 17.3.4)
- Umbraco.Cms.Infrastructure (>= 17.3.4)
- Umbraco.Cms.Web.Common (>= 17.3.4)
- Umbraco.Cms.Web.Website (>= 17.3.4)
-
net8.0
- Umbraco.Cms.Core (>= 13.12.0)
- Umbraco.Cms.Infrastructure (>= 13.12.0)
- Umbraco.Cms.Web.BackOffice (>= 13.12.0)
- Umbraco.Cms.Web.Common (>= 13.12.0)
- Umbraco.Cms.Web.Website (>= 13.12.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.2 | 54 | 8/24/2026 |