@backstage/plugin-search
It is possible to specify the length of the title for announcements rendered on the AnnouncementsPage
. You can do this by passing a cardOptions
prop to the AnnouncementsPage
component. The cardOptions
prop accepts an object with the following properties:
{
titleLength: number; // defaults to 50
}
Example
<AnnouncementsPage cardOptions= />