scaffolder-backend: fixed alpha module plugin and module ID
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
---
|
||||
|
||||
Fixed the plugin and module ID of the alpha `catalogModuleTemplateKind` export.
|
||||
@@ -24,8 +24,8 @@ import { ScaffolderEntitiesProcessor } from '../processor';
|
||||
* @alpha
|
||||
*/
|
||||
export const catalogModuleTemplateKind = createBackendModule({
|
||||
moduleId: 'scaffolder',
|
||||
pluginId: 'templateKind',
|
||||
moduleId: 'templateKind',
|
||||
pluginId: 'catalog',
|
||||
register(env) {
|
||||
env.registerInit({
|
||||
deps: {
|
||||
|
||||
Reference in New Issue
Block a user