types
Esta página aún no está disponible en tu idioma.
Interfaces
Section titled “Interfaces”StudioCMSBlogOptions
Section titled “StudioCMSBlogOptions”Defined in: types.ts:4
Options for configuring the StudioCMS Blog.
Properties
Section titled “Properties”optional blog: { enableRSS: boolean; route: string; title: string;};
Defined in: types.ts:20
The configuration for the blog
enableRSS?
Section titled “enableRSS?”optional enableRSS: boolean;
Enable RSS feed
route?
Section titled “route?”optional route: string;
The route for the blog
Default
Section titled “Default”'/blog'
Example
Section titled “Example”'/news'
title?
Section titled “title?”optional title: string;
The title of the blog
injectRoutes?
Section titled “injectRoutes?”optional injectRoutes: boolean;
Defined in: types.ts:15
Inject routes
Default
Section titled “Default”true
sitemap?
Section titled “sitemap?”optional sitemap: boolean;
Defined in: types.ts:9
Enable sitemap generation
Default
Section titled “Default”true