-
Notifications
You must be signed in to change notification settings - Fork 252
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
Multiple config.js files #107
Comments
I found a temporary solution by determining the controller from the url path all with jquery. Once the controller is determined,
|
How can I use two different configs in one Controller? For example, one for post, and another for comment. |
untested, but could you not have a different class identifying the textarea and two different JS calls to redactor them:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to implement two versions of the Redactor text-editor in my rails app with different config files. How can this be achieved?
The text was updated successfully, but these errors were encountered: