@@ -131,8 +131,8 @@ _Parameters:_
131131| Name | Data type | Default value | Description |
132132| :------------- | :-------- | :------------ | :------------- |
133133| ** $url** | _ string_ | | file relative url, from site root, e.q ` /assets/css/my.css ` |
134- | ** $timestamp** | _ booleab _ | ` false ` | set file versioning with query pair ` ?time=xxx ` , if file doesn't exist - query will be empty string |
135- | ** $absolute** | _ booleab _ | ` false ` | generate absolute url, with ` protocol ` and ` host ` setting (see [ #setup section] ( #setup ) ) |
134+ | ** $timestamp** | _ boolean _ | ` false ` | set file versioning with query pair ` ?time=xxx ` , if file doesn't exist - query will be empty string |
135+ | ** $absolute** | _ boolean _ | ` false ` | generate absolute url, with ` protocol ` and ` host ` setting (see [ #setup section] ( #setup ) ) |
136136
137137_ Returns:_ URL
138138
@@ -229,8 +229,8 @@ _Parameters:_
229229| Name | Data type | Default value | Description |
230230| :------------- | :-------- | :------------ | :------------- |
231231| ** $url** | _ string_ | | file relative url, from the ` resourceRelativePath ` (see [ #setup section] ( #setup ) ) |
232- | ** $timestamp** | _ booleab _ | ` false ` | set file versioning with query pair ` ?time=xxx ` , if file doesn't exist - query will be empty string |
233- | ** $absolute** | _ booleab _ | ` false ` | generate absolute url, with ` protocol ` and ` host ` setting (see [ #setup section] ( #setup ) ) |
232+ | ** $timestamp** | _ boolean _ | ` false ` | set file versioning with query pair ` ?time=xxx ` , if file doesn't exist - query will be empty string |
233+ | ** $absolute** | _ boolean _ | ` false ` | generate absolute url, with ` protocol ` and ` host ` setting (see [ #setup section] ( #setup ) ) |
234234
235235_ Returns:_ URL
236236
0 commit comments