src/pyams_content/shared/site/portlet/interfaces.py
changeset 1118 ed551ca7c4de
parent 1028 3a608029647e
equal deleted inserted replaced
1117:60f1d91b671c 1118:ed551ca7c4de
    19 
    19 
    20 
    20 
    21 class ISiteContainerSummaryPortletSettings(IPortletSettings):
    21 class ISiteContainerSummaryPortletSettings(IPortletSettings):
    22     """Site container summary portlet settings"""
    22     """Site container summary portlet settings"""
    23 
    23 
       
    24     title = I18nTextLineField(title=_("Title"),
       
    25                               required=False)
       
    26 
    24     button_title = I18nTextLineField(title=_("Button's title"),
    27     button_title = I18nTextLineField(title=_("Button's title"),
    25                                      description=_("Navigation button's title is normally defined based on "
    28                                      description=_("Navigation button's title is normally defined based on "
    26                                                    "target's content type; you can override this label by giving a "
    29                                                    "target's content type; you can override this label by giving a "
    27                                                    "custom title here"),
    30                                                    "custom title here"),
    28                                      required=False)
    31                                      required=False)