Skip to content

Configurations should be objects. #15

@jessiepusateri

Description

@jessiepusateri

Since we want to keep metadata on the configurations, each configuration should be an object.

It will include information like

{
    "components": ["component1", "component2"],
    "preferred": False,
    "notes": "This configuration doesn't allow you to do x",
    "posts": ["example-blog.com/how-i-set-up-project-with-component1-component2",
                   "this-project.com/now-supporting-component1-component2",
                   "twitter.com/got-this-config-working"]

}

As Zack has noted, it shouldn't include these attributes if they're not being used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions