|
@@ -80,6 +80,10 @@
|
|
|
:logseq.property.pdf/hl-type :logseq.property.pdf/hl-image]
|
|
|
:required-properties [:logseq.property/ls-type :logseq.property.pdf/hl-color :logseq.property/asset
|
|
|
:logseq.property.pdf/hl-page :logseq.property.pdf/hl-value]}}
|
|
|
+
|
|
|
+ :logseq.class/Template
|
|
|
+ {:title "Template"}
|
|
|
+
|
|
|
;; TODO: Add more classes such as :book, :paper, :movie, :music, :project)
|
|
|
)))
|
|
|
|
|
@@ -133,4 +137,4 @@
|
|
|
(defn logseq-class?
|
|
|
"Determines if keyword is a logseq class"
|
|
|
[kw]
|
|
|
- (= logseq-class (namespace kw)))
|
|
|
+ (= logseq-class (namespace kw)))
|