Commit ec7f185f authored by Kevin Yumang's avatar Kevin Yumang

SERV-2286 - moved all custom css and js on each eleemnt's attachments folder

parent bac52c75
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
{ {
$this->assetAllocation = [ $this->assetAllocation = [
'Limitless::CardStart' => [ 'Limitless::CardStart' => [
'card.js' 'Attachments/card.js'
] ]
]; ];
} }
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
'Attachments/exporting/buttons.print.min.js', 'Attachments/exporting/buttons.print.min.js',
'Attachments/datatables.init.js', 'Attachments/datatables.init.js',
'Attachments/datatables.init.css', 'Attachments/datatables.init.css',
'datatable.css', 'Attachments/datatable.css',
secure_url('/ceetrox/sidekick/resource/public/Webdesigns/design-limitless/Template/global_assets/js/plugins/forms/selects/select2.min.js'), secure_url('/ceetrox/sidekick/resource/public/Webdesigns/design-limitless/Template/global_assets/js/plugins/forms/selects/select2.min.js'),
] ]
]; ];
......
...@@ -47,8 +47,8 @@ ...@@ -47,8 +47,8 @@
public $assetAllocation = [ public $assetAllocation = [
'Limitless::Example' => [ 'Limitless::Example' => [
'Example/example.js', 'Example/Attachments/example.js',
'Example/example.css' 'Example/Attachments/example.css'
] ]
]; ];
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
{ {
$this->assetAllocation = [ $this->assetAllocation = [
'Limitless::ModalStart' => [ 'Limitless::ModalStart' => [
'modal.js' 'Attachments/modal.js'
] ]
]; ];
} }
......
...@@ -47,7 +47,7 @@ class Config ...@@ -47,7 +47,7 @@ class Config
{ {
$this->assetAllocation = [ $this->assetAllocation = [
'Limitless::SideNavStart' => [ 'Limitless::SideNavStart' => [
'sidenav.js' 'Attachments/sidenav.js'
] ]
]; ];
} }
......
...@@ -56,8 +56,8 @@ class Config ...@@ -56,8 +56,8 @@ class Config
{ {
$this->assetAllocation = [ $this->assetAllocation = [
'Limitless::TopNavStart' => [ 'Limitless::TopNavStart' => [
'topnav.js', 'Attachments/topnav.js',
'topnav.css' 'Attachments/topnav.css'
] ]
]; ];
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment