Open paulvollmer opened 8 years ago
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
i vote for lowercase property names
+1 for lowercase. so that we have
<property name="lowercase">Value</property>
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