#9166 - Add UI Visibility setting for custom fields

This commit is contained in:
kkthxbye
2022-05-24 10:12:32 +02:00
parent 2d933314af
commit e4f967e7c6
14 changed files with 84 additions and 13 deletions

View File

@@ -42,6 +42,10 @@
<th scope="row">Weight</th>
<td>{{ object.weight }}</td>
</tr>
<tr>
<th scope="row">UI Visibility</th>
<td>{{ object.get_ui_visibility_display }}</td>
</tr>
</table>
</div>
</div>