Fixed: fixed env variable processor (typo)
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
parent
645113c13a
commit
0ba659e17f
@ -24,7 +24,7 @@ chill_main:
|
|||||||
default_country: '%env(string:ADD_ADDRESS_DEFAULT_COUNTRY)%'
|
default_country: '%env(string:ADD_ADDRESS_DEFAULT_COUNTRY)%'
|
||||||
map_center:
|
map_center:
|
||||||
x: '%env(float:ADD_ADDRESS_MAP_CENTER_X)%'
|
x: '%env(float:ADD_ADDRESS_MAP_CENTER_X)%'
|
||||||
y: '%env(float:ADD_ADDRESS_MAP_CENTER_y)%'
|
y: '%env(float:ADD_ADDRESS_MAP_CENTER_Y)%'
|
||||||
z: '%env(float:ADD_ADDRESS_MAP_CENTER_Z)%'
|
z: '%env(float:ADD_ADDRESS_MAP_CENTER_Z)%'
|
||||||
|
|
||||||
chill_custom_fields:
|
chill_custom_fields:
|
||||||
|
Loading…
Reference in New Issue
Block a user