Arfff je m’auto réponds :
dans bloc code
pour activer
$myPlugin = plugin::byId(« nomduplugin »);
$myPlugin->setIsEnable(true);
pour désactiver
$myPlugin = plugin::byId(« nomduplugin »);
$myPlugin->setIsEnable(false);
Arfff je m’auto réponds :
dans bloc code
pour activer
$myPlugin = plugin::byId(« nomduplugin »);
$myPlugin->setIsEnable(true);
pour désactiver
$myPlugin = plugin::byId(« nomduplugin »);
$myPlugin->setIsEnable(false);