From 0d8cb6e1c15387988b77676258630a116f9cb830 Mon Sep 17 00:00:00 2001 From: Josha von Gizycki Date: Fri, 18 Jan 2019 17:14:19 +0100 Subject: [PATCH] remove date, file and text --- src/wanijo/attribute/domain.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))