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
@@ -67,6 +67,6 @@ const homePage = PageBlueprint.makeWithOverrides({
* @alpha
*/
export default createFrontendPlugin({
id: 'home',
pluginId: 'home',
extensions: [homePage],
});