Skip to content

Commit 0df6a60

Browse files
authored
Updated sample.json
1 parent 0e4a9d8 commit 0df6a60

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

power-apps/gallery-draganddrop/assets/sample.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[
22
{
33
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
4-
"name": "pnp-powerplatform-snippets-galerie-draganddrop",
4+
"name": "pnp-powerplatform-snippets-gallery-draganddrop",
55
"version": "1.0.0.0",
66
"source": "pnp",
7-
"creationDateTime": "2025-04-29T00:00:00.000Z",
8-
"updateDateTime": "2025-04-29T00:00:00.000Z",
9-
"title": "Galerie Drag & Drop",
7+
"creationDateTime": "2025-07-17T00:00:00.000Z",
8+
"updateDateTime": "2025-07-17T00:00:00.000Z",
9+
"title": "Gallery Drag & Drop",
1010
"shortDescription": "Here is a snippet that enables drag and drop functionality on a PowerApps gallery. This method only works if all gallery items are fully visible (no scrollbar). Feel free to explore the code and adapt it to your own examples.",
1111
"longDescription": [
1212
"Here is a snippet that enables drag and drop functionality on a PowerApps gallery. This method only works if all gallery items are fully visible (no scrollbar). Feel free to explore the code and adapt it to your own examples."
1313
],
14-
"url": "https://github.com/pnp/powerplatform-snippets/tree/main/power-apps/galerie-draganddrop/",
14+
"url": "https://github.com/pnp/powerplatform-snippets/tree/main/power-apps/gallery-draganddrop/",
1515
"products": [
1616
"Power Platform",
1717
"Power Apps",
@@ -36,7 +36,7 @@
3636
{
3737
"type": "image",
3838
"order": 100,
39-
"url": "https://raw.githubusercontent.com/pnp/powerplatform-snippets/9f2e1293160a391075bcfb8e8be0c368961a7159/power-apps/galerie-draganddrop/assets/galerie-draganddrop.png",
39+
"url": "https://raw.githubusercontent.com/pnp/powerplatform-snippets/main/power-apps/gallery-draganddrop/assets/gallery-draganddrop.png",
4040
"alt": "Preview PNG"
4141
}
4242
],
@@ -48,4 +48,4 @@
4848
}
4949
]
5050
}
51-
]
51+
]

0 commit comments

Comments
 (0)