hide site-specific extension

This commit is contained in:
Shish 2023-12-30 02:24:09 +00:00
parent 21a7912f9b
commit cc69ecb74a

View file

@ -17,4 +17,5 @@ class Rule34Info extends ExtensionInfo
public ?string $documentation =
"Probably not much use to other sites, but it gives a few examples of how a shimmie-based site can be integrated with other systems";
public array $db_support = [DatabaseDriverID::PGSQL]; # Only PG has the NOTIFY pubsub system
public ExtensionVisibility $visibility = ExtensionVisibility::HIDDEN;
}