Arjo.UmbracoBackOfficeEditorView 1.2.0

dotnet add package Arjo.UmbracoBackOfficeEditorView --version 1.2.0
NuGet\Install-Package Arjo.UmbracoBackOfficeEditorView -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Arjo.UmbracoBackOfficeEditorView" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Arjo.UmbracoBackOfficeEditorView --version 1.2.0
#r "nuget: Arjo.UmbracoBackOfficeEditorView, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Arjo.UmbracoBackOfficeEditorView as a Cake Addin
#addin nuget:?package=Arjo.UmbracoBackOfficeEditorView&version=1.2.0

// Install Arjo.UmbracoBackOfficeEditorView as a Cake Tool
#tool nuget:?package=Arjo.UmbracoBackOfficeEditorView&version=1.2.0

Back Office Editor Viewer for Umbraco

The Umbraco package to let you see who is also looking at the same content as you.

After installing the package you will see an icon next to the name bar of the content. You'll be immediately notified when another user is viewing that content, either before the start or during your session. Simply click the icon to see who the other editors are.

To add a locking feature so that other editors can't edit the content while you are, add the following to your appSettings.json:

{
  ...
  
  "BackOfficeEditorView": {
    "canLockContent": true
  }
}

By default you will be notified when another user is looking at the same content, regardless of the language being looked at. In order to make the tool culture aware so that it will only notify if another user is viewing the same content, in the same language, then this can be added with the following setting:

{
  ...
  
  "BackOfficeEditorView": {
    "isCultureAware": true
  }
}

Note: Locking and culture aware features can be used together to be able to lock only certain languages!

If you have any issues or questions, reach out to me over on GitHub - https://github.com/Rockerby/BackOfficeEditorView

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 6,594 3/2/2024
1.1.0 2,570 8/1/2023
1.0.2 1,312 2/25/2023
1.0.1 364 1/12/2023
1.0.0 296 1/6/2023