Commit 05ece4bb authored by Paul Brown's avatar Paul Brown

add example of disabled field to docs

parent 22b5fdf4
......@@ -582,6 +582,9 @@ class BaseModelView(BaseView, ActionsMixin):
'description': {
'rows': 10,
'style': 'color: black'
},
'other_field': {
'disabled': True
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment