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

properties name specification #14

Open
paulvollmer opened this issue Jun 30, 2016 · 2 comments
Open

properties name specification #14

paulvollmer opened this issue Jun 30, 2016 · 2 comments
Labels

Comments

@paulvollmer
Copy link

is there any rule for the naming of a properties name? upper or lowercase?
at the docs it is mixed and thi question is how to test the naming.

<properties>
    <property name="family">Potentiometer</property>
    <property name="type">Trimmer Potentiometer</property>
    <property name="Maximum Resistance">10k&#8486;</property>
    <property name="Track">Linear</property>
    <property name="Size">Trimmer - 6mm</property>
</properties>

https://github.com/fritzing/fritzing-app/wiki/2.1-Part-file-format#part-properties

@paulvollmer
Copy link
Author

i vote for lowercase property names

@el-j
Copy link
Contributor

el-j commented Aug 18, 2016

+1 for lowercase.
so that we have

<property name="lowercase">Value</property>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants