Item activity
In the Activity
column of the item detail page, Comments
, Change record
and Workflow state
are the default, and the follow-up is the app you wrote.
Manifest example
modules:
itemActivity:
- key: item-activity-key
route: /item-activity
title: Activity Title
resource: main
loadType: Micro
resources:
- key: main
path: ./dist/
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_-]+$ |
resource | String | Yes | A reference to the static resources entry that your item activity wants to display. See resources for more details. |
title | String | Yes | The title of the item activity, which is displayed as a tab item |
loadType | Micro | Yes | The app's rendering method |
route | String | false | The app route, default / |