Commit 36eee522 authored by Bartek Górny's avatar Bartek Górny

storing regular expressions for parsing and finding document references

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9481 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a0c883c7
......@@ -46,6 +46,21 @@ class DMSPreference:
'type' : 'lines',
'preference':1,
'mode' : '' },
{ 'id' : 'preferred_dms_reference_regexp',
'description' : 'a regular expression to find and verify doc references',
'type' : 'string',
'preference':1,
'mode' : '' },
{ 'id' : 'preferred_dms_filename_regexp',
'description' : 'a regular expression to parse file names',
'type' : 'string',
'preference':1,
'mode' : '' },
{ 'id' : 'preferred_dms_reference_function',
'description' : 'function for parsing, finding and verifying doc reference',
'type' : 'string',
'preference':1,
'mode' : '' },
)
......
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