Several assets share common users who are unable to extract downloaded ZIP files on Windows due to the restricted path length of 256 characters. By default, the asset download process wraps the assets inside a folder with the same title as the asset, effectively doubling the path length when extracting the ZIP file. The "flatStructure" hidden field value determines whether to wrap the assets inside a folder with the title name or not. When "flatStructure" is set to false, it creates an additional folder hierarchy, whereas setting it to true prevents the creation of an additional folder. Therefore, it would be beneficial to have an option to control the "flatStructure" through the authoring dialog property, providing content authors with the choice to enable or disable it.
Can I request the contributors to include this option in future releases?