PendalF89 / yii2-filemanager

Yii2 file manager
MIT License
129 stars 94 forks source link

how can I disable bootstrap asset of package ? #93

Closed asadbekkuz closed 1 year ago

asadbekkuz commented 1 year ago

Hello , my bootstrapp asset and package bootstrap asset both include in my project. So , I must disable package's bootstrap. my project's bootstrap v5, package bootstrap v3.

PendalF89 commented 1 year ago

Hello! You can't disable bootstrap 3 in the package. But, you can disable bootstrap 3 assets in the Yii2 config. Example: https://forum.yiiframework.com/t/how-to-disable-yii2-pjax-asset-loading-automatically/86327

asadbekkuz commented 1 year ago

Hello! You can't disable bootstrap 3 in the package. But, you can disable bootstrap 3 assets in the Yii2 config. Example: https://forum.yiiframework.com/t/how-to-disable-yii2-pjax-asset-loading-automatically/86327

Thank you for answer