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
The value associated with the contributors metadata is expected to follow the format Firstname1 Lastname1 ([SubOrg1, ]Org1), Firstname2 Lastname2 ([SubOrg2, ]Org2).
Corresponding values could be extracted and nicely presented to the user.
Note: Instead of handling the parsing client side, format of contributors should be validated and processed on extension upload.
The value associated with the
contributors
metadata is expected to follow the formatFirstname1 Lastname1 ([SubOrg1, ]Org1), Firstname2 Lastname2 ([SubOrg2, ]Org2)
.Corresponding values could be extracted and nicely presented to the user.
Note: Instead of handling the parsing client side, format of contributors should be validated and processed on extension upload.
Attempt at parsing the list were done here:
The text was updated successfully, but these errors were encountered: