Commit 6e4e0c6c authored by Nicolas Delaby's avatar Nicolas Delaby

add new property to Preferences

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27934 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 644a2b12
# -*- coding: utf-8 -*-
#############################################################################
#
# Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
......@@ -89,6 +90,12 @@ class DocumentPreference:
'default' : ['always','problem','never'],
'write_permission': 'Manage properties',
'mode' : 'w'},
{ 'id' : 'preferred_conversion_cache_factory',
'description' : 'Preferred Conversion Cache',
'type' : 'string',
'write_permission': 'Manage properties',
'preference' : 1,
'mode' : '' },
)
# vim: shiftwidth=2
......
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