Steps to implement custom tiles:
- Check if at least FeaturePack 1 is installed (SharePoint Build 16.0.4456.1002 or above)
- Enable the feature via PowerShell:
Enable-SPFeature -Identity CustomTiles -Url <WebAppURL> -Force
. It is a WebApplication-scoped feature, so it must be enabled and configured per WebApplication - A hidden list named
Custom tiles
will automatically be created in the RootSiteCollection of your WebApplication. It can be found inhttp://<WebAppURL>/lists/custom%20tiles
- A new tile can be created by adding a new item to the list. The form will ask all necessary information
- The new tile will be displayed within 24 hours to the users.
- More configuration-options can be found in Microsofts documentation: Custom Tiles in SharePoint Server 2016
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.