diff --git a/samples.json b/samples.json index 8acfc465..32f504e5 100644 --- a/samples.json +++ b/samples.json @@ -144,6 +144,83 @@ } ] }, + { + "$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json", + "name": "pnp-powerplatform-samples-glassmorphism-sandbox", + "version": "1.0.0.0", + "source": "pnp", + "creationDateTime": "2023-08-20T00:00:00.000Z", + "updateDateTime": "2023-08-20T00:00:00.000Z", + "title": "Glassmorphism Sandbox", + "shortDescription": "This sample illustrates how to use glassmorphism, combining a blur effect with transparency, using a HTML text control.", + "longDescription": [ + "This sample illustrates how to use glassmorphism, combining a blur effect with transparency, using a HTML text control." + ], + "url": "https://github.com/pnp/powerplatform-samples/tree/main/samples/glassmorphism-sandbox", + "products": [ + "Power Apps", + "Power Platform" + ], + "tags": [ + "Glassmorphism" + ], + "categories": [ + "POWERAPPS" + ], + "metadata": [ + { + "key": "POWERAPPS-MANIFEST-VERSION", + "value": "0.20" + }, + { + "key": "POWERAPPS-TYPE", + "value": "Canvas" + }, + { + "key": "POWERAPPS-EXPERIMENTAL", + "value": "No" + }, + { + "key": "POWERAPPS-PREMIUM", + "value": "No" + }, + { + "key": "POWERAPPS-ONPREM", + "value": "No" + }, + { + "key": "POWERAPPS-CUSTOMCONNECTOR", + "value": "No" + } + ], + "thumbnails": [ + { + "type": "image", + "order": 100, + "url": "https://github.com/pnp/powerplatform-samples/blob/main/samples/glassmorphism-sandbox/assets/screenshot.png?raw=true", + "alt": "Preview" + } + ], + "authors": [ + { + "gitHubAccount": "KeithAtherton", + "name": "Keith Atherton", + "pictureUrl": "https://github.com/KeithAtherton.png" + } + ], + "references": [ + { + "name": "Overview of creating apps in Power Apps", + "description": "Overview of creating apps in Power Apps", + "url": "https://learn.microsoft.com/en-us/power-apps/maker/" + }, + { + "name": "Power Apps canvas apps documentation", + "description": "Power Apps canvas apps documentation", + "url": "https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/" + } + ] + }, { "$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json", "name": "pnp-powerplatform-samples-powerfx-json",