An open API service indexing awesome lists of open source software.

https://github.com/skybrud/skybrud.separator

Package for Umbraco 8 and 9 that adds a property editor serving as a separator to give a better overview of properties within your Umbraco content types.
https://github.com/skybrud/skybrud.separator

csharp dotnet limbo package skybrud umbraco umbraco-package umbraco-v8 umbraco-v9

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Skybrud.Separator

Skybrud.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.

## Installation

The Umbraco 9 version of this package is only available via NuGet. To install the package, you can use either .NET CLI:

```
dotnet add package Skybrud.Separator --version 2.0.0
```

or the older NuGet Package Manager:

```
Install-Package Skybrud.Separator -Version 2.0.0
```

**Umbraco 8**
For the Umbraco 8 version of this package, see the [**v1/main**](https://github.com/skybrud/Skybrud.Separator/tree/v1/main) branch instead.

**Umbraco 7**
This package is not available for Umbraco 7. See [**CM.Seperator**](https://www.nuget.org/packages/CM.Seperator) as an alternative.

## Screenshots

The separator property editor helps group similar properties within an existing property group:

![image](https://user-images.githubusercontent.com/3634580/84443532-1812ef80-ac40-11ea-8077-515c48015070.png)

[NuGetPackage]: https://www.nuget.org/packages/Skybrud.Separator
[GitHubRelease]: https://github.com/skybrud/Skybrud.Separator/releases