|
@@ -92,7 +92,8 @@
|
|
|
[:block/journal? :boolean]
|
|
[:block/journal? :boolean]
|
|
|
[:block/alias {:optional true} [:set :int]]
|
|
[:block/alias {:optional true} [:set :int]]
|
|
|
;; TODO: Should this be here or in common?
|
|
;; TODO: Should this be here or in common?
|
|
|
- [:block/path-refs {:optional true} [:set :int]]])
|
|
|
|
|
|
|
+ [:block/path-refs {:optional true} [:set :int]]
|
|
|
|
|
+ [:class/schema.properties {:optional true} [:set :int]]])
|
|
|
|
|
|
|
|
(def normal-page
|
|
(def normal-page
|
|
|
(vec
|
|
(vec
|
|
@@ -112,10 +113,11 @@
|
|
|
[:map
|
|
[:map
|
|
|
[:block/namespace {:optional true} :int]
|
|
[:block/namespace {:optional true} :int]
|
|
|
[:db/ident {:optional true} :keyword]
|
|
[:db/ident {:optional true} :keyword]
|
|
|
|
|
+ [:class/schema.properties {:optional true} [:set :int]]
|
|
|
[:block/schema
|
|
[:block/schema
|
|
|
{:optional true}
|
|
{:optional true}
|
|
|
[:map
|
|
[:map
|
|
|
- [:properties {:optional true} [:vector :uuid]]]]]
|
|
|
|
|
|
|
+ [:properties {:optional true} [:vector :int]]]]]
|
|
|
page-attrs
|
|
page-attrs
|
|
|
page-or-block-attrs)))
|
|
page-or-block-attrs)))
|
|
|
|
|
|