diff --git a/readme-en.md b/readme-en.md index cba8efd..d13b1c9 100644 --- a/readme-en.md +++ b/readme-en.md @@ -34,11 +34,11 @@ All settings are in `system/extensions/yellow-system.ini`: - **MastodonapiFolder** – path to your blog folder (e.g. `content/1-blog/`) - **MastodonapiTriggerPath** – webhook path, e.g. `/mastodonapi-webhook-CHANGE_THIS_SECRET_KEY` *(Be sure to change it! Anyone with this link can trigger the plugin.)* -- **MastodonapiStatus** – public +- **MastodonapiStatus** – Default value is public - public = page is a normal page - draft = page is not visible, user needs to log in, requires draft extension - unlisted = page is not visible, but can be accessed with the correct link -- **MastodonapiMaxAge** – 1 +- **MastodonapiMaxAge** – Default value is 0 - In Stunden. 0 = all Toots. 💡 You can also call the webhook via a cron job to run the plugin automatically (e.g., every hour).