In the current version of Strapi, the accordion in the admin interface is only supported for recurring components and dynamic zones. However, this is not possible for ordinary (non-repetitive) components — they are always displayed fully open.
This makes it inconvenient to work with components that contain multiple fields or nested structures. The interface becomes overloaded and difficult to understand, especially when editing complex sets of product characteristics.
Using a dynamic zone is not suitable, as it leads to an additional level of nesting in the data structure, which complicates their processing and output on the frontend. In addition, all our components are unique and do not imply repetition.
It is important for us to be able to collapse and deploy individual components even if they are not repetitive — this would make it much easier to navigate and edit in the admin panel.
Please consider adding such functionality or suggest a way to implement it through customization.
·