mikecp / umbraco-admin-only-property

Admin only property package for Umbraco

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Admin Only Property for Umbraco

GitHub license NuGet

This package adds a new data type 'wrapper' to the Umbraco backoffice that allows you to hide a document type property from any user that is not in the Administrators group.

Installation

Add the package to an existing Umbraco website (v10.2 or later) from Nuget:

dotnet add package Our.Umbraco.Community.AdminOnlyProperty

Configuration

After installing the package, add a new data type using the 'Admin Only Property' property editor.

Then specify which the underlying data type to use. This is an example of a textarea:

image

The property will only be visible (and therefore editable by) Administrators only.

Acknowledgements

Logo

The package logo uses the Shield (by Kholifah) icon from the Noun Project, licensed under CC BY 3.0 US.

About

Admin only property package for Umbraco

License:MIT License


Languages

Language:C# 100.0%