mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-04 17:04:59 +03:00
d72ba77aba
refs https://github.com/TryGhost/Team/issues/588 - This is a new type of limit allowing to measure resource use (e.g. sent emails) per period (e.g. subscription, billing, cycle, etc) - To enable periodical limit add following values under `hostSettings.limits`: ``` "emails": { "maxPeriodic": 10, "error": "Your plan supports up to {{max}} emails. Please upgrade to reenable sending emails." } ``` and following under `hostSettings.subscription`: ``` "subscription": { "start": "2020-04-02T15:53:55.000Z", "interval": "month" } ``` - Above config would allow checking if 10 emails per month starting on the 2nd of every month has been reached untill now |
||
---|---|---|
.. | ||
adapter-manager | ||
auth | ||
bulk-email | ||
email-analytics | ||
invitations | ||
invites | ||
jobs | ||
mega | ||
members | ||
notifications | ||
permissions | ||
settings | ||
themes | ||
webhooks | ||
labs.js | ||
limits.js | ||
oembed.js | ||
slack.js | ||
users.js | ||
xmlrpc.js |