From: Matthias Schmidt Date: Thu, 8 Jul 2021 08:14:04 +0000 (+0200) Subject: Add default values for `canbe(edited|disabled)` in cronjob PIP documentation X-Git-Tag: 5.6.final~53^2~24 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7d3ca74a909b77cb8b70881afa6fb959f51b0dd7;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Add default values for `canbe(edited|disabled)` in cronjob PIP documentation Additionally, fix the letter case of the elements. --- diff --git a/docs/package/pip/cronjob.md b/docs/package/pip/cronjob.md index 90ef708c..7c149c0b 100644 --- a/docs/package/pip/cronjob.md +++ b/docs/package/pip/cronjob.md @@ -25,13 +25,15 @@ Provides a human readable description for the administrator. All of the five `startMinute`, `startHour`, `startDom` (Day Of Month), `startMonth`, `startDow` (Day Of Week) are required. They correspond to the fields in `crontab(5)` of a cron daemon and accept the same syntax. -### `` +### `` Controls whether the administrator may edit the fields of the cronjob. +Defaults to `1`. -### `` +### `` Controls whether the administrator may disable the cronjob. +Defaults to `1`. ### ``