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
+1 -1
View File
@@ -27,7 +27,7 @@ import {
} from './apis';
export default createFrontendPlugin({
id: 'kubernetes',
pluginId: 'kubernetes',
extensions: [
kubernetesPage,
entityKubernetesContent,