summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-21 08:46:39 +0400
committerAndrew Dolgov <[email protected]>2011-12-21 08:50:37 +0400
commit1baac2803c1dee2fc2005c1039d349f4759d20e3 (patch)
treefd0594b0c7ff9e7032e6ee09c3ed85d3ce4ee11d /config.php-dist
parent8e70d965a8e60aecd17073f71e9646bb0f6a4839 (diff)
add mail and share plugins
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.php-dist b/config.php-dist
index 490a871f6..96841842c 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');
+ define('ARTICLE_BUTTON_PLUGINS', 'tweet,share,mail');
// Comma-separated list of additional article action button plugins
// to enable, like tweet button, etc.
- // The following plugins are available: tweet
+ // The following plugins are available: tweet, share, mail
define('CONFIG_VERSION', 24);
// Expected config version. Please update this option in config.php