ng-admin icon indicating copy to clipboard operation
ng-admin copied to clipboard

I want to add custom buttons to the text-angular wysiwyg

Open talaviss opened this issue 9 years ago • 3 comments

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:

  1. addTool
  2. removeTool

How can I do it through ng-admin to customize the wysiwyg tool bars buttons?

Can you provide an example?

talaviss avatar Apr 18 '16 15:04 talaviss

See my answer #1057

sam2x avatar May 12 '16 13:05 sam2x

Would specifying buttons for each instance fulfill your needs @talaviss? If so, can we close this issue?

jpetitcolas avatar Nov 21 '16 08:11 jpetitcolas

After looking I've found that text-angular has the internal plugin ability to customize the buttons. @jpetitcolas

talaviss avatar Dec 02 '16 15:12 talaviss