Re: [mezzanine-users] Un-wrap code in

2014-09-02 Thread Ken Bolton
Hi Christoph, It has been a dog's age since I last did anything with Plone. Would you illustrate your request with a link to an example of the behavior you would like to see incorporated into Mezzanine? best, ken On Tue, Sep 2, 2014 at 4:01 AM, Christoph H. Larsen < christoph.h.lar...@gmail.com

Re: [mezzanine-users] Adding a featured_image to a Page

2014-09-02 Thread Simone Dalla
2014-09-02 15:04 GMT+02:00 Wim Feijen : > Hello, > > I'd like to add a featured_image to the Page model. > > Following the advice on > http://mezzanine.jupo.org/docs/content-architecture.html#creating-custom-content-types, > I created my own Page model. > Read the note at the end of http://mezzan

Re: [mezzanine-users] Adding a featured_image to a Page

2014-09-02 Thread Ken Bolton
Hi Wim, Use the source, Luke! If you look at the source for pages.models , you will see that you can do multiple inheritance. So instead of `class FeaturedPage(Page)`, use `class FeaturedPage(Page, RichText)`,

[mezzanine-users] Adding a featured_image to a Page

2014-09-02 Thread Wim Feijen
Hello, I'd like to add a featured_image to the Page model. Following the advice on http://mezzanine.jupo.org/docs/content-architecture.html#creating-custom-content-types, I created my own Page model. in models.py: from django.db import models from mezzanine.pages.models import Page from mez

[mezzanine-users] Un-wrap code in

2014-09-02 Thread Christoph H. Larsen
Dear All, I noted that anything I enter into the TinyMCE editor, or via PageDown, or whatever as preformatted, is wrapped according to the allocated blcok width. Adding the tag does not make any difference. So, although the code does appear inside a clean, copy-able box, it is wrapped, which is