From 744dcd63e12d9fbff45cb90c91b8ca3b116a8db7 Mon Sep 17 00:00:00 2001 From: Matthew Barbour Date: Wed, 7 Aug 2019 16:06:36 -0500 Subject: [PATCH] EmoticonListInfo --- ext/emoticons/info.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ext/emoticons/info.php b/ext/emoticons/info.php index 0e48a602..cac52af5 100644 --- a/ext/emoticons/info.php +++ b/ext/emoticons/info.php @@ -27,3 +27,15 @@ becomes a link to smile.gif

Images are stored in /ext/emoticons/default/, and you can add more emoticons by uploading images into that folder."; } + +class EmoticonListInfo extends ExtensionInfo +{ + public const KEY = "emoticons_list"; + + public $key = self::KEY; + public $name = "Emoticon List"; + public $url = self::SHIMMIE_URL; + public $authors = self::SHISH_AUTHOR; + public $license = self::LICENSE_GPLV2; + public $description = "Lists available graphical smilies"; +}