summaryrefslogtreecommitdiff
path: root/examples/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/index.js')
-rw-r--r--examples/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/index.js b/examples/index.js
index 57bce4b..fe37954 100644
--- a/examples/index.js
+++ b/examples/index.js
@@ -24,6 +24,7 @@ var app = okcms.createApp({
test: {
id: {type: 'string', hidden: true},
title: {type: 'string'},
+ flagged: {type: 'flag'},
media: {type: 'media-list'},
}
},