-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Labels
component-fixtureAffects one or more existing fixture definitions.Affects one or more existing fixture definitions.difficulty-easyImplementation is relatively straighforward.Implementation is relatively straighforward.good first issueEasy to pick up for new contributors. Only little domain knowledge required.Easy to pick up for new contributors. Only little domain knowledge required.hacktoberfestGood issue for users participating in the Hacktoberfest.Good issue for users participating in the Hacktoberfest.
Description
With Schema 9.0.0, is it possible to add multiple links of specified types to fixtures, like so:
{
// ...
"links": {
"manual": [
"https://example.com/downloads/some-fixture-manual.pdf"
],
"productPage": [
"https://example.com/products/some-fixture"
],
"video": [
"https://www.youtube.com/watch?v=dQw4w9WgXcQ"
],
},
// ...
}
Having at least one manual, one product page and one video per fixture would be very helpful. Small pull requests to only add a single link are appreciated as well.
Metadata
Metadata
Assignees
Labels
component-fixtureAffects one or more existing fixture definitions.Affects one or more existing fixture definitions.difficulty-easyImplementation is relatively straighforward.Implementation is relatively straighforward.good first issueEasy to pick up for new contributors. Only little domain knowledge required.Easy to pick up for new contributors. Only little domain knowledge required.hacktoberfestGood issue for users participating in the Hacktoberfest.Good issue for users participating in the Hacktoberfest.