@factor/plugin-blog
Advanced tools
Comparing version 1.4.0 to 1.4.2
@@ -22,12 +22,3 @@ import { Component } from "vue" | ||
index: ["featuredImage", "title", "subtitle", "meta"], | ||
single: [ | ||
"returnLink", | ||
"title", | ||
"meta", | ||
"featuredImage", | ||
"subtitle", | ||
"entry", | ||
"social", | ||
"authorBio" | ||
], | ||
single: ["returnLink", "title", "meta", "subtitle", "entry", "social", "authorBio"], | ||
meta: ["authorDate", "tags"] | ||
@@ -34,0 +25,0 @@ }, |
{ | ||
"name": "@factor/plugin-blog", | ||
"description": "Easily implement, customize and manage blog in your Factor app.", | ||
"version": "1.4.0", | ||
"version": "1.4.2", | ||
"license": "GPL-2.0", | ||
@@ -14,3 +14,3 @@ "factor": { | ||
"dependencies": { | ||
"@factor/plugin-highlight-code": "^1.3.11" | ||
"@factor/plugin-highlight-code": "^1.4.2" | ||
}, | ||
@@ -20,3 +20,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "7c48d50547d23b01db1a456df7a819279045869f", | ||
"gitHead": "c6bd50a76aa641e7afea39ab80d4a37b7465190a", | ||
"keywords": [ | ||
@@ -23,0 +23,0 @@ "factor", |
323156
105