Configuration
Get an overview of various options for customizing the configuration of your Umbraco Workflow installation.
Editing configuration values
{
...
"Umbraco": {
"CMS": {
...
},
"Workflow": {
...
}
}
}{
"Workflow": {
"ReminderNotificationPeriod": Timespan.FromHours(8),
"ActionNotificationPeriod": Timespance.FromMinutes(5),
"EnableTestLicense": false,
"DateFormats": {
"DateFormat": "MMMM d, yyyy h:mm tt",
"DateFormatNoMinute": "MMMM d, yyy h tt",
"DateFormatShort": "MMMM d, yyyy",
"TimeFormat": "h:mm tt",
"TimeFormatShort": "HH:mm"
},
"SettingsCustomization": {...}
}Workflow Configuration
ReminderNotificationPeriod
ActionNotificationPeriod
EnableTestLicense
DisableVersionCheck
DateFormats
Colors
SettingsCustomization
General
FlowType (int)
Value
Name
Description
ApprovalThreshold (int, requires a license)
Value
Name
Description
ConfigureApprovalThreshold (bool, requires a license)
RejectionResetsApprovals (bool, requires a license)
LockIfActive (bool)
MandatoryComments (bool)
AllowAttachments (bool)
AllowScheduling (bool)
RequireUnpublish (bool)
ExtendPermissions (bool)
SendNotifications (bool)
Email (string)
ReminderDelay (int)
EditUrl (string)
SiteUrl (string)
NewNodeApprovalFlow (complex type)
DocumentTypeApprovalFlow (complex type, requires a license)
ExcludeNodes (complex type, requires a license)
ContentReviews
EnableContentReviews (bool)
ReviewPeriod (int)
ReminderThreshold (int)
SendNotifications (bool)
PublishIsReview (bool)
Last updated
Was this helpful?