src/pyams_content/shared/view/portlet/interfaces.py
changeset 1277 9ba6513cac4e
parent 1257 6027118fcde9
equal deleted inserted replaced
1276:a8dbe952a0db 1277:9ba6513cac4e
   107                                description=_("If 'yes', and if this portlet is associated with a search engine in the "
   107                                description=_("If 'yes', and if this portlet is associated with a search engine in the "
   108                                              "same page template, items displayed by this portlet will be excluded "
   108                                              "same page template, items displayed by this portlet will be excluded "
   109                                              "from search results"),
   109                                              "from search results"),
   110                                required=True,
   110                                required=True,
   111                                default=False)
   111                                default=False)
       
   112 
       
   113     first_page_only = Bool(title=_("Display on first page only"),
       
   114                            description=_("If 'yes', and if this portlet is associated with a search engine in the "
       
   115                                          "same page template, view contents will only be displayed on the first page "
       
   116                                          "of search results"),
       
   117                            required=True,
       
   118                            default=False)