Commit 83d2d309 authored by Serge S. Koval's avatar Serge S. Koval

Merge pull request #1251 from pawl/add_disabled_docs

add example of disabled field to docs
parents 22b5fdf4 05ece4bb
......@@ -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