Skip to content
Snippets Groups Projects
Commit 7152efee authored by sks444's avatar sks444
Browse files

Make section text/header field as read_only

parent 52b47f2f
No related branches found
No related tags found
No related merge requests found
......@@ -109,6 +109,8 @@ class WagtailSerializer:
del attrs['required']
if isinstance(form_field, BlockFieldWrapper):
attrs['read_only'] = True
del attrs['required']
return attrs
# avoid "May not set both `read_only` and `required`"
......
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