Update mastodonapi.php
This commit is contained in:
parent
4d00db6e22
commit
47b8a4c5f9
1 changed files with 3 additions and 3 deletions
|
|
@ -9,14 +9,14 @@ class YellowMastodonapi extends YellowExtension {
|
||||||
$this->yellow->system->setDefault("mastodonapiInstanceUrl", "https://example.social");
|
$this->yellow->system->setDefault("mastodonapiInstanceUrl", "https://example.social");
|
||||||
$this->yellow->system->setDefault("mastodonapiAccountId", "");
|
$this->yellow->system->setDefault("mastodonapiAccountId", "");
|
||||||
$this->yellow->system->setDefault("mastodonapiAccessToken", "");
|
$this->yellow->system->setDefault("mastodonapiAccessToken", "");
|
||||||
|
$this->yellow->system->setDefault("mastodonapiUpdateInterval", "30");
|
||||||
|
$this->yellow->system->setDefault("mastodonapiLimit", "20");
|
||||||
$this->yellow->system->setDefault("mastodonapiHashtag", "");
|
$this->yellow->system->setDefault("mastodonapiHashtag", "");
|
||||||
$this->yellow->system->setDefault("mastodonapiAuthor", "YellowUser");
|
$this->yellow->system->setDefault("mastodonapiAuthor", "YellowUser");
|
||||||
$this->yellow->system->setDefault("mastodonapiTag", "Fediverse");
|
$this->yellow->system->setDefault("mastodonapiTag", "Fediverse");
|
||||||
$this->yellow->system->setDefault("mastodonapiFolder", "content/2-blog/");
|
$this->yellow->system->setDefault("mastodonapiFolder", "content/2-blog/");
|
||||||
$this->yellow->system->setDefault("mastodonapiLimit", "20");
|
|
||||||
$this->yellow->system->setDefault("mastodonapiStatus", "public");
|
|
||||||
$this->yellow->system->setDefault("mastodonapiMaxAge", "0");
|
$this->yellow->system->setDefault("mastodonapiMaxAge", "0");
|
||||||
$this->yellow->system->setDefault("mastodonapiUpdateInterval", "30");
|
$this->yellow->system->setDefault("mastodonapiStatus", "public");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Handle update
|
// Handle update
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue