fix: remove duplicated bootstrap toggle library

This commit is contained in:
Miguel Nogueira 2022-03-05 22:24:06 +00:00
parent 87fc320541
commit 7414bcf6b6

View File

@ -602,22 +602,6 @@ return [
],
],
[
'name' => 'BootstrapSwitch',
'active' => true,
'files' => [
[
'type' => 'js',
'asset' => false,
'location' => 'https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.6.1/js/bootstrap4-toggle.min.js'
],
[
'type' => 'css',
'asset' => false,
'location' => 'https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.6.1/css/bootstrap4-toggle.min.css'
]
]
],
[
'name' => 'BootstrapToggleButton',
'active' => true,