summaryrefslogtreecommitdiff
path: root/app/node_modules/okschema/index.js
diff options
context:
space:
mode:
authortwo hustlers proj <jules+okfprojz@okfoc.us>2015-09-22 19:25:19 -0400
committertwo hustlers proj <jules+okfprojz@okfoc.us>2015-09-22 19:25:19 -0400
commit6b19245d0128311603d66d13c4ac606700e8912d (patch)
treecb3ea9337c76eebd2713ca18f8e844e47315a0d1 /app/node_modules/okschema/index.js
parente9fb94cd1f6e73201f0f95afde7c40cc3948ee60 (diff)
parent96eccfa594fb2526e50d4f9adfa690ea345a29ff (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 89b59cc..330ad6b 100644
--- a/app/node_modules/okschema/index.js
+++ b/app/node_modules/okschema/index.js
@@ -73,6 +73,10 @@ var types = {
'flag': {
parent: 'string',
assertValid: function(spec, value) {}
+ },
+ 'foreign-key': {
+ parent: 'enum',
+ assertValid: function(spec, value) {}
}
}