diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-12-21 10:58:06 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-12-21 10:58:06 +0400 |
| commit | 55ad22fa5574f65fdd70cea5e3b91398ee18b62a (patch) | |
| tree | 832a3703c4c608a0bd6d5ae69cccaa21b16be32b /config.php-dist | |
| parent | d4e35925e0a14a4c746404d6d05cfe61109d7443 (diff) | |
add note plugin
Diffstat (limited to 'config.php-dist')
| -rw-r--r-- | config.php-dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.php-dist b/config.php-dist index fe691801e..6aaf32476 100644 --- a/config.php-dist +++ b/config.php-dist @@ -200,10 +200,10 @@ // Displays an URL for users to provide feedback or comments regarding // this instance of tt-rss. Can lead to a forum, contact email, etc. - define('ARTICLE_BUTTON_PLUGINS', 'tweet,share,mail'); + define('ARTICLE_BUTTON_PLUGINS', 'note,tweet,share,mail'); // Comma-separated list of additional article action button plugins // to enable, like tweet button, etc. - // The following plugins are available: tweet, share, mail, readitlater + // The following plugins are available: note, tweet, share, mail, readitlater define('CONFIG_VERSION', 25); // Expected config version. Please update this option in config.php |