Skip to main content

Resources

You can define your own user interface using static resources, such as HTML, CSS, JavaScript, and images.

Properties

nametyperequireddescription
keyStringYesA key for the module, which other modules can refer to. Must be unique within the manifest.
Regex: ^[a-zA-Z0-9_-]+$
pathStringYesThe relative path from the top-level directory of your app to the directory that contains the resources your app is using.

Manifest example

resources:
- key: my-resource-1
path: relative/path/to/resource/one/directory
- key: my-resource-2
path: relative/path/to/resource/two/directory