diff --git a/app/config/collections.php b/app/config/collections.php index d88bb849a..6abac7229 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -373,6 +373,15 @@ $collections = [ 'required' => true, 'array' => false, ], + [ + '$collection' => Database::SYSTEM_COLLECTION_RULES, + 'label' => 'Current', + 'key' => 'current', + 'type' => Database::SYSTEM_VAR_TYPE_BOOLEAN, + 'default' => false, + 'required' => true, + 'array' => false, + ], [ '$collection' => Database::SYSTEM_COLLECTION_RULES, 'label' => 'User Agent',