use IOptions interface for document type to make document types configurable
This commit is contained in:
parent
2fc2dade52
commit
f5accbb205
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
type(u'documenttype', u'Dokumentenart', options=u'qualifier:assign',
|
type(u'documenttype', u'Dokumentenart', options=u'qualifier:assign',
|
||||||
|
typeInterface='loops.interfaces.IOptions',
|
||||||
viewName=u'')
|
viewName=u'')
|
||||||
|
|
||||||
# book types
|
# book types
|
||||||
|
|
Loading…
Add table
Reference in a new issue