frontend-plugin-api: rename plugin ID option to pluginId
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -219,7 +219,7 @@ Can be converted to the following plugin configuration:
|
||||
|
||||
```tsx
|
||||
createFrontendPlugin({
|
||||
id: 'tech-radar',
|
||||
pluginId: 'tech-radar',
|
||||
// ...
|
||||
featureFlags: [{ name: 'tech-radar' }],
|
||||
// ...
|
||||
|
||||
Reference in New Issue
Block a user