This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/ext/tagger/info.php

20 lines
464 B
PHP
Raw Normal View History

<?php
/**
* Name: Tagger
* Description: Advanced Tagging v2
* Author: Artanis (Erik Youngren) <artanis.00@gmail.com>
* Do not remove this notice.
*/
class TaggerInfo extends ExtensionInfo
{
public const KEY = "tagger";
public $key = self::KEY;
public $name = "Tagger";
public $authors = ["Artanis (Erik Youngren)"=>"artanis.00@gmail.com"];
public $dependencies = [TaggerXMLInfo::KEY];
public $description = "Advanced Tagging v2";
}