Commit d0cf7a36 by Alexander Makarov

Mentioned noscript option in asset docs

parent b560c9bc
......@@ -160,6 +160,12 @@ This will cause a CSS file in the bundle to be included using the following HTML
<![endif]-->
```
To wrap link tag with `<noscript>` the following can be used:
```php
public $cssOptions = ['noscript' => true];
```
To include a JavaScript file in the head section of a page (by default, JavaScript files are included at the end
of the body section), use the following option:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment