I am trying to map the text align with the parameters but it’s not working . Will you please let me know where I did wrong here
Hello @KaziTouhid,
Thanks for writing in!
The initial value and your options is incorrect. It should only be:
"initial" : "center",
"options" : [
{ "value" : "center", "icon" : "ui:text-align-center" },
{ "value" : "left", "icon" : "ui:text-align-left" },
{ "value" : "right", "icon" : "ui:text-align-right" },
{ "value" : "justify", "icon" : "ui:text-align-justify" }
]
Kindly let us know how it goes.
thanks a lot it worked
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.

