We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I didn't find anything related to it in the docs. I noticed that there is a menuItems key, but how should I define it?
menuItems
These labels I mean:
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
I was facing this same problem and found out this issue. The solution is not pretty, but maybe will help someone in the future.
var tableUi = quill.getModule('tableUI'); tableUi.menuItems[0].title = 'Inserir coluna à direita';
No branches or pull requests
I didn't find anything related to it in the docs. I noticed that there is a
menuItems
key, but how should I define it?These labels I mean:
![image](https://user-images.githubusercontent.com/60705947/103688039-009aab80-4f70-11eb-86a4-cae7fc26e7db.png)
The text was updated successfully, but these errors were encountered: