diff --git a/app/config/collections.php b/app/config/collections.php index e0de790da3..42322765ad 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -666,6 +666,17 @@ $collections = [ 'array' => false, 'filters' => ['json', 'encrypt'], ], + [ + '$id' => ID::custom('templates'), + 'type' => Database::VAR_STRING, + 'format' => '', + 'size' => 1000000, // TODO make sure size fits + 'signed' => true, + 'required' => false, + 'default' => [], + 'array' => false, + 'filters' => ['json'], + ], [ '$id' => ID::custom('auths'), 'type' => Database::VAR_STRING,