summaryrefslogtreecommitdiff
path: root/app/node_modules/okschema
diff options
context:
space:
mode:
authorSean Fridman <fridman@mail.sfsu.edu>2015-05-26 17:11:45 -0400
committerSean Fridman <fridman@mail.sfsu.edu>2015-05-26 17:11:45 -0400
commit7e40774959e67f48035da8653b666dd05f35c497 (patch)
tree393a647667fce6aed49950da1295877c02f3bc66 /app/node_modules/okschema
parentde1b9e99923f5c8892b1f28ab5e8d53bee8c39e7 (diff)
Add tag-list input typev0.1.5
Diffstat (limited to 'app/node_modules/okschema')
-rw-r--r--app/node_modules/okschema/index.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/node_modules/okschema/index.js b/app/node_modules/okschema/index.js
index c5a56c4..0079f51 100644
--- a/app/node_modules/okschema/index.js
+++ b/app/node_modules/okschema/index.js
@@ -61,6 +61,10 @@ var types = {
'meta': {
parent: 'string',
assertValid: function(spec, value) {}
+ },
+ 'tag-list': {
+ parent: 'string',
+ assertValid: function(spec, value) {}
}
}