feat(openapi-tooling): use info.title as the pluginId
the current approach to pass pluginId to the client is opaque and using package name as a title isn't super descriptive. Signed-off-by: Aramis <sennyeyaramis@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
openapi: 3.0.3
|
||||
|
||||
info:
|
||||
title: '@backstage/plugin-todo-backend'
|
||||
title: todo
|
||||
version: '1'
|
||||
description: The Backstage backend plugin that provides source code todo comment browsing.
|
||||
license:
|
||||
|
||||
Reference in New Issue
Block a user