Supprime flatpickr dans les vendors
This commit is contained in:
parent
91bb26667f
commit
926e8ea45c
@ -558,7 +558,7 @@ class language extends common
|
||||
'title' => helper::translate('Éditer les dialogues') . ' ' . template::flag($lang, '20 %'),
|
||||
'view' => 'edit',
|
||||
'vendor' => [
|
||||
'flatpickr',
|
||||
'tablednd',
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
@ -311,7 +311,6 @@ class blog extends common
|
||||
$this->addOutput([
|
||||
'title' => helper::translate('Rédiger un article'),
|
||||
'vendor' => [
|
||||
'flatpickr',
|
||||
'tinymce',
|
||||
'furl'
|
||||
],
|
||||
@ -718,7 +717,6 @@ class blog extends common
|
||||
$this->addOutput([
|
||||
'title' => $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(2), 'title']),
|
||||
'vendor' => [
|
||||
'flatpickr',
|
||||
'tinymce',
|
||||
'furl'
|
||||
],
|
||||
|
@ -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'
|
||||
]);
|
||||
@ -505,9 +503,6 @@ class form extends common
|
||||
'notification' => ($sent === true ? helper::translate('Formulaire soumis') : $sent),
|
||||
'redirect' => $redirect ? helper::baseUrl() . $redirect : '',
|
||||
'state' => ($sent === true ? true : false),
|
||||
'vendor' => [
|
||||
'flatpickr'
|
||||
],
|
||||
]);
|
||||
}
|
||||
// Valeurs en sortie
|
||||
@ -515,9 +510,6 @@ class form extends common
|
||||
'showBarEditButton' => true,
|
||||
'showPageContent' => true,
|
||||
'view' => 'index',
|
||||
'vendor' => [
|
||||
'flatpickr'
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
|
@ -206,7 +206,6 @@ class news extends common
|
||||
$this->addOutput([
|
||||
'title' => helper::translate('Rédiger un article'),
|
||||
'vendor' => [
|
||||
'flatpickr',
|
||||
'tinymce'
|
||||
],
|
||||
'view' => 'add'
|
||||
@ -465,7 +464,6 @@ class news extends common
|
||||
$this->addOutput([
|
||||
'title' => $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(2), 'title']),
|
||||
'vendor' => [
|
||||
'flatpickr',
|
||||
'tinymce'
|
||||
],
|
||||
'view' => 'edit'
|
||||
|
Loading…
Reference in New Issue
Block a user