You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently composer has a hardcoded sort order that dictates display name and sort order for templates in Composer. This needs to be exported out of Composer to allow for template updates decoupled from Composer releases.
Proposed solution:
Export currently hardcoded templateSortOrder to be hosted on Github
On app start pull template sort order and use that to dictate sort order and display name for templates in Composer
The text was updated successfully, but these errors were encountered:
Currently composer has a hardcoded sort order that dictates display name and sort order for templates in Composer. This needs to be exported out of Composer to allow for template updates decoupled from Composer releases.
Proposed solution:
templateSortOrder
to be hosted on GithubThe text was updated successfully, but these errors were encountered: