We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85c7c4 commit 2e72b69Copy full SHA for 2e72b69
docs/en/development/configuration.md
@@ -164,9 +164,9 @@ Asset.timestamp
164
: Appends a timestamp which is last modified time of the particular
165
file at the end of asset files URLs (CSS, JavaScript, Image) when
166
using proper helpers. Valid values:
167
- - (bool) `false` - Doesn't do anything (default)
168
- - (bool) `true` - Appends the timestamp when debug is `true`
169
- - (string) 'force' - Always appends the timestamp.
+ (bool) `false` - Doesn't do anything (default),
+ (bool) `true` - Appends the timestamp when debug is `true`,
+ (string) 'force' - Always appends the timestamp.
170
171
Asset.cacheTime
172
: Sets the asset cache time. This determines the http header `Cache-Control`'s
0 commit comments