Update plugins.conf.php

Logic changed to: if feed plugin is deactivated, the feed buttons are displayed in the header. It is unlikely that the FlatPress user wants the buttons in the head and in the menu bar to be displayed at the same time. If the FlaPress user uses a different theme, he can still activate the plugin/widget.
This commit is contained in:
Frank Hochmuth 2024-02-06 21:17:30 +01:00 committed by GitHub
parent 77261028bc
commit 6ce467ef51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,11 +24,11 @@ $fp_plugins = array(
'blockparser',
'readmore',
'favicon',
'commentcenter',
'commentcenter', // including Akismet interface
'mediamanager',
'datechanger', // Lets you change the publish date for (new) entries.
// 'feed', // Activates the RSS and Atom feed widget, deactivates the feed links in the header in the Leggero theme
'gallerycaptions',
'photoswipe',
'feed' // Shows the RSS and Atom feed in the header and activates the widget
'photoswipe'
);
?>