mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
refactor: replace hidden type with public false
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user