We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea6251 commit ed00323Copy full SHA for ed00323
1 file changed
wagtailstreamforms/streamfield.py
@@ -44,5 +44,5 @@ def dependencies(self):
44
45
class FormFieldsStreamField(StreamField):
46
def __init__(self, block_types, use_json_field=None, **kwargs):
47
- super().__init__(block_types, **kwargs)
+ super().__init__(block_types, use_json_field=use_json_field, **kwargs)
48
self.stream_block = FormFieldStreamBlock(block_types, required=not self.blank)
0 commit comments