ajout item administration EOLE (ref #198)
This commit is contained in:
@ -234,6 +234,13 @@ parameters:
|
||||
activate_wideconnect: false
|
||||
%end if
|
||||
|
||||
%if %%getVar("ninegate_activate_widead", 'non') == "oui"
|
||||
activate_widead: true
|
||||
widead_url: %%ninegate_widead_url
|
||||
%else
|
||||
activate_widead: false
|
||||
%end if
|
||||
|
||||
%if %%getVar("ninegate_activate_wideoe", 'non') == "oui"
|
||||
activate_wideoe: true
|
||||
wideoe_url: %%ninegate_wideoe_url
|
||||
@ -262,6 +269,13 @@ parameters:
|
||||
activate_widfluxbb: false
|
||||
%end if
|
||||
|
||||
%if %%getVar("ninegate_activate_widgenconfig", 'non') == "oui"
|
||||
activate_widgenconfig: true
|
||||
widgenconfig_url: %%ninegate_widgenconfig_url
|
||||
%else
|
||||
activate_widgenconfig: false
|
||||
%end if
|
||||
|
||||
%if %%getVar("ninegate_activate_widgepi", 'non') == "oui"
|
||||
activate_widgepi: true
|
||||
widgepi_url: %%ninegate_widgepi_url
|
||||
|
Reference in New Issue
Block a user