Skip to content

StudioCMSPluginOptions

StudioCMSPluginOptions: object

Type declaration

opts

opts: object

The options for the plugin

opts.customRendererPluginPath?

optional customRendererPluginPath: string

The custom renderer plugin path - This is used to replace the built-in Markdown renderer. Recommended for advanced users.

Deprecated This option has moved to the StudioCMSRendererConfig.

optional dashboardPageLinks: DashboardPageLink[]

Custom dashboard pages for the plugin

optional navigationLinks: object[]

The front-end navigation links for the plugin

opts.pluginLabel

pluginLabel: string

The label for the plugin (used in the dashboard)

pkgname

pkgname: string

The package name of the plugin

Defined in

packages/studiocms_core/src/types/pluginOptions.ts:16