We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 name
<properties> <property name="family">Potentiometer</property> <property name="type">Trimmer Potentiometer</property> <property name="Maximum Resistance">10kΩ</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
The text was updated successfully, but these errors were encountered:
i vote for lowercase property names
Sorry, something went wrong.
+1 for lowercase. so that we have
<property name="lowercase">Value</property>
No branches or pull requests
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.
https://github.com/fritzing/fritzing-app/wiki/2.1-Part-file-format#part-properties
The text was updated successfully, but these errors were encountered: