We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202be08 commit 9bae680Copy full SHA for 9bae680
docs/tabs/changeform.md
@@ -22,7 +22,7 @@ UNFOLD = {
22
# Which changeform models are going to display tab navigation
23
"models": [
24
{
25
- "app_label.model_name_in_lowercase",
+ "name": "app_label.model_name_in_lowercase",
26
"detail": True, # Displays tab navigation on changeform page
27
},
28
],
0 commit comments