refactor: replace hidden type with public false

This commit is contained in:
Tienson Qin
2024-11-05 18:08:34 +08:00
parent 3851367229
commit 94773db6f3
9 changed files with 28 additions and 17 deletions

View File

@@ -2,7 +2,6 @@
"There are some keywords scattered throughout the codebase."
(:require [frontend.common.schema-register :include-macros true :as sr]))
(sr/defkeyword :block/uuid
"block's uuid"
:uuid)
@@ -13,7 +12,7 @@
(sr/defkeyword :block/type
"block type"
[:enum "page" "property" "class" "whiteboard" "hidden"])
[:enum "page" "property" "class" "whiteboard"])
(sr/defkeyword :block/parent
"page blocks don't have this attr")