We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I tested this extension with a current installation of the Yii basic app template. This template is using Bootstrap 4.
So in these files:
vendor\floor12\yii2-module-files\src\components\views\multiFileInputWidget.php and
vendor\floor12\yii2-module-files\src\components\views\singleFileInputWidget.php
In the case of using Yii Bootstrap 4, you should replace yii\bootstrap\BootstrapPluginAsset with yii\bootstrap4\BootstrapPluginAsset?
Perhaps there are other occurrences of yii\bootstrap... .
Thank you.
Regards Joachim
The text was updated successfully, but these errors were encountered:
In a good way, we need to put this in the module settings, in its attributes. Can you pull a request for this change?
Sorry, something went wrong.
You can easily inherit from this widget and make your own edits to work with bootstrap4.
No branches or pull requests
Hello,
I tested this extension with a current installation of the Yii basic app template.
This template is using Bootstrap 4.
So in these files:
vendor\floor12\yii2-module-files\src\components\views\multiFileInputWidget.php and
vendor\floor12\yii2-module-files\src\components\views\singleFileInputWidget.php
In the case of using Yii Bootstrap 4, you should replace yii\bootstrap\BootstrapPluginAsset with yii\bootstrap4\BootstrapPluginAsset?
Perhaps there are other occurrences of yii\bootstrap... .
Thank you.
Regards
Joachim
The text was updated successfully, but these errors were encountered: