Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Customizable values for recent items and collections, admin UI #994

Open
DBinaghi opened this issue Oct 29, 2022 · 2 comments

Comments

@DBinaghi
Copy link
Contributor

In Dashboard, get_recent_items() and get_recent_collections() functions have a fixed value of 5 records.
In some cases, one might want to change that value, either reducing or increasing it.
Could one or two variables be thrown in, thus allowing for customization of that value without having to mess with core files? Best place to customized them could then be appearance/edit-settings

@zerocrates
Copy link
Member

I don't think there's any problem with having these be configurable, more just a question of if we'd rather hook them up to some other setting we already have, or have several be controlled by one new one, or some option like that.

@DBinaghi
Copy link
Contributor Author

My opinion is that the two numbers should be independent and separate (so, not the same value for both lists), to allow for max customization. Default value should be 5, for consistency with actual values.

As said, appearance/edit-settings page could contain the input-boxes for those values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants