Files
backstage/.changeset/few-berries-deny.md
T
bnechyporenko f68f205d73 Incorporated the feedback.
Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
2022-07-08 13:26:00 +02:00

350 B

@backstage/plugin-catalog
@backstage/plugin-catalog
minor

Plugin catalog has been modified to use an experimental feature where you can customize the title of the create button.

You can modify it by doing:

import { catalogPlugin } from '@backstage/plugin-catalog';

catalogPlugin.__experimentalReconfigure({
  createButtonTitle: 'New',
});