@paroicms/anywhere-lib
Advanced tools
Comparing version 1.12.0 to 1.13.0
{ | ||
"name": "@paroicms/anywhere-lib", | ||
"version": "1.12.0", | ||
"version": "1.13.0", | ||
"description": "Front lib for Paroi CMS.", | ||
@@ -5,0 +5,0 @@ "author": "Paroi Team", |
@@ -35,3 +35,3 @@ export interface SiteSchema { | ||
labeling?: UseTaxonomy[]; | ||
partLists?: PartListSchema[]; | ||
lists?: ListSchema[]; | ||
children?: string[]; | ||
@@ -71,3 +71,3 @@ orderChildrenBy?: OrderChildrenBy; | ||
export interface PartListSchema { | ||
export interface ListSchema { | ||
listName: string; | ||
@@ -84,2 +84,3 @@ orderBy: "manual"; | ||
mediaPolicy?: string; | ||
list?: ListSchema; | ||
} | ||
@@ -86,0 +87,0 @@ |
45183
744