diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-03-28 18:12:57 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-03-28 18:12:57 -0400 |
| commit | 89581dc969502cc9837535b6e8702ba8e5989650 (patch) | |
| tree | 0642a1d819cb7ed7eae7ace8622397bcac6556e5 /index.js | |
| parent | 56df9c0cf948a33f731c9c238afd281af46d094d (diff) | |
| parent | 69ac18cb0129369b385d3751b8c34cd537c9dfec (diff) | |
merge
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -17,6 +17,11 @@ var app = okcms.createApp({ production: isProduction, schemas: { + page: { + id: {type: 'string', hidden: true}, + title: {type: 'string'}, + body: {type: 'string'}, + }, project: { id: {type: 'string', hidden: true}, year: {type: 'number'}, |
