Recent changes

This commit is contained in:
2020-11-02 21:44:05 +00:00
parent 06d1e0ad3f
commit 96aa01b9c6
508 changed files with 333 additions and 79 deletions

16
config/adminlte.php Normal file → Executable file
View File

@@ -609,21 +609,5 @@ return [
],
],
[
'name' => 'DropzoneJS',
'active' => true,
'files' => [
[
'type' => 'js',
'asset' => false,
'location' => '/js/plugins/dropzone.min.js'
],
[
'type' => 'css',
'asset' => false,
'location' => '/css/dropzone.min.css'
]
]
]
],
];