Description
ListSetting does not allow to define a default parameter at the moment, and it would be convenient to have this
@ListSetting(path="xxx", defaultValue=["1"])
List list();
However Lists of custom types might not be easy with this parameter
follow up from a review:
#92334 (comment)