Skip to content

Commit 63f08bc

Browse files
committed
Added sample json for piano sample
1 parent c01b2d0 commit 63f08bc

File tree

2 files changed

+53
-6
lines changed

2 files changed

+53
-6
lines changed

power-apps/piano/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,4 @@ Steve Bourdin | [GitHub](https://github.com/SteveBourdin) ([LinkedIn](https://ww
2828

2929
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**
3030

31-
<!---
32-
Replace X with the directory name of your snippet and uncomment this comment.
33-
34-
<img src="https://m365-visitor-stats.azurewebsites.net/powerplatform-snippets/power-apps/X" aria-hidden="true" />
35-
--->
36-
31+
<img src="https://m365-visitor-stats.azurewebsites.net/powerplatform-snippets/power-apps/piano" aria-hidden="true" />

power-apps/piano/assets/sample.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
4+
"name": "pnp-powerplatform-snippets-piano",
5+
"version": "1.0.0.0",
6+
"source": "pnp",
7+
"creationDateTime": "2025-05-15T00:00:00.000Z",
8+
"updateDateTime": "2025-05-15T00:00:00.000Z",
9+
"title": "Piano",
10+
"shortDescription": "This snippet allows you to display a piano within a Power Apps canvas app.",
11+
"longDescription": [
12+
"This snippet allows you to display a piano within a Power Apps canvas app."
13+
],
14+
"url": "https://github.com/pnp/powerplatform-snippets/tree/main/power-apps/piano/",
15+
"products": [
16+
"Power Platform",
17+
"Power Apps",
18+
"powerplatform-snippets",
19+
"power-apps-snippets"
20+
],
21+
"tags": [
22+
],
23+
"categories": [
24+
],
25+
"thumbnails": [
26+
{
27+
"type": "image",
28+
"order": 100,
29+
"url": "https://raw.githubusercontent.com/pnp/powerplatform-snippets/main/power-apps/piano/assets/piano.png",
30+
"alt": "Preview PNG"
31+
}
32+
],
33+
34+
"metadata": [
35+
{
36+
"key": "Product",
37+
"value": "Power Apps"
38+
},
39+
{
40+
"key": "Type",
41+
"value": "Snippet"
42+
}
43+
],
44+
"authors": [
45+
{
46+
"gitHubAccount": "SteveBourdin",
47+
"name": "Steve Bourdin",
48+
"pictureUrl": "https://github.com/SteveBourdin.png"
49+
}
50+
]
51+
}
52+
]

0 commit comments

Comments
 (0)