mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 00:46:23 +00:00
refactor: rename :logseq.task properties to :logseq.property
These are the only built-in properties that don't start with :logseq.property
This commit is contained in:
committed by
Tienson Qin
parent
4bf2bb18ab
commit
4f65a00c68
@@ -447,11 +447,11 @@ prop-d:: [[nada]]"}])
|
||||
(load-test-files (if js/process.env.DB_GRAPH
|
||||
[{:page {:block/title "page1"}
|
||||
:blocks [{:block/title "[#A] b1"
|
||||
:build/properties {:logseq.task/priority :logseq.task/priority.high}}
|
||||
:build/properties {:logseq.property/priority :logseq.property/priority.high}}
|
||||
{:block/title "[#B] b2"
|
||||
:build/properties {:logseq.task/priority :logseq.task/priority.medium}}
|
||||
:build/properties {:logseq.property/priority :logseq.property/priority.medium}}
|
||||
{:block/title "[#A] b3"
|
||||
:build/properties {:logseq.task/priority :logseq.task/priority.high}}]}]
|
||||
:build/properties {:logseq.property/priority :logseq.property/priority.high}}]}]
|
||||
|
||||
[{:file/path "pages/page1.md"
|
||||
:file/content "foo:: bar
|
||||
|
||||
Reference in New Issue
Block a user