Skip to content

Commit

Permalink
Update samples/react-application-collab-footer/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Wójcik <[email protected]>
  • Loading branch information
NicolasKheirallah and Adam-it authored Oct 31, 2024
1 parent 7b1e001 commit 52f2bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/react-application-collab-footer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Set-PnPApplicationCustomizer -Title "CollabFooter" -ClientSideComponentId 6638da

The shared links are retrieved from a term set called `PnP-CollabFooter-SharedLinks`. This termset's intended use must be set for to be used for site navigation. The url is set in the terms property "simple link or header". The termset is created when applying the pnp tenant template found in the instructrions. The xml used to provision the termset can be found [here](../../provisioning/starterkit.xml).

Personalized links only works if a custom property called `PnP-CollabFooter-MyLinks` has been added on the user profile service. This is string based property with maximum lenght. As there's no APIs to automate the property creation to the user profile service, this property will need to be manually created to enable the personalized links capability. Instructions to set up the custom property can be found [here](../../documentation/tenant-settings.md#create-a-custom-property-in-the-user-profile-service).
Personalized links only works if a custom property called `PnP-CollabFooter-MyLinks` has been added on the user profile service. This is string based property with maximum length. As there's no APIs to automate the property creation to the user profile service, this property will need to be manually created to enable the personalized links capability. Instructions to set up the custom property can be found [here](../../documentation/tenant-settings.md#create-a-custom-property-in-the-user-profile-service).

Both component property names can be [changed in the SPFx extension properties](#modifying-extension-properties).

Expand Down

0 comments on commit 52f2bf4

Please sign in to comment.