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/handle_svg/info.php

12 lines
291 B
PHP

<?php
class SVGFileHandlerInfo extends ExtensionInfo
{
public const KEY = "handle_svg";
public $key = self::KEY;
public $name = "Handle SVG";
public $url = self::SHIMMIE_URL;
public $authors = self::SHISH_AUTHOR;
public $description = "Handle static SVG files.";
}