32 lines
1.1 KiB
YAML
32 lines
1.1 KiB
YAML
# ===================================
|
|
# Field Definitions
|
|
# ===================================
|
|
|
|
tabs:
|
|
fields:
|
|
|
|
# Default Country
|
|
default_country:
|
|
span: left
|
|
label: rainlab.location::lang.locations.default_country
|
|
comment: rainlab.location::lang.locations.default_country_comment
|
|
type: dropdown
|
|
tab: rainlab.location::lang.location.label
|
|
placeholder: - no default -
|
|
|
|
# Default State
|
|
default_state:
|
|
span: right
|
|
label: rainlab.location::lang.locations.default_state
|
|
comment: rainlab.location::lang.locations.default_state_comment
|
|
type: dropdown
|
|
tab: rainlab.location::lang.location.label
|
|
dependsOn: default_country
|
|
placeholder: - no default -
|
|
|
|
# Google Maps API Key
|
|
google_maps_key:
|
|
label: rainlab.location::lang.settings.google_maps_key
|
|
comment: rainlab.location::lang.settings.google_maps_key_comment
|
|
tab: rainlab.location::lang.settings.credentials_tab
|