Skip to content

Bypass sub node value in values.value for enum type is accepted #13

@mcg-web

Description

@mcg-web
Episode:
    type: enum
    config:
        values:
            NEWHOPE:
                value: 4
            EMPIRE:
                value: 5
            JEDI:
                value: 6

Should be equivalent to:

Episode:
    type: enum
    config:
        values:
            NEWHOPE: 4
            EMPIRE: 5
            JEDI:  6

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