diff options
| author | two hustlers proj <jules+okfprojz@okfoc.us> | 2015-05-27 13:26:30 -0400 |
|---|---|---|
| committer | two hustlers proj <jules+okfprojz@okfoc.us> | 2015-05-27 13:26:30 -0400 |
| commit | fca99b7846b78393a87c2aa7b91571cbf02530e3 (patch) | |
| tree | b041b2c284b2b3233fdeae28e2fbebdae9c2aef6 /site/index.js | |
| parent | 1dfbf71af1776bbb913a65d6d9a0c5e6b0fadd46 (diff) | |
| parent | fb5c451361916593edf39ed5f3614984dc29a36d (diff) | |
Merge branch 'twohustlers' of github.com:okfocus/okcms into twohustlers
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'} }, |
