0.1.70 • Published 12 months ago

@itsyndicate/backstage-plugin-user-links v0.1.70

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
12 months ago

User Links

Description

Welcome to the User Links plugin! This extention add to your users editible custom links. photo

Functionality

From user profile, add and remove associated links.

Instalation

From backstage dir:

yarn --cwd packages/app add @internal/backstage-plugin-user-links

In packages/app/src/components/catalog/EntityPage.tsx update

import { UserLinksCard } @internal/backstage-plugin-user-links
...
const userPage = (
  <EntityLayout>
    <EntityLayout.Route path="/" title="Overview">
      <Grid container spacing={3}>
        ...
        <Grid item xs={12} md={6}>
          <UserLinksCard/>
        </Grid>

      </Grid>
    </EntityLayout.Route>
  </EntityLayout>
);
0.1.70

12 months ago

0.1.65

12 months ago

0.1.60

12 months ago

0.1.50

12 months ago

0.1.45

12 months ago

0.1.40

12 months ago

0.1.35

12 months ago

0.1.30

12 months ago

0.1.25

1 year ago

0.1.20

1 year ago

0.1.15

1 year ago

0.1.10

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago