ajout item administration EOLE (ref #198)

This commit is contained in:
2020-09-02 16:22:07 +02:00
parent cbbd67c6ea
commit 1de042ed77
5 changed files with 122 additions and 0 deletions

View File

@ -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