mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 15:45:00 +00:00
fix: :url property values with macros
Macros in :url are useful for having urls with a common hostname that can be configured once. Without this fix, docs graph is invalid
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
type:: [[Property]]
|
||||
url:: https://schema.org/url
|
||||
url:: {{docs-base-url url}}
|
||||
sameAs:: https://schema.org/url
|
||||
rangeIncludes:: [[Uri]]
|
||||
unique:: true
|
||||
|
||||
Reference in New Issue
Block a user