Skip to content

Commit 6498e70

Browse files
committed
adds notes re content locking
1 parent f8ff41e commit 6498e70

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

13/umbraco-workflow/getting-started/configuration.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,16 @@ When true, and ApprovalThreshold is Most or All, rejecting a task resets progres
162162

163163
When true, prevents editing content where the node is in an active workflow. When false, content can be edited at any stage of a workflow.
164164

165+
#### ScheduledContentLock (int)
166+
167+
Sets the scheduled content lock to one of None (0), Workflow (1), or All (2):
168+
169+
| Value | Name | Description |
170+
| ------------- | -------- | -------------------------------------------------|
171+
| 0 (_default_) | None | Scheduled content is not locked |
172+
| 1 | Workflow | Content scheduled via Workflow can not be edited |
173+
| 2 | All | All scheduled content can not be edited |
174+
165175
#### MandatoryComments (bool)
166176

167177
When true (default), comments are required when approving a workflow task. When false, comments are optional when approving a workflow task. Comments are always required when submitting changes for approval.

13/umbraco-workflow/workflow-section/workflow-settings.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ You can configure the **General** Settings from the **Workflow** section in the
2828
* **Rejection resets approvals** - When true, and the approval threshold is Most or All, rejecting a task resets the previous approvals for the workflow stage.
2929
* **Allow configuring approval threshold** - Enables setting the approval threshold for any stage of a workflow (on a content node or Document Type).
3030
* **Lock active content** - Determines how the content in a workflow should be managed. Set to `true` or `false` depending on whether the approval group responsible for the active workflow step should make modifications to the content. Content is locked after the first approval in the workflow - until then, the content can be edited as normal.
31+
* **Lock scheduled content** - When not None, prevents edits to content with a scheduled release date:
32+
* **None** - Disables scheduled content locking
33+
* **Workflow** - Prevent editing scheduled content when scheduling was approved via Workflow
34+
* **All** - Prevents editing all scheduled content
3135
* **Administrators can edit** - Set to true to allow administrators to edit content at any stage of the workflow, ensuring flexibility and control over the content approval process.
3236
* **Mandatory comments** - Set to true to require comments when approving workflows. Comments are always required when submitting changes for approval, and are always optional for admin users.
3337
* **Allow attachments** - Provide an attachment (such as a supporting document or enable referencing a media item) when initiating a workflow. This feature is useful when a workflow requires supporting documentation.

0 commit comments

Comments
 (0)