Supprime flatpickr dans les vendors

This commit is contained in:
Fred Tempez 2024-12-20 21:35:53 +01:00
parent 020e72931b
commit 13e0a09e70
3 changed files with 0 additions and 10 deletions

View File

@ -311,7 +311,6 @@ class blog extends common
$this->addOutput([
'title' => helper::translate('Rédiger un article'),
'vendor' => [
'flatpickr',
'tinymce',
'furl'
],
@ -714,7 +713,6 @@ class blog extends common
$this->addOutput([
'title' => $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(2), 'title']),
'vendor' => [
'flatpickr',
'tinymce',
'furl'
],

View File

@ -151,7 +151,6 @@ class form extends common
'title' => helper::translate('Configuration du module'),
'vendor' => [
'html-sortable',
'flatpickr'
],
'view' => 'config'
]);
@ -223,7 +222,6 @@ class form extends common
'title' => helper::translate('Options de configuration'),
'vendor' => [
'html-sortable',
'flatpickr'
],
'view' => 'option'
]);
@ -506,7 +504,6 @@ class form extends common
'redirect' => $redirect ? helper::baseUrl() . $redirect : '',
'state' => ($sent === true ? true : false),
'vendor' => [
'flatpickr'
],
]);
}
@ -515,9 +512,6 @@ class form extends common
'showBarEditButton' => true,
'showPageContent' => true,
'view' => 'index',
'vendor' => [
'flatpickr'
],
]);
}

View File

@ -206,7 +206,6 @@ class news extends common
$this->addOutput([
'title' => helper::translate('Rédiger un article'),
'vendor' => [
'flatpickr',
'tinymce'
],
'view' => 'add'
@ -466,7 +465,6 @@ class news extends common
$this->addOutput([
'title' => $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(2), 'title']),
'vendor' => [
'flatpickr',
'tinymce'
],
'view' => 'edit'