frontend-plugin-api: rename plugin ID option to pluginId
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -80,7 +80,7 @@ const workApi = ApiBlueprint.make({
|
||||
* @public
|
||||
*/
|
||||
export default createFrontendPlugin({
|
||||
id: 'example',
|
||||
pluginId: 'example',
|
||||
extensions: [exampleWorkApi],
|
||||
});
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user