Update plugins.conf.php

Activates an emoticons toolbar for entries and static pages by default
This commit is contained in:
Frank Hochmuth 2024-03-08 00:28:25 +01:00 committed by GitHub
parent 4602437619
commit 7b89b87685
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,7 @@ $fp_plugins = array(
'mediamanager', 'mediamanager',
'datechanger', // Lets you change the publish date for (new) entries. 'datechanger', // Lets you change the publish date for (new) entries.
'feed', // Activates the RSS and Atom feed widget 'feed', // Activates the RSS and Atom feed widget
'emoticons', // // Activates an emoticons toolbar for entries and static pages
'gallerycaptions', 'gallerycaptions',
'photoswipe' 'photoswipe'
); );