diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-12-31 06:08:08 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-12-31 06:08:08 +0100 |
| commit | f0a10a321316475fd05e2ee3a40e35c57b66b0a7 (patch) | |
| tree | 871b82c59b14da01e32df55592854d6075d04410 /examples/index.js | |
| parent | fe31b3ad482c959deb5b4fa447e3d73c042e982c (diff) | |
display certain types as lists of images
Diffstat (limited to 'examples/index.js')
| -rw-r--r-- | examples/index.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/index.js b/examples/index.js index 8918043..c03550a 100644 --- a/examples/index.js +++ b/examples/index.js @@ -25,7 +25,6 @@ var app = okcms.createApp({ resources: { flour: { display: 'image', - field: 'image', } } } @@ -103,6 +102,7 @@ var app = okcms.createApp({ lib: require("./lib/okdumpfm"), }, +/* push: { lib: require("./lib/okpush"), mongodbUrl: "mongodb://localhost/okpush_example", @@ -127,6 +127,7 @@ var app = okcms.createApp({ }, } }, +*/ }, views: { |
