You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 16/umbraco-engage/developers/profiling/external-profile-data.md
+24-63Lines changed: 24 additions & 63 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,75 +25,36 @@ When this component is registered a new tab will be rendered in the Profiles sec
25
25
To render this External Profile Tab with a custom component, you have to create your component and register it with Umbraco Engage. The following code will show how to do both. Add the below code in a Typescript file:
26
26
27
27
```typescript
28
-
// Create a component. We create a component named "myCustomExternalProfileDataComponent" here:
29
-
30
-
const element ="myCustomExternalProfileDataComponent";
0 commit comments