From 7b89b87685d01bf5ab080b5ec31a4c3b51da8f2d Mon Sep 17 00:00:00 2001 From: Frank Hochmuth Date: Fri, 8 Mar 2024 00:28:25 +0100 Subject: [PATCH] Update plugins.conf.php Activates an emoticons toolbar for entries and static pages by default --- fp-defaults/plugins.conf.php | 1 + 1 file changed, 1 insertion(+) diff --git a/fp-defaults/plugins.conf.php b/fp-defaults/plugins.conf.php index f0fa0aa..5db7c32 100755 --- a/fp-defaults/plugins.conf.php +++ b/fp-defaults/plugins.conf.php @@ -28,6 +28,7 @@ $fp_plugins = array( 'mediamanager', 'datechanger', // Lets you change the publish date for (new) entries. 'feed', // Activates the RSS and Atom feed widget + 'emoticons', // // Activates an emoticons toolbar for entries and static pages 'gallerycaptions', 'photoswipe' );