Skip to content

Commit 35ceb90

Browse files
authored
Update sample.json
1 parent 8fff199 commit 35ceb90

File tree

1 file changed

+49
-1
lines changed
  • power-apps/gallery-with-animated-cards/assets

1 file changed

+49
-1
lines changed
Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,49 @@
1-
1+
[
2+
{
3+
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
4+
"name": "pnp-powerplatform-snippets-gallery-with-animated-cards",
5+
"version": "1.0.0.0",
6+
"source": "pnp",
7+
"creationDateTime": "2025-07-13T00:00:00.000Z",
8+
"updateDateTime": "2025-07-13T00:00:00.000Z",
9+
"title": "Form Factor selector",
10+
"shortDescription": "A fairly simple use of a dynamic SVG image in a gallery to highlight the selected item with an animation.",
11+
"longDescription": [
12+
"Be careful, however, the visuals are less attractive on a gallery template that is too stretched in height or width. The card is responsive; it will adapt to the gallery template format. The colors also change with the modern theme of your application."
13+
],
14+
"url": "https://github.com/DavidZoon/powerplatform-snippets/blob/main/power-apps/gallery-with-animated-cards/",
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://github.com/DavidZoon/powerplatform-snippets/blob/cd24bdfbc69c69f48183bc70258e648d2fa0cf5b/power-apps/gallery-with-animated-cards/assets/gallery-with-animated-cards.gif",
38+
"alt": "Preview GIF"
39+
}
40+
],
41+
"authors": [
42+
{
43+
"gitHubAccount": "DavidZoon",
44+
"name": "David Zoonekyndt",
45+
"pictureUrl": "https://github.com/DavidZoon.png"
46+
}
47+
]
48+
}
49+
]

0 commit comments

Comments
 (0)