chore: rename :property/* to :logseq.property/*

This commit is contained in:
Tienson Qin
2025-01-15 14:59:08 +08:00
parent f28c698909
commit a7e9d073cd
44 changed files with 235 additions and 249 deletions

View File

@@ -303,7 +303,7 @@
(subs v' 1)
(or (page-ref/get-page-name v') v'))
;; Convert number pages to string
(and (double? v) (= :node (:property/type (db-utils/entity k))))
(and (double? v) (= :node (:logseq.property/type (db-utils/entity k))))
(str v)
:else
v')))