apostrophe-blog
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -35,6 +35,2 @@ var async = require('async'); | ||
icon: options.icon || 'blog', | ||
// Overridden separately so that one can have types that just | ||
// override the templates and don't mess with replacing | ||
// all of the javascript and CSS | ||
webAssetDir: __dirname, | ||
// The default would be aposBlogPostMenu, this is more natural | ||
@@ -44,4 +40,3 @@ menuName: 'aposBlogMenu' | ||
// Find our templates before the snippet templates (a chain of overrides) | ||
options.dirs = (options.dirs || []).concat([ __dirname ]); | ||
options.modules = (options.modules || []).concat([ { dir: __dirname, name: 'blog' } ]); | ||
@@ -48,0 +43,0 @@ // Call the base class constructor. Don't pass the callback, we want to invoke it |
{ | ||
"name": "apostrophe-blog", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "Blogging for the Apostrophe content management system", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -59,3 +59,3 @@ function AposBlog(optionsArg) { | ||
label: 'Blog Posts', | ||
action: '/apos-blog-post', | ||
action: '/apos-blog', | ||
defaultLimit: 5 | ||
@@ -62,0 +62,0 @@ }); |
16176
184