From ae39586d8c6fd8a98600a3a8d9191815571c9bef Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Fri, 16 Aug 2024 07:10:15 +0200 Subject: [PATCH] Add temporary theme --- common/src/app/common/types/file.cljc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/src/app/common/types/file.cljc b/common/src/app/common/types/file.cljc index 021d9a09d..0cbf4e849 100644 --- a/common/src/app/common/types/file.cljc +++ b/common/src/app/common/types/file.cljc @@ -63,6 +63,8 @@ [:map-of {:gen/max 5} ::sm/uuid ::media-object]] [:plugin-data {:optional true} [:map-of {:gen/max 5} :keyword ::ctpg/plugin-data]] + [:token-theme-temporary-id {:optional true} + ::sm/uuid] [:token-themes {:optional true} [:vector ::sm/uuid]] [:token-themes-index {:optional true}