Giter Site home page Giter Site logo

limbo-works / limbo.umbraco.separator Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 162 KB

Package for Umbraco 10 that adds a property editor serving as a separator to give a better overview of properties within your Umbraco content types.

Home Page: https://packages.limbo.works/limbo.umbraco.separator/

License: MIT License

Batchfile 3.18% CSS 5.03% Less 5.56% HTML 3.45% C# 82.77%
limbo package separator skybrud umbraco umbraco-package umbraco-packages umbraco-v10 umbraco-v12 umbraco-v13

limbo.umbraco.separator's Introduction

Limbo Separator

GitHub license NuGet NuGet Umbraco Marketplace

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: Umbraco 13
Target Framework: .NET 8



Contents



Installation

To install the package via NuGet, you can use either .NET CLI:

dotnet add package Limbo.Umbraco.Separator --version 13.0.0

or the NuGet Package Manager:

Install-Package Limbo.Umbraco.Separator -Version 13.0.0

Other versions of Umbraco



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;
    }
}

limbo.umbraco.separator's People

Contributors

abjerner avatar

Watchers

 avatar  avatar

limbo.umbraco.separator's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.