How can I put schema settings in a collapsible container?

Topic summary

Goal: Place app/section schema settings inside a collapsible container to make the settings UI more readable.

Context: The author notes this grouping can be done in settings_schema using “name” and a “settings” array, but cannot find any equivalent approach for Section settings in the Shopify developer documentation.

Artifacts: A screenshot is provided to illustrate the desired collapsible UI for settings.

Community input: Another participant bumps the thread, stating such a feature would be helpful.

Status/outcome: No solution, workaround, or official guidance is provided in the discussion. The question remains open.

Key open question: Is there a supported way to create collapsible groups within Section settings (similar to grouping in settings_schema) in Shopify?

Summarized with AI on January 8. AI used: gpt-5.

I want my options to be in a collapsible container because I want my App settings to be more readable.

See picture below:

in settings_schema it can be done with “name”: , “settings”: but in the .dev documentation I can’t find anything that can be done inside Section settings.

Uppp! It would be really helpful