Ignore:
Timestamp:
Jul 31, 2009 11:38:15 AM (15 years ago)
Author:
piv
Message:

basically implement content tabs functionality, add show_icons setting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.dropdownmenu/trunk/quintagroup/dropdownmenu/interfaces.py

    r1194 r1197  
    1717    configuration registry and obtainable via plone.registry. 
    1818    """ 
    19      
     19 
     20    show_icons = schema.Bool( 
     21        title=_(u"Show tabs icons"), 
     22        description=_(u"Use this setting to enable or disable icons for menu " 
     23                      u"items."), 
     24        default=False) 
     25 
    2026    show_content_tabs = schema.Bool( 
    2127        title=_(u"Show content tabs"), 
     
    5763                      u"nested menu stops. 0 means no limit. 1 only includes " 
    5864                      u"the root folder."), 
    59         default=0, 
    60         required=False) 
     65        default=0) 
    6166 
    6267    actions_category = schema.TextLine( 
Note: See TracChangeset for help on using the changeset viewer.