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

@@ -685,7 +685,7 @@
page' (db/entity repo [:block/uuid (:block/uuid page)])
link (if (config/db-based-graph? repo)
(some (fn [[k v]]
(when (= :url (:property/type (db/entity repo k)))
(when (= :url (:logseq.property/type (db/entity repo k)))
(:block/title v)))
(:block/properties page'))
(some #(re-find editor-handler/url-regex (val %)) (:block/properties page')))]