diff options
Diffstat (limited to 'client/lib/custom.bootstrap.json')
| -rw-r--r-- | client/lib/custom.bootstrap.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/client/lib/custom.bootstrap.json b/client/lib/custom.bootstrap.json index 23e2475..03e161f 100644 --- a/client/lib/custom.bootstrap.json +++ b/client/lib/custom.bootstrap.json @@ -4,24 +4,24 @@ "print" : false, "glyphicons" : false, - "scaffolding" : false, - "type" : false, + "scaffolding" : true, + "type" : true, "code" : false, "grid" : true, "tables" : false, - "forms" : false, - "buttons" : false, + "forms" : true, + "buttons" : true, "component-animations" : false, "dropdowns" : false, "button-groups" : false, - "input-groups" : false, + "input-groups" : true, "navs" : false, "navbar" : false, "breadcrumbs" : false, "pagination" : false, "pager" : false, - "labels" : false, + "labels" : true, "badges" : false, "jumbotron" : false, |
