mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 02:46:45 +00:00
fix: remove + disable :block/macros for db graphs
part of LOG-3137
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
(let [file-concepts (->>
|
||||
;; from logseq.db.frontend.schema
|
||||
[:block/properties-text-values :block/pre-block :recent/pages :file/handle :block/file :block/properties-order
|
||||
:block/marker :block/priority :block/scheduled :block/deadline]
|
||||
:block/marker :block/priority :block/scheduled :block/deadline :block/macros]
|
||||
(map str)
|
||||
(into [;; e.g. block/properties :title
|
||||
"block/properties :"
|
||||
|
||||
Reference in New Issue
Block a user