24 lines
526 B
YAML
24 lines
526 B
YAML
# ===================================
|
|
# Condition Attribute Definitions
|
|
# ===================================
|
|
|
|
attributes:
|
|
|
|
country:
|
|
label: Country
|
|
type: relation
|
|
relation:
|
|
model: RainLab\Location\Models\Country
|
|
label: Name
|
|
nameFrom: name
|
|
keyFrom: id
|
|
|
|
state:
|
|
label: State
|
|
type: relation
|
|
relation:
|
|
model: RainLab\Location\Models\State
|
|
label: Name
|
|
nameFrom: name
|
|
keyFrom: id
|