frontend-plugin-api: rename plugin ID option to pluginId
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -67,6 +67,6 @@ const homePage = PageBlueprint.makeWithOverrides({
|
||||
* @alpha
|
||||
*/
|
||||
export default createFrontendPlugin({
|
||||
id: 'home',
|
||||
pluginId: 'home',
|
||||
extensions: [homePage],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user