diff --git a/src/wanijo/attribute/domain.clj b/src/wanijo/attribute/domain.clj index 33779d3..1a21dac 100644 --- a/src/wanijo/attribute/domain.clj +++ b/src/wanijo/attribute/domain.clj @@ -6,7 +6,7 @@ (spec/and string? not-empty)) (def types - #{"string" "date" "file" "markdown" "text"}) + #{"string" "markdown"}) (spec/def ::type (spec/and string? types))