diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-12-31 05:57:34 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-12-31 05:57:49 +0100 |
| commit | 3319b60ca946a0fad11da52bb3fee4aa66afb62c (patch) | |
| tree | 25ea604546324640388580f2ee269d244081f0e2 /examples/index.js | |
| parent | bdcc83dae3742bf1c88da43a23f7278127d6251c (diff) | |
image display type in backend
Diffstat (limited to 'examples/index.js')
| -rw-r--r-- | examples/index.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/index.js b/examples/index.js index 15de909..92db7c0 100644 --- a/examples/index.js +++ b/examples/index.js @@ -21,6 +21,14 @@ var app = okcms.createApp({ // } // } // }, + dashboard: { + resources: { + flour: { + display: 'image', + field: 'image', + } + } + } }, schemas: { |
