types
Interfaces
'Read the “', Interfaces, '” section'StudioCMSBlogOptions
'Read the “', StudioCMSBlogOptions, '” section'Defined in: types.ts:4
Options for configuring the StudioCMS Blog.
Properties
'Read the “', Properties, '” section'optional blog: { enableRSS: boolean; route: string; title: string;};
Defined in: types.ts:20
The configuration for the blog
enableRSS?
'Read the “', enableRSS?, '” section'optional enableRSS: boolean;
Enable RSS feed
optional route: string;
The route for the blog
'/blog'
'/news'
optional title: string;
The title of the blog
injectRoutes?
'Read the “', injectRoutes?, '” section'optional injectRoutes: boolean;
Defined in: types.ts:15
Inject routes
true
optional sitemap: boolean;
Defined in: types.ts:9
Enable sitemap generation
true