Quick Start
This guide walks you through the core ContentLock workflow in under two minutes. You’ll lock a node, see the read-only state from another user’s perspective, and then unlock it.
Prerequisites
Section titled “Prerequisites”- ContentLock installed and running
- Two browser sessions (or two different browsers) logged in as different Umbraco users
Step 1 — Lock a Node
Section titled “Step 1 — Lock a Node”- Log in to the Umbraco backoffice.
- Open the Content section.
- Right-click any content node in the tree (or click the ⋮ actions menu at the top of the workspace).
- Click Lock.
You should see:
- A lock icon appear on the node in the content tree.
- A footer banner at the bottom of the workspace saying “This page is locked by you”.
- A toast notification confirming the lock.
Step 2 — Verify Read-Only State
Section titled “Step 2 — Verify Read-Only State”In your second browser session (logged in as a different user):
- Navigate to the same content node.
- All content properties should be read-only — inputs are disabled and cannot be edited.
- The Save, Save and Publish, and Publish buttons are hidden from the top actions bar.
- The footer banner shows: “This page is locked by [first user’s name]”.
This is ContentLock in action — the second editor is protected from accidentally overwriting the first editor’s in-progress changes.
Step 3 — Unlock
Section titled “Step 3 — Unlock”Back in your first session:
- Right-click the locked node in the tree (or use the ⋮ actions menu).
- Click Unlock.
The lock is released. The second editor can now edit, save, and publish the node.
What’s Next?
Section titled “What’s Next?”- Content Locking — detailed locking behaviour
- Dashboard — manage all locks from one place
- Online Users — see who’s active in the backoffice