summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--index.js1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index aa08c44..19a037b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,4 +9,5 @@ app.min.js
.tmp
bower_components/
npm-debug.log
+*.zip
diff --git a/index.js b/index.js
index 811ee6c..bd8017d 100644
--- a/index.js
+++ b/index.js
@@ -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'},
},