Skip to content

Commit d096731

Browse files
committed
fix: update sample.json with correct SPFx version and update date
1 parent 9efeb1a commit d096731

File tree

1 file changed

+5
-9
lines changed
  • samples/react-application-customizer-feedback-widget/assets

1 file changed

+5
-9
lines changed

samples/react-application-customizer-feedback-widget/assets/sample.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,20 @@
99
"An SPFx Application Customizer Extension placed in the bottom placeholder which allows users to input their feedbacks without scrolling down to the end of the page."
1010
],
1111
"creationDateTime": "2023-07-02",
12-
"updateDateTime": "2025-05-25",
13-
"products": [
14-
"SharePoint"
15-
],
12+
"updateDateTime": "2025-10-20",
13+
"products": ["SharePoint"],
1614
"metadata": [
1715
{
1816
"key": "CLIENT-SIDE-DEV",
1917
"value": "React"
2018
},
2119
{
2220
"key": "SPFX-VERSION",
23-
"value": "1.20.2"
21+
"value": "1.21.1"
2422
}
2523
],
26-
"tags": [],
27-
"categories": [
28-
"SPFX-APPLICATION-EXTENSION"
29-
],
24+
"tags": [],
25+
"categories": ["SPFX-APPLICATION-EXTENSION"],
3026
"thumbnails": [
3127
{
3228
"type": "image",

0 commit comments

Comments
 (0)