You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It would be nice to be able to customize default label options, i.e. customize the headings and description on the inputs.
Describe the solution you'd like
Add labels key to the options config object, e.g.
<PromoButtonlabels={{adTitle: 'My default ad title',adTitleDescription: 'My short description',}}/>
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It would be nice to be able to customize default label options, i.e. customize the headings and description on the inputs.
Describe the solution you'd like
Add
labels
key to theoptions
config object, e.g.The text was updated successfully, but these errors were encountered: