Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.
This repository was archived by the owner on May 21, 2026. It is now read-only.

Add instrucion default to row #52

@niccokunzmann

Description

@niccokunzmann

currently, only the color is inherited from the row.
This breaks with the generality of the format.

Instead of

      "id" : "A.2.1",
      "color" : "mocha latte",
      "instructions" : [
        {},
        {
          "type" : "yo"
        },

It should be

      "id" : "A.2.1",
      "instruction default" : {
        "color" : "mocha latte",
      },
      "instructions" : [
        {},
        {
          "type" : "yo"
        },

where "instruction default" is the prototype for all instructions in that row.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions