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
And of course you can use plugin() and application() together, but make sure you don't use the same ref name in plugin() and application(), because one of em will override the other.
Last updated