Supprime flatpickr dans les vendors
This commit is contained in:
parent
020e72931b
commit
13e0a09e70
@ -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'
|
||||
],
|
||||
|
@ -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'
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user