On Fri, Sep 24, 2010 at 4:05 AM, Stefan Georg <[email protected]> wrote: > Is there a way to add a checkbox for each block of an ezflow page? I ask > because someone would like to be able to check on or off whether to display > dates next to articles if it is checked. The template override could then > read this option in and decide whether to display or hide the dates.
Anything is possible, but this would require changes to both ezflow templates and the underlying PHP code. I would recommend to add a checkbox attribute to the article class instead, and set/unset it when editing each article. That's the standard way of doing things like this. -- Gunnstein Lye Product Support Engineer [email protected] | www.ez.no | eZ Systems -- Sdk-public mailing list [email protected] http://lists.ez.no/mailman/listinfo/sdk-public
