@factor/plugin-blog
Advanced tools
Comparing version 1.1.5 to 1.1.11
@@ -20,8 +20,10 @@ import { Component } from "vue" | ||
layout: { | ||
index: ["featuredImage", "headers", "meta"], | ||
index: ["featuredImage", "title", "subtitle", "meta"], | ||
single: [ | ||
"returnLink", | ||
"title", | ||
"meta", | ||
"featuredImage", | ||
"headers", | ||
"meta", | ||
"subtitle", | ||
"entry", | ||
@@ -37,4 +39,8 @@ "social", | ||
blogSingle: (): Promise<Component> => import("./blog-single.vue"), | ||
returnLink: (): Promise<Component> => import("./widget-return-link.vue"), | ||
featuredImage: (): Promise<Component> => import("./widget-featured-image.vue"), | ||
title: (): Promise<Component> => import("./widget-title.vue"), | ||
meta: (): Promise<Component> => import("./widget-meta.vue"), | ||
subtitle: (): Promise<Component> => import("./widget-subtitle.vue"), | ||
pagination: (): Promise<Component> => import("./widget-pagination.vue"), | ||
returnLink: (): Promise<Component> => import("./widget-return-link.vue"), | ||
authorDate: (): Promise<Component> => import("./widget-author-date.vue"), | ||
@@ -44,5 +50,2 @@ authorBio: (): Promise<Component> => import("./widget-author-bio.vue"), | ||
excerpt: (): Promise<Component> => import("./widget-excerpt.vue"), | ||
featuredImage: (): Promise<Component> => import("./widget-featured-image.vue"), | ||
headers: (): Promise<Component> => import("./widget-headers.vue"), | ||
meta: (): Promise<Component> => import("./widget-meta.vue"), | ||
social: (): Promise<Component> => import("./widget-social.vue"), | ||
@@ -49,0 +52,0 @@ tags: (): Promise<Component> => import("./widget-tags.vue") |
{ | ||
"name": "@factor/plugin-blog", | ||
"description": "Easily implement, customize and manage blog in your Factor app.", | ||
"version": "1.1.5", | ||
"version": "1.1.11", | ||
"license": "GPL-2.0", | ||
@@ -19,3 +19,3 @@ "factor": { | ||
}, | ||
"gitHead": "4aa17725c1698aac14bca37151f5d0cbee3b27ae", | ||
"gitHead": "f0a69d03bd289429c36940b977da0cebae336cf5", | ||
"keywords": [ | ||
@@ -22,0 +22,0 @@ "factor", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
319061
24
76