-
Hello,
I am trying to use flask-admin with bootstarp4 template mode.
I have a class user that contains a status field
```
class User(db.Model):
id = Column(db.Integer, primary_key=True)…
-
website
-
Fix for bootstrap v4:
```
bootstrap: {
'xs': $('xs'),
'sm': $('sm'),
'md': $('md'),
'lg': $('lg'),
'xl': $('xl')
}
```
If you have better way please let us now.
thanks
-
Hello.
This extension depends on `yiisoft/yii2-bootstrap`
but I use `yiisoft/yii2-bootstrap4` in my projects.
How can I use your extension with bootstrap4 ?
-
hi
thanks for project
but the project is not good working in bootstrap 4 modal dialog
also no good working in direction RTL
thanks
-
#### インストール
```
$ npm install bootstrap jquery popper.js
```
`bootstrap`、`jquery`、`popper.js`をインストール
(2017/01/18 Bootstrap4安定版リリース)
---
#### もととなるスクリプトファイルの作成
```
$ vi script.js
```
```js…
-
Hi there.
I am trying to add grapesjs-blocks-bootstrap4 plugin in my grapesjs editor in reactjs. When I try adding it, I get the following error.
`TypeError: Cannot set property defaults of # which …
-
-
Similar to
https://github.com/yiisoft/yii2-bootstrap4/blob/f9a55eb5d2e0e555997430602d53c74eb13df9a7/composer.json#L40
&
https://github.com/yiisoft/yii2-bootstrap4/pull/85
-
Bootstrap4 is now up to version 4.3 and is stable. As Bootstrap3 templates are included, perhaps providing Bootstrap4 ones could also be done?