StudioCMSPageData
const
StudioCMSPageData:TableConfig
<object
>
StudioCMS - Pages Data Table for Astro DB
Type declaration
contentLang
contentLang:
object
contentLang.type
type:
"text"
description
description:
object
description.type
type:
"text"
heroImage
heroImage:
object
heroImage.type
type:
"text"
id
id:
object
id.type
type:
"text"
package
package:
object
package.type
type:
"text"
publishedAt
publishedAt:
object
publishedAt.type
type:
"date"
showOnNav
showOnNav:
object
showOnNav.type
type:
"boolean"
slug
slug:
object
slug.type
type:
"text"
title
title:
object
title.type
type:
"text"
updatedAt
updatedAt:
object
updatedAt.type
type:
"date"
Defined in
packages/studiocms_core/src/db/tables.ts:34