Change :crontab type to [:keyword, :string]

This commit is contained in:
Angelina Filippova 2021-03-30 00:26:09 +03:00
parent 567c93a26d
commit 05ef2282d5

View File

@ -1929,7 +1929,7 @@ config :pleroma, :config_description, [
}, },
%{ %{
key: :crontab, key: :crontab,
type: {:list, :tuple}, type: {:keyword, :string},
description: "Settings for cron background jobs", description: "Settings for cron background jobs",
suggestions: [ suggestions: [
{"0 0 * * 0", Pleroma.Workers.Cron.DigestEmailsWorker}, {"0 0 * * 0", Pleroma.Workers.Cron.DigestEmailsWorker},