Ad bootstrap to ctb

Signed-off-by: soupette <cyril@strapi.io>
This commit is contained in:
soupette 2021-09-22 06:33:56 +02:00
parent e9e37599a2
commit dc3b689c82
4 changed files with 9 additions and 1 deletions

View File

@ -47,7 +47,8 @@
"i18n": {
"localized": true
}
}
},
"required": true
},
"password": {
"type": "password",

View File

@ -1,5 +1,6 @@
import React from 'react';
import { ThemeProvider } from 'styled-components';
import 'bootstrap/dist/css/bootstrap.css';
const theme = {
main: {

View File

@ -14,6 +14,7 @@
"@strapi/generators": "3.6.8",
"@strapi/helper-plugin": "3.6.8",
"@strapi/utils": "3.6.8",
"bootstrap": "^4.6.0",
"fs-extra": "^9.1.0",
"lodash": "4.17.21",
"pluralize": "^8.0.0",

View File

@ -7735,6 +7735,11 @@ boom@^7.3.0:
dependencies:
hoek "6.x.x"
bootstrap@^4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.6.0.tgz#97b9f29ac98f98dfa43bf7468262d84392552fd7"
integrity sha512-Io55IuQY3kydzHtbGvQya3H+KorS/M9rSNyfCGCg9WZ4pyT/lCxIlpJgG1GXW/PswzC84Tr2fBYi+7+jFVQQBw==
bottleneck@2.19.5:
version "2.19.5"
resolved "https://registry.yarnpkg.com/bottleneck/-/bottleneck-2.19.5.tgz#5df0b90f59fd47656ebe63c78a98419205cadd91"