Gaetan Delannay 2009-08-04 14:39:43 +02:00
parent 4c29c7c484
commit facbe7fa3d
8 changed files with 229 additions and 16 deletions

View file

@ -456,4 +456,7 @@ class Config:
# frontPage = True will replace the Plone front page with a page
# whose content will come fron i18n label "front_page_text".
self.frontPage = False
# If you don't need the portlet that appy.gen has generated for your
# application, set the following parameter to False.
self.showPortlet = True
# ------------------------------------------------------------------------------