summaryrefslogtreecommitdiff
path: root/app/node_modules/okschema/index.js
diff options
context:
space:
mode:
authortwo hustlers proj <jules+okfprojz@okfoc.us>2015-05-27 13:26:30 -0400
committertwo hustlers proj <jules+okfprojz@okfoc.us>2015-05-27 13:26:30 -0400
commitfca99b7846b78393a87c2aa7b91571cbf02530e3 (patch)
treeb041b2c284b2b3233fdeae28e2fbebdae9c2aef6 /app/node_modules/okschema/index.js
parent1dfbf71af1776bbb913a65d6d9a0c5e6b0fadd46 (diff)
parentfb5c451361916593edf39ed5f3614984dc29a36d (diff)
Merge branch 'twohustlers' of github.com:okfocus/okcms into twohustlers
Diffstat (limited to 'app/node_modules/okschema/index.js')
-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) {}
}
}