mirror of
https://github.com/logseq/logseq.git
synced 2026-05-23 20:24:15 +00:00
fix(rtc): enable :logseq.property.view/xxx properties rtc-syncing
This commit is contained in:
15
deps/db/src/logseq/db/frontend/property.cljs
vendored
15
deps/db/src/logseq/db/frontend/property.cljs
vendored
@@ -407,10 +407,7 @@
|
||||
[:logseq.property.view/type.list "List View" "list"]
|
||||
[:logseq.property.view/type.gallery "Gallery View" "layout-grid"]])
|
||||
:properties {:logseq.property/default-value :logseq.property.view/type.table}
|
||||
:queryable? true
|
||||
:rtc {:rtc/ignore-attr-when-init-upload true
|
||||
:rtc/ignore-attr-when-init-download true
|
||||
:rtc/ignore-attr-when-syncing true}}
|
||||
:queryable? true}
|
||||
|
||||
:logseq.property.view/feature-type
|
||||
{:title "View Feature Type"
|
||||
@@ -418,10 +415,7 @@
|
||||
{:type :keyword
|
||||
:public? false
|
||||
:hide? true}
|
||||
:queryable? false
|
||||
:rtc {:rtc/ignore-attr-when-init-upload true
|
||||
:rtc/ignore-attr-when-init-download true
|
||||
:rtc/ignore-attr-when-syncing true}}
|
||||
:queryable? false}
|
||||
|
||||
:logseq.property.view/group-by-property
|
||||
{:title "View group by property"
|
||||
@@ -429,10 +423,7 @@
|
||||
{:type :property
|
||||
:public? false
|
||||
:hide? true}
|
||||
:queryable? true
|
||||
:rtc {:rtc/ignore-attr-when-init-upload true
|
||||
:rtc/ignore-attr-when-init-download true
|
||||
:rtc/ignore-attr-when-syncing true}}
|
||||
:queryable? true}
|
||||
|
||||
:logseq.property.table/sorting {:title "View sorting"
|
||||
:schema
|
||||
|
||||
Reference in New Issue
Block a user