Skip to content
Snippets Groups Projects
Commit 1b870be4 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

finish renaming type properties to type_. Fixes #7222

parent 30d033c7
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ class DataField(ExtendedNode):
self.options = options
@nested_property
def type():
def type_():
"""
Type of field. Recognized values are: 'boolean', 'fixed', 'hidden',
'jid-multi', 'jid-single', 'list-multi', 'list-single', 'text-multi',
......@@ -598,7 +598,7 @@ class DataForm(ExtendedNode):
self.instructions=instructions
@nested_property
def type():
def type_():
"""
Type of the form. Must be one of: 'form', 'submit', 'cancel', 'result'.
'form' - this form is to be filled in; you will be able soon to do:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment