Change :crontab type to [:keyword, :string]
This commit is contained in:
parent
567c93a26d
commit
05ef2282d5
@ -1929,7 +1929,7 @@ config :pleroma, :config_description, [
|
||||
},
|
||||
%{
|
||||
key: :crontab,
|
||||
type: {:list, :tuple},
|
||||
type: {:keyword, :string},
|
||||
description: "Settings for cron background jobs",
|
||||
suggestions: [
|
||||
{"0 0 * * 0", Pleroma.Workers.Cron.DigestEmailsWorker},
|
||||
|
Loading…
Reference in New Issue
Block a user