File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,12 +115,12 @@ templating
115
115
assets_base_urls
116
116
................
117
117
118
- **default **: ``{ http: [], https : [] } ``
118
+ **default **: ``{ http: [], ssl : [] } ``
119
119
120
120
This option allows you to define base URL's to be used for assets referenced
121
- from ``http `` and ``https `` pages. A string value may be provided in lieu of a
122
- single-element array. If multiple base URL's are provided, Symfony2 will select
123
- one from the collection each time it generates an asset's path.
121
+ from ``http `` and ``ssl `` (`` https ``) pages. A string value may be provided in
122
+ lieu of a single-element array. If multiple base URL's are provided, Symfony2
123
+ will select one from the collection each time it generates an asset's path.
124
124
125
125
For your convenience, ``assets_base_urls `` can be set directly with a string or
126
126
array of strings, which will be automatically organized into collections of base
You can’t perform that action at this time.
0 commit comments