Limbo.Umbraco.Separator
1.0.0
Prefix Reserved
See the version list below for details.
dotnet add package Limbo.Umbraco.Separator --version 1.0.0
NuGet\Install-Package Limbo.Umbraco.Separator -Version 1.0.0
<PackageReference Include="Limbo.Umbraco.Separator" Version="1.0.0" />
paket add Limbo.Umbraco.Separator --version 1.0.0
#r "nuget: Limbo.Umbraco.Separator, 1.0.0"
// Install Limbo.Umbraco.Separator as a Cake Addin #addin nuget:?package=Limbo.Umbraco.Separator&version=1.0.0 // Install Limbo.Umbraco.Separator as a Cake Tool #tool nuget:?package=Limbo.Umbraco.Separator&version=1.0.0
Limbo Separator is a small package for Umbraco that adds a property editor serving as a separator to give a better overview of properties within your Umbraco content types.
- License: MIT License
- Umbraco: v10
- Target Framework: .NET 6
Screenshots
The separator property editor helps group similar properties within an existing property group:
Documentation
Description
The title shown in the separator is based on the label of the property. If you also enter a description for your property, the description will be shown below the separator title.
CSS class name
The separator data type has an optional option for entering a custom CSS class name, which can then be used to customize the styling of the separator. Eg. if you'd wish to create a separator that is more visible than the default styling.
The example shown in the screenshots above can be accomplished by adding the following CSS/LESS to your solution:
.limbo-separator-primary.limbo-separator {
margin: -21px -20px -21px -20px;
border-bottom: 0;
.limbo-separator-content {
border-top: 15px solid #fff;
border-bottom: 10px solid #fff;
padding: 7px 20px;
background: #ccc;
background: #1b264f;
color: #fff;
}
.limbo-separator-title {
font-weight: bold;
}
.limbo-separator-description {
color: #efefef;
}
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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 was computed. 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. |
-
net6.0
- Umbraco.Cms.Core (>= 10.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.