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

@@ -10,10 +10,10 @@
:classes {:Movie {:build/schema-properties [:actor :comment]}
:Meeting {:build/schema-properties [:attendee :duration]}}
:properties
{:actor {:property/type :node
{:actor {:logseq.property/type :node
:db/cardinality :many
:build/schema-classes [:Person]}
:attendee {:property/type :node
:attendee {:logseq.property/type :node
:db/cardinality :many
:build/schema-classes [:Person]}}
:pages-and-blocks