-
Notifications
You must be signed in to change notification settings - Fork 48
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
Can't add additional Redactor plugins to Craft3 with custom config #14
Comments
Craft throws a |
Not sure if this helps, but I was just trying to add my own (basic) Redactor plugin and was also getting a I looked at the other existing plugins and they're initialised jQuery-style, so this code worked for me:
|
I saw this as well while digging through the source code. I guess we'll have to thinker them on our own for now to make it work. Gonna try to get limiter and counter to work so if anyone need it I can hook you up once I'm done. Not for now though :) |
I have the same issue: did you guys figure out how to fix it in the short term? |
Sorry @howells that's a no from me |
Didn’t realize that Imperavi removed all the Redactor 2 plugins from their site when Redactor 3 launched. As of the next release, the plugin will come bundled with all of Imperavi’s Redactor 2 plugins. |
I'm using Craft CMS 3.0.0-RC13 and Redactor 2.7 (latest versions I could pull in with Composer).
I've added 3 extra JS plugins: clips, inlinestyle and specialchars. Everything is copied (JS/CSS) to the /config/redactor/plugins folder. Names are matching. For example: /config/redactor/plugins/specialchars.js
Afterwards I've set up a custom config "extended.json" in /config/redactor:
The problem is, Craft seem to recognize them (when I spell the name of one plugin false on purpose, I get an error in Craft), but I can't get them visible as buttons.
The text was updated successfully, but these errors were encountered: