frontend-plugin-api: rename plugin ID option to pluginId

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-04-27 12:06:13 +02:00
parent c4fd744f42
commit fb58f20613
44 changed files with 216 additions and 115 deletions
@@ -219,7 +219,7 @@ Can be converted to the following plugin configuration:
```tsx
createFrontendPlugin({
id: 'tech-radar',
pluginId: 'tech-radar',
// ...
featureFlags: [{ name: 'tech-radar' }],
// ...