mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-18 11:22:25 -06:00
Document available user preferences
This commit is contained in:
9
docs/development/user-preferences.md
Normal file
9
docs/development/user-preferences.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# User Preferences
|
||||
|
||||
The `users.UserConfig` model holds individual preferences for each user in the form of JSON data. This page serves as a manifest of all recognized user preferences in NetBox.
|
||||
|
||||
## Available Preferences
|
||||
|
||||
| Name | Description |
|
||||
| ---- | ----------- |
|
||||
| pagination.per_page | The number of items to display per page of a paginated table |
|
||||
Reference in New Issue
Block a user