f68f205d73
Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
350 B
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',
});