Limbo.Umbraco.Separator 1.0.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
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
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="Limbo.Umbraco.Separator" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Limbo.Umbraco.Separator --version 1.0.0
#r "nuget: Limbo.Umbraco.Separator, 1.0.0"
#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.
// 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:

image

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.

image

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.

image

image

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 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. 
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
13.0.0 189 2/26/2024
1.0.5 457 8/19/2023
1.0.4 153 7/4/2023
1.0.3 737 4/15/2023
1.0.2 198 3/16/2023
1.0.1 850 11/21/2022
1.0.0 337 6/19/2022