Skip to content

Commit

Permalink
Commit from GitHub Actions (Merge sample metadata)
Browse files Browse the repository at this point in the history
  • Loading branch information
Katerina-Chernevskaya committed Sep 8, 2023
1 parent 83cacc8 commit 6b63ba5
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6b63ba5

Please sign in to comment.