mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-03-20 13:30:11 +01:00
11 lines
212 B
PHP
11 lines
212 B
PHP
<?php
|
|
|
|
return [
|
|
/**
|
|
* Options: tailwind | bootstrap-4 | bootstrap-5.
|
|
*/
|
|
'theme' => 'bootstrap-5',
|
|
'inject_core_assets_enabled' => false,
|
|
'inject_third_party_assets_enabled' => false,
|
|
];
|