web/uicfg.py
branchstable
changeset 4698 9bd98fc7ef3d
parent 4607 55eab66c6592
child 4719 aaed3f813ef8
equal deleted inserted replaced
4697:b8263d717e74 4698:9bd98fc7ef3d
   249         }
   249         }
   250 
   250 
   251     _allowed_form_types = ('main', 'inlined', 'muledit')
   251     _allowed_form_types = ('main', 'inlined', 'muledit')
   252     _allowed_values = {'main': ('attributes', 'inlined', 'relations',
   252     _allowed_values = {'main': ('attributes', 'inlined', 'relations',
   253                                 'metadata', 'hidden'),
   253                                 'metadata', 'hidden'),
   254                        'inlined': ('attributes', 'hidden'),
   254                        'inlined': ('attributes', 'inlined', 'hidden'),
   255                        'muledit': ('attributes', 'hidden'),
   255                        'muledit': ('attributes', 'hidden'),
   256                        }
   256                        }
   257 
   257 
   258     def init(self, schema, check=True):
   258     def init(self, schema, check=True):
   259         super(AutoformSectionRelationTags, self).init(schema, check)
   259         super(AutoformSectionRelationTags, self).init(schema, check)