ng-admin
ng-admin copied to clipboard
I want to add custom buttons to the text-angular wysiwyg
I have read the documentation of text-angular.
the problem is that ng-admin is not exposing the services(interfaces) for the wysiwyg component.
there is a module inside text angular called textAngularManager with 2 methods:
- addTool
- removeTool
How can I do it through ng-admin to customize the wysiwyg tool bars buttons?
Can you provide an example?
See my answer #1057
Would specifying buttons for each instance fulfill your needs @talaviss? If so, can we close this issue?
After looking I've found that text-angular has the internal plugin ability to customize the buttons. @jpetitcolas