Skip to content

Commit

Permalink
Updated sample, devcontainer, readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoabernier committed Oct 21, 2024
1 parent 8ed224d commit eb898f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 23 deletions.
8 changes: 4 additions & 4 deletions samples/react-carousel/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// For more information on how to run this SPFx project in a VS Code Remote Container, please visit https://aka.ms/spfx-devcontainer
{
"name": "SPFx 1.12.1",
"image": "docker.io/m365pnp/spfx:1.12.1",
"name": "SPFx 1.20.0",
"image": "docker.io/m365pnp/spfx:1.20.0",
// Set *default* container specific settings.json values on container create.
"settings": {},
// Add the IDs of extensions you want installed when the container is created.
Expand All @@ -21,7 +21,7 @@
"onAutoForward": "silent",
"requireLocalPort": true
},
// Not needed for SPFx>= 1.12.1
// Not needed for SPFx>= 1.12.1
// "5432": {
// "protocol": "https",
// "label": "Workbench",
Expand All @@ -36,4 +36,4 @@
},
"postCreateCommand": "bash .devcontainer/spfx-startup.sh",
"remoteUser": "node"
}
}
17 changes: 0 additions & 17 deletions samples/react-carousel/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
---
page_type: sample
products:
- office-sp
- sharepoint
languages:
- javascript
- typescript
extensions:
contentType: samples
technologies:
- SharePoint Framework
platforms:
- React
createdDate: 06/17/2016 12:00:00 AM
---

# Images and Videos in a Carousel

## Summary
Expand Down
4 changes: 2 additions & 2 deletions samples/react-carousel/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"This web part show images and videos in carousel"
],
"creationDateTime": "2020-10-31",
"updateDateTime": "2020-06-12",
"updateDateTime": "2024-10-15",
"products": [
"SharePoint"
],
Expand All @@ -20,7 +20,7 @@
},
{
"key": "SPFX-VERSION",
"value": "1.12.1"
"value": "1.20.0"
},
{
"key": "SPFX-TEAMSTAB",
Expand Down

0 comments on commit eb898f4

Please sign in to comment.