Skip to content

Grouping settings per component/instance #15

@LourensVeen

Description

@LourensVeen

Settings can be specified specifically for a given component using the instance.setting: 123 syntax under settings:. If you could nest them hierarchically, then that would save a lot of typing if you have many such instance-specific variables. Instead of

settings:
  macro.x = 1
  macro.y = 2
  macro.z = 3

you could write

settings:
  macro:
    x = 1
    y = 2
    z = 3

Since we don't allow mapping-valued settings, this would not be ambiguous, although if we ever do allow mapping-valued settings then this will become a problem.

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