hide site-specific extension
This commit is contained in:
parent
21a7912f9b
commit
cc69ecb74a
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue