15 lines
322 B
Django/Jinja
15 lines
322 B
Django/Jinja
# MAPS
|
|
map $arg_action $is_yandexforms {
|
|
default 0;
|
|
YandexForms 1;
|
|
}
|
|
map $arg_class $is_yandexformshd {
|
|
default 0;
|
|
ru.bgcrm.dyn.yandex.YandexForms 1;
|
|
}
|
|
|
|
map $arg_class $is_evotorordercallback {
|
|
default 0;
|
|
org.bgerp.plugin.custom.gigacoms.api.evotor.EvotorOrderCallback 1;
|
|
}
|