diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-04-13 16:46:04 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-04-13 16:46:04 -0400 |
| commit | 3e255208a9776ad377f3b62d79d982138e89539a (patch) | |
| tree | 45ed64ad10ea19eabf1a57b8a8b4d42ee6111e13 /examples/index.js | |
| parent | e791ea8b3d6855b62962e4c89ad2c9f86126daf1 (diff) | |
| parent | c702d76549ead663daed0147f5c160c368a61c45 (diff) | |
Merge branch 'twohustlers' of github.com:okfocus/okcms into twohustlers
Diffstat (limited to 'examples/index.js')
| -rw-r--r-- | examples/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/index.js b/examples/index.js index 95d2bcf..3e9f509 100644 --- a/examples/index.js +++ b/examples/index.js @@ -4,6 +4,8 @@ var app = okcms.createApp({ root: 'public', + debug: false, + schemas: { page: { id: {type: 'string'}, |
