Forum Discussion
Alan Trafford
Oct 11, 2017Brass Contributor
SPFx webpart - Custom group name
Hi I've created an SPFx webpart and I'm struggling to add it to a group with a new name. I believe it's the preconfiguredEntries where I configure this. I've read the documentation here: http...
- Nov 14, 2017
Alan Trafford, Yannick Borghmans, Lee Hoffner
Check out this YouTube video (starting time set to the correct moment) published some hours ago where you can confirm that this functionality is not yet available :)
Joel
Marco Borzi
Aug 23, 2018Copper Contributor
Hi if you want to know, for me worked:
"groupId": "5c03119e-3074-46fd-976b-c60198311f70",
"group": {
"default": "Hello Word!"
},
hope it help someone!
"groupId": "5c03119e-3074-46fd-976b-c60198311f70",
"group": {
"default": "Hello Word!"
},
hope it help someone!
Alan Trafford
Aug 23, 2018Brass Contributor
Marco BorziThanks for the reply.
- Clint LechnerAug 16, 2019Iron ContributorI'm kind of shocked we still can't add custom groups.