From e952a57f00ac2044e02de8fc91d1fcdb4ae801f4 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 23 Mar 2023 19:12:02 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E5=91=BD=E5=90=8D=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E5=B5=8C=E5=85=A5=E5=9D=97=E7=B1=BB=E5=9E=8B=E6=8C=81=E4=B9=85?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/model/storage.go | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/model/storage.go b/kernel/model/storage.go index 9371c9f8e..f9c16ad0c 100644 --- a/kernel/model/storage.go +++ b/kernel/model/storage.go @@ -182,6 +182,7 @@ type CriterionTypes struct { ListItem bool `json:"listItem"` CodeBlock bool `json:"codeBlock"` HtmlBlock bool `json:"htmlBlock"` + EmbedBlock bool `json:"embedBlock"` } var criteriaLock = sync.Mutex{}