diff options
| author | Sean Fridman <fridman@mail.sfsu.edu> | 2015-05-26 17:11:45 -0400 |
|---|---|---|
| committer | Sean Fridman <fridman@mail.sfsu.edu> | 2015-05-26 17:11:45 -0400 |
| commit | 7e40774959e67f48035da8653b666dd05f35c497 (patch) | |
| tree | 393a647667fce6aed49950da1295877c02f3bc66 /app | |
| parent | de1b9e99923f5c8892b1f28ab5e8d53bee8c39e7 (diff) | |
Add tag-list input typev0.1.5
Diffstat (limited to 'app')
| -rw-r--r-- | app/node_modules/okschema/index.js | 4 |
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) {} } } |
