Commit 2548916 1 parent b236fb3 commit 2548916 Copy full SHA for 2548916
File tree 4 files changed +4
-8
lines changed
tests/DependencyInjection
4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change
1
+ @import ' bootstrap' ;
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ Full configuration options:
42
42
stylesheets :
43
43
# Defaults:
44
44
- bundles/sonatapage/app.css
45
+ - bundles/sonatapage/frontend.css
45
46
javascripts :
46
47
templates : # Required
47
48
# Prototype
Original file line number Diff line number Diff line change @@ -121,14 +121,6 @@ SonataPageBundle Configuration
121
121
not_found : [404] # render 404 page with "not_found" key (name generated: _page_internal_error_{key})
122
122
fatal : [500] # so you can use the same page for different http errors or specify specific page for each error
123
123
124
- # Add custom css and js
125
- # assets:
126
- # javascripts:
127
- # - assets/js/your.js
128
- # stylesheets:
129
- # - bundles/sonatapage/app.css
130
- # - bundles/sonatapage/frontend.css
131
-
132
124
SonataAdminBundle Configuration
133
125
-------------------------------
134
126
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ public function testPageWithMatrix(): void
124
124
'assets ' => [
125
125
'stylesheets ' => [
126
126
'bundles/sonatapage/app.css ' ,
127
+ 'bundles/sonatapage/frontend.css ' ,
127
128
],
128
129
'javascripts ' => [],
129
130
],
@@ -193,6 +194,7 @@ public function testPageWithoutMatrix(): void
193
194
'assets ' => [
194
195
'stylesheets ' => [
195
196
'bundles/sonatapage/app.css ' ,
197
+ 'bundles/sonatapage/frontend.css ' ,
196
198
],
197
199
'javascripts ' => [],
198
200
],
You can’t perform that action at this time.
0 commit comments