@trackstar/angular-trackstar-link
Advanced tools
+1
-1
| { | ||
| "name": "@trackstar/angular-trackstar-link", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "An Angular component for Trackstar Connect Modal", | ||
@@ -5,0 +5,0 @@ "repository": { |
+7
-2
@@ -64,3 +64,8 @@ # angular-trackstar-link | ||
| Use optional `integrationAllowList` and `integrationBlockList` props to determine the specific integrations to display. Both props take an string array of integration names. | ||
| Use optional `integrationsWithEndpoints`, `integrationAllowList` and `integrationBlockList` props to determine the specific integrations to display. | ||
| To only show integrations that support the `get_returns` and `create_return` endpoints use | ||
| ```jsx | ||
| integrationsWithEndpoints={['get_returns', 'create_return']} | ||
| ``` | ||
| The other two props take in a string array of integration names. | ||
| To only show ShipBob and Ongoing integrations use | ||
@@ -79,5 +84,5 @@ ```jsx | ||
| Use the `buttonId` prop to use multiple instances of `<TrackstarConnectButton>`. This is useful to have several buttons with different `integrationAllowList`'s to display. Each `<TrackstarConnectButton>` will need its own unique string for `buttonId`. | ||
| Use the `buttonId` prop to use multiple instances of `<TrackstarConnectButton`. This is useful to have several buttons with different `integrationAllowList`'s to display. Each `<TrackstarConnectButton` will need its own unique string for `buttonId`. | ||
| ### Issues/Questions | ||
| Contact us at `support@trackstarhq.com`. |
50987
0.4%87
6.1%