fix: disallow db version from creating deprecated title property

also add fixmes for other known properties conversions
This commit is contained in:
Gabriel Horner
2023-09-28 16:05:23 -04:00
parent 3a0dd9f8ea
commit 0483e60eeb
4 changed files with 10 additions and 5 deletions

View File

@@ -166,6 +166,7 @@
(page-handler/create! page-name {:redirect? false :create-first-block? false
:split-namespace? false
:format format
;; FIXME: file and file-path properties for db version
:properties {:file (case format
:markdown
(util/format "[%s](%s)" label url)