js

Deprecated: Use the scripts array instead.

URL to the main JavaScript file used site-wide. Defaults to the bundled main.min.js.

PropertyDetails
Typeurl
Accepted values
  • Absolute path or fully qualified URL to a JS file
StatusDeprecated

Example (deprecated usage)

[Params]
  js = "/js/main.js"

Replacement

[[Params.scripts]]
  url = "/js/main.js"
  cache = true

Configuration