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
I was trying to use button size option but it doesn't work. Isn't it implemented yet or am I doing something wrong?
Using "size": "sm" for example but doesn't seem appropriate Bootstrap classes are generated in the code (only "btn btn-default"). Editor and other options normally work.
Thanks!
The text was updated successfully, but these errors were encountered:
Thx for reporting. It is implemented and it is working. I just forgot the api change mentioned in the documentation on this particular property in the templates.
So to get the correct behaviour in this version us it as follows:
Hey,
first of all, nice job on this editor!
I was trying to use button size option but it doesn't work. Isn't it implemented yet or am I doing something wrong?
Using
"size": "sm"
for example but doesn't seem appropriate Bootstrap classes are generated in the code (only"btn btn-default"
). Editor and other options normally work.Thanks!
The text was updated successfully, but these errors were encountered: