Bert Hiddink
2018-03-19 19:41:58 UTC
Hello,
This works in page tsconfig
mod.web_layout.BackendLayouts.vervolg.config.backend_layout.rows.1.columns.1.name = The Name
That is, overwriting a setting in a backend layout.
However, now I want to do it but based on a condition (language):
[globalVar = TSFE:sys_language_uid = 3]
mod.web_layout.BackendLayouts.vervolg.config.backend_layout.rows.1.columns.1.name = The Name for L=3
[global]
However, the latter does not work.
Is there a way to achieve this?
Thanks in advance!
Bert
This works in page tsconfig
mod.web_layout.BackendLayouts.vervolg.config.backend_layout.rows.1.columns.1.name = The Name
That is, overwriting a setting in a backend layout.
However, now I want to do it but based on a condition (language):
[globalVar = TSFE:sys_language_uid = 3]
mod.web_layout.BackendLayouts.vervolg.config.backend_layout.rows.1.columns.1.name = The Name for L=3
[global]
However, the latter does not work.
Is there a way to achieve this?
Thanks in advance!
Bert