Feature Request: Configurable Display Limit for Relation Fields in Content Manager
Description:
In the Strapi Content Manager, the default display limit for relation fields is limited to 10 items. This limitation can be restrictive for users managing large datasets, as it requires frequent pagination. While it's possible to increase the result limit via GraphQL queries, a configurable display limit in the Content Manager itself is necessary for effectively ordering and managing results within the UI.
Proposed Solution:
Implement a setting in the admin panel or configuration files to allow users to configure the display limit for relation fields, with options for a default limit and a maximum limit.
Use Case:
As a user of Strapi, I often manage a large number of relations (e.g., apps associated with landing pages). Increasing the visible limit would enhance usability and streamline content management processes, especially when needing to order results.
Additional Context:
This feature would benefit many users dealing with complex relationships in their content structures and improve the overall user experience.