summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-23 14:52:18 +0400
committerAndrew Dolgov <[email protected]>2012-12-23 14:52:18 +0400
commit19c7350770788edf3ae0bb1fd6d95876667adbf6 (patch)
treee539d53acd796375d7feba1efd66d3850fd14db1 /config.php-dist
parent83e6e313be6de7d6e3f155a13c821ab82da12575 (diff)
experimental new plugin system
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist9
1 files changed, 3 insertions, 6 deletions
diff --git a/config.php-dist b/config.php-dist
index 53f5dc87b..2975d680a 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -176,16 +176,13 @@
// if you experience weird errors and tt-rss failing to start, blank pages
// after login, or content encoding errors, disable it.
+ define('PLUGINS', '');
+ // Plugins to load. Check plugins/ directory for additional information.
+
define('FEEDBACK_URL', '');
// 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', 'note,tweet,share,mail');
- // Comma-separated list of additional article action button plugins
- // to enable, like tweet button, etc.
- // The following plugins are available: note, tweet, share, mail
- // More plugins: http://tt-rss.org/wiki/Plugins
-
define('CONFIG_VERSION', 26);
// Expected config version. Please update this option in config.php
// if necessary (after migrating all new options from this file).