@factor/plugin-blog
Advanced tools
Comparing version 0.3.7 to 0.4.0
@@ -10,3 +10,3 @@ export default Factor => { | ||
const type = "blog" | ||
const icon = Factor.FACTOR_ENV == "app" ? require("./img/posts.svg") : "" | ||
const icon = Factor.FACTOR_TARGET == "app" ? require("./img/posts.svg") : "" | ||
Factor.$filters.add("post-types", _ => { | ||
@@ -17,2 +17,3 @@ _.push({ | ||
icon, | ||
model: "BlogPost", | ||
nameIndex: "Blog", | ||
@@ -19,0 +20,0 @@ nameSingle: "Blog Post", |
{ | ||
"name": "@factor/plugin-blog", | ||
"version": "0.3.7", | ||
"version": "0.4.0", | ||
"license": "GPL-2.0", | ||
@@ -13,3 +13,3 @@ "factor": { | ||
}, | ||
"gitHead": "174edc7cb60508cd2d707d18e411cb0a4c13b3cd" | ||
"gitHead": "763b7b89b0d6a1b0bb32ebd794c7fe76056f5123" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
49
318404