Refactor: rename :block/content to :block/title

This commit is contained in:
Tienson Qin
2024-07-10 22:33:44 +08:00
parent a1f352773b
commit d847023dc1
113 changed files with 634 additions and 640 deletions

View File

@@ -52,10 +52,10 @@
;; (= (:block/uuid new-block)
;; (:block/uuid edit-block))
;; (not= (some-> edit-block string/trim)
;; (some-> (:block/content new-block) string/trim)))
;; (some-> (:block/title new-block) string/trim)))
;; (when-let [input (state/get-input)]
;; (util/set-change-value input
;; (block-handler/sanity-block-content repo (get new-block :block/format :markdown) (:block/content new-block))))))
;; (block-handler/sanity-block-content repo (get new-block :block/format :markdown) (:block/title new-block))))))
;; state)