Skip to content

Commit 7d3ca74

Browse files
author
Matthias Schmidt
committed
Add default values for canbe(edited|disabled) in cronjob PIP documentation
Additionally, fix the letter case of the elements.
1 parent b3b587d commit 7d3ca74

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/package/pip/cronjob.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@ Provides a human readable description for the administrator.
2525
All of the five `startMinute`, `startHour`, `startDom` (Day Of Month), `startMonth`, `startDow` (Day Of Week) are required.
2626
They correspond to the fields in `crontab(5)` of a cron daemon and accept the same syntax.
2727

28-
### `<canBeEdited>`
28+
### `<canbeedited>`
2929

3030
Controls whether the administrator may edit the fields of the cronjob.
31+
Defaults to `1`.
3132

32-
### `<canBeDisabled>`
33+
### `<canbedisabled>`
3334

3435
Controls whether the administrator may disable the cronjob.
36+
Defaults to `1`.
3537

3638
### `<isdisabled>`
3739

0 commit comments

Comments
 (0)