Adding a list type settings to a Discourse theme/plugin is nice and convenient with:
custom_setting:
type: list
list_type: simple
description:
en: "my description."
However, I’ve often found that whenever I create these types of settings, at one point or another I end up needing to adjust the order of the items. I usually either use flexbox’s order property to resolve this or manually edit the settings.
I was reminded about this with @Nick_Chomeycomment on the Custom Header Links theme.
Feature Request
I think it might be convenient to add the ability to adjust the order of all settings of type: list as it could be beneficial for quick adjustments to the order and helpful for those without much CSS knowledge.
This is not an urgent feature request by any means, but I think it could be helpful nonetheless.