This repository has been archived by the owner on Oct 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
Multiple Timymce toolbars settings #54
Comments
I couldn’t find the reference in the docs, but this works: class SomeModel(models.Model):
content = HTMLField(profile=dict_with_settings) |
Hi! Thanks for reply. Would it work when I set the widget from the ModelForm? Since I always use:
|
Ah in that case you’d need to pass the right param (I forget if it’s profile or mce_something) to the TinyMCE widget class. |
Maybe mce_attrs? EDIT: well, it just works with profile as well (when tested the first time didn't work, maybe a typo).
|
So it this a doc issue, or should be closed? |
This should be documented, I think. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Is there a way to setup mutiple settings? Leys say I want one tinyce settings (specially, the toolbar) for the admin section of my site and another for the public section (users).
Thanks.
The text was updated successfully, but these errors were encountered: