diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-09-29 12:13:19 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-09-29 12:13:19 -0400 |
| commit | d4f9c31a1721fdea6b92ae90ca5c4bd8635fd0cb (patch) | |
| tree | 4c8c73d15c77f4d79313ecb45fc650d43f65235f /examples/index.js | |
| parent | 50fac2191fbf0dd101d6071242c03dfad295b3ed (diff) | |
v0.2.0 - new admin theme
Diffstat (limited to 'examples/index.js')
| -rw-r--r-- | examples/index.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/index.js b/examples/index.js index a4f3ac3..58a2314 100644 --- a/examples/index.js +++ b/examples/index.js @@ -12,8 +12,7 @@ var app = okcms.createApp({ production: isProduction, admin: { - root: path.join(__dirname, '../themes/okcards/public'), - templateRoot: path.join(__dirname, '../themes/okcards/templates'), + theme: 'okadmin', dashboard: { resources: { card: { |
