JavaScript YAML Configuration Reference
You can define a JavaScript client extension with a client-extension.yaml
file.
Usage Details
This client-extension.yaml
file defines a JavaScript client extension:
able-global-js:
name: Able Global JS
type: globalJS
url: global.js
The required url
property defines the JavaScript resource file’s location. When enabled on a page, JavaScript at this path runs on each page load.
The example workspace includes a complete JavaScript client extension.
YAML Properties
These properties are specific to JavaScript client extensions:
Name | Data Type | Description |
---|---|---|
url |
URL | (Required) The path to the JavaScript file added to the HEAD of the page when the client extension is enabled. The complete URI is prefixed by the baseURL value. |
See Front-end Client Extension Properties for properties common to all front-end client extensions.