Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support custom fields for "Quick Labels" #91

Open
ceremcem opened this issue Aug 26, 2022 · 0 comments
Open

Support custom fields for "Quick Labels" #91

ceremcem opened this issue Aug 26, 2022 · 0 comments

Comments

@ceremcem
Copy link
Collaborator

ceremcem commented Aug 26, 2022

Currently Quick Labels are in this format:

    bom:
        foo:
            '500ohm':
                "x":           
                    1: "aaa"
                    2: "bbb"

Labels are supposed to be strings. However they should also support objects, like for "Cable definition" purposes:

    bom:
        Dsub_9_vertical:
            '':
                "rs232":           
                    2: 'tx': connect-to: "Omron.RX(3)"
                    3: 'rx': connect-to: "Omron.TX(2)"   
                    5: 'gnd': connect-to: "Omron.Gnd(9)"
                    # no connection
                    1: 'nc'
                    4: 'nc'
                    6: 'nc'
                    7: 'nc'
                    8: 'nc'
                    9: 'nc'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant