diff --git a/readme-en.md b/readme-en.md index 30d26b2..cba8efd 100644 --- a/readme-en.md +++ b/readme-en.md @@ -34,6 +34,12 @@ 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 + - 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 + - In Stunden. 0 = all Toots. 💡 You can also call the webhook via a cron job to run the plugin automatically (e.g., every hour).