flatpress/fp-defaults/plugins.conf.php
Fraenkiman ecd75c1e03 Closes #317 | Add RSS and Atom link
- Shows the RSS and Atom feed in the header and activates the widget.
- The buttons can be easily swapped via the upload manager
2024-02-04 23:25:13 +01:00

35 lines
1.0 KiB
PHP
Executable File

<?php
$fp_plugins = array(
// to disable put // or # before the plugin name
// remove it to enable :)
'jquery', // needed by ligthbox2 (quite heavy in size)
'lightbox2', // fancy usable img overlay effect, needs jquery
'thumb', // creates thumbnails adding scale=NN% to [img] tags :)
'bbcode', // bbcode-style formatting; if you disable this
// you'll loose some features, but you will be able to use html
// as a default
'accessibleantispam',
'qspam', // quick spam filter
'adminarea',
'archives',
// 'calendar', //time consuming, not really recommended :p
// 'lastcomments', // cache-based last-comments block
// 'lastcommentsadmin',
'lastentries',
// 'prettyurls', // The use of Apache web servers will be less than 50% worldwide in 2023
'categories',
'searchbox',
'blockparser',
'readmore',
'favicon',
'commentcenter',
'mediamanager',
'datechanger', // Lets you change the publish date for (new) entries.
'gallerycaptions',
'photoswipe',
'feed' // Shows the RSS and Atom feed in the header and activates the widget
);
?>