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.
opts.dashboardPageLinks?
optional
dashboardPageLinks:DashboardPageLink
[]
Custom dashboard pages for the plugin
opts.navigationLinks?
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