Resources
You can define your own user interface using static resources, such as HTML, CSS, JavaScript, and images.
Properties
name | type | required | description |
---|---|---|---|
key | String | Yes | A key for the module, which other modules can refer to. Must be unique within the manifest. Regex: ^[a-zA-Z0-9_-]+$ |
path | String | Yes | The 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