From e72902b561721b3d9caa64bbf4721abdaeac2756 Mon Sep 17 00:00:00 2001
From: Shahriar <31452340+ShahriarKh@users.noreply.github.com>
Date: Sat, 20 Jan 2024 01:07:05 +0330
Subject: [PATCH] add missing content type
---
admin/src/utils/themeUtils.js | 3 +++
1 file changed, 3 insertions(+)
diff --git a/admin/src/utils/themeUtils.js b/admin/src/utils/themeUtils.js
index 0091a58..8395047 100644
--- a/admin/src/utils/themeUtils.js
+++ b/admin/src/utils/themeUtils.js
@@ -11,6 +11,7 @@ import {
Media,
Boolean,
Json,
+ Blocks,
Relation,
Uid,
OneToMany,
@@ -67,6 +68,8 @@ export function getIcon(attrType) {
return ;
case "media":
return ;
+ case "blocks":
+ return ;
case "onetomany": //
return ;