Skip to content

🌐 Add links to fixtures #578

Open
@fxedel

Description

@fxedel

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

No one assigned

    Labels

    component-fixtureAffects one or more existing fixture definitions.difficulty-easyImplementation is relatively straighforward.good first issueEasy to pick up for new contributors. Only little domain knowledge required.hacktoberfestGood issue for users participating in the Hacktoberfest.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions