cleanup, docs, etc.
This commit is contained in:
parent
ab671c2782
commit
743e917733
8 changed files with 174 additions and 23 deletions
4
libs/types/src/config/routing.d.ts
vendored
4
libs/types/src/config/routing.d.ts
vendored
|
@ -44,6 +44,8 @@ export type MarkdownDefinition = ContentfulRouteDefintion & {
|
|||
export type ArticleListDefinition = ConfigfulRouteDefinition & {
|
||||
template: 'article-list'
|
||||
view: {
|
||||
title: string
|
||||
fullTitle: string
|
||||
stylesheetUrls: string[]
|
||||
}
|
||||
}
|
||||
|
@ -54,6 +56,8 @@ export type ArticleListDefinition = ConfigfulRouteDefinition & {
|
|||
export type GalleryListDefinition = ConfigfulRouteDefinition & {
|
||||
template: 'gallery-list'
|
||||
view: {
|
||||
title: string
|
||||
fullTitle: string
|
||||
stylesheetUrls: string[]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue