web/uicfg.py
branchtls-sprint
changeset 1631 8370be19afd7
parent 1604 fd943737d630
child 1721 694f6a50e138
--- a/web/uicfg.py	Mon May 04 10:50:10 2009 +0200
+++ b/web/uicfg.py	Mon May 04 10:50:25 2009 +0200
@@ -54,6 +54,16 @@
     rdisplay.tag_relation({}, ('*', rtype, '*'), 'object')
 
 
+# index view configuration ####################################################
+# entity type category in the index/manage page. May be one of
+# * 'application'
+# * 'system'
+# * 'schema'
+# * 'subobject' (not displayed by default)
+
+etypecat = {'EmailAddress': 'subobject'}
+
+
 # autoform.AutomaticEntityForm configuration ##################################
 
 # relations'category (eg primary/secondary/generic/metadata/generated)