frontend-plugin-api: rename plugin ID option to pluginId
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -68,7 +68,7 @@ export const settingsNavItem = NavItemBlueprint.make({
|
||||
* @alpha
|
||||
*/
|
||||
export default createFrontendPlugin({
|
||||
id: 'user-settings',
|
||||
pluginId: 'user-settings',
|
||||
extensions: [userSettingsPage, settingsNavItem],
|
||||
routes: convertLegacyRouteRefs({
|
||||
root: settingsRouteRef,
|
||||
|
||||
Reference in New Issue
Block a user