Skip to content

Commit f7b718e

Browse files
authored
Gallery-draganddrop updated naming (#101)
Updated naming for gallery-draganddrop snippet.
2 parents 1c9f32f + 0df6a60 commit f7b718e

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

power-apps/galerie-draganddrop/README.md renamed to power-apps/gallery-draganddrop/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Galerie Drag & Drop
1+
# Gallery Drag & Drop
22

33
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.
44

55

6-
![galerie-draganddrop](./assets/galerie_draganddrop.gif)
6+
![gallery-draganddrop](./assets/gallery-draganddrop.gif)
77

88

99
## Authors
@@ -21,11 +21,11 @@ Steve Bourdin | [GitHub](https://github.com/SteveBourdin) ([LinkedIn](https://ww
2121

2222

2323
## Code
24-
**[YAML-file](./source/galerie-draganddrop.yaml)**
24+
**[YAML-file](./source/gallery-draganddrop.yaml)**
2525

2626

2727
## Disclaimer
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-
<img src="https://m365-visitor-stats.azurewebsites.net/powerplatform-snippets/power-apps/galerie-draganddrop" aria-hidden="true" />
31+
<img src="https://m365-visitor-stats.azurewebsites.net/powerplatform-snippets/power-apps/gallery-draganddrop" aria-hidden="true" />

power-apps/galerie-draganddrop/assets/sample.json renamed to 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+
]

power-apps/galerie-draganddrop/source/galerie-draganddrop.yaml renamed to power-apps/gallery-draganddrop/source/gallery-draganddrop.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@
202202
=/*In this action, we will update the positions of the items that need to be changed.*/
203203
204204
/*The final target position is saved.*/
205+
205206
UpdateContext(
206207
{
207208
var_SelectPosition: RoundUp(

0 commit comments

Comments
 (0)