mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-22 22:57:44 +00:00
14 lines
243 B
YAML
14 lines
243 B
YAML
![]() |
name: Cabinet
|
||
|
displayField: Item
|
||
|
fields:
|
||
|
- name: Item
|
||
|
type: link
|
||
|
targets: [Item]
|
||
|
- name: Order
|
||
|
- name: Category
|
||
|
type: link
|
||
|
targets: [CabinetCategory]
|
||
|
- name: SubCategory
|
||
|
type: link
|
||
|
targets: [CabinetSubCategory]
|