diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | index.js | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -9,4 +9,5 @@ app.min.js .tmp bower_components/ npm-debug.log +*.zip @@ -37,6 +37,7 @@ var app = okcms.createApp({ keywords: {type: 'text'}, description: {type: 'text'}, image: {type: 'image'}, + credit: {type: 'text'}, links: {type: 'link-list'}, disabled: {type: 'flag'}, }, |
