Commit ffbf69b8 authored by Romain Courteaud's avatar Romain Courteaud

Add Skin Selection CSV.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2276 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 605d6235
......@@ -660,6 +660,10 @@ class ERP5Generator(PortalGenerator):
+ 'zpt_content, zpt_generic,'
+ 'zpt_control, content, generic, control, Images',
make_default=0)
ps.addSkinSelection('CSV', 'custom, external_method, activity, '
+ 'zpt_content, zpt_generic,'
+ 'zpt_control, content, generic, control, Images',
make_default=0)
p.setupCurrentSkin()
def setupWorkflow(self, p):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment