mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:55:55 +00:00
add mail and share plugins
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user