Skip to content

Commit e2c38cd

Browse files
authored
added sample.json
1 parent 3846953 commit e2c38cd

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
[
2+
{
3+
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
4+
"name": "pnp-powerplatform-snippets-breadcrumbs",
5+
"version": "1.0.0.0",
6+
"source": "pnp",
7+
"creationDateTime": "2025-08-11T00:00:00.000Z",
8+
"updateDateTime": "2025-08-11T00:00:00.000Z",
9+
"title": "Breadcrumbs",
10+
"shortDescription": "This snippet shows you how to build breadcrumbs for Canvas apps.",
11+
"longDescription": [
12+
"This snippet shows you how to build breadcrumbs for Canvas apps. In this example, we will use a component so that the functionalities are reusable on different screens within your Canvas app."
13+
],
14+
"url": "https://github.com/pnp/powerplatform-snippets/tree/main/power-apps/Breadcrumbs/",
15+
"products": [
16+
"Power Platform",
17+
"Power Apps",
18+
"powerplatform-snippets",
19+
"power-apps-snippets"
20+
],
21+
"tags": [],
22+
"categories": [],
23+
"metadata": [
24+
{
25+
"key": "Product",
26+
"value": "Power Apps"
27+
},
28+
{
29+
"key": "Type",
30+
"value": "Snippet"
31+
}
32+
],
33+
"thumbnails": [
34+
{
35+
"type": "image",
36+
"order": 100,
37+
"url": "https://raw.githubusercontent.com/pnp/powerplatform-snippets/main/power-apps/Breadcrumbs/assets/13-result.gif",
38+
"alt": "Preview PNG"
39+
}
40+
],
41+
"authors": [
42+
{
43+
"gitHubAccount": "arijsdijk",
44+
"name": "Arjan Rijsdijk",
45+
"pictureUrl": "https://github.com/arijsdijk.png"
46+
}
47+
]
48+
}
49+
]

0 commit comments

Comments
 (0)