Omar 19bd386580 Added Tile V2 webpart
This solution creates a customisable Tiles Webpart, it uses a stored collection from the PnP PropertyFieldCollectionData control and allows the user to choose the colour scheme (theme or custom) and to set the size of the tiles. By default the tiles use a fluid flex layout to use the available screen area.
2021-07-14 23:40:53 +01:00

44 lines
1.5 KiB
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/teams/v1.5/MicrosoftTeams.schema.json",
"manifestVersion": "1.5",
"packageName": "Tiles V2 App",
"id": "3f170f95-26da-4621-9f3e-6e10078c8fa3",
"version": "0.1",
"developer": {
"name": "Omar El-Anis",
"websiteUrl": "https://spdeveloper.co.uk",
"privacyUrl": "https://spdeveloper.co.uk",
"termsOfUseUrl": "https://spdeveloper.co.uk"
},
"name": {
"short": "Tiles V2 App"
},
"description": {
"short": "Displayes a group of links as tiles",
"full": "This app displayes a group of tiles which can be set to navigate to different URLs"
},
"icons": {
"outline": "3f170f95-26da-4621-9f3e-6e10078c8fa3_outline.png",
"color": "3f170f95-26da-4621-9f3e-6e10078c8fa3_color.png"
},
"accentColor": "#004578",
"configurableTabs": [
{
"configurationUrl": "https://{teamSiteDomain}{teamSitePath}/_layouts/15/TeamsLogon.aspx?SPFX=true&dest={teamSitePath}/_layouts/15/teamshostedapp.aspx%3FopenPropertyPane=true%26teams%26componentId=26cb4af3-7f48-4737-b82a-4e24167c2d07%26forceLocale={locale}",
"canUpdateConfiguration": true,
"scopes": [
"team"
]
}
],
"validDomains": [
"*.login.microsoftonline.com",
"*.sharepoint.com",
"spoprod-a.akamaihd.net",
"resourceseng.blob.core.windows.net"
],
"webApplicationInfo": {
"resource": "https://{teamSiteDomain}",
"id": "00000003-0000-0ff1-ce00-000000000000"
}
}