EmoticonListInfo

This commit is contained in:
Matthew Barbour 2019-08-07 16:06:36 -05:00 committed by matthew
parent f4b647b6b8
commit 744dcd63e1

View file

@ -27,3 +27,15 @@ becomes a link to smile.gif
<p>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";
}