You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
549 B
33 lines
549 B
5 years ago
|
model:
|
||
|
fields:
|
||
|
category:
|
||
|
type: "free_enum"
|
||
|
generic_code:
|
||
|
type: "free_enum"
|
||
|
code:
|
||
|
type: "string"
|
||
|
value:
|
||
|
type: "string"
|
||
|
package:
|
||
|
type: "free_enum"
|
||
|
mounting:
|
||
|
type: "enum"
|
||
|
options:
|
||
|
- "SMD"
|
||
|
- "Through-hole"
|
||
|
- "Screw"
|
||
|
quantity:
|
||
|
type: "int"
|
||
|
min: 0
|
||
|
location:
|
||
|
type: "free_enum"
|
||
|
sublocation:
|
||
|
label: "Sub-location"
|
||
|
type: "string"
|
||
|
tags:
|
||
|
type: "free_tags"
|
||
|
note:
|
||
|
type: "text"
|
||
|
checkbox:
|
||
|
type: "bool"
|