From f1adf61337bf28807eb031ba094ab41d007743a2 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Thu, 9 Mar 2023 13:43:59 +0000 Subject: [PATCH] project attribute update for templates --- app/config/collections.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/config/collections.php b/app/config/collections.php index e0de790da..42322765a 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,