mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-14 00:45:23 +00:00
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.
22 lines
565 B
JSON
22 lines
565 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
"solution": {
|
|
"name": "Tiles V2 Webpart - Modern",
|
|
"id": "d56958d6-9eaf-4500-934b-b421c22a7d1f",
|
|
"version": "1.0.0.0",
|
|
"skipFeatureDeployment": true,
|
|
"includeClientSideAssets": true,
|
|
"isDomainIsolated": false,
|
|
"developer": {
|
|
"name": "Omar El-Anis",
|
|
"websiteUrl": "",
|
|
"privacyUrl": "",
|
|
"termsOfUseUrl": "",
|
|
"mpnId": ""
|
|
}
|
|
},
|
|
"paths": {
|
|
"zippedPackage": "solution/Tiles_V2_Modern.sppkg"
|
|
}
|
|
}
|