2023-10-20 00:29:37 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
/**
|
|
|
|
* Options: tailwind | bootstrap-4 | bootstrap-5.
|
|
|
|
*/
|
|
|
|
'theme' => 'bootstrap-5',
|
2024-12-17 19:09:26 +01:00
|
|
|
'inject_core_assets_enabled' => false,
|
|
|
|
'inject_third_party_assets_enabled' => false,
|
2023-10-20 00:29:37 +02:00
|
|
|
];
|