0 follower

Final Class Yiisoft\Bootstrap5\Assets\BootstrapCdnAsset

InheritanceYiisoft\Bootstrap5\Assets\BootstrapCdnAsset » Yiisoft\Assets\AssetBundle

Asset bundle for the Bootstrap files served via CDN.

Property Details

Hide inherited properties

$cdn public property
public boolean $cdn true
$css public property
public array $css = [
    [
        
'https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css',
        
'integrity' => 'sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB',
        
'crossorigin' => 'anonymous',
    ],
]
$js public property
public array $js = [
    [
        
'https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js',
        
'integrity' => 'sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI',
        
'crossorigin' => 'anonymous',
    ],
]