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.
38 lines
630 B
38 lines
630 B
model:
|
|
fields:
|
|
category:
|
|
type: "free_enum"
|
|
code:
|
|
type: "free_enum"
|
|
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"
|
|
fixed_tags:
|
|
type: "tags"
|
|
options:
|
|
- aaa
|
|
- bbb
|
|
- ccc
|
|
- ddd
|
|
- eee
|
|
|