Externalisation de la clé API Google dans la config du module PlanificationLivraison

This commit is contained in:
2021-03-05 13:26:33 +01:00
parent 06d7ce53f2
commit c12f324366
14 changed files with 194 additions and 10 deletions

View File

@@ -20,6 +20,7 @@ class PlanificationLivraison extends BaseModule
{
/** @var string */
const DOMAIN_NAME = 'planiflivraison';
const CONFIG_VALUE_NAME = 'planiflivraison_googlemap_api_key';
/**