]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
experimental new plugin system
[tt-rss.git] / config.php-dist
index 53f5dc87b5cad13f01821fbb3416f88754ba7351..2975d680ae46cbb4609d48ae3db3278c3415d7f1 100644 (file)
        // 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).