diff options
| author | julie lala <jules@okfoc.us> | 2015-04-13 16:45:41 -0400 |
|---|---|---|
| committer | julie lala <jules@okfoc.us> | 2015-04-13 16:45:41 -0400 |
| commit | c702d76549ead663daed0147f5c160c368a61c45 (patch) | |
| tree | cad22d834c0acd4c871a8bdaa148d1f1f19caf34 /examples/index.js | |
| parent | edcc3c497f05e14bdd5655a0bc154cee04784a60 (diff) | |
| parent | ebb17679c64723dc1378079f9da0697673b21f5d (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'}, |
