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

View File

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

View File

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