cli/new: remove targetPath configuration in templates
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
description: A new backend module that extends an existing backend plugin with additional features
|
||||
template: ./default-backend-module
|
||||
targetPath: plugins
|
||||
role: backend-plugin-module
|
||||
additionalActions:
|
||||
- install-backend
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
description: A new backend plugin
|
||||
template: ./default-backend-plugin
|
||||
targetPath: plugins
|
||||
role: backend-plugin
|
||||
additionalActions:
|
||||
- install-backend
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
description: A new isomorphic common plugin package
|
||||
template: ./default-common-plugin-package
|
||||
targetPath: plugins
|
||||
role: plugin-common-library
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
description: A new Node.js library plugin package
|
||||
template: ./default-node-plugin-package
|
||||
targetPath: plugins
|
||||
role: plugin-node-library
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
description: A new frontend plugin
|
||||
template: ./default-plugin
|
||||
targetPath: plugins
|
||||
role: frontend-plugin
|
||||
additionalActions:
|
||||
- install-frontend
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
description: A new web library plugin package
|
||||
template: ./default-react-plugin-package
|
||||
targetPath: plugins
|
||||
role: plugin-web-library
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
description: A new node-library package, exporting shared functionality for backend plugins and modules
|
||||
template: ./node-library-package
|
||||
targetPath: packages
|
||||
role: node-library
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
description: A module exporting custom actions for @backstage/plugin-scaffolder-backend
|
||||
template: ./scaffolder-module
|
||||
targetPath: plugins
|
||||
role: backend-plugin-module
|
||||
params:
|
||||
pluginId: scaffolder
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
description: A new web-library package, exporting shared functionality for frontend plugins
|
||||
template: ./web-library-package
|
||||
targetPath: packages
|
||||
role: web-library
|
||||
|
||||
Reference in New Issue
Block a user