diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-05-27 13:22:13 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-05-27 13:25:41 -0400 |
| commit | fb5c451361916593edf39ed5f3614984dc29a36d (patch) | |
| tree | 21a84d4ada4caacc35b31e3a02c65fd7ffa26db0 /site/index.js | |
| parent | 448c3c9f0e51d2b42bf5ba9a0e96500e4e8f3dae (diff) | |
box
Diffstat (limited to 'site/index.js')
| -rw-r--r-- | site/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/index.js b/site/index.js index 8952c46..aa1f58c 100644 --- a/site/index.js +++ b/site/index.js @@ -25,6 +25,7 @@ var app = okcms.createApp({ id: {type: 'string', hidden: true}, title: {type: 'string'}, body: {type: 'text'}, + collabs: {type: 'text'}, contact: {type: 'text'}, image: {type: 'string'} }, |
