Add it as dependency to your joomla.asset.json or use web asset manager to load manually. To load the full CSS:
JS scripts are split into separate components. You should only load the ones you actually use:
Code:
$this->getWebAssetManager()->useAsset('style', 'bootstrap.css');
Code:
$this->getWebAssetManager() ->useAsset('script', 'bootstrap.carousel') ->useAsset('script', 'bootstrap.somethingelse');
Statistics: Posted by SharkyKZ — Wed Jan 10, 2024 8:01 am