From d96cf95d7e1063068200a5a52d897c90db852ef3 Mon Sep 17 00:00:00 2001 From: Deltacms Date: Fri, 3 Feb 2023 14:42:34 +0100 Subject: [PATCH] bug vendor vendorCss --- core/module/config/config.php | 4 ++-- core/module/theme/theme.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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'