Select to view content in your preferred language

How change display name custom widget Experience Builder?

668
2
10-25-2023 07:42 AM
Labels (1)
Eduardo384
New Contributor

I Try change name of custom widget, but not working. follow image about that.

Anybody can help me ?

Eduardo384_0-1698244844544.png

 

0 Kudos
2 Replies
AngelaSchirck
Frequent Contributor

I believe it has to be changed in the widget code: "name":"Name you want"

0 Kudos
DanRaleigh
Emerging Contributor

If you navigate to the folder of the custom widget that you're working with, open the "manifest.json" file with a script editor and you can adjust the 'label' entry to change the display name of the widget. Don't forget to run 'npm start' on both client and server in Command Prompt to see the adjusted display name.

0 Kudos