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
Hii am not able to see other icons except bold, underline you can refer image :
the code which am using it like that this is in angular7 so option is like that ; public options: Object = { charCounterCount: true, toolbarButtons: ['bold','underline','emoticons','insertLink','fontAwesome', 'insertImage','insertVideo'] }
I have also added scripts in angular.json like that "styles": [ "src/styles.css", "./node_modules/froala-editor/css/froala_editor.pkgd.min.css", "./node_modules/froala-editor/css/plugins/image.min.css", "./node_modules/froala-editor/css/plugins/video.min.css",= "./node_modules/froala-editor/css/froala_style.min.css", "./node_modules/font-awesome/css/font-awesome.css" ], "scripts": [ "./node_modules/froala-editor/js/froala_editor.pkgd.min.js", "./node_modules/froala-editor/js/plugins/image.min.js", "./node_modules/froala-editor/js/plugins/video.min.js", "./node_modules/jquery/dist/jquery.min.js" ]
can any one help me out why am getting this issue
The text was updated successfully, but these errors were encountered:
Hey, got the same after updating the editor to Version 3.
First of all, check your Licence, they changed it for Version 3.
Read the Docs of Version 3, they changed a lot in the config.
You have to import your Plugins now https://www.froala.com/wysiwyg-editor/docs/plugins
Hii am not able to see other icons except bold, underline you can refer image :
the code which am using it like that this is in angular7 so option is like that ;
public options: Object = { charCounterCount: true, toolbarButtons: ['bold','underline','emoticons','insertLink','fontAwesome', 'insertImage','insertVideo'] }
I have also added scripts in angular.json like that
"styles": [ "src/styles.css", "./node_modules/froala-editor/css/froala_editor.pkgd.min.css", "./node_modules/froala-editor/css/plugins/image.min.css", "./node_modules/froala-editor/css/plugins/video.min.css",= "./node_modules/froala-editor/css/froala_style.min.css", "./node_modules/font-awesome/css/font-awesome.css" ], "scripts": [ "./node_modules/froala-editor/js/froala_editor.pkgd.min.js", "./node_modules/froala-editor/js/plugins/image.min.js", "./node_modules/froala-editor/js/plugins/video.min.js", "./node_modules/jquery/dist/jquery.min.js" ]
can any one help me out why am getting this issue
The text was updated successfully, but these errors were encountered: