Skip to content

types

Defined in: types.ts:4

Options for configuring the StudioCMS Blog.

optional blog: {
enableRSS: boolean;
route: string;
title: string;
};

Defined in: types.ts:20

The configuration for the blog

optional enableRSS: boolean;

Enable RSS feed

optional route: string;

The route for the blog

'/blog'
'/news'

optional title: string;

The title of the blog

optional injectRoutes: boolean;

Defined in: types.ts:15

Inject routes

true

optional sitemap: boolean;

Defined in: types.ts:9

Enable sitemap generation

true