Settings
Settings component used for your plugin settings config
Plugin config
You can access your plugin config from Dashboard main components withprops.config.username && props.config.password
Or with Plugin.useConfig() hook
Application config
You can access your plugin config from Dashboard main components withprops.config.applicationTitle
Or with Plugin.useApplicationConfig() hook
Last updated
Was this helpful?