Skip to content

Commit c5f892f

Browse files
chore: add vcs label mapping
1 parent 1ac997e commit c5f892f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

fields.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,6 @@ Registry.addMetadataField('osc:missions', {
5454
ext: "osc",
5555
formatter: (value, field, spec, { links }) =>
5656
value.map(mission => formatLink("eo-missions", mission, links, "catalog")).join(", ")
57-
});
57+
});
58+
59+
Registry.fields.links.rel.mapping.vcs = "Version Control System";

0 commit comments

Comments
 (0)