It won't be in the default setting.py, you just have to add it. The setting specifies where to find the tinymce setup file which controls a lot of the behavior of tinymce. So by specifying your own setup file you can expose more of the features of tinymce that you can see here, http://www.tinymce.com/tryit/3_x/full.php
On Fri, May 15, 2015 at 3:51 PM, <[email protected]> wrote: > Sorry, new to TinyMCE > > So I can just increase the functionality of TinyMCE by adding my own .js > file for it? I assume that instead of putting it in a different location, I > could just rename the default file and place my own file there. Having > trouble finding that > TINYMCE_SETUP_JS > > in settings.py > > I went to the their website and it looks like I can just download the > jQuery version of it to keep things as simple as possible... > > On Wednesday, May 13, 2015 at 3:36:34 PM UTC-4, Stephen McDonald wrote: >> >> Have a look at the TINYMCE_SETUP_JS setting as per >> >> http://mezzanine.jupo.org/docs/admin-customization.html#wysiwyg-editor >> >> >> >> On Thu, May 14, 2015 at 4:04 AM, <[email protected]> wrote: >> >>> Been searching and looking for a way to add more text editing tools for >>> TinyMCe for Rich Text pages? >>> >>> Is there a setting in settings.py or in the admin area that I am missing? >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Mezzanine Users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> Stephen McDonald >> http://jupo.org >> > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
