Our.Umbraco.Community.AdminOnlyProperty
1.0.0
See the version list below for details.
dotnet add package Our.Umbraco.Community.AdminOnlyProperty --version 1.0.0
NuGet\Install-Package Our.Umbraco.Community.AdminOnlyProperty -Version 1.0.0
<PackageReference Include="Our.Umbraco.Community.AdminOnlyProperty" Version="1.0.0" />
paket add Our.Umbraco.Community.AdminOnlyProperty --version 1.0.0
#r "nuget: Our.Umbraco.Community.AdminOnlyProperty, 1.0.0"
// Install Our.Umbraco.Community.AdminOnlyProperty as a Cake Addin #addin nuget:?package=Our.Umbraco.Community.AdminOnlyProperty&version=1.0.0 // Install Our.Umbraco.Community.AdminOnlyProperty as a Cake Tool #tool nuget:?package=Our.Umbraco.Community.AdminOnlyProperty&version=1.0.0
Admin Only Property for Umbraco
This 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 (v.10.2 or later) from nuget:
dotnet add package Our.Umbraco.Community.AdminOnlyProperty
Configuration
After installing the package you should be able to add a new data type using the 'Admin Only Property'.
Specify which the underlying data type to use. This is an example of an textarea that should visible to (and editable by) Administrators only:
<img width="689" alt="image" src="https://user-images.githubusercontent.com/4716542/191495770-705798bc-14d7-4c33-9e79-80cbee22d2ce.png">
Product | Versions 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. |
-
net6.0
- Umbraco.Cms.Core (>= 10.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.