✨ Easy way to add helper text to your fields. #458
iagobalmeida
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When defining the columns of your model, you can use the property doc to set the documentation of that column.
Then, by extending the existing templates, you can simply add the verification for the property description of each field rendered.
In both the edit.html and create.html the fields will contain that property value equal to the documentation value defined on the Model.
The result looks like this:
Beta Was this translation helpful? Give feedback.
All reactions