13 lines
381 B
PHP
Raw Normal View History

2020-01-26 13:19:35 +00:00
<?php declare(strict_types=1);
class PostTitlesInfo extends ExtensionInfo
{
public const KEY = "post_titles";
public string $key = self::KEY;
public string $name = "Post Titles";
public array $authors = ["Matthew Barbour"=>"matthew@darkholme.net"];
public string $license = self::LICENSE_WTFPL;
public string $description = "Add titles to media posts";
}