-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
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
Error when trying to use plugins #31
Comments
add plugin libray both .js and css on index, after redactor library, |
@rubenjimenez Did that work for you? |
I have the same problem here. I just tried to add "plugins: ['video']" in the redactor options and I'm getting:
I noticed that even if I just put plugins: [](empty array) I still get it. How can we resolve? Thanks for your contribution. |
Not sure is the best way but I managed to get it working just by editing each plugin in this way: Replace
with:
|
Video appears, but @danieleratti , fullscreen and imagemanager won't appear. No errors in console either. |
Same issue here. Added the video plugin, and added 'video' to the plugins list in the options. Result:
|
Whoops, I'm in the wrong repo. Sorry guys. I'm not even using the angular directive - but maybe that's a hint that it's a more general issue... |
I cannot integrate fontcolor plugin in my app //= require fontcolor
//= require angular-redactor $scope.redactorOptions = {minHeight: 250,
replaceDivs: false,
paragraphize: false,
allowedTags: ['p', 'h1', 'h2', 'h3', 'h4', 'html', 'head', 'script', 'body',
'table', 'th', 'tr', 'td', 'thead', 'tbody', 'div', 'img', 'a', 'document', 'meta'],
plugins: ['fontcolor']
}
The plugin fontcolor does not appear in the HTML editor. |
Hi,
I'm trying to load the fullscreen plugin and I'm getting this error:
This is my code to initialize Redactor:
Where do i suppose to define RedactorPlugins? Or at least, what should i modify to make Redactor to accept plugins?
Thanks in advance!
The text was updated successfully, but these errors were encountered: