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 am trying to add Audio plugin support and I am getting error in console :-
froala-audio.js:3 Uncaught TypeError: Cannot read property 'POPUP_TEMPLATES' of undefined
The code I have added for clientPlugins :-
clientPlugins
'clientPlugins' => [ ...... ...... ...... 'video', 'word_paste', 'audio' =>[ 'css' => [ \Yii::$app->urlManager->createAbsoluteUrl([ '/plugin/froalaPlugins/audio/css/froala-audio.css', ]) ], 'js' => [ \Yii::$app->urlManager->createAbsoluteUrl([ '/plugin/froalaPlugins/audio/js/froala-audio.js', ]) ] ],
I am using this plugin for Yii2 and this plugin and trying to add for enabling audio feature
I am not sure if I am adding this in a right way
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to add Audio plugin support and I am getting error in console :-
The code I have added for
clientPlugins
:-I am using this plugin for Yii2 and this plugin and trying to add for enabling audio feature
I am not sure if I am adding this in a right way
The text was updated successfully, but these errors were encountered: