diff --git a/core/module/config/config.php b/core/module/config/config.php index f1bb6ed..7eccad8 100644 --- a/core/module/config/config.php +++ b/core/module/config/config.php @@ -562,7 +562,7 @@ class config extends common { // Valeurs en sortie $this->addOutput([ 'title' => $text['core_config']['script'][0] . ucfirst($this->geturl(2)) , - 'vendor' => [ + 'vendorCss' => [ 'codemirror' ], 'view' => 'script', @@ -572,7 +572,7 @@ class config extends common { // Valeurs en sortie $this->addOutput([ 'title' => $text['core_config']['script'][0] . ucfirst($this->geturl(2)) , - 'vendor' => [ + 'vendorCss' => [ 'codemirror' ], 'view' => 'script' diff --git a/core/module/theme/theme.php b/core/module/theme/theme.php index c6b07d6..d157f56 100644 --- a/core/module/theme/theme.php +++ b/core/module/theme/theme.php @@ -121,7 +121,7 @@ class theme extends common { // Valeurs en sortie $this->addOutput([ 'title' => $text['core_theme']['advanced'][1], - 'vendor' => [ + 'vendorCss' => [ 'codemirror' ], 'view' => 'advanced'