mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
fix: extracting page's title property from mldoc ast
This commit is contained in:
@@ -1921,8 +1921,6 @@
|
||||
(gp-property/property-value-from-content (name k) (:block/content block))
|
||||
value)
|
||||
property-pages-enabled? (contains? #{true nil} (:property-pages/enabled? user-config))]
|
||||
(prn {:k k
|
||||
:property-separated-by-commas? property-separated-by-commas?})
|
||||
[:div
|
||||
(if property-pages-enabled?
|
||||
(page-cp (assoc config :property? true) {:block/name (subs (str k) 1)})
|
||||
|
||||
Reference in New Issue
Block a user