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.
- Host: GitHub
- URL: https://github.com/skybrud/skybrud.separator
- Owner: skybrud
- License: mit
- Created: 2020-06-11T21:59:11.000Z (about 6 years ago)
- Default Branch: v2/main
- Last Pushed: 2022-01-22T14:00:07.000Z (over 4 years ago)
- Last Synced: 2024-08-31T18:15:55.400Z (almost 2 years ago)
- Topics: csharp, dotnet, limbo, package, skybrud, umbraco, umbraco-package, umbraco-v8, umbraco-v9
- Language: C#
- Homepage:
- Size: 381 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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:

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