Ignore:
Timestamp:
Jul 30, 2009 3:06:20 PM (15 years ago)
Author:
piv
Message:

make viewlet work with portal_actions (though need some fixes yet), add manifest, add css w/o dtml injections, fix settings interface

File:
1 edited

Legend:

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

    r1181 r1194  
    5757                      u"nested menu stops. 0 means no limit. 1 only includes " 
    5858                      u"the root folder."), 
    59         default=0) 
     59        default=0, 
     60        required=False) 
    6061 
    6162    actions_category = schema.TextLine( 
     
    7576                      u"to 'pre_index_html_sub' will be looked up on the same " 
    7677                      u"level to get nested menu for 'index_html' action."), 
    77         default=u"") 
     78        default=u"", 
     79        required=False) 
    7880 
    7981    nested_category_sufix = schema.TextLine( 
Note: See TracChangeset for help on using the changeset viewer.