Metadata-Version: 1.0
Name: collective.qextendedmenu
Version: 1.0a4
Summary: extend quintagroup.megameu
Home-page: http://svn.plone.org/svn/collective/
Author: Nathan Van Gheem
Author-email: vangheem@gmail.com
License: GPL
Description: Introduction
        ============
        
        This product extends quintagroup.dropdownmenu to add static text to the right
        of the menu. This makes it more of a "Mega" menu.
        
        Warning
        -------
        
        This product is only meant to be used with 2 levels and will prevent
        more levels from being used with quintagroup.dropdownmenu.
        
        
        How it works
        ------------
        
        1) add collective.qextendedmenu to list of eggs
        2) re-run buildout
        3) restart server and install the collective.qextendedmenu on
           your plone site
        4) on any top level object, click the "Actions" drop down and then
           click "Edit Menu Text"
        5) select "Show Menu Text" checkbox and fill out html you would like
        6) hit "Apply"
        
        this also assumed you already have sub-menu items in folder you're
         applying it to
        
        
        Changelog
        =========
        
        1.0a4 (2013-01-09)
        ------------------
        
        - try and fix list styles inside static html
        
        
        1.0a3 (2013-01-09)
        ------------------
        
        - be able to left align html text
        
        - be able to align menu right
        
        - transform html correctly
        
        
        1.0a2 (2013-01-04)
        ------------------
        
        - include plone.app.textfield in zcml
        
        1.0a1 (2012-12-22)
        ------------------
        
        - Initial release
        
Keywords: menu plone mega
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
